diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-02 08:46:23 -0700 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-02 08:46:23 -0700 |
commit | 8263edd59284aba390aca011d25b79efecef4c48 (patch) | |
tree | 6346e2afaaabd32156601cafaf20d4ee813befaf /Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/XRDeviceSimulator/XR Device Hand Controls.inputactions |
Diffstat (limited to 'Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/XRDeviceSimulator/XR Device Hand Controls.inputactions')
-rw-r--r-- | Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/XRDeviceSimulator/XR Device Hand Controls.inputactions | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/XRDeviceSimulator/XR Device Hand Controls.inputactions b/Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/XRDeviceSimulator/XR Device Hand Controls.inputactions new file mode 100644 index 0000000..f27a76c --- /dev/null +++ b/Assets/Samples/XR Interaction Toolkit/3.1.2/XR Device Simulator/XRDeviceSimulator/XR Device Hand Controls.inputactions @@ -0,0 +1,134 @@ +{ + "name": "XR Device Hand Controls", + "maps": [ + { + "name": "Hands", + "id": "820deea6-fad9-4f2d-9e5e-e403c9ab0ddc", + "actions": [ + { + "name": "Poke", + "type": "Button", + "id": "40eda730-1343-4304-a541-d7c035370ce5", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + }, + { + "name": "Pinch", + "type": "Button", + "id": "34056e04-d03d-4802-982b-a9972fd692ff", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + }, + { + "name": "Grab", + "type": "Button", + "id": "07d064b1-f208-4c9f-bd5a-2620a10e7bab", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + }, + { + "name": "Thumb", + "type": "Button", + "id": "cc02894b-62a0-483f-8d1b-87b399099928", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + }, + { + "name": "Open", + "type": "Button", + "id": "0221ceea-2049-4516-a5e4-23aab7d2185e", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + }, + { + "name": "Fist", + "type": "Button", + "id": "5f81ec5a-1bc2-4ce7-852c-d84a8000be9b", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + } + ], + "bindings": [ + { + "name": "", + "id": "7c5ef312-b032-4eaa-9355-b7007e83617c", + "path": "<Keyboard>/k", + "interactions": "", + "processors": "", + "groups": "", + "action": "Grab", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "f78285cd-b2ef-40bf-9d24-127a0109f36d", + "path": "<Keyboard>/n", + "interactions": "", + "processors": "", + "groups": "", + "action": "Poke", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "3f69143f-8648-4219-94f6-4e9827ad00de", + "path": "<Keyboard>/m", + "interactions": "", + "processors": "", + "groups": "", + "action": "Pinch", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "b132c4e0-c5db-4c99-ab71-5939b616cf07", + "path": "<Keyboard>/l", + "interactions": "", + "processors": "", + "groups": "", + "action": "Thumb", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "aaffc690-326b-4676-96df-8e41b88bb7e8", + "path": "<Keyboard>/p", + "interactions": "", + "processors": "", + "groups": "", + "action": "Fist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "ebffb4d0-8629-4206-9457-5cccde9d7c65", + "path": "<Keyboard>/o", + "interactions": "", + "processors": "", + "groups": "", + "action": "Open", + "isComposite": false, + "isPartOfComposite": false + } + ] + } + ], + "controlSchemes": [] +}
\ No newline at end of file |