123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "entries": [
- {
- "base": "{CCF1F41F-39C2-C847-9D9E-0155C8B46E1C}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "Duration",
- "category": "Timing",
- "tooltip": "Triggers a signal every frame during the specified duration."
- },
- "slots": [
- {
- "base": "Input_Start_0",
- "details": {
- "name": "Start"
- }
- },
- {
- "base": "DataInput_Duration_0",
- "details": {
- "name": "Duration"
- }
- },
- {
- "base": "Output_On Start_0",
- "details": {
- "name": "On Start"
- }
- },
- {
- "base": "Output_OnTick_1",
- "details": {
- "name": "OnTick",
- "tooltip": "Signaled every frame while the duration is active."
- }
- },
- {
- "base": "DataOutput_Elapsed_0",
- "details": {
- "name": "Elapsed"
- }
- },
- {
- "base": "Output_Done_2",
- "details": {
- "name": "Done",
- "tooltip": "Signaled after waiting for the specified amount of times."
- }
- }
- ]
- }
- ]
- }
|