Script Canvas node translation system and naming consistency
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user