-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInputControl.inputactions
91 lines (91 loc) · 2.99 KB
/
InputControl.inputactions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "InputControl",
"maps": [
{
"name": "player1",
"id": "e568e276-72fd-4d37-b23e-87ec0ee215ba",
"actions": [
{
"name": "horizontal",
"type": "Button",
"id": "d50bca17-9b3b-4027-9056-e4df4ab62dd2",
"expectedControlType": "",
"processors": "",
"interactions": ""
},
{
"name": "WASDKeys",
"type": "Button",
"id": "96e37d9e-c924-4392-88ea-05c1d7895fc3",
"expectedControlType": "",
"processors": "",
"interactions": ""
}
],
"bindings": [
{
"name": "1D Axis",
"id": "1f53fd5c-7b7c-4d05-82ef-fcba302f2bf8",
"path": "1DAxis",
"interactions": "",
"processors": "",
"groups": "",
"action": "WASDKeys",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "negative",
"id": "aca4302b-d626-4d73-ac12-d77ce9d59ae8",
"path": "<Keyboard>/#(A)",
"interactions": "",
"processors": "",
"groups": "keyboard",
"action": "WASDKeys",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "positive",
"id": "26266eee-fdd2-4db4-9c59-101593141daa",
"path": "<Keyboard>/#(D)",
"interactions": "",
"processors": "",
"groups": "keyboard",
"action": "WASDKeys",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "327fa35e-65f9-45d3-82af-b7cf6494512f",
"path": "<Keyboard>/#(W)",
"interactions": "",
"processors": "",
"groups": "keyboard",
"action": "horizontal",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": [
{
"name": "keyboard",
"bindingGroup": "keyboard",
"devices": [
{
"devicePath": "<Keyboard>",
"isOptional": false,
"isOR": false
},
{
"devicePath": "<Mouse>",
"isOptional": false,
"isOR": false
}
]
}
]
}