LerpBetween_A4CFB2F2-4045-47ED-AE73-ED60C2072EE4.names 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "entries": [
  3. {
  4. "base": "{A4CFB2F2-4045-47ED-AE73-ED60C2072EE4}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Lerp Between",
  9. "category": "Math"
  10. },
  11. "slots": [
  12. {
  13. "base": "Input_In_0",
  14. "details": {
  15. "name": "In",
  16. "tooltip": "Starts the lerp action from the beginning."
  17. }
  18. },
  19. {
  20. "base": "DataInput_Start_0",
  21. "details": {
  22. "name": "Start"
  23. }
  24. },
  25. {
  26. "base": "DataInput_Stop_1",
  27. "details": {
  28. "name": "Stop"
  29. }
  30. },
  31. {
  32. "base": "DataInput_Speed_2",
  33. "details": {
  34. "name": "Speed"
  35. }
  36. },
  37. {
  38. "base": "DataInput_Maximum Duration_3",
  39. "details": {
  40. "name": "Maximum Duration"
  41. }
  42. },
  43. {
  44. "base": "Output_Out_0",
  45. "details": {
  46. "name": "Out",
  47. "tooltip": "Executes immediately after the lerp action is started."
  48. }
  49. },
  50. {
  51. "base": "Input_Cancel_1",
  52. "details": {
  53. "name": "Cancel",
  54. "tooltip": "Stops the lerp action immediately."
  55. }
  56. },
  57. {
  58. "base": "Output_Canceled_1",
  59. "details": {
  60. "name": "Canceled",
  61. "tooltip": "Executes immediately after the operation is canceled."
  62. }
  63. },
  64. {
  65. "base": "Output_Tick_2",
  66. "details": {
  67. "name": "Tick",
  68. "tooltip": "Signaled at each step of the lerp."
  69. }
  70. },
  71. {
  72. "base": "DataOutput_Step_0",
  73. "details": {
  74. "name": "Step"
  75. }
  76. },
  77. {
  78. "base": "DataOutput_Percent_1",
  79. "details": {
  80. "name": "Percent"
  81. }
  82. },
  83. {
  84. "base": "Output_Lerp Complete_3",
  85. "details": {
  86. "name": "Lerp Complete",
  87. "tooltip": "Signaled after the last Tick, when the lerp is complete"
  88. }
  89. }
  90. ]
  91. }
  92. ]
  93. }