Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Timing_Delay.names
T

108 lines
3.7 KiB
Plaintext

{
"entries": [
{
"base": "{233C84A7-44DE-A948-D65C-46C11F1F7162}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Delay",
"category": "Timing",
"tooltip": "While active, will signal the output at the given interval.",
"subtitle": "Timing"
},
"slots": [
{
"base": "Input_Start",
"details": {
"name": "Start",
"tooltip": "When signaled, execution is delayed at this node according to the specified properties."
}
},
{
"base": "DataInput_Start: Time",
"details": {
"name": "Start: Time"
}
},
{
"base": "DataInput_Start: Loop",
"details": {
"name": "Start: Loop"
}
},
{
"base": "DataInput_Start: Hold",
"details": {
"name": "Start: Hold"
}
},
{
"base": "Output_On Start",
"details": {
"name": "On Start",
"tooltip": "When signaled, execution is delayed at this node according to the specified properties."
}
},
{
"base": "Input_Reset",
"details": {
"name": "Reset",
"tooltip": "When signaled, execution is delayed at this node according to the specified properties."
}
},
{
"base": "DataInput_Reset: Time",
"details": {
"name": "Reset: Time"
}
},
{
"base": "DataInput_Reset: Loop",
"details": {
"name": "Reset: Loop"
}
},
{
"base": "DataInput_Reset: Hold",
"details": {
"name": "Reset: Hold"
}
},
{
"base": "Output_On Reset",
"details": {
"name": "On Reset",
"tooltip": "When signaled, execution is delayed at this node according to the specified properties."
}
},
{
"base": "Input_Cancel",
"details": {
"name": "Cancel",
"tooltip": "Cancels the current delay."
}
},
{
"base": "Output_On Cancel",
"details": {
"name": "On Cancel",
"tooltip": "Cancels the current delay."
}
},
{
"base": "Output_Done",
"details": {
"name": "Done",
"tooltip": "Signaled when the delay reaches zero."
}
},
{
"base": "DataOutput_Elapsed",
"details": {
"name": "Elapsed"
}
}
]
}
]
}