3b9d5a7250
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
156 lines
6.5 KiB
Plaintext
156 lines
6.5 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiLayoutBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Layout",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "SetIgnoreDefaultLayoutCells",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Ignore Default Layout Cells"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Ignore Default Layout Cells is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Ignore Default Layout Cells",
|
|
"tooltip": "Sets whether default layout cell values calculated by other components on the child should be ignored"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "Ignore",
|
|
"tooltip": "Indicates whether default layout cell values calculated by other components on the child should be ignored"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetVerticalChildAlignment",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Vertical Child Alignment"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Vertical Child Alignment is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Vertical Child Alignment",
|
|
"tooltip": "Sets the vertical child alignment"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
|
"details": {
|
|
"name": "Vertical Alignment",
|
|
"tooltip": "The vertical child alignment (0=Top, 1=Center, 2=Bottom)"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetHorizontalChildAlignment",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Horizontal Child Alignment"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Horizontal Child Alignment is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Horizontal Child Alignment",
|
|
"tooltip": "Sets the horizontal child alignment"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
|
"details": {
|
|
"name": "Horizontal Alignment",
|
|
"tooltip": "The horizontal child alignment (0=Left, 1=Center, 2=Right)"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetHorizontalChildAlignment",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Horizontal Child Alignment"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Horizontal Child Alignment is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Horizontal Child Alignment",
|
|
"tooltip": "Gets the horizontal child alignment"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
|
"details": {
|
|
"name": "int"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetVerticalChildAlignment",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Vertical Child Alignment"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Vertical Child Alignment is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Vertical Child Alignment",
|
|
"tooltip": "Gets the vertical child alignment"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
|
"details": {
|
|
"name": "int"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetIgnoreDefaultLayoutCells",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Ignore Default Layout Cells"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Ignore Default Layout Cells is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Ignore Default Layout Cells",
|
|
"tooltip": "Returns whether default layout cell values calculated by other components on the child are ignored"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "bool"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |