diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-30 23:07:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-30 23:07:07 +0800 |
| commit | bdd0c3eee905c5dc6fcf22344f7fdbd4cc3e3a02 (patch) | |
| tree | 2a8fb0c76b134890aa61dcc9e9949cedab055f57 /Assets/MultiplayInput.inputactions | |
| parent | b0642164b112508bbfc0b60553586ea260a79d2e (diff) | |
完成双角色操纵
Diffstat (limited to 'Assets/MultiplayInput.inputactions')
| -rw-r--r-- | Assets/MultiplayInput.inputactions | 60 |
1 files changed, 57 insertions, 3 deletions
diff --git a/Assets/MultiplayInput.inputactions b/Assets/MultiplayInput.inputactions index 101a364..b3e169c 100644 --- a/Assets/MultiplayInput.inputactions +++ b/Assets/MultiplayInput.inputactions @@ -5,9 +5,63 @@ { "name": "Player", "id": "769d94de-829b-42fe-883f-3cc8e156d6c2", - "actions": [], - "bindings": [] + "actions": [ + { + "name": "Movement", + "type": "Value", + "id": "7d9ad0c8-f488-4a9a-9a73-47f4e6155aaf", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "Grabbing", + "type": "Button", + "id": "9ad831f2-7a5b-488c-9595-7bfe45bec0c2", + "expectedControlType": "", + "processors": "", + "interactions": "", + "initialStateCheck": false + } + ], + "bindings": [ + { + "name": "", + "id": "f9159894-82c1-4f13-a4e7-4439e7129827", + "path": "<Gamepad>/leftStick", + "interactions": "", + "processors": "", + "groups": ";General;XboxController", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "ba722a4c-12ce-40df-bb52-43672eec34fc", + "path": "<Gamepad>/buttonSouth", + "interactions": "", + "processors": "", + "groups": ";General;XboxController", + "action": "Grabbing", + "isComposite": false, + "isPartOfComposite": false + } + ] } ], - "controlSchemes": [] + "controlSchemes": [ + { + "name": "General", + "bindingGroup": "General", + "devices": [ + { + "devicePath": "<Gamepad>", + "isOptional": false, + "isOR": false + } + ] + } + ] }
\ No newline at end of file |
