Duration_CCF1F41F-39C2-C847-9D9E-0155C8B46E1C.names 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "entries": [
  3. {
  4. "base": "{CCF1F41F-39C2-C847-9D9E-0155C8B46E1C}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Duration",
  9. "category": "Timing",
  10. "tooltip": "Triggers a signal every frame during the specified duration."
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_Start_0",
  15. "details": {
  16. "name": "Start"
  17. }
  18. },
  19. {
  20. "base": "DataInput_Duration_0",
  21. "details": {
  22. "name": "Duration"
  23. }
  24. },
  25. {
  26. "base": "Output_On Start_0",
  27. "details": {
  28. "name": "On Start"
  29. }
  30. },
  31. {
  32. "base": "Output_OnTick_1",
  33. "details": {
  34. "name": "OnTick",
  35. "tooltip": "Signaled every frame while the duration is active."
  36. }
  37. },
  38. {
  39. "base": "DataOutput_Elapsed_0",
  40. "details": {
  41. "name": "Elapsed"
  42. }
  43. },
  44. {
  45. "base": "Output_Done_2",
  46. "details": {
  47. "name": "Done",
  48. "tooltip": "Signaled after waiting for the specified amount of times."
  49. }
  50. }
  51. ]
  52. }
  53. ]
  54. }