InputHandler_0A2EB488-5A6A-E166-BB62-23FF81499E33.names 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "entries": [
  3. {
  4. "base": "{0A2EB488-5A6A-E166-BB62-23FF81499E33}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Input Handler",
  9. "category": "Input",
  10. "tooltip": "Handle processed input events found in input binding assets"
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_Connect Event_0",
  15. "details": {
  16. "name": "Connect Event",
  17. "tooltip": "Connect to input event name as defined in an input binding asset."
  18. }
  19. },
  20. {
  21. "base": "DataInput_Event Name_0",
  22. "details": {
  23. "name": "Event Name"
  24. }
  25. },
  26. {
  27. "base": "Output_On Connect Event_0",
  28. "details": {
  29. "name": "On Connect Event",
  30. "tooltip": "Connect to input event name as defined in an input binding asset."
  31. }
  32. },
  33. {
  34. "base": "Output_Pressed_1",
  35. "details": {
  36. "name": "Pressed",
  37. "tooltip": "Signaled when the input event begins."
  38. }
  39. },
  40. {
  41. "base": "DataOutput_value_0",
  42. "details": {
  43. "name": "value"
  44. }
  45. },
  46. {
  47. "base": "Output_Held_2",
  48. "details": {
  49. "name": "Held",
  50. "tooltip": "Signaled while the input event is active."
  51. }
  52. },
  53. {
  54. "base": "Output_Released_3",
  55. "details": {
  56. "name": "Released",
  57. "tooltip": "Signaled when the input event ends."
  58. }
  59. }
  60. ]
  61. }
  62. ]
  63. }