Newer
Older
//------------------------------------------------------------------------------
// <auto-generated>
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
// version 1.3.0
// from Assets/Scripts/UI/PlayerControls/ControlMapping.inputactions
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine.InputSystem;
using UnityEngine.InputSystem.Utilities;
public partial class @ControlMapping : IInputActionCollection2, IDisposable
{
public InputActionAsset asset { get; }
public @ControlMapping()
{
asset = InputActionAsset.FromJson(@"{
""name"": ""ControlMapping"",
""maps"": [
{
""name"": ""Actionmap1"",
""id"": ""55ba2fb5-e26c-477c-9f57-acc20eb9ac09"",
""actions"": [
{
""name"": ""Movement"",
""type"": ""Button"",
""id"": ""f1c2c6f3-2542-45df-8f4e-7660f5fe7215"",
""expectedControlType"": ""Button"",
""processors"": """",
Stefan Richter
committed
""initialStateCheck"": false
},
{
""name"": ""LookCamera"",
Stefan Richter
committed
""type"": ""PassThrough"",
""id"": ""c189c0be-0f75-45a9-94b3-d0dd52a2af19"",
""expectedControlType"": ""Vector2"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": true
},
{
""name"": ""Fire1_or_Interacting"",
""type"": ""Button"",
""id"": ""25f93509-8bb3-4fe7-9ce3-a1b44d6a0c6c"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Camerazoom"",
""type"": ""Button"",
""id"": ""d6845352-d792-4cfe-9c8d-ab09637d4ab1"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
Stefan Richter
committed
},
{
""type"": ""PassThrough"",
Stefan Richter
committed
""id"": ""d5aafbfd-31bc-402e-89dc-c21c91212bbc"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""ToolMode"",
""type"": ""Button"",
""id"": ""55269451-4704-48a9-8528-ca0d3b495ab2"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""MathMode"",
""type"": ""Button"",
""id"": ""f79249da-97b2-4a72-b594-aa21e58472a9"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Talking"",
""type"": ""Button"",
""id"": ""b1520e97-2587-4525-8ce4-f2f6cacf9c82"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
{
""name"": ""Run"",
""type"": ""Button"",
""id"": ""c52bbb33-deae-4385-b534-214efe1a8fab"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Jump"",
""type"": ""Button"",
""id"": ""a3bd3701-579b-40af-bb30-b3922e103742"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
""name"": ""Modifier"",
""type"": ""Button"",
""id"": ""1cf75c5d-6c25-442f-85f6-bda3011e9b4b"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Load"",
""type"": ""Button"",
""id"": ""e399348c-431a-4b20-a0d2-1521ad09a56d"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Save"",
""type"": ""Button"",
""id"": ""ad291feb-9419-473d-8e23-d15653e6f34d"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Reset"",
""type"": ""Button"",
""id"": ""d55ab964-c17f-4aa1-a32d-788cb189b6a6"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Undo"",
""type"": ""Button"",
""id"": ""61668718-3468-40a0-a21c-37ec8ac1c6fc"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Redo"",
""type"": ""Button"",
""id"": ""672b8c93-e33f-4ad1-8da0-0214551c817d"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
}
],
""bindings"": [
{
""name"": """",
""id"": ""74b23070-b002-405d-880f-612ed4af5d02"",
""path"": ""<Mouse>/delta"",
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse"",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""0d155468-d43f-4cf5-83b5-b4747878be94"",
""path"": ""<Mouse>/leftButton"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Fire1_or_Interacting"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""2872ba6f-d166-41d1-b940-2cc49ef513ee"",
""path"": ""<Touchscreen>/primaryTouch/tap"",
""interactions"": """",
""processors"": """",
""groups"": ""Android;KeyboardMouse;test;Gamepad;Keyboard"",
""action"": ""Fire1_or_Interacting"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""a79d2bc0-9552-457e-b6a9-dae57d992831"",
""path"": ""<Keyboard>/#(p)"",
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse;test;Android;Gamepad;Keyboard"",
""action"": ""Fire1_or_Interacting"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": ""1D Axis"",
""id"": ""c96cb1e3-eaac-42f2-a01a-622f458b0f5f"",
""path"": ""1DAxis"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Camerazoom"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""negative"",
""id"": ""a57d64de-9c4f-488d-a913-9f8e5aa7978f"",
""path"": ""<Keyboard>/n"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;Gamepad;Android;test;KeyboardMouse"",
""action"": ""Camerazoom"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""positive"",
""id"": ""c365ad40-94d3-43b9-bf80-477fdba6e91e"",
""path"": ""<Keyboard>/h"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;Gamepad;Android;test;KeyboardMouse"",
""action"": ""Camerazoom"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": """",
""id"": ""488eb74e-6048-4108-9c2d-3d6f45cea232"",
""path"": ""<Mouse>/scroll"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""ScrollWheel"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""4f4b5569-ca43-4388-b5a3-4e0bb8c0aeb6"",
""path"": ""<Mouse>/scroll"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse;KeyboardMouse;test;Gamepad;Keyboard"",
""action"": ""Camerazoom"",
""isPartOfComposite"": false
},
{
""name"": ""2D Vector"",
""id"": ""decbe076-f3ef-4110-8971-21b6ee602241"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""LookCamera"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""7d56a2a0-5950-4aa1-898e-32855d5f7256"",
""path"": ""<Keyboard>/numpad3"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""a24afabd-506f-4388-87eb-33cfbaaaa35d"",
""path"": ""<Keyboard>/numpad1"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""69383c90-a869-4729-a411-59df74ef0f39"",
""path"": ""<Keyboard>/numpad7"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""37505022-8b8d-4d6a-80b1-55712e986989"",
""path"": ""<Keyboard>/numpad9"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard"",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
Stefan Richter
committed
{
""name"": """",
""id"": ""63d0cd85-5b9a-4354-9a00-37167c9756fe"",
""path"": ""<Keyboard>/escape"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse;Keyboard;Gamepad;test;Android"",
""isComposite"": false,
Stefan Richter
committed
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""9b7bf0e3-7480-4381-bee8-9c3bcc373bf6"",
""path"": ""<Keyboard>/e"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;Gamepad;Android;test;KeyboardMouse"",
""action"": ""ToolMode"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": false
Stefan Richter
committed
},
{
""name"": """",
""id"": ""d4c7df8f-769c-4d15-a143-815f5c86b485"",
""path"": ""<Keyboard>/tab"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;Gamepad;Android;test;KeyboardMouse"",
""action"": ""MathMode"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": false
Stefan Richter
committed
},
{
""name"": """",
""id"": ""c0ba9d0f-646d-40cb-bed8-9ac73f005494"",
""path"": ""<Keyboard>/c"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Talking"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": false
Stefan Richter
committed
},
{
""name"": """",
""id"": ""85df03b3-004a-42f1-9305-910a2a23c72c"",
""path"": ""<Keyboard>/m"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Modifier"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": false
Stefan Richter
committed
},
Stefan Richter
committed
""name"": """",
""id"": ""3d9f5766-f379-403b-adca-e68c3a59646f"",
""path"": ""<Keyboard>/l"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Load"",
""isComposite"": false,
Stefan Richter
committed
""isPartOfComposite"": false
""id"": ""00a13e97-1c6c-45bd-85e0-ae69f4d6ae99"",
""path"": ""<Keyboard>/s"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Save"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""a02a919b-c908-4739-bb38-0d78bf336bc5"",
""path"": ""<Keyboard>/backspace"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Reset"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""bb711fbe-cc20-4036-b440-6ccabba2354c"",
""path"": ""<Keyboard>/u"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Undo"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""fc16e4e3-32ae-4e08-8314-fe84f611e0ad"",
""path"": ""<Keyboard>/r"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Redo"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""fdf75913-052c-4679-a11f-e7ffdd50c9b6"",
""path"": ""<Keyboard>/space"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Jump"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": ""WASD"",
""id"": ""3c9ff928-bcd0-4d9e-b369-67fa808e18c5"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Movement"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""149852c8-e380-4408-a0fb-3ad271a4d960"",
""path"": ""<Keyboard>/w"",
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse;Keyboard"",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""585d2784-c676-4972-b4d5-c6e01ebcc1b5"",
""path"": ""<Keyboard>/s"",
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse;Keyboard"",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""cb0f3e9a-7486-467a-ad99-c32b33848c58"",
""path"": ""<Keyboard>/a"",
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse;Keyboard"",
""action"": ""Movement"",
""isPartOfComposite"": true
""name"": ""right"",
""id"": ""a50f6022-a01b-4188-9292-dd6c13a6b65e"",
""path"": ""<Keyboard>/d"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;KeyboardMouse"",
""action"": ""Movement"",
""isPartOfComposite"": true
Stefan Richter
committed
},
{
""name"": ""test_key2"",
""id"": ""9a56b898-3054-40a9-8d2e-0583e12cf6b3"",
Stefan Richter
committed
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""ec0e7879-f8bd-4a05-8800-b9072a51cb21"",
""path"": ""<Keyboard>/numpad8"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""test;Keyboard"",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""32643cd1-2b6b-4906-b490-acdebf557b8b"",
""path"": ""<Keyboard>/numpad5"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""test;Keyboard"",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""e127598c-a7df-435e-8bef-a3729e07cd84"",
""path"": ""<Keyboard>/numpad4"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""test;Keyboard"",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""93c98071-3376-40f4-92c1-3abfa49a2d9c"",
""path"": ""<Keyboard>/numpad6"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""test;Keyboard"",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""Gamepad"",
""id"": ""4e99003d-6514-4514-a962-82d576a0599c"",
""path"": ""2DVector"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Movement"",
""isComposite"": true,
Stefan Richter
committed
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""c3d3e2e7-843a-497f-b3a3-a32f4986243e"",
""path"": ""<Gamepad>/leftStick/up"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""Gamepad"",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": true
Stefan Richter
committed
},
{
""name"": ""down"",
""id"": ""90983903-8f82-477f-8cdc-a74fd847388f"",
""path"": ""<Gamepad>/leftStick/down"",
Stefan Richter
committed
""interactions"": """",
""processors"": """",
""groups"": ""Gamepad"",
""action"": ""Movement"",
Stefan Richter
committed
""isComposite"": false,
""isPartOfComposite"": true
""name"": ""left"",
""id"": ""e93492be-6b12-435d-820c-926efa9cc98d"",
""path"": ""<Gamepad>/leftStick/left"",
""interactions"": """",
""processors"": """",
""groups"": ""Gamepad"",
""action"": ""Movement"",
""isPartOfComposite"": true
""name"": ""right"",
""id"": ""a1196479-b8aa-4f70-a014-36a12152cb7b"",
""path"": ""<Gamepad>/leftStick/right"",
""interactions"": """",
""processors"": """",
""groups"": ""Gamepad"",
""action"": ""Movement"",
""isPartOfComposite"": true
""name"": ""test_g2"",
""id"": ""4d4f3df3-0f42-4ed0-8c68-96dfe3967cce"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Movement"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""1603a694-00a7-4077-b427-30b2c201b2b4"",
""path"": ""<Gamepad>/leftStick/up"",
""interactions"": """",
""processors"": """",
""groups"": ""test"",
""action"": ""Movement"",
""isPartOfComposite"": true
""name"": ""down"",
""id"": ""d67b9667-baad-44df-a7bc-5fc5dadf677d"",
""path"": ""<Gamepad>/leftStick/down"",
""interactions"": """",
""processors"": """",
""groups"": ""test"",
""action"": ""Movement"",
""isPartOfComposite"": true
""name"": ""left"",
""id"": ""322909e9-974e-41ab-86b8-0ebe2f17b81e"",
""path"": ""<AndroidGamepad>/leftStick/left"",
""interactions"": """",
""processors"": """",
""groups"": ""test"",
""action"": ""Movement"",
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""daf8bd19-cb0b-40ad-ac35-fb4f15a28b9f"",
""path"": ""<Gamepad>/leftStick/right"",
""interactions"": """",
""processors"": """",
""groups"": ""test"",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": """",
""id"": ""070bfdfa-6fae-4d38-80df-f37d07ad82b2"",
""path"": ""<Keyboard>/leftShift"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;KeyboardMouse"",
""action"": ""Run"",
""isComposite"": false,
""isPartOfComposite"": false
}
]
},
{
Stefan Richter
committed
""name"": ""Actnmp_HC"",
""id"": ""3be62548-8d95-4444-a948-f9b29ce6663c"",
""actions"": [
{
""name"": ""Movement"",
Stefan Richter
committed
""type"": ""PassThrough"",
""id"": ""73d6fe4c-b811-4cd8-98e3-a48838c02866"",
""expectedControlType"": ""Vector2"",
""processors"": """",
Stefan Richter
committed
""initialStateCheck"": false
},
{
""name"": ""LookCamera"",
Stefan Richter
committed
""type"": ""PassThrough"",
""id"": ""b908e0f5-fd90-49c6-98d2-68259eb64102"",
""expectedControlType"": ""Vector2"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": true
Stefan Richter
committed
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
},
{
""name"": ""Fire1 or Mouse left"",
""type"": ""Button"",
""id"": ""32eb87eb-71fe-47ed-a2b0-625f3e15984f"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Camerazoom"",
""type"": ""Button"",
""id"": ""c6b285ee-9764-4bb5-8058-484846b168dc"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Cancel"",
""type"": ""Button"",
""id"": ""2520ff6f-1d3a-4bcc-8ba4-58d44f13b48b"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""ToolMode"",
""type"": ""Button"",
""id"": ""05854e86-61c3-49a4-bd16-10078394f422"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""MathMode"",
""type"": ""Button"",
""id"": ""1d0224c6-318d-4e32-9121-600fa1ed6433"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Talking"",
""type"": ""Button"",
""id"": ""2ca6f6fc-da4a-4e0e-9c88-fd38c218720f"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Modifier"",
""type"": ""Button"",
""id"": ""ace47207-3137-4639-9bc4-3abad8891b2e"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Load"",
""type"": ""Button"",
""id"": ""df491415-c02f-45dc-8c84-65dbbebc51dc"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Save"",
""type"": ""Button"",
""id"": ""7bd29b49-00f1-4197-88df-bcc229c91c3e"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Reset"",
""type"": ""Button"",
""id"": ""447bffd7-7d75-4774-85de-605377c7e00e"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Undo"",
""type"": ""Button"",
""id"": ""808a2930-227a-4e6b-a1d2-87382d9471c3"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Redo"",
""type"": ""Button"",
""id"": ""6e3aafb9-1986-41b1-a2ec-8a2c819e9fef"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
""name"": ""Move_Forward"",
""type"": ""Button"",
""id"": ""6f31c4f0-894c-45ae-b423-ec5f991b6fe9"",
""expectedControlType"": ""Button"",
""processors"": """",
},
{
""name"": ""Move_Left"",
""type"": ""Button"",
""id"": ""9183b486-fb57-495c-96aa-75d13cd32b3d"",
""expectedControlType"": ""Button"",
""processors"": """",
},
{
""name"": ""Move_Backwards"",
""type"": ""Button"",
""id"": ""3470df69-8f20-4bdb-b81f-e084c8c3803f"",
""expectedControlType"": ""Button"",
""processors"": """",
},
{
""name"": ""Move_Right"",
""type"": ""Button"",
""id"": ""9f06c49c-8222-47c1-a4a1-091438114316"",
""expectedControlType"": ""Button"",
""processors"": """",
},
{
""name"": ""New action"",
""type"": ""Value"",
""id"": ""53f4d1a6-365b-4ddc-8cf9-31058c0f8a49"",
""expectedControlType"": ""Vector3"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": true
}
],
""bindings"": [
Stefan Richter
committed
""name"": ""2D Vector"",
""id"": ""8a745d1e-af1b-4a19-831e-14013fcbe9bd"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Movement"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
Stefan Richter
committed
""id"": ""a72541d3-c138-486b-8cc4-42731aa31b76"",
""path"": ""<Gamepad>/leftStick/up"",
""interactions"": """",
""processors"": """",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
Stefan Richter
committed
""id"": ""2077fce0-c086-49c5-a7d3-f823164c457a"",
""path"": ""<Gamepad>/leftStick/down"",
""interactions"": """",
""processors"": """",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
Stefan Richter
committed
""id"": ""4a36e1ed-5df3-4912-9bd8-4f110958f5c7"",
""interactions"": """",
""processors"": """",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
Stefan Richter
committed
""id"": ""90f73151-584d-4c7f-8c5f-4fde1576a7db"",
""path"": ""<Gamepad>/leftStick/right"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""groups"": ""Gamepad;Android;KeyboardMouse;Keyboard;test"",
""action"": ""Movement"",
""isComposite"": false,
""isPartOfComposite"": true
},
Stefan Richter
committed
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
{
""name"": """",
""id"": ""1f5af94d-2401-4101-810d-aa90b8da334a"",
""path"": ""<Mouse>/delta"",
""interactions"": """",
""processors"": """",
""groups"": ""KeyboardMouse"",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""f9ceb027-c649-4b56-98dd-f1890da745dc"",
""path"": ""<Mouse>/leftButton"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Fire1 or Mouse left"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""95813c8e-abe5-4199-be95-7e3e39b14f25"",
""path"": ""<Touchscreen>/primaryTouch/tap"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""action"": ""Fire1 or Mouse left"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""a935a8d3-f97b-4133-b106-ffd5d47848e5"",
""path"": ""<Keyboard>/#(p)"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""action"": ""Fire1 or Mouse left"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": ""1D Axis"",
""id"": ""674edd5d-0252-4af1-85d7-aec527cb82ee"",
""path"": ""1DAxis"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Camerazoom"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""negative"",
""id"": ""62da26cb-39d7-47c0-ba72-d369256ea978"",
""path"": ""<Keyboard>/n"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""action"": ""Camerazoom"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""positive"",
""id"": ""6322cc67-916f-48bf-b0ed-a175f15690ed"",
""path"": ""<Keyboard>/h"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""action"": ""Camerazoom"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": """",
""id"": ""ae38136c-37bb-4f2d-8ec0-9e26af05d061"",
""path"": ""<Mouse>/scroll"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""ScrollWheel"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""68508e0c-85c7-4f46-87cd-e982c0db2fb9"",
""path"": ""<Mouse>/scroll"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""action"": ""Camerazoom"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": ""2D Vector"",
Stefan Richter
committed
""id"": ""33a065ed-7b59-469c-8cc9-9887df82398b"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""LookCamera"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
Stefan Richter
committed
""id"": ""b34f2e1c-d26b-45f3-8e84-72bdc2016c27"",
""path"": ""<Keyboard>/numpad8"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""groups"": """",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
Stefan Richter
committed
""id"": ""36aa08db-1ee6-40ae-a153-e28c5efd7fb6"",
""path"": ""<Keyboard>/numpad2"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""groups"": """",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
Stefan Richter
committed
""id"": ""19448be5-968c-4931-ad24-15a20b8a73e9"",
""path"": ""<Keyboard>/numpad4"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""groups"": """",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
Stefan Richter
committed
""id"": ""6c00f7a7-1e30-46dc-8e6b-a3dc2cdc966d"",
""path"": ""<Keyboard>/numpad6"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
""groups"": """",
""action"": ""LookCamera"",
""isComposite"": false,
""isPartOfComposite"": true
Stefan Richter
committed
},
{
""name"": """",
""id"": ""cc522087-b8c9-4e53-8cd2-92bafe68ac85"",
""path"": ""*/{Cancel}"",
""interactions"": """",
""processors"": """",
Stefan Richter
committed
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
""action"": ""Cancel"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""f51201f6-2cae-4028-b78f-e37c90a76c29"",
""path"": ""<Keyboard>/e"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;Gamepad;Android;test;KeyboardMouse"",
""action"": ""ToolMode"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""c90ff97a-c180-4293-8899-ebfff2ba374d"",
""path"": ""<Keyboard>/tab"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard;Gamepad;Android;test;KeyboardMouse"",
""action"": ""MathMode"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""a0571ab2-2410-40ce-bf07-55f4c7c9f026"",
""path"": ""<Keyboard>/c"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Talking"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""0773b81d-2a2e-4923-b791-d8346d2a57b0"",
""path"": ""<Keyboard>/m"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Modifier"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""f61c1fbf-aeb7-4751-927a-a68b2ae75aad"",
""path"": ""<Keyboard>/l"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Load"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""62f961fa-f87e-4090-8e59-96233cb7747a"",
""path"": ""<Keyboard>/s"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Save"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""4b2ac261-9cde-4611-a4d7-05bfe5a2603b"",
""path"": ""<Keyboard>/backspace"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Reset"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""00f695ba-03bd-4a8c-9aac-fc8a3ad0dc8c"",
""path"": ""<Keyboard>/u"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Undo"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""a49b8f65-1046-48b2-9391-421de4605ba2"",
""path"": ""<Keyboard>/r"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Redo"",
""isComposite"": false,
""isPartOfComposite"": false
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
},
{
""name"": """",
""id"": ""ef3bf6b0-965e-42f3-bddf-232a58b4a8fa"",
""path"": ""<Keyboard>/w"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move_Forward"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""f0e2a0cc-498f-4c61-b0d3-1857adc31bc4"",
""path"": ""<Gamepad>/leftStick/up"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move_Forward"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""ec183df0-8773-49fe-a019-cb365fa46443"",
""path"": ""<Keyboard>/a"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move_Left"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""3b5a10f6-2534-488b-b43b-36799f6f7cf4"",
""path"": ""<Keyboard>/s"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move_Backwards"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""b33bf585-71de-44bc-b8a2-7aaa822d5276"",
""path"": ""<Keyboard>/d"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move_Right"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""6146bad3-ae9d-413d-b780-4354d75b63ed"",
""path"": """",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""New action"",
""isComposite"": false,
""isPartOfComposite"": false
}
]
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
},
{
""name"": ""UI"",
""id"": ""0908507c-1fed-4753-ac3f-1980e791f58a"",
""actions"": [
{
""name"": ""Navigate"",
""type"": ""Value"",
""id"": ""4b630cad-55a6-4f6c-bd0d-15057bbc7647"",
""expectedControlType"": ""Vector2"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": true
},
{
""name"": ""Submit"",
""type"": ""Button"",
""id"": ""5976835c-e3ae-44f3-9715-546e6263f671"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Cancel"",
""type"": ""Button"",
""id"": ""e5255dc5-07f6-47b3-ba9f-2e2efb607780"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Point"",
""type"": ""PassThrough"",
""id"": ""d71f7f6e-532d-49cf-bf0f-5f04773eeeee"",
""expectedControlType"": ""Vector2"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""Click"",
""type"": ""PassThrough"",
""id"": ""cab8ec17-6f02-42fe-9109-be000f8d6e43"",
""expectedControlType"": ""Button"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""ScrollWheel"",
""type"": ""PassThrough"",
""id"": ""6176d09c-a247-4fba-b3bc-b4dd47a50cdc"",
""expectedControlType"": ""Vector2"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""MiddleClick"",
""type"": ""PassThrough"",
""id"": ""13fcdbc5-4169-4a8d-bcf1-3f0fa7d8d9a4"",
""expectedControlType"": """",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""RightClick"",
""type"": ""PassThrough"",
""id"": ""212e4290-34e2-4af5-8592-019975ac57a3"",
""expectedControlType"": """",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""TrackedDevicePosition"",
""type"": ""PassThrough"",
""id"": ""a92a45a8-19dc-4e44-9675-ae257f384fb4"",
""expectedControlType"": ""Vector3"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
},
{
""name"": ""TrackedDeviceOrientation"",
""type"": ""PassThrough"",
""id"": ""9fd2707b-e83e-4315-8730-e43d10900229"",
""expectedControlType"": ""Quaternion"",
""processors"": """",
""interactions"": """",
""initialStateCheck"": false
}
],
""bindings"": [
{
""name"": ""Gamepad"",
""id"": ""987f7c29-1738-4dd6-b470-0cae0e1e63a3"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Navigate"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""4b434b9f-c206-4b7e-86c2-5f00ae7cb419"",
""path"": ""<Gamepad>/leftStick/up"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""up"",
""id"": ""b9c5f11f-a4c5-43d0-8942-23623b956087"",
""path"": ""<Gamepad>/rightStick/up"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""d140c698-d918-4519-9a5e-1af3953d64dd"",
""path"": ""<Gamepad>/leftStick/down"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""4a14f79a-326d-41fe-be0a-8b180cea6700"",
""path"": ""<Gamepad>/rightStick/down"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""0abf00ca-8e70-494a-916d-b69485e1e4d6"",
""path"": ""<Gamepad>/leftStick/left"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""330ce742-7d29-46b0-bf16-bb4406390cbf"",
""path"": ""<Gamepad>/rightStick/left"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""7fec9859-b8b4-4700-a9a8-6c227f6762e7"",
""path"": ""<Gamepad>/leftStick/right"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""fcf67228-6357-4042-b536-86a5162f52e4"",
""path"": ""<Gamepad>/rightStick/right"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": """",
""id"": ""10b1e360-dd36-488f-861f-acb20365afe7"",
""path"": ""<Gamepad>/dpad"",
""interactions"": """",
""processors"": """",
""groups"": "";Gamepad"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": ""Joystick"",
""id"": ""4f49b29c-c31c-4911-a5a2-812b1788bf88"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Navigate"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""f82a072a-b083-4c20-b263-791ff735f706"",
""path"": ""<Joystick>/stick/up"",
""interactions"": """",
""processors"": """",
""groups"": ""Joystick"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""d2065c20-0fcd-4618-9cab-56159db422ca"",
""path"": ""<Joystick>/stick/down"",
""interactions"": """",
""processors"": """",
""groups"": ""Joystick"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""0641e2e2-0215-4012-b462-f58029bb04b4"",
""path"": ""<Joystick>/stick/left"",
""interactions"": """",
""processors"": """",
""groups"": ""Joystick"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""7327a490-9600-4445-8402-e54d27f95b2b"",
""path"": ""<Joystick>/stick/right"",
""interactions"": """",
""processors"": """",
""groups"": ""Joystick"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""Keyboard"",
""id"": ""8b168510-a6f2-4630-b3e8-9a3c23b7645f"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Navigate"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""7ab45d64-8ef4-4fc1-aabc-31eada81151d"",
""path"": ""<Keyboard>/w"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""up"",
""id"": ""c39bb74d-1046-49f4-b00b-c56c6092f575"",
""path"": ""<Keyboard>/upArrow"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""a7c3732a-730b-4c11-b3b7-cb088adc255a"",
""path"": ""<Keyboard>/s"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""1c697212-3396-4415-bb8d-2f256ed5032a"",
""path"": ""<Keyboard>/downArrow"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""72d59be8-3c56-4100-9477-30bba602a4c5"",
""path"": ""<Keyboard>/a"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""391cb2b1-8433-4912-bdf8-f0273557d0ea"",
""path"": ""<Keyboard>/leftArrow"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""2b7e3a7a-ef3f-4022-ade7-48dbafd452b2"",
""path"": ""<Keyboard>/d"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""f2475f3c-1f78-44f7-8259-88ea6d907abd"",
""path"": ""<Keyboard>/rightArrow"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Navigate"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": """",
""id"": ""9472c797-1bd5-4ab5-a7ec-09de2519ee9d"",
""path"": ""*/{Submit}"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Submit"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""8eca5bdd-9a7e-4905-ac98-203382f545b3"",
""path"": ""*/{Cancel}"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Cancel"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""763f053d-121f-4b66-a292-623c6f96be07"",
""path"": ""<Mouse>/position"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Point"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""28f04ee6-1018-4db2-9aec-047c0f0a4107"",
""path"": ""<Pen>/position"",
""interactions"": """",
""processors"": """",
""groups"": ""Keyboard&Mouse"",
""action"": ""Point"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""bbd1de00-830e-411e-8790-f675ed1a32b6"",
""path"": ""<Touchscreen>/touch*/position"",
""interactions"": """",
""processors"": """",
""groups"": ""Touch;Android;test;KeyboardMouse;Gamepad;Keyboard"",
""action"": ""Point"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""08f766de-9e6e-45d9-804c-89e56713d237"",
""path"": ""<Mouse>/leftButton"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""Click"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""e3f35ba4-270c-43a3-92e3-48c9a6d1f517"",
""path"": ""<Pen>/tip"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""Click"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""a736d3a8-d449-49e3-ac7e-3bb3d239b205"",
""path"": ""<Touchscreen>/touch*/press"",
""interactions"": """",
""processors"": """",
""groups"": ""Touch;KeyboardMouse;test;Android;Gamepad;Keyboard"",
""action"": ""Click"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""b937131a-6b14-4eca-8bb2-cd585facc337"",
""path"": ""<XRController>/trigger"",
""interactions"": """",
""processors"": """",
""groups"": ""XR"",
""action"": ""Click"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""0c86b4a7-4959-4322-88e3-62c9b183f20d"",
""path"": ""<Keyboard>/#(g)"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Click"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""b50a0781-20a3-4b8b-b602-1ad00974d548"",
""path"": ""<Mouse>/scroll"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""ScrollWheel"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""d4f85174-6af8-4eb1-a676-739317060095"",
""path"": ""<Mouse>/middleButton"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""MiddleClick"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""6d16357c-a3bc-46ca-9eb8-b282ac4a113b"",
""path"": ""<Mouse>/rightButton"",
""interactions"": """",
""processors"": """",
""groups"": "";Keyboard&Mouse"",
""action"": ""RightClick"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""11d1b599-8c90-49ec-93dc-448a7d0ac745"",
""path"": ""<XRController>/devicePosition"",
""interactions"": """",
""processors"": """",
""groups"": ""XR"",
""action"": ""TrackedDevicePosition"",
""isComposite"": false,
""isPartOfComposite"": false
},
{
""name"": """",
""id"": ""9a651327-6a6e-4881-8804-10625d561edf"",
""path"": ""<XRController>/deviceRotation"",
""interactions"": """",
""processors"": """",
""groups"": ""XR"",
""action"": ""TrackedDeviceOrientation"",
""isComposite"": false,
""isPartOfComposite"": false
}
]
}
],
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
""controlSchemes"": [
{
""name"": ""KeyboardMouse"",
""bindingGroup"": ""KeyboardMouse"",
""devices"": [
{
""devicePath"": ""<Keyboard>"",
""isOptional"": false,
""isOR"": false
},
{
""devicePath"": ""<Mouse>"",
""isOptional"": true,
""isOR"": false
}
]
},
{
""name"": ""test"",
""bindingGroup"": ""test"",
""devices"": []
},
{
""name"": ""Android"",
""bindingGroup"": ""Android"",
""devices"": [
{
""devicePath"": ""<Touchscreen>"",
""isOptional"": true,
""isOR"": false
}
]
},
{
""name"": ""Gamepad"",
""bindingGroup"": ""Gamepad"",
""devices"": [
{
""devicePath"": ""<Gamepad>"",
""isOptional"": false,
""isOR"": false
}
]
},
{
""name"": ""Keyboard"",
""bindingGroup"": ""Keyboard"",
""devices"": [
{
""devicePath"": ""<Keyboard>"",
""isOptional"": false,
""isOR"": false
}
]
}
]
}");
// Actionmap1
m_Actionmap1 = asset.FindActionMap("Actionmap1", throwIfNotFound: true);
m_Actionmap1_Movement = m_Actionmap1.FindAction("Movement", throwIfNotFound: true);
m_Actionmap1_LookCamera = m_Actionmap1.FindAction("LookCamera", throwIfNotFound: true);
m_Actionmap1_Fire1_or_Interacting = m_Actionmap1.FindAction("Fire1_or_Interacting", throwIfNotFound: true);
m_Actionmap1_Camerazoom = m_Actionmap1.FindAction("Camerazoom", throwIfNotFound: true);
m_Actionmap1_Cancel_or_PauseMenu = m_Actionmap1.FindAction("Cancel_or_PauseMenu", throwIfNotFound: true);
Stefan Richter
committed
m_Actionmap1_ToolMode = m_Actionmap1.FindAction("ToolMode", throwIfNotFound: true);
m_Actionmap1_MathMode = m_Actionmap1.FindAction("MathMode", throwIfNotFound: true);
m_Actionmap1_Talking = m_Actionmap1.FindAction("Talking", throwIfNotFound: true);
m_Actionmap1_Run = m_Actionmap1.FindAction("Run", throwIfNotFound: true);
m_Actionmap1_Jump = m_Actionmap1.FindAction("Jump", throwIfNotFound: true);
m_Actionmap1_Modifier = m_Actionmap1.FindAction("Modifier", throwIfNotFound: true);
m_Actionmap1_Load = m_Actionmap1.FindAction("Load", throwIfNotFound: true);
m_Actionmap1_Save = m_Actionmap1.FindAction("Save", throwIfNotFound: true);
m_Actionmap1_Reset = m_Actionmap1.FindAction("Reset", throwIfNotFound: true);
m_Actionmap1_Undo = m_Actionmap1.FindAction("Undo", throwIfNotFound: true);
m_Actionmap1_Redo = m_Actionmap1.FindAction("Redo", throwIfNotFound: true);
Stefan Richter
committed
// Actnmp_HC
m_Actnmp_HC = asset.FindActionMap("Actnmp_HC", throwIfNotFound: true);
m_Actnmp_HC_Movement = m_Actnmp_HC.FindAction("Movement", throwIfNotFound: true);
m_Actnmp_HC_LookCamera = m_Actnmp_HC.FindAction("LookCamera", throwIfNotFound: true);
m_Actnmp_HC_Fire1orMouseleft = m_Actnmp_HC.FindAction("Fire1 or Mouse left", throwIfNotFound: true);
m_Actnmp_HC_Camerazoom = m_Actnmp_HC.FindAction("Camerazoom", throwIfNotFound: true);
m_Actnmp_HC_Cancel = m_Actnmp_HC.FindAction("Cancel", throwIfNotFound: true);
m_Actnmp_HC_ToolMode = m_Actnmp_HC.FindAction("ToolMode", throwIfNotFound: true);
m_Actnmp_HC_MathMode = m_Actnmp_HC.FindAction("MathMode", throwIfNotFound: true);
m_Actnmp_HC_Talking = m_Actnmp_HC.FindAction("Talking", throwIfNotFound: true);
m_Actnmp_HC_Modifier = m_Actnmp_HC.FindAction("Modifier", throwIfNotFound: true);
m_Actnmp_HC_Load = m_Actnmp_HC.FindAction("Load", throwIfNotFound: true);
m_Actnmp_HC_Save = m_Actnmp_HC.FindAction("Save", throwIfNotFound: true);
m_Actnmp_HC_Reset = m_Actnmp_HC.FindAction("Reset", throwIfNotFound: true);
m_Actnmp_HC_Undo = m_Actnmp_HC.FindAction("Undo", throwIfNotFound: true);
m_Actnmp_HC_Redo = m_Actnmp_HC.FindAction("Redo", throwIfNotFound: true);
m_Actnmp_HC_Move_Forward = m_Actnmp_HC.FindAction("Move_Forward", throwIfNotFound: true);
m_Actnmp_HC_Move_Left = m_Actnmp_HC.FindAction("Move_Left", throwIfNotFound: true);
m_Actnmp_HC_Move_Backwards = m_Actnmp_HC.FindAction("Move_Backwards", throwIfNotFound: true);
m_Actnmp_HC_Move_Right = m_Actnmp_HC.FindAction("Move_Right", throwIfNotFound: true);
m_Actnmp_HC_Newaction = m_Actnmp_HC.FindAction("New action", throwIfNotFound: true);
// UI
m_UI = asset.FindActionMap("UI", throwIfNotFound: true);
m_UI_Navigate = m_UI.FindAction("Navigate", throwIfNotFound: true);
m_UI_Submit = m_UI.FindAction("Submit", throwIfNotFound: true);
m_UI_Cancel = m_UI.FindAction("Cancel", throwIfNotFound: true);
m_UI_Point = m_UI.FindAction("Point", throwIfNotFound: true);
m_UI_Click = m_UI.FindAction("Click", throwIfNotFound: true);
m_UI_ScrollWheel = m_UI.FindAction("ScrollWheel", throwIfNotFound: true);
m_UI_MiddleClick = m_UI.FindAction("MiddleClick", throwIfNotFound: true);
m_UI_RightClick = m_UI.FindAction("RightClick", throwIfNotFound: true);
m_UI_TrackedDevicePosition = m_UI.FindAction("TrackedDevicePosition", throwIfNotFound: true);
m_UI_TrackedDeviceOrientation = m_UI.FindAction("TrackedDeviceOrientation", throwIfNotFound: true);
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
}
public void Dispose()
{
UnityEngine.Object.Destroy(asset);
}
public InputBinding? bindingMask
{
get => asset.bindingMask;
set => asset.bindingMask = value;
}
public ReadOnlyArray<InputDevice>? devices
{
get => asset.devices;
set => asset.devices = value;
}
public ReadOnlyArray<InputControlScheme> controlSchemes => asset.controlSchemes;
public bool Contains(InputAction action)
{
return asset.Contains(action);
}
public IEnumerator<InputAction> GetEnumerator()
{
return asset.GetEnumerator();
}
IEnumerator IEnumerable.GetEnumerator()
{
return GetEnumerator();
}
public void Enable()
{
asset.Enable();
}
public void Disable()
{
asset.Disable();
}
public IEnumerable<InputBinding> bindings => asset.bindings;
public InputAction FindAction(string actionNameOrId, bool throwIfNotFound = false)
{
return asset.FindAction(actionNameOrId, throwIfNotFound);
}
public int FindBinding(InputBinding bindingMask, out InputAction action)
{
return asset.FindBinding(bindingMask, out action);
}
// Actionmap1
private readonly InputActionMap m_Actionmap1;
private IActionmap1Actions m_Actionmap1ActionsCallbackInterface;
private readonly InputAction m_Actionmap1_Movement;
private readonly InputAction m_Actionmap1_LookCamera;
private readonly InputAction m_Actionmap1_Fire1_or_Interacting;
private readonly InputAction m_Actionmap1_Camerazoom;
private readonly InputAction m_Actionmap1_Cancel_or_PauseMenu;
Stefan Richter
committed
private readonly InputAction m_Actionmap1_ToolMode;
private readonly InputAction m_Actionmap1_MathMode;
private readonly InputAction m_Actionmap1_Talking;
private readonly InputAction m_Actionmap1_Run;
private readonly InputAction m_Actionmap1_Jump;
private readonly InputAction m_Actionmap1_Modifier;
private readonly InputAction m_Actionmap1_Load;
private readonly InputAction m_Actionmap1_Save;
private readonly InputAction m_Actionmap1_Reset;
private readonly InputAction m_Actionmap1_Undo;
private readonly InputAction m_Actionmap1_Redo;
public struct Actionmap1Actions
{
private @ControlMapping m_Wrapper;
public Actionmap1Actions(@ControlMapping wrapper) { m_Wrapper = wrapper; }
public InputAction @Movement => m_Wrapper.m_Actionmap1_Movement;
public InputAction @LookCamera => m_Wrapper.m_Actionmap1_LookCamera;
public InputAction @Fire1_or_Interacting => m_Wrapper.m_Actionmap1_Fire1_or_Interacting;
public InputAction @Camerazoom => m_Wrapper.m_Actionmap1_Camerazoom;
public InputAction @Cancel_or_PauseMenu => m_Wrapper.m_Actionmap1_Cancel_or_PauseMenu;
Stefan Richter
committed
public InputAction @ToolMode => m_Wrapper.m_Actionmap1_ToolMode;
public InputAction @MathMode => m_Wrapper.m_Actionmap1_MathMode;
public InputAction @Talking => m_Wrapper.m_Actionmap1_Talking;
public InputAction @Run => m_Wrapper.m_Actionmap1_Run;
public InputAction @Jump => m_Wrapper.m_Actionmap1_Jump;
public InputAction @Modifier => m_Wrapper.m_Actionmap1_Modifier;
public InputAction @Load => m_Wrapper.m_Actionmap1_Load;
public InputAction @Save => m_Wrapper.m_Actionmap1_Save;
public InputAction @Reset => m_Wrapper.m_Actionmap1_Reset;
public InputAction @Undo => m_Wrapper.m_Actionmap1_Undo;
public InputAction @Redo => m_Wrapper.m_Actionmap1_Redo;
public InputActionMap Get() { return m_Wrapper.m_Actionmap1; }
public void Enable() { Get().Enable(); }
public void Disable() { Get().Disable(); }
public bool enabled => Get().enabled;
public static implicit operator InputActionMap(Actionmap1Actions set) { return set.Get(); }
public void SetCallbacks(IActionmap1Actions instance)
{
if (m_Wrapper.m_Actionmap1ActionsCallbackInterface != null)
{
@Movement.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnMovement;
@Movement.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnMovement;
@Movement.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnMovement;
@LookCamera.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnLookCamera;
@LookCamera.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnLookCamera;
@LookCamera.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnLookCamera;
@Fire1_or_Interacting.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnFire1_or_Interacting;
@Fire1_or_Interacting.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnFire1_or_Interacting;
@Fire1_or_Interacting.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnFire1_or_Interacting;
@Camerazoom.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnCamerazoom;
@Camerazoom.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnCamerazoom;
@Camerazoom.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnCamerazoom;
@Cancel_or_PauseMenu.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnCancel_or_PauseMenu;
@Cancel_or_PauseMenu.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnCancel_or_PauseMenu;
@Cancel_or_PauseMenu.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnCancel_or_PauseMenu;
Stefan Richter
committed
@ToolMode.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnToolMode;
@ToolMode.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnToolMode;
@ToolMode.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnToolMode;
@MathMode.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnMathMode;
@MathMode.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnMathMode;
@MathMode.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnMathMode;
@Talking.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnTalking;
@Talking.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnTalking;
@Talking.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnTalking;
@Run.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnRun;
@Run.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnRun;
@Run.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnRun;
@Jump.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnJump;
@Jump.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnJump;
@Jump.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnJump;
@Modifier.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnModifier;
@Modifier.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnModifier;
@Modifier.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnModifier;
@Load.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnLoad;
@Load.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnLoad;
@Load.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnLoad;
@Save.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnSave;
@Save.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnSave;
@Save.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnSave;
@Reset.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnReset;
@Reset.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnReset;
@Reset.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnReset;
@Undo.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnUndo;
@Undo.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnUndo;
@Undo.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnUndo;
@Redo.started -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnRedo;
@Redo.performed -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnRedo;
@Redo.canceled -= m_Wrapper.m_Actionmap1ActionsCallbackInterface.OnRedo;
}
m_Wrapper.m_Actionmap1ActionsCallbackInterface = instance;
if (instance != null)
{
@Movement.started += instance.OnMovement;
@Movement.performed += instance.OnMovement;
@Movement.canceled += instance.OnMovement;
@LookCamera.started += instance.OnLookCamera;
@LookCamera.performed += instance.OnLookCamera;
@LookCamera.canceled += instance.OnLookCamera;
@Fire1_or_Interacting.started += instance.OnFire1_or_Interacting;
@Fire1_or_Interacting.performed += instance.OnFire1_or_Interacting;
@Fire1_or_Interacting.canceled += instance.OnFire1_or_Interacting;
@Camerazoom.started += instance.OnCamerazoom;
@Camerazoom.performed += instance.OnCamerazoom;
@Camerazoom.canceled += instance.OnCamerazoom;
@Cancel_or_PauseMenu.started += instance.OnCancel_or_PauseMenu;
@Cancel_or_PauseMenu.performed += instance.OnCancel_or_PauseMenu;
@Cancel_or_PauseMenu.canceled += instance.OnCancel_or_PauseMenu;
Stefan Richter
committed
@ToolMode.started += instance.OnToolMode;
@ToolMode.performed += instance.OnToolMode;
@ToolMode.canceled += instance.OnToolMode;
@MathMode.started += instance.OnMathMode;
@MathMode.performed += instance.OnMathMode;
@MathMode.canceled += instance.OnMathMode;
@Talking.started += instance.OnTalking;
@Talking.performed += instance.OnTalking;
@Talking.canceled += instance.OnTalking;
@Run.started += instance.OnRun;
@Run.performed += instance.OnRun;
@Run.canceled += instance.OnRun;
@Jump.started += instance.OnJump;
@Jump.performed += instance.OnJump;
@Jump.canceled += instance.OnJump;
@Modifier.started += instance.OnModifier;
@Modifier.performed += instance.OnModifier;
@Modifier.canceled += instance.OnModifier;
@Load.started += instance.OnLoad;
@Load.performed += instance.OnLoad;
@Load.canceled += instance.OnLoad;
@Save.started += instance.OnSave;
@Save.performed += instance.OnSave;
@Save.canceled += instance.OnSave;
@Reset.started += instance.OnReset;
@Reset.performed += instance.OnReset;
@Reset.canceled += instance.OnReset;
@Undo.started += instance.OnUndo;
@Undo.performed += instance.OnUndo;
@Undo.canceled += instance.OnUndo;
@Redo.started += instance.OnRedo;
@Redo.performed += instance.OnRedo;
@Redo.canceled += instance.OnRedo;
}
}
}
public Actionmap1Actions @Actionmap1 => new Actionmap1Actions(this);
Stefan Richter
committed
// Actnmp_HC
private readonly InputActionMap m_Actnmp_HC;
private IActnmp_HCActions m_Actnmp_HCActionsCallbackInterface;
private readonly InputAction m_Actnmp_HC_Movement;
private readonly InputAction m_Actnmp_HC_LookCamera;
private readonly InputAction m_Actnmp_HC_Fire1orMouseleft;
private readonly InputAction m_Actnmp_HC_Camerazoom;
private readonly InputAction m_Actnmp_HC_Cancel;
private readonly InputAction m_Actnmp_HC_ToolMode;
private readonly InputAction m_Actnmp_HC_MathMode;
private readonly InputAction m_Actnmp_HC_Talking;
private readonly InputAction m_Actnmp_HC_Modifier;
private readonly InputAction m_Actnmp_HC_Load;
private readonly InputAction m_Actnmp_HC_Save;
private readonly InputAction m_Actnmp_HC_Reset;
private readonly InputAction m_Actnmp_HC_Undo;
private readonly InputAction m_Actnmp_HC_Redo;
private readonly InputAction m_Actnmp_HC_Move_Forward;
private readonly InputAction m_Actnmp_HC_Move_Left;
private readonly InputAction m_Actnmp_HC_Move_Backwards;
private readonly InputAction m_Actnmp_HC_Move_Right;
private readonly InputAction m_Actnmp_HC_Newaction;
Stefan Richter
committed
public struct Actnmp_HCActions
{
private @ControlMapping m_Wrapper;
Stefan Richter
committed
public Actnmp_HCActions(@ControlMapping wrapper) { m_Wrapper = wrapper; }
public InputAction @Movement => m_Wrapper.m_Actnmp_HC_Movement;
public InputAction @LookCamera => m_Wrapper.m_Actnmp_HC_LookCamera;
public InputAction @Fire1orMouseleft => m_Wrapper.m_Actnmp_HC_Fire1orMouseleft;
public InputAction @Camerazoom => m_Wrapper.m_Actnmp_HC_Camerazoom;
public InputAction @Cancel => m_Wrapper.m_Actnmp_HC_Cancel;
public InputAction @ToolMode => m_Wrapper.m_Actnmp_HC_ToolMode;
public InputAction @MathMode => m_Wrapper.m_Actnmp_HC_MathMode;
public InputAction @Talking => m_Wrapper.m_Actnmp_HC_Talking;
public InputAction @Modifier => m_Wrapper.m_Actnmp_HC_Modifier;
public InputAction @Load => m_Wrapper.m_Actnmp_HC_Load;
public InputAction @Save => m_Wrapper.m_Actnmp_HC_Save;
public InputAction @Reset => m_Wrapper.m_Actnmp_HC_Reset;
public InputAction @Undo => m_Wrapper.m_Actnmp_HC_Undo;
public InputAction @Redo => m_Wrapper.m_Actnmp_HC_Redo;
public InputAction @Move_Forward => m_Wrapper.m_Actnmp_HC_Move_Forward;
public InputAction @Move_Left => m_Wrapper.m_Actnmp_HC_Move_Left;
public InputAction @Move_Backwards => m_Wrapper.m_Actnmp_HC_Move_Backwards;
public InputAction @Move_Right => m_Wrapper.m_Actnmp_HC_Move_Right;
public InputAction @Newaction => m_Wrapper.m_Actnmp_HC_Newaction;
Stefan Richter
committed
public InputActionMap Get() { return m_Wrapper.m_Actnmp_HC; }
public void Enable() { Get().Enable(); }
public void Disable() { Get().Disable(); }
public bool enabled => Get().enabled;
Stefan Richter
committed
public static implicit operator InputActionMap(Actnmp_HCActions set) { return set.Get(); }
public void SetCallbacks(IActnmp_HCActions instance)
Stefan Richter
committed
if (m_Wrapper.m_Actnmp_HCActionsCallbackInterface != null)
Stefan Richter
committed
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
@Movement.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMovement;
@Movement.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMovement;
@Movement.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMovement;
@LookCamera.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnLookCamera;
@LookCamera.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnLookCamera;
@LookCamera.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnLookCamera;
@Fire1orMouseleft.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnFire1orMouseleft;
@Fire1orMouseleft.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnFire1orMouseleft;
@Fire1orMouseleft.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnFire1orMouseleft;
@Camerazoom.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnCamerazoom;
@Camerazoom.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnCamerazoom;
@Camerazoom.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnCamerazoom;
@Cancel.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnCancel;
@Cancel.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnCancel;
@Cancel.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnCancel;
@ToolMode.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnToolMode;
@ToolMode.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnToolMode;
@ToolMode.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnToolMode;
@MathMode.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMathMode;
@MathMode.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMathMode;
@MathMode.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMathMode;
@Talking.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnTalking;
@Talking.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnTalking;
@Talking.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnTalking;
@Modifier.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnModifier;
@Modifier.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnModifier;
@Modifier.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnModifier;
@Load.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnLoad;
@Load.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnLoad;
@Load.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnLoad;
@Save.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnSave;
@Save.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnSave;
@Save.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnSave;
@Reset.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnReset;
@Reset.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnReset;
@Reset.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnReset;
@Undo.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnUndo;
@Undo.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnUndo;
@Undo.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnUndo;
@Redo.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnRedo;
@Redo.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnRedo;
@Redo.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnRedo;
@Move_Forward.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Forward;
@Move_Forward.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Forward;
@Move_Forward.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Forward;
@Move_Left.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Left;
@Move_Left.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Left;
@Move_Left.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Left;
@Move_Backwards.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Backwards;
@Move_Backwards.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Backwards;
@Move_Backwards.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Backwards;
@Move_Right.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Right;
@Move_Right.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Right;
@Move_Right.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnMove_Right;
@Newaction.started -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnNewaction;
@Newaction.performed -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnNewaction;
@Newaction.canceled -= m_Wrapper.m_Actnmp_HCActionsCallbackInterface.OnNewaction;
Stefan Richter
committed
m_Wrapper.m_Actnmp_HCActionsCallbackInterface = instance;
if (instance != null)
{
@Movement.started += instance.OnMovement;
@Movement.performed += instance.OnMovement;
@Movement.canceled += instance.OnMovement;
@LookCamera.started += instance.OnLookCamera;
@LookCamera.performed += instance.OnLookCamera;
@LookCamera.canceled += instance.OnLookCamera;
Stefan Richter
committed
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
@Fire1orMouseleft.started += instance.OnFire1orMouseleft;
@Fire1orMouseleft.performed += instance.OnFire1orMouseleft;
@Fire1orMouseleft.canceled += instance.OnFire1orMouseleft;
@Camerazoom.started += instance.OnCamerazoom;
@Camerazoom.performed += instance.OnCamerazoom;
@Camerazoom.canceled += instance.OnCamerazoom;
@Cancel.started += instance.OnCancel;
@Cancel.performed += instance.OnCancel;
@Cancel.canceled += instance.OnCancel;
@ToolMode.started += instance.OnToolMode;
@ToolMode.performed += instance.OnToolMode;
@ToolMode.canceled += instance.OnToolMode;
@MathMode.started += instance.OnMathMode;
@MathMode.performed += instance.OnMathMode;
@MathMode.canceled += instance.OnMathMode;
@Talking.started += instance.OnTalking;
@Talking.performed += instance.OnTalking;
@Talking.canceled += instance.OnTalking;
@Modifier.started += instance.OnModifier;
@Modifier.performed += instance.OnModifier;
@Modifier.canceled += instance.OnModifier;
@Load.started += instance.OnLoad;
@Load.performed += instance.OnLoad;
@Load.canceled += instance.OnLoad;
@Save.started += instance.OnSave;
@Save.performed += instance.OnSave;
@Save.canceled += instance.OnSave;
@Reset.started += instance.OnReset;
@Reset.performed += instance.OnReset;
@Reset.canceled += instance.OnReset;
@Undo.started += instance.OnUndo;
@Undo.performed += instance.OnUndo;
@Undo.canceled += instance.OnUndo;
@Redo.started += instance.OnRedo;
@Redo.performed += instance.OnRedo;
@Redo.canceled += instance.OnRedo;
@Move_Forward.started += instance.OnMove_Forward;
@Move_Forward.performed += instance.OnMove_Forward;
@Move_Forward.canceled += instance.OnMove_Forward;
@Move_Left.started += instance.OnMove_Left;
@Move_Left.performed += instance.OnMove_Left;
@Move_Left.canceled += instance.OnMove_Left;
@Move_Backwards.started += instance.OnMove_Backwards;
@Move_Backwards.performed += instance.OnMove_Backwards;
@Move_Backwards.canceled += instance.OnMove_Backwards;
@Move_Right.started += instance.OnMove_Right;
@Move_Right.performed += instance.OnMove_Right;
@Move_Right.canceled += instance.OnMove_Right;
@Newaction.started += instance.OnNewaction;
@Newaction.performed += instance.OnNewaction;
@Newaction.canceled += instance.OnNewaction;
}
}
}
Stefan Richter
committed
public Actnmp_HCActions @Actnmp_HC => new Actnmp_HCActions(this);
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
// UI
private readonly InputActionMap m_UI;
private IUIActions m_UIActionsCallbackInterface;
private readonly InputAction m_UI_Navigate;
private readonly InputAction m_UI_Submit;
private readonly InputAction m_UI_Cancel;
private readonly InputAction m_UI_Point;
private readonly InputAction m_UI_Click;
private readonly InputAction m_UI_ScrollWheel;
private readonly InputAction m_UI_MiddleClick;
private readonly InputAction m_UI_RightClick;
private readonly InputAction m_UI_TrackedDevicePosition;
private readonly InputAction m_UI_TrackedDeviceOrientation;
public struct UIActions
{
private @ControlMapping m_Wrapper;
public UIActions(@ControlMapping wrapper) { m_Wrapper = wrapper; }
public InputAction @Navigate => m_Wrapper.m_UI_Navigate;
public InputAction @Submit => m_Wrapper.m_UI_Submit;
public InputAction @Cancel => m_Wrapper.m_UI_Cancel;
public InputAction @Point => m_Wrapper.m_UI_Point;
public InputAction @Click => m_Wrapper.m_UI_Click;
public InputAction @ScrollWheel => m_Wrapper.m_UI_ScrollWheel;
public InputAction @MiddleClick => m_Wrapper.m_UI_MiddleClick;
public InputAction @RightClick => m_Wrapper.m_UI_RightClick;
public InputAction @TrackedDevicePosition => m_Wrapper.m_UI_TrackedDevicePosition;
public InputAction @TrackedDeviceOrientation => m_Wrapper.m_UI_TrackedDeviceOrientation;
public InputActionMap Get() { return m_Wrapper.m_UI; }
public void Enable() { Get().Enable(); }
public void Disable() { Get().Disable(); }
public bool enabled => Get().enabled;
public static implicit operator InputActionMap(UIActions set) { return set.Get(); }
public void SetCallbacks(IUIActions instance)
{
if (m_Wrapper.m_UIActionsCallbackInterface != null)
{
@Navigate.started -= m_Wrapper.m_UIActionsCallbackInterface.OnNavigate;
@Navigate.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnNavigate;
@Navigate.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnNavigate;
@Submit.started -= m_Wrapper.m_UIActionsCallbackInterface.OnSubmit;
@Submit.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnSubmit;
@Submit.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnSubmit;
@Cancel.started -= m_Wrapper.m_UIActionsCallbackInterface.OnCancel;
@Cancel.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnCancel;
@Cancel.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnCancel;
@Point.started -= m_Wrapper.m_UIActionsCallbackInterface.OnPoint;
@Point.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnPoint;
@Point.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnPoint;
@Click.started -= m_Wrapper.m_UIActionsCallbackInterface.OnClick;
@Click.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnClick;
@Click.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnClick;
@ScrollWheel.started -= m_Wrapper.m_UIActionsCallbackInterface.OnScrollWheel;
@ScrollWheel.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnScrollWheel;
@ScrollWheel.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnScrollWheel;
@MiddleClick.started -= m_Wrapper.m_UIActionsCallbackInterface.OnMiddleClick;
@MiddleClick.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnMiddleClick;
@MiddleClick.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnMiddleClick;
@RightClick.started -= m_Wrapper.m_UIActionsCallbackInterface.OnRightClick;
@RightClick.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnRightClick;
@RightClick.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnRightClick;
@TrackedDevicePosition.started -= m_Wrapper.m_UIActionsCallbackInterface.OnTrackedDevicePosition;
@TrackedDevicePosition.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnTrackedDevicePosition;
@TrackedDevicePosition.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnTrackedDevicePosition;
@TrackedDeviceOrientation.started -= m_Wrapper.m_UIActionsCallbackInterface.OnTrackedDeviceOrientation;
@TrackedDeviceOrientation.performed -= m_Wrapper.m_UIActionsCallbackInterface.OnTrackedDeviceOrientation;
@TrackedDeviceOrientation.canceled -= m_Wrapper.m_UIActionsCallbackInterface.OnTrackedDeviceOrientation;
}
m_Wrapper.m_UIActionsCallbackInterface = instance;
if (instance != null)
{
@Navigate.started += instance.OnNavigate;
@Navigate.performed += instance.OnNavigate;
@Navigate.canceled += instance.OnNavigate;
@Submit.started += instance.OnSubmit;
@Submit.performed += instance.OnSubmit;
@Submit.canceled += instance.OnSubmit;
@Cancel.started += instance.OnCancel;
@Cancel.performed += instance.OnCancel;
@Cancel.canceled += instance.OnCancel;
@Point.started += instance.OnPoint;
@Point.performed += instance.OnPoint;
@Point.canceled += instance.OnPoint;
@Click.started += instance.OnClick;
@Click.performed += instance.OnClick;
@Click.canceled += instance.OnClick;
@ScrollWheel.started += instance.OnScrollWheel;
@ScrollWheel.performed += instance.OnScrollWheel;
@ScrollWheel.canceled += instance.OnScrollWheel;
@MiddleClick.started += instance.OnMiddleClick;
@MiddleClick.performed += instance.OnMiddleClick;
@MiddleClick.canceled += instance.OnMiddleClick;
@RightClick.started += instance.OnRightClick;
@RightClick.performed += instance.OnRightClick;
@RightClick.canceled += instance.OnRightClick;
@TrackedDevicePosition.started += instance.OnTrackedDevicePosition;
@TrackedDevicePosition.performed += instance.OnTrackedDevicePosition;
@TrackedDevicePosition.canceled += instance.OnTrackedDevicePosition;
@TrackedDeviceOrientation.started += instance.OnTrackedDeviceOrientation;
@TrackedDeviceOrientation.performed += instance.OnTrackedDeviceOrientation;
@TrackedDeviceOrientation.canceled += instance.OnTrackedDeviceOrientation;
}
}
}
public UIActions @UI => new UIActions(this);
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
private int m_KeyboardMouseSchemeIndex = -1;
public InputControlScheme KeyboardMouseScheme
{
get
{
if (m_KeyboardMouseSchemeIndex == -1) m_KeyboardMouseSchemeIndex = asset.FindControlSchemeIndex("KeyboardMouse");
return asset.controlSchemes[m_KeyboardMouseSchemeIndex];
}
}
private int m_testSchemeIndex = -1;
public InputControlScheme testScheme
{
get
{
if (m_testSchemeIndex == -1) m_testSchemeIndex = asset.FindControlSchemeIndex("test");
return asset.controlSchemes[m_testSchemeIndex];
}
}
private int m_AndroidSchemeIndex = -1;
public InputControlScheme AndroidScheme
{
get
{
if (m_AndroidSchemeIndex == -1) m_AndroidSchemeIndex = asset.FindControlSchemeIndex("Android");
return asset.controlSchemes[m_AndroidSchemeIndex];
}
}
private int m_GamepadSchemeIndex = -1;
public InputControlScheme GamepadScheme
{
get
{
if (m_GamepadSchemeIndex == -1) m_GamepadSchemeIndex = asset.FindControlSchemeIndex("Gamepad");
return asset.controlSchemes[m_GamepadSchemeIndex];
}
}
private int m_KeyboardSchemeIndex = -1;
public InputControlScheme KeyboardScheme
{
get
{
if (m_KeyboardSchemeIndex == -1) m_KeyboardSchemeIndex = asset.FindControlSchemeIndex("Keyboard");
return asset.controlSchemes[m_KeyboardSchemeIndex];
}
}
public interface IActionmap1Actions
{
void OnMovement(InputAction.CallbackContext context);
void OnLookCamera(InputAction.CallbackContext context);
void OnFire1_or_Interacting(InputAction.CallbackContext context);
void OnCamerazoom(InputAction.CallbackContext context);
void OnCancel_or_PauseMenu(InputAction.CallbackContext context);
Stefan Richter
committed
void OnToolMode(InputAction.CallbackContext context);
void OnMathMode(InputAction.CallbackContext context);
void OnTalking(InputAction.CallbackContext context);
void OnRun(InputAction.CallbackContext context);
void OnJump(InputAction.CallbackContext context);
void OnModifier(InputAction.CallbackContext context);
void OnLoad(InputAction.CallbackContext context);
void OnSave(InputAction.CallbackContext context);
void OnReset(InputAction.CallbackContext context);
void OnUndo(InputAction.CallbackContext context);
void OnRedo(InputAction.CallbackContext context);
Stefan Richter
committed
public interface IActnmp_HCActions
{
void OnMovement(InputAction.CallbackContext context);
void OnLookCamera(InputAction.CallbackContext context);
Stefan Richter
committed
void OnFire1orMouseleft(InputAction.CallbackContext context);
void OnCamerazoom(InputAction.CallbackContext context);
void OnCancel(InputAction.CallbackContext context);
void OnToolMode(InputAction.CallbackContext context);
void OnMathMode(InputAction.CallbackContext context);
void OnTalking(InputAction.CallbackContext context);
void OnModifier(InputAction.CallbackContext context);
void OnLoad(InputAction.CallbackContext context);
void OnSave(InputAction.CallbackContext context);
void OnReset(InputAction.CallbackContext context);
void OnUndo(InputAction.CallbackContext context);
void OnRedo(InputAction.CallbackContext context);
void OnMove_Forward(InputAction.CallbackContext context);
void OnMove_Left(InputAction.CallbackContext context);
void OnMove_Backwards(InputAction.CallbackContext context);
void OnMove_Right(InputAction.CallbackContext context);
void OnNewaction(InputAction.CallbackContext context);
public interface IUIActions
{
void OnNavigate(InputAction.CallbackContext context);
void OnSubmit(InputAction.CallbackContext context);
void OnCancel(InputAction.CallbackContext context);
void OnPoint(InputAction.CallbackContext context);
void OnClick(InputAction.CallbackContext context);
void OnScrollWheel(InputAction.CallbackContext context);
void OnMiddleClick(InputAction.CallbackContext context);
void OnRightClick(InputAction.CallbackContext context);
void OnTrackedDevicePosition(InputAction.CallbackContext context);
void OnTrackedDeviceOrientation(InputAction.CallbackContext context);
}