InputSystemActions.inputactions 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "version": 1,
  3. "name": "InputSystemActions",
  4. "maps": [
  5. {
  6. "name": "Actions",
  7. "id": "a5d7740f-e042-44d4-bcc2-b9decba10d95",
  8. "actions": [
  9. {
  10. "name": "Jump",
  11. "type": "Button",
  12. "id": "de0b5d4b-1e5d-4d46-a93d-962a1b3a3cc8",
  13. "expectedControlType": "",
  14. "processors": "",
  15. "interactions": "",
  16. "initialStateCheck": false
  17. },
  18. {
  19. "name": "ThrustLever",
  20. "type": "Value",
  21. "id": "c93172d2-5aa3-4166-8165-9d7ea54be985",
  22. "expectedControlType": "Axis",
  23. "processors": "",
  24. "interactions": "",
  25. "initialStateCheck": true
  26. }
  27. ],
  28. "bindings": [
  29. {
  30. "name": "",
  31. "id": "799b6e84-5c67-4164-b31d-a69a735f0ecd",
  32. "path": "<Keyboard>/space",
  33. "interactions": "",
  34. "processors": "",
  35. "groups": "",
  36. "action": "Jump",
  37. "isComposite": false,
  38. "isPartOfComposite": false
  39. },
  40. {
  41. "name": "",
  42. "id": "505e78eb-ec7f-4882-b837-52fdd42335b5",
  43. "path": "<Keyboard>/upArrow",
  44. "interactions": "Press",
  45. "processors": "",
  46. "groups": "",
  47. "action": "ThrustLever",
  48. "isComposite": false,
  49. "isPartOfComposite": false
  50. },
  51. {
  52. "name": "",
  53. "id": "eef84acc-699c-49bd-8ff5-f3dd1be541c5",
  54. "path": "<Keyboard>/downArrow",
  55. "interactions": "Press",
  56. "processors": "Invert",
  57. "groups": "",
  58. "action": "ThrustLever",
  59. "isComposite": false,
  60. "isPartOfComposite": false
  61. }
  62. ]
  63. }
  64. ],
  65. "controlSchemes": []
  66. }