72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{399A2608-77E3-41F9-90FA-58A9B6E0E34D}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Tick Delay",
|
|
"category": "Timing",
|
|
"tooltip": "Delays all incoming execution for the specified number of ticks"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "DataInput_Ticks_0",
|
|
"details": {
|
|
"name": "Ticks"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Tick Order_1",
|
|
"details": {
|
|
"name": "Tick Order"
|
|
}
|
|
},
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, execution is delayed at this node for the specified amount of frames."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out_0",
|
|
"details": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after waiting for the specified amount of frames."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |