d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiScrollableNotificationBus",
|
|
"context": "EBusHandler",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Scrollable",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "OnScrollableValueChanging",
|
|
"details": {
|
|
"name": "On Scrollable Value Changing",
|
|
"tooltip": "Executes when the scroll value is changing"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
|
|
"details": {
|
|
"name": "Scroll Value",
|
|
"tooltip": "The new scroll value [0-1]"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "OnScrollableValueChanged",
|
|
"details": {
|
|
"name": "On Scrollable Value Changed",
|
|
"tooltip": "Executes when the scroll value has changed"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
|
|
"details": {
|
|
"name": "Scroll Value",
|
|
"tooltip": "The new scroll value [0-1]"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |