Files
Gazuaa/Assets/InputSystem_Actions.inputactions

96 lines
2.6 KiB
Plaintext
Raw Normal View History

2026-05-01 02:28:33 +09:00
{
2026-05-01 04:03:39 +09:00
"version": 1,
2026-05-01 02:28:33 +09:00
"name": "InputSystem_Actions",
"maps": [
{
"name": "Player",
2026-05-01 04:03:39 +09:00
"id": "00cb919c-476f-4fa4-905e-bfe96a56ff82",
2026-05-01 02:28:33 +09:00
"actions": [
{
2026-05-01 04:03:39 +09:00
"name": "Gacha",
2026-05-01 02:28:33 +09:00
"type": "Button",
2026-05-01 04:03:39 +09:00
"id": "4e678532-f722-4d45-9021-3a57c7cc2e71",
"expectedControlType": "",
2026-05-01 02:28:33 +09:00
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
2026-05-01 04:03:39 +09:00
"id": "28a944ec-fad8-41f7-af95-24dc449e7f75",
"path": "<Keyboard>/space",
2026-05-01 02:28:33 +09:00
"interactions": "",
"processors": "",
"groups": "",
2026-05-01 04:03:39 +09:00
"action": "Gacha",
2026-05-01 02:28:33 +09:00
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": [
{
"name": "Keyboard&Mouse",
"bindingGroup": "Keyboard&Mouse",
"devices": [
{
"devicePath": "<Keyboard>",
"isOptional": false,
"isOR": false
},
{
"devicePath": "<Mouse>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "Gamepad",
"bindingGroup": "Gamepad",
"devices": [
{
"devicePath": "<Gamepad>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "Touch",
"bindingGroup": "Touch",
"devices": [
{
"devicePath": "<Touchscreen>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "Joystick",
"bindingGroup": "Joystick",
"devices": [
{
"devicePath": "<Joystick>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "XR",
"bindingGroup": "XR",
"devices": [
{
"devicePath": "<XRController>",
"isOptional": false,
"isOR": false
}
]
}
]
}