You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{0B0AC61B-4BBA-42BF-BDCD-DAF2D3CA41A8}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Input Handler",
|
|
"category": "Input",
|
|
"tooltip": "Handle processed input events found in input binding assets"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "DataInput_Event Name_0",
|
|
"details": {
|
|
"name": "Event Name"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Value_0",
|
|
"details": {
|
|
"name": "Value"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Pressed_0",
|
|
"details": {
|
|
"name": "Pressed",
|
|
"tooltip": "Signaled when the input event begins."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Held_1",
|
|
"details": {
|
|
"name": "Held",
|
|
"tooltip": "Signaled while the input event is active."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Released_2",
|
|
"details": {
|
|
"name": "Released",
|
|
"tooltip": "Signaled when the input event ends."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |