#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81; // System.Action`2 struct Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7; // System.Action`2 struct Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065; // System.Func`2 struct Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D; // System.Func`2 struct Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4; // System.Func`2 struct Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4; // System.Func`2 struct Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF; // System.Func`2 struct Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF; // System.Collections.Generic.HashSet`1 struct HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8FB95F262D36278B9636ADCF6EC2806E53ED8017; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t09B8A148A2DD4523347EC180F0B365A474CA28CC; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8A4B908F54ED8D008831DEF6F9A949FFA981E6BB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t667C5BDEE561CF39FE2DA080EDE2964A33ABF969; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE926868C9A8FA40AFDD7B21D280482F8418172FB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tEBD62CEE98EF8DAF459E84D48314671AE15DE4F3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3A44F60681B6BBEF6C58D24BE134CDAC0B1D553B; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t5E9B26CA18253E1FF65932EF8F5E305589FA6B48; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tF26DC07C7592D85DD0B73C6ECCC8B27FBEC0C478; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731; // System.Collections.Generic.List`1 struct List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F; // System.Collections.Generic.List`1 struct List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t36AC965B590CE94445B85A7CCC06EA30BC0B63AD; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9; // System.Action`1[] struct Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30; // System.Action`1[] struct Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292; // System.Action`2[] struct Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t3667368C1A8F3B16C4DE2882B9F07284EF4DAE6A; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; // System.Runtime.InteropServices.GCHandle[] struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3; // UnityEngine.InputSystem.IInputInteraction[] struct IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA; // UnityEngine.InputSystem.InputAction[] struct InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7; // UnityEngine.InputSystem.InputActionMap[] struct InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609; // UnityEngine.InputSystem.InputActionState[] struct InputActionStateU5BU5D_tD717925BD19A791A170EA925D66588650563AA6D; // UnityEngine.InputSystem.InputBinding[] struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6; // UnityEngine.InputSystem.InputBindingComposite[] struct InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680; // UnityEngine.InputSystem.Layouts.InputControlAttribute[] struct InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473; // UnityEngine.InputSystem.InputControlScheme[] struct InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; // UnityEngine.InputSystem.InputProcessor[] struct InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.InputSystem.Utilities.Substring[] struct SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] struct ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[] struct ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] struct CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.InputSystem.LowLevel.ActionEvent struct ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute struct DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7; // System.Exception struct Exception_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Runtime.CompilerServices.FixedBufferAttribute struct FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.InputSystem.IInputInteraction struct IInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537; // UnityEngine.InputSystem.LowLevel.IInputRuntime struct IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946; // UnityEngine.InputSystem.InputAction struct InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B; // UnityEngine.InputSystem.InputActionAsset struct InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18; // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9; // UnityEngine.InputSystem.Utilities.InputActionTrace struct InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A; // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1; // UnityEngine.InputSystem.Layouts.InputControlAttribute struct InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681; // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741; // UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute struct InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234; // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D; // UnityEngine.InputSystem.InputSettings struct InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.PropertyAttribute struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Type struct Type_t; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.InputSystem.InputActionState/ActionMapIndices struct ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A; // UnityEngine.InputSystem.InputActionState/BindingState struct BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26; // UnityEngine.InputSystem.InputActionState/InteractionState struct InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320; // UnityEngine.InputSystem.InputActionState/TriggerState struct TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79; // UnityEngine.InputSystem.InputBindingComposite/d__12 struct U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5; // UnityEngine.InputSystem.InputBindingCompositeContext/d__2 struct U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E; // UnityEngine.InputSystem.InputControlExtensions/d__43 struct U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53; // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749; // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException struct LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A; // UnityEngine.InputSystem.InputControlPath/d__33 struct U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9; IL2CPP_EXTERN_C RuntimeClass* Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t11A4DD8C8A897B31E9F14F85734A35486782D576_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t5E9B26CA18253E1FF65932EF8F5E305589FA6B48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInputStateCallbackReceiver_t4C5C8728DA2734584B886F3D78491E19738BC79A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral031EDEA3235FDF00759EB2911A563AD03089E25D; IL2CPP_EXTERN_C String_t* _stringLiteral08241300E5496F6404B2A3BBEF5C02087B8FA577; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0D24D1F9C2B780184F8AB89F887E73CF3478A74C; IL2CPP_EXTERN_C String_t* _stringLiteral0E62D20596338177174CEAB270788FF6D7D36B6C; IL2CPP_EXTERN_C String_t* _stringLiteral1257E72B1FFA24D182C33BE63722062A05F389FF; IL2CPP_EXTERN_C String_t* _stringLiteral132FB7F5A0346F0B8FBAEA5E485475F188E80CD0; IL2CPP_EXTERN_C String_t* _stringLiteral143FDD418DEF283B13F1AC72E245C0E08FA21468; IL2CPP_EXTERN_C String_t* _stringLiteral1C39BC33DAC2D2C2E879A4CCEF7DAD865B2716B7; IL2CPP_EXTERN_C String_t* _stringLiteral1E67B9ACDFC44C91C96EA98590958FDCEC692638; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C; IL2CPP_EXTERN_C String_t* _stringLiteral320F60E3C9D7C7D935571222849FC56FDCA0F54C; IL2CPP_EXTERN_C String_t* _stringLiteral33829C7BB04A604767CDFE3D96A2317C3436BD0F; IL2CPP_EXTERN_C String_t* _stringLiteral3683D1DC155E5058FE8C353EC7CED94C5B6EBA4A; IL2CPP_EXTERN_C String_t* _stringLiteral3B5256FC258AA8F48ECBC16FD895E21663487427; IL2CPP_EXTERN_C String_t* _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7; IL2CPP_EXTERN_C String_t* _stringLiteral42604922E9E65D8A1EF5E9ACC5B0DDEF05043FA4; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral4485092CE13333FA7CC6B596722E51133A7C8CD4; IL2CPP_EXTERN_C String_t* _stringLiteral454D8530A4D8C4593F5B1C2DC94320A38E5680BE; IL2CPP_EXTERN_C String_t* _stringLiteral46FE71343C8DEBCF6B78E9C5D708A6B06287395C; IL2CPP_EXTERN_C String_t* _stringLiteral481C61A5280118E098E32A8CA408514C143752F4; IL2CPP_EXTERN_C String_t* _stringLiteral4B467C6FF6B947BFB937621A9466DACB19967C08; IL2CPP_EXTERN_C String_t* _stringLiteral4E82556626A1474C2CE13437C5A2A7F814D5295A; IL2CPP_EXTERN_C String_t* _stringLiteral4FD3E53F899089E4616D724E055A9FC1301622BB; IL2CPP_EXTERN_C String_t* _stringLiteral54916CA71553C3C0A28C1D0FE7135B11FF3EA9C3; IL2CPP_EXTERN_C String_t* _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5; IL2CPP_EXTERN_C String_t* _stringLiteral56420926B7E51BADA11CFFB46D9D53827E737C94; IL2CPP_EXTERN_C String_t* _stringLiteral56A75E04CD97B6A418FE40346BF926E16071CF55; IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; IL2CPP_EXTERN_C String_t* _stringLiteral5FDF81C994D5E769C12EB8370C2C63E98E419FCD; IL2CPP_EXTERN_C String_t* _stringLiteral65B73FD94B27B05B652C3EBBA25213C7032BF6BF; IL2CPP_EXTERN_C String_t* _stringLiteral666D35A241AEC9BAAD94C557433CA7AF8BA86298; IL2CPP_EXTERN_C String_t* _stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral876BAC840908AE8C72628BF0D26598A6FBD128AB; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61; IL2CPP_EXTERN_C String_t* _stringLiteral8D69A56EEEC1DFC43B24AA1FFBCCB4D7ACE4CF00; IL2CPP_EXTERN_C String_t* _stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral954D62C0759FAE43B547C83F19EC16FC06E8647D; IL2CPP_EXTERN_C String_t* _stringLiteral9BD8BFCCD034050ABDF24FC357095653412B69BB; IL2CPP_EXTERN_C String_t* _stringLiteral9D3F0E9979BAAC1E1854F0FA4B1C95AB400AF197; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteralA15F2C50B8F3FDF4625728A3C6342B771A943F42; IL2CPP_EXTERN_C String_t* _stringLiteralA49C086DDD716250AA25F8901EE39E2B4E4CD45A; IL2CPP_EXTERN_C String_t* _stringLiteralACE772302A2C99A5E77B7D42F5855DAAE79B304F; IL2CPP_EXTERN_C String_t* _stringLiteralADBA5DA01227AF469D9592FABBF832E66CC52FDD; IL2CPP_EXTERN_C String_t* _stringLiteralB0DB57446903F18B214FFA4366BF3FCCF5243340; IL2CPP_EXTERN_C String_t* _stringLiteralB339D905726376F3A334344838DECFB8AD39826C; IL2CPP_EXTERN_C String_t* _stringLiteralB52C02DB6B58C4729EDC2A0F45966E29EC68E6C0; IL2CPP_EXTERN_C String_t* _stringLiteralB61449D621612D23E9282099B4811CC3ED9A7D2D; IL2CPP_EXTERN_C String_t* _stringLiteralB66EC4944900771CFA4854E25A9C2AE358153B77; IL2CPP_EXTERN_C String_t* _stringLiteralB7F627D69AB621967AE48978A18F4A06EC2A6B1E; IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476; IL2CPP_EXTERN_C String_t* _stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111; IL2CPP_EXTERN_C String_t* _stringLiteralBA7FDFA5C1E82DDB87575643DCC593896D758031; IL2CPP_EXTERN_C String_t* _stringLiteralBAEB8AB8FA5DBF660BD005C879516F2A127142D3; IL2CPP_EXTERN_C String_t* _stringLiteralC19C156502B411A79B40B632E31CF17D0787B021; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC6B3C214B014D1E2525C8E6D187104E11213CA81; IL2CPP_EXTERN_C String_t* _stringLiteralC8AF5548EFF3FA7F640B1EB06DC487B13C4B4BA7; IL2CPP_EXTERN_C String_t* _stringLiteralCDE3F83E09FA8D9A5FF936FFA898EF95969AC8B9; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6; IL2CPP_EXTERN_C String_t* _stringLiteralD1B0996FCA315F9110FA4D012F3F793E9249F7C4; IL2CPP_EXTERN_C String_t* _stringLiteralD8CC9DA34E42D8EA9F7CD68E022BA1D1547595A7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDE62BC0D1FC9CAF37EEAE37B5DEB77620024AF96; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7; IL2CPP_EXTERN_C String_t* _stringLiteralE36E5E22CCC9B525368E8E3AFB2A89BB4E24CA53; IL2CPP_EXTERN_C String_t* _stringLiteralE401ACE5A5341728744D0B85FE6F1CEB6B85775E; IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF; IL2CPP_EXTERN_C String_t* _stringLiteralEA8FCC7CD1466620FF92DDED5A64D041077B6B7F; IL2CPP_EXTERN_C String_t* _stringLiteralEB862DD084B90D057FCA0733279A70BB245CC5B2; IL2CPP_EXTERN_C String_t* _stringLiteralEB9A7D4829E297E43C774482560633C472D5B46E; IL2CPP_EXTERN_C String_t* _stringLiteralEF3035221EDE7802CCF1B6B56275F50021F141EE; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF44C8110EAD12EC0B4DFE764D303352C6085BD4F; IL2CPP_EXTERN_C String_t* _stringLiteralF7345B213158444DB089FE8F3E6B0D4CB40C9861; IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6; IL2CPP_EXTERN_C String_t* _stringLiteralF8966B0CD3F56CE2B1C4F214B3EB1F6004D18317; IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267; IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC; IL2CPP_EXTERN_C String_t* _stringLiteralFCBAB5C977DCEA977E3523589EC03FFA6223F48F; IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A; IL2CPP_EXTERN_C String_t* _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68; IL2CPP_EXTERN_C String_t* _stringLiteralFFCCC13D0E7868905982D0B60AF70D9084074D66; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m7911F5ADE86345772C80DAB8E9B4656F75B225CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendListWithCapacity_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_TisInputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A_m3A58BA121EC7C9643ED016539F81284B5BB7007A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_m70BE3ADC1118B234875F0E4C197DE96296B9AC57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_m00AF9F43F056EBCE62BCBD16624B779A524CEB9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAt_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m8A99F4C77D0A4BB3EADCCE991B2B28195B1C7447_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA7CDD23B88AE7F0CA837500EE587E0F8823A4547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7_m43AF5BD4308A2B7765A374E725A7C4B24389BCC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_mBAB3E732C7EE0669700F95C5878F421BCC3A2351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_mC8CCE038538D4EB29456F9DE49AE6247D66EB33F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C_m96F35714E15519411A80A9E596B4302BAC609B8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m13E4AA6AE2AAE6262DF4E544CD4B5EBDF8985F9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m7FBFE0844E319AE32DEBCE69E90DD4455C8D86F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m6C8EE378A87E60770EC7947DFD6C97EC7FACEA84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m5BBC8DAB9D0A29688BD54EA76A36535B84F31B2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisString_t_m271D41E8381DE1CDAC5C54BDCDD26B76A63D7E02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAC9F560CBF9F7663D05C7FD80308F8C84E401C00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF47FFED7BC1472D574FD823FB9D5901101093F23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4B462AE49216761627FB72319163404C1E36311D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB0F694FB21EAFA37F54AAF1A8E121059A999E03C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2EA116160CA205BBE65E8C64EC9A446964806E8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9D0ED07AA1A8EB0D8E309D072F9AE92D3B7F0099_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m523DB06EA3ABEEB5DCA08E73AEA3759328B01585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m6397C103AFDCE68F75EDF44FB493A9B6651F7AFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m0CEA5EDA79BB2EA1F841BAD0B4AD4637CC58AF06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m5B712237AF205C9500D10DA1BC1174E30B219D62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m997994CC8AA0D746ABA7A625ABC707C8DED7F755_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_m89F92E71DC833F72221C00EFFA6F67A9AC51E396_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_ClearWithCapacity_mDB45AAFAD9D13EA761592E959B583DE72F1914C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m2A0A7133183C7069BE6A4BB721F7A098A736C078_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m8F34E217F0F2B97519D2E02F20BD737B7840AB2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_ToArray_TisString_t_mC1D8CBC3948FD984B660EC4DA067DD06B0B00CDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_mFF2DB79F9EB02D20F40C141D71324F14E9A9C607_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_set_Item_m2D5D5787134EEABB14C7A5993237AC20BA145512_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_OnActionChange_mAAA1B49EDD3616CF65221A88E613861625D7C8D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_SubscribeTo_m70F0388229165DB523A48D6131D9C7334BA23E68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_SubscribeTo_m8370503D52B2151F2842CA95D1B2CE52AC854AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_UnsubscribeFrom_m465CFAEAB4ED24BB62C62DC25687EC054DA1C29A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_UnsubscribeFrom_m4B0DB22857C9666A5009D70D2A618BC8477F8D13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace__ctor_m14C1353427E9ED81234897EE0F81284D53259506_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace__ctor_m6473357CC5D33D066B3CB0709BB937F05C9B59AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_mA3180AD8C98CC064A5EE894323F8FF47E422DB3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisInputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_m4DB411E53B538045C8464F2BE4FC00C3627CD0A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetDisplayFormatString_m0EAE7DA35F36ED4103FBF1AC2EA4B8C6C62C3883_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetExpectedControlLayoutName_mA6D71F17F6E11750AA5FD9FC93248C99677517AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetValueType_m15FEAC3770F1E811CC439ACA400D22D0BA691177_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_AssignCompositePartIndex_mA8C8189F68F46C622E6696EA77D1785048C20845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_InstantiateBindingComposite_m18B4740CF15E15B4C3F0C74F79239477D8A915B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_AccumulateValueInEvent_m330F7178CEE7D0DDE0B9A3C2748092DB6E2A0ABF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_AccumulateValueInEvent_m9B9448193059CA01225DD27CB49C5D98FA50C3E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_BuildPath_mB42DBC26326E8F74414697A97DB9C585286C0267_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m316B33259F15BC13EE3620DFD6FF7579CDA153C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m98D408A4D9A61E8AE7707DE940B37B3AB9D7C3E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefault_m3DE0CE991740EB78A885B4BD1436AF27EACA4210_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CompareStateIgnoringNoise_m8B4D17B210B5A338C1E17213EB56CB844881AB4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CompareState_mFA2E260EE7FDD3A8E0789D7DD1FA07CAE04160E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CopyState_mA04686E5619A5BF831AE8775455B21A412620A62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m032DFA7D96651CB07651F3A39D4F448DDD581394_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_HasValueChangeInEvent_m595EDEF1157BF621CA970E41C449B515205BE385_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_HasValueChangeInState_mE16BA066A93FCFF4AC8F7A4A0BF390FB5F559E11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_IsPressed_m8CCC4E2A8279738666F549704B93041DAC6E78B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadDefaultValueAsObject_m2C16E8B5DA3CA166DA635644E01FA709B35A414C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadValueAsObject_m5619782F0D0BFCBAC4241CA70815DA55E9C6B64F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadValueFromEventAsObject_m013BD7488A40921DB2E60ECBFF34FF03EF252F62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadValueIntoBuffer_mD08D1AC276C3AB4E54F3B7202A49008EF17A288F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ResetToDefaultStateInEvent_mF9F05F24E6F3D331C783767DAACCD04AF8CC2E0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_Setup_mC885EFFC1240EE33BC91EE58B3315DB569A0E512_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueFromObjectIntoEvent_mC43E3171E654A5BE0B8907FCAF4FA3DA351F3F9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoState_mE2E478D8241AF8E5EE0FB23AF6F8524A75B1F399_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_FindControlIncludingArrayElements_m761F7B5D4C3E9C2ABC58DEBE7F907B24B82B125E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_FindControl_mBCA8D27EA1876049D9A2968E5953F6DD3DAEE891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_MergeLayout_mEFCE2FEB993FDBD3D7E5A1830EB5E211B8909A72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_U3CMergeLayoutU3Eb__77_0_m9547D6F0CC17EBC5A0DEE050AE7F01F826EE45B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_get_Item_m2BA9FA8104C15CE65B74296E9183DABFA88F8EF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_ToArray_m78C6B503732095FF7F6259969CF07C7CCCD9FF53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_MatchesPrefix_m992A406019E79B6064F17208AEEDA9C9CFC31F67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_Matches_mDD1750C28430F15F6AA5090CD98D28D610F29179_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindChild_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mA256240F65DF0060F8D4032BCE3C91833C6CFE1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindControl_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB0814377100CF99902526C31E09F9099C28B09B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryGetControlLayout_m339A672D50F3BA88D984B090D1B5C54729FD0444_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryGetDeviceUsages_mAA704BA0FE935F1AACB056A9BE13C3972B2645C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_SupportsDevice_m0E7A8AE8789415E8131D9C0368A0E44F475959D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme__ctor_mC9FCC8AAF259569CF61A9F932829B56DCAC0CD5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_m031F7AB7ADCD6BFDE6C782FB13AAB3195FED0186_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetDeviceIndex_mA5EF19FAE10F79B9B9FA092C5DC60D4B7BA4E046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_WriteValueFromBufferIntoState_m218E063DEFA5120EB9C788D32F152C6F171BCC7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_WriteValueFromObjectIntoState_mF4EE42BED8A891E6A0F4E0FF339436E7EA7BEC3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_get_Item_mEFD17207D22413F12488BB51A188B14DE107696C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_AddProcessors_mEECAB234B19416E0DF13F2879A3DA8E6402A0B3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_ApplyUseStateFrom_m5D5024E908E3BB853969AE9E22F1633DC59C27AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_CompareValue_m662466522FF985979C8F99BF17FC6B4396D2FA89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ReadValueFromBufferAsObject_m1BE6CAFF94C5A397DF310A36F56C6274FD9549B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ReadValueFromStateIntoBuffer_m086B1598CC8622B40C5B5B6A5C3CA871527E8A8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_FindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mF44DB1CC013401526FF90BD8E9FF03C3B0155CEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA51DE26DD6DFCB676E8E8EE4EA725AA6E7596758_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m30AF0D651134010271C50F54A97B6D6D3B37E7E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_mB3C3CBDF93C98702EBCFD891077418629EF85CEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mDE3905C6077EF7D32FC8FD010C84829559A1659B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mFCBD4105D4BA9FB005270EF84B7306B340DD99F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m49A10559EA7200653E50E8C52D7D3045535802DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m7FDACBCB1ABE4D8F3FD65F47FE316DA5376E70FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m35FF264E76346A973A7FC486B2134DCE766676DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_mAA7CFA2071E3BA33B41C593602CA3553F661627C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromTypeU3Eb__52_0_m4BE354BC6D2DBF23F5CC36F9FC24B1D0E514FA46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m376C629E8574CE53614FD1CCF61A848CD6246407_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CTryGetDeviceUsagesU3Eb__9_0_mED240A28375FDCFAFCABC14D350EBDD4424B3503_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InputBindingComposite_1_tAE53EC1774E968D7B41A49F25A4223B55D763851_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InputControl_1_t2DFC93842F8D3E6688D38F76BDABF3895DA86CEE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749;; struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com; struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com;; struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke; struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke;; struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_com; struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9;; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com;; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke;; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79;; struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com; struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com;; struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke; struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke;; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA; struct InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7; struct InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609; struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6; struct InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083; struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680; struct InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473; struct InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0; struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB; struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t3667368C1A8F3B16C4DE2882B9F07284EF4DAE6A* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tF26DC07C7592D85DD0B73C6ECCC8B27FBEC0C478 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___entries_1)); } inline EntryU5BU5D_t3667368C1A8F3B16C4DE2882B9F07284EF4DAE6A* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t3667368C1A8F3B16C4DE2882B9F07284EF4DAE6A** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t3667368C1A8F3B16C4DE2882B9F07284EF4DAE6A* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___keys_7)); } inline KeyCollection_tF26DC07C7592D85DD0B73C6ECCC8B27FBEC0C478 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tF26DC07C7592D85DD0B73C6ECCC8B27FBEC0C478 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tF26DC07C7592D85DD0B73C6ECCC8B27FBEC0C478 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ___values_8)); } inline ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * get_values_8() const { return ___values_8; } inline ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____items_1)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__items_1() const { return ____items_1; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____items_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__items_1() const { return ____items_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____items_1)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get__items_1() const { return ____items_1; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9, ___dictionary_0)); } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.InputArrayExtensions struct InputArrayExtensions_t966506EDECBFB808AE7A3B13DB11A828A691C831 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputControlExtensions struct InputControlExtensions_t6784F6907E0228E58053AA52314D4C076C4D3536 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputControlPath struct InputControlPath_t35EA1D772869D89BD3E010D8C478622DA3F91FEA : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputRuntime struct InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // UnityEngine.InputSystem.InputBinding/<>c struct U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputBindingComposite/d__12 struct U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5 : public RuntimeObject { public: // System.Int32 UnityEngine.InputSystem.InputBindingComposite/d__12::<>1__state int32_t ___U3CU3E1__state_0; // System.String UnityEngine.InputSystem.InputBindingComposite/d__12::<>2__current String_t* ___U3CU3E2__current_1; // System.Int32 UnityEngine.InputSystem.InputBindingComposite/d__12::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.String UnityEngine.InputSystem.InputBindingComposite/d__12::composite String_t* ___composite_3; // System.String UnityEngine.InputSystem.InputBindingComposite/d__12::<>3__composite String_t* ___U3CU3E3__composite_4; // System.Reflection.FieldInfo[] UnityEngine.InputSystem.InputBindingComposite/d__12::<>7__wrap1 FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* ___U3CU3E7__wrap1_5; // System.Int32 UnityEngine.InputSystem.InputBindingComposite/d__12::<>7__wrap2 int32_t ___U3CU3E7__wrap2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___U3CU3E2__current_1)); } inline String_t* get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline String_t** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(String_t* value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_composite_3() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___composite_3)); } inline String_t* get_composite_3() const { return ___composite_3; } inline String_t** get_address_of_composite_3() { return &___composite_3; } inline void set_composite_3(String_t* value) { ___composite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___composite_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__composite_4() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___U3CU3E3__composite_4)); } inline String_t* get_U3CU3E3__composite_4() const { return ___U3CU3E3__composite_4; } inline String_t** get_address_of_U3CU3E3__composite_4() { return &___U3CU3E3__composite_4; } inline void set_U3CU3E3__composite_4(String_t* value) { ___U3CU3E3__composite_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__composite_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___U3CU3E7__wrap1_5)); } inline FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_6() { return static_cast(offsetof(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5, ___U3CU3E7__wrap2_6)); } inline int32_t get_U3CU3E7__wrap2_6() const { return ___U3CU3E7__wrap2_6; } inline int32_t* get_address_of_U3CU3E7__wrap2_6() { return &___U3CU3E7__wrap2_6; } inline void set_U3CU3E7__wrap2_6(int32_t value) { ___U3CU3E7__wrap2_6 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/<>c struct U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputControlPath/<>c struct U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1 struct DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 { public: union { struct { }; uint8_t DefaultComparer_1_tF8F268360773E065D6C92EBA0584486AF2A18A55__padding[1]; }; public: }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_Array_0)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_m_Array_0() const { return ___m_Array_0; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8, ___m_Array_0)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_Array_0() const { return ___m_Array_0; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40, ___m_Array_0)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_m_Array_0() const { return ___m_Array_0; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart int32_t ___m_IndexStart_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd int32_t ___m_IndexEnd_2; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index int32_t ___m_Index_3; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current String_t* ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___list_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_list_0() const { return ___list_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B, ___current_3)); } inline String_t* get_current_3() const { return ___current_3; } inline String_t** get_address_of_current_3() { return &___current_3; } inline void set_current_3(String_t* value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___firstValue_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___additionalValues_2)); } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___firstValue_1)); } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___additionalValues_2)); } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789, ___firstValue_1)); } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789, ___additionalValues_2)); } inline Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___firstValue_1)); } inline InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___firstValue_1)); } inline InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61, ___firstValue_1)); } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * get_firstValue_1() const { return ___firstValue_1; } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61, ___additionalValues_2)); } inline InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* get_additionalValues_2() const { return ___additionalValues_2; } inline InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427, ___firstValue_1)); } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * get_firstValue_1() const { return ___firstValue_1; } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427, ___additionalValues_2)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_additionalValues_2() const { return ___additionalValues_2; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputActionStateU5BU5D_tD717925BD19A791A170EA925D66588650563AA6D* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA, ___firstValue_1)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_firstValue_1() const { return ___firstValue_1; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA, ___additionalValues_2)); } inline InputActionStateU5BU5D_tD717925BD19A791A170EA925D66588650563AA6D* get_additionalValues_2() const { return ___additionalValues_2; } inline InputActionStateU5BU5D_tD717925BD19A791A170EA925D66588650563AA6D** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputActionStateU5BU5D_tD717925BD19A791A170EA925D66588650563AA6D* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue RuntimeObject * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___firstValue_1)); } inline RuntimeObject * get_firstValue_1() const { return ___firstValue_1; } inline RuntimeObject ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(RuntimeObject * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___additionalValues_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_additionalValues_2() const { return ___additionalValues_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E, ___m_Array_0)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_m_Array_0() const { return ___m_Array_0; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811, ___m_Array_0)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_Array_0() const { return ___m_Array_0; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_Array_0)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_Array_0() const { return ___m_Array_0; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Array_0)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_Array_0() const { return ___m_Array_0; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Array_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_m_Array_0() const { return ___m_Array_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Array_0)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_m_Array_0() const { return ___m_Array_0; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060, ___m_Array_0)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get_m_Array_0() const { return ___m_Array_0; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C, ___m_Array_0)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_Array_0() const { return ___m_Array_0; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute struct DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::k__BackingField String_t* ___U3CformatStringU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CformatStringU3Ek__BackingField_0() { return static_cast(offsetof(DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7, ___U3CformatStringU3Ek__BackingField_0)); } inline String_t* get_U3CformatStringU3Ek__BackingField_0() const { return ___U3CformatStringU3Ek__BackingField_0; } inline String_t** get_address_of_U3CformatStringU3Ek__BackingField_0() { return &___U3CformatStringU3Ek__BackingField_0; } inline void set_U3CformatStringU3Ek__BackingField_0(String_t* value) { ___U3CformatStringU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CformatStringU3Ek__BackingField_0), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.CompilerServices.FixedBufferAttribute struct FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type System.Runtime.CompilerServices.FixedBufferAttribute::elementType Type_t * ___elementType_0; // System.Int32 System.Runtime.CompilerServices.FixedBufferAttribute::length int32_t ___length_1; public: inline static int32_t get_offset_of_elementType_0() { return static_cast(offsetof(FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C, ___elementType_0)); } inline Type_t * get_elementType_0() const { return ___elementType_0; } inline Type_t ** get_address_of_elementType_0() { return &___elementType_0; } inline void set_elementType_0(Type_t * value) { ___elementType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementType_0), (void*)value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; public: inline static int32_t get_offset_of_m_Code_0() { return static_cast(offsetof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9, ___m_Code_0)); } inline int32_t get_m_Code_0() const { return ___m_Code_0; } inline int32_t* get_address_of_m_Code_0() { return &___m_Code_0; } inline void set_m_Code_0(int32_t value) { ___m_Code_0 = value; } }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; // UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputBindingCompositeContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext::m_BindingIndex int32_t ___m_BindingIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_BindingIndex_1() { return static_cast(offsetof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570, ___m_BindingIndex_1)); } inline int32_t get_m_BindingIndex_1() const { return ___m_BindingIndex_1; } inline int32_t* get_address_of_m_BindingIndex_1() { return &___m_BindingIndex_1; } inline void set_m_BindingIndex_1(int32_t value) { ___m_BindingIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_BindingIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_BindingIndex_1; }; // UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 { public: // System.String UnityEngine.InputSystem.InputControlScheme::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputControlScheme::m_BindingGroup String_t* ___m_BindingGroup_1; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme::m_DeviceRequirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_DeviceRequirements_2; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_BindingGroup_1() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_BindingGroup_1)); } inline String_t* get_m_BindingGroup_1() const { return ___m_BindingGroup_1; } inline String_t** get_address_of_m_BindingGroup_1() { return &___m_BindingGroup_1; } inline void set_m_BindingGroup_1(String_t* value) { ___m_BindingGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingGroup_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceRequirements_2() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_DeviceRequirements_2)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_DeviceRequirements_2() const { return ___m_DeviceRequirements_2; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_DeviceRequirements_2() { return &___m_DeviceRequirements_2; } inline void set_m_DeviceRequirements_2(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_DeviceRequirements_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceRequirements_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke { char* ___m_Name_0; char* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_DeviceRequirements_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com { Il2CppChar* ___m_Name_0; Il2CppChar* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_DeviceRequirements_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; public: inline static int32_t get_offset_of_m_InterfaceName_0() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_InterfaceName_0)); } inline String_t* get_m_InterfaceName_0() const { return ___m_InterfaceName_0; } inline String_t** get_address_of_m_InterfaceName_0() { return &___m_InterfaceName_0; } inline void set_m_InterfaceName_0(String_t* value) { ___m_InterfaceName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InterfaceName_0), (void*)value); } inline static int32_t get_offset_of_m_DeviceClass_1() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_DeviceClass_1)); } inline String_t* get_m_DeviceClass_1() const { return ___m_DeviceClass_1; } inline String_t** get_address_of_m_DeviceClass_1() { return &___m_DeviceClass_1; } inline void set_m_DeviceClass_1(String_t* value) { ___m_DeviceClass_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceClass_1), (void*)value); } inline static int32_t get_offset_of_m_Manufacturer_2() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Manufacturer_2)); } inline String_t* get_m_Manufacturer_2() const { return ___m_Manufacturer_2; } inline String_t** get_address_of_m_Manufacturer_2() { return &___m_Manufacturer_2; } inline void set_m_Manufacturer_2(String_t* value) { ___m_Manufacturer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Manufacturer_2), (void*)value); } inline static int32_t get_offset_of_m_Product_3() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Product_3)); } inline String_t* get_m_Product_3() const { return ___m_Product_3; } inline String_t** get_address_of_m_Product_3() { return &___m_Product_3; } inline void set_m_Product_3(String_t* value) { ___m_Product_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Product_3), (void*)value); } inline static int32_t get_offset_of_m_Serial_4() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Serial_4)); } inline String_t* get_m_Serial_4() const { return ___m_Serial_4; } inline String_t** get_address_of_m_Serial_4() { return &___m_Serial_4; } inline void set_m_Serial_4(String_t* value) { ___m_Serial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Serial_4), (void*)value); } inline static int32_t get_offset_of_m_Version_5() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Version_5)); } inline String_t* get_m_Version_5() const { return ___m_Version_5; } inline String_t** get_address_of_m_Version_5() { return &___m_Version_5; } inline void set_m_Version_5(String_t* value) { ___m_Version_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_5), (void*)value); } inline static int32_t get_offset_of_m_Capabilities_6() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Capabilities_6)); } inline String_t* get_m_Capabilities_6() const { return ___m_Capabilities_6; } inline String_t** get_address_of_m_Capabilities_6() { return &___m_Capabilities_6; } inline void set_m_Capabilities_6(String_t* value) { ___m_Capabilities_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capabilities_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // UnityEngine.InputSystem.LowLevel.InputEventPtr struct InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 { public: // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_EventPtr_0; public: inline static int32_t get_offset_of_m_EventPtr_0() { return static_cast(offsetof(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1, ___m_EventPtr_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_EventPtr_0() const { return ___m_EventPtr_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_EventPtr_0() { return &___m_EventPtr_0; } inline void set_m_EventPtr_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_EventPtr_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED { public: // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; public: inline static int32_t get_offset_of_m_StringOriginalCase_0() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringOriginalCase_0)); } inline String_t* get_m_StringOriginalCase_0() const { return ___m_StringOriginalCase_0; } inline String_t** get_address_of_m_StringOriginalCase_0() { return &___m_StringOriginalCase_0; } inline void set_m_StringOriginalCase_0(String_t* value) { ___m_StringOriginalCase_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringOriginalCase_0), (void*)value); } inline static int32_t get_offset_of_m_StringLowerCase_1() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringLowerCase_1)); } inline String_t* get_m_StringLowerCase_1() const { return ___m_StringLowerCase_1; } inline String_t** get_address_of_m_StringLowerCase_1() { return &___m_StringLowerCase_1; } inline void set_m_StringLowerCase_1(String_t* value) { ___m_StringLowerCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringLowerCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.PropertyAttribute struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F { public: // System.String UnityEngine.InputSystem.Utilities.Substring::m_String String_t* ___m_String_0; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Index int32_t ___m_Index_1; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_String_0() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_String_0)); } inline String_t* get_m_String_0() const { return ___m_String_0; } inline String_t** get_address_of_m_String_0() { return &___m_String_0; } inline void set_m_String_0(String_t* value) { ___m_String_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke { char* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com { Il2CppChar* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Utilities.TypeTable::table Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F, ___table_0)); } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * get_table_0() const { return ___table_0; } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F_marshaled_pinvoke { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F_marshaled_com { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer struct U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer struct U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputAction/CallbackContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::m_ActionIndex int32_t ___m_ActionIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_ActionIndex_1() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_ActionIndex_1)); } inline int32_t get_m_ActionIndex_1() const { return ___m_ActionIndex_1; } inline int32_t* get_address_of_m_ActionIndex_1() { return &___m_ActionIndex_1; } inline void set_m_ActionIndex_1(int32_t value) { ___m_ActionIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A { public: // System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::m_HaveValue bool ___m_HaveValue_0; // System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceCount int32_t ___m_DeviceCount_1; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceArray InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; public: inline static int32_t get_offset_of_m_HaveValue_0() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_HaveValue_0)); } inline bool get_m_HaveValue_0() const { return ___m_HaveValue_0; } inline bool* get_address_of_m_HaveValue_0() { return &___m_HaveValue_0; } inline void set_m_HaveValue_0(bool value) { ___m_HaveValue_0 = value; } inline static int32_t get_offset_of_m_DeviceCount_1() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_DeviceCount_1)); } inline int32_t get_m_DeviceCount_1() const { return ___m_DeviceCount_1; } inline int32_t* get_address_of_m_DeviceCount_1() { return &___m_DeviceCount_1; } inline void set_m_DeviceCount_1(int32_t value) { ___m_DeviceCount_1 = value; } inline static int32_t get_offset_of_m_DeviceArray_2() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_DeviceArray_2)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_DeviceArray_2() const { return ___m_DeviceArray_2; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_DeviceArray_2() { return &___m_DeviceArray_2; } inline void set_m_DeviceArray_2(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_DeviceArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceArray_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A_marshaled_pinvoke { int32_t ___m_HaveValue_0; int32_t ___m_DeviceCount_1; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A_marshaled_com { int32_t ___m_HaveValue_0; int32_t ___m_DeviceCount_1; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; }; // UnityEngine.InputSystem.InputActionState/ActionMapIndices struct ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A { public: // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::actionStartIndex int32_t ___actionStartIndex_0; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::actionCount int32_t ___actionCount_1; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::controlStartIndex int32_t ___controlStartIndex_2; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::controlCount int32_t ___controlCount_3; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::bindingStartIndex int32_t ___bindingStartIndex_4; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::bindingCount int32_t ___bindingCount_5; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::interactionStartIndex int32_t ___interactionStartIndex_6; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::interactionCount int32_t ___interactionCount_7; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::processorStartIndex int32_t ___processorStartIndex_8; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::processorCount int32_t ___processorCount_9; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::compositeStartIndex int32_t ___compositeStartIndex_10; // System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::compositeCount int32_t ___compositeCount_11; public: inline static int32_t get_offset_of_actionStartIndex_0() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___actionStartIndex_0)); } inline int32_t get_actionStartIndex_0() const { return ___actionStartIndex_0; } inline int32_t* get_address_of_actionStartIndex_0() { return &___actionStartIndex_0; } inline void set_actionStartIndex_0(int32_t value) { ___actionStartIndex_0 = value; } inline static int32_t get_offset_of_actionCount_1() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___actionCount_1)); } inline int32_t get_actionCount_1() const { return ___actionCount_1; } inline int32_t* get_address_of_actionCount_1() { return &___actionCount_1; } inline void set_actionCount_1(int32_t value) { ___actionCount_1 = value; } inline static int32_t get_offset_of_controlStartIndex_2() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___controlStartIndex_2)); } inline int32_t get_controlStartIndex_2() const { return ___controlStartIndex_2; } inline int32_t* get_address_of_controlStartIndex_2() { return &___controlStartIndex_2; } inline void set_controlStartIndex_2(int32_t value) { ___controlStartIndex_2 = value; } inline static int32_t get_offset_of_controlCount_3() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___controlCount_3)); } inline int32_t get_controlCount_3() const { return ___controlCount_3; } inline int32_t* get_address_of_controlCount_3() { return &___controlCount_3; } inline void set_controlCount_3(int32_t value) { ___controlCount_3 = value; } inline static int32_t get_offset_of_bindingStartIndex_4() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___bindingStartIndex_4)); } inline int32_t get_bindingStartIndex_4() const { return ___bindingStartIndex_4; } inline int32_t* get_address_of_bindingStartIndex_4() { return &___bindingStartIndex_4; } inline void set_bindingStartIndex_4(int32_t value) { ___bindingStartIndex_4 = value; } inline static int32_t get_offset_of_bindingCount_5() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___bindingCount_5)); } inline int32_t get_bindingCount_5() const { return ___bindingCount_5; } inline int32_t* get_address_of_bindingCount_5() { return &___bindingCount_5; } inline void set_bindingCount_5(int32_t value) { ___bindingCount_5 = value; } inline static int32_t get_offset_of_interactionStartIndex_6() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___interactionStartIndex_6)); } inline int32_t get_interactionStartIndex_6() const { return ___interactionStartIndex_6; } inline int32_t* get_address_of_interactionStartIndex_6() { return &___interactionStartIndex_6; } inline void set_interactionStartIndex_6(int32_t value) { ___interactionStartIndex_6 = value; } inline static int32_t get_offset_of_interactionCount_7() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___interactionCount_7)); } inline int32_t get_interactionCount_7() const { return ___interactionCount_7; } inline int32_t* get_address_of_interactionCount_7() { return &___interactionCount_7; } inline void set_interactionCount_7(int32_t value) { ___interactionCount_7 = value; } inline static int32_t get_offset_of_processorStartIndex_8() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___processorStartIndex_8)); } inline int32_t get_processorStartIndex_8() const { return ___processorStartIndex_8; } inline int32_t* get_address_of_processorStartIndex_8() { return &___processorStartIndex_8; } inline void set_processorStartIndex_8(int32_t value) { ___processorStartIndex_8 = value; } inline static int32_t get_offset_of_processorCount_9() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___processorCount_9)); } inline int32_t get_processorCount_9() const { return ___processorCount_9; } inline int32_t* get_address_of_processorCount_9() { return &___processorCount_9; } inline void set_processorCount_9(int32_t value) { ___processorCount_9 = value; } inline static int32_t get_offset_of_compositeStartIndex_10() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___compositeStartIndex_10)); } inline int32_t get_compositeStartIndex_10() const { return ___compositeStartIndex_10; } inline int32_t* get_address_of_compositeStartIndex_10() { return &___compositeStartIndex_10; } inline void set_compositeStartIndex_10(int32_t value) { ___compositeStartIndex_10 = value; } inline static int32_t get_offset_of_compositeCount_11() { return static_cast(offsetof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A, ___compositeCount_11)); } inline int32_t get_compositeCount_11() const { return ___compositeCount_11; } inline int32_t* get_address_of_compositeCount_11() { return &___compositeCount_11; } inline void set_compositeCount_11(int32_t value) { ___compositeCount_11 = value; } }; // UnityEngine.InputSystem.InputActionState/BindingState struct BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ControlCount uint8_t ___m_ControlCount_0; }; #pragma pack(pop, tp) struct { uint8_t ___m_ControlCount_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionCount_1_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionCount uint8_t ___m_InteractionCount_1; }; #pragma pack(pop, tp) struct { char ___m_InteractionCount_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___m_InteractionCount_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ProcessorCount_2_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorCount uint8_t ___m_ProcessorCount_2; }; #pragma pack(pop, tp) struct { char ___m_ProcessorCount_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_ProcessorCount_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_MapIndex_3_OffsetPadding[3]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_MapIndex uint8_t ___m_MapIndex_3; }; #pragma pack(pop, tp) struct { char ___m_MapIndex_3_OffsetPadding_forAlignmentOnly[3]; uint8_t ___m_MapIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_4_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_Flags uint8_t ___m_Flags_4; }; #pragma pack(pop, tp) struct { char ___m_Flags_4_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_Flags_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PartIndex_5_OffsetPadding[5]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_PartIndex uint8_t ___m_PartIndex_5; }; #pragma pack(pop, tp) struct { char ___m_PartIndex_5_OffsetPadding_forAlignmentOnly[5]; uint8_t ___m_PartIndex_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ActionIndex_6_OffsetPadding[6]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ActionIndex uint16_t ___m_ActionIndex_6; }; #pragma pack(pop, tp) struct { char ___m_ActionIndex_6_OffsetPadding_forAlignmentOnly[6]; uint16_t ___m_ActionIndex_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding[8]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_CompositeOrCompositeBindingIndex uint16_t ___m_CompositeOrCompositeBindingIndex_7; }; #pragma pack(pop, tp) struct { char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding_forAlignmentOnly[8]; uint16_t ___m_CompositeOrCompositeBindingIndex_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ProcessorStartIndex_8_OffsetPadding[10]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorStartIndex uint16_t ___m_ProcessorStartIndex_8; }; #pragma pack(pop, tp) struct { char ___m_ProcessorStartIndex_8_OffsetPadding_forAlignmentOnly[10]; uint16_t ___m_ProcessorStartIndex_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionStartIndex_9_OffsetPadding[12]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionStartIndex uint16_t ___m_InteractionStartIndex_9; }; #pragma pack(pop, tp) struct { char ___m_InteractionStartIndex_9_OffsetPadding_forAlignmentOnly[12]; uint16_t ___m_InteractionStartIndex_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlStartIndex_10_OffsetPadding[14]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ControlStartIndex uint16_t ___m_ControlStartIndex_10; }; #pragma pack(pop, tp) struct { char ___m_ControlStartIndex_10_OffsetPadding_forAlignmentOnly[14]; uint16_t ___m_ControlStartIndex_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PressTime_11_OffsetPadding[16]; // System.Double UnityEngine.InputSystem.InputActionState/BindingState::m_PressTime double ___m_PressTime_11; }; #pragma pack(pop, tp) struct { char ___m_PressTime_11_OffsetPadding_forAlignmentOnly[16]; double ___m_PressTime_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TriggerEventIdForComposite_12_OffsetPadding[24]; // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::m_TriggerEventIdForComposite int32_t ___m_TriggerEventIdForComposite_12; }; #pragma pack(pop, tp) struct { char ___m_TriggerEventIdForComposite_12_OffsetPadding_forAlignmentOnly[24]; int32_t ___m_TriggerEventIdForComposite_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char _____padding_13_OffsetPadding[28]; // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::__padding int32_t _____padding_13; }; #pragma pack(pop, tp) struct { char _____padding_13_OffsetPadding_forAlignmentOnly[28]; int32_t _____padding_13_forAlignmentOnly; }; }; }; uint8_t BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26__padding[32]; }; public: inline static int32_t get_offset_of_m_ControlCount_0() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ControlCount_0)); } inline uint8_t get_m_ControlCount_0() const { return ___m_ControlCount_0; } inline uint8_t* get_address_of_m_ControlCount_0() { return &___m_ControlCount_0; } inline void set_m_ControlCount_0(uint8_t value) { ___m_ControlCount_0 = value; } inline static int32_t get_offset_of_m_InteractionCount_1() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_InteractionCount_1)); } inline uint8_t get_m_InteractionCount_1() const { return ___m_InteractionCount_1; } inline uint8_t* get_address_of_m_InteractionCount_1() { return &___m_InteractionCount_1; } inline void set_m_InteractionCount_1(uint8_t value) { ___m_InteractionCount_1 = value; } inline static int32_t get_offset_of_m_ProcessorCount_2() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ProcessorCount_2)); } inline uint8_t get_m_ProcessorCount_2() const { return ___m_ProcessorCount_2; } inline uint8_t* get_address_of_m_ProcessorCount_2() { return &___m_ProcessorCount_2; } inline void set_m_ProcessorCount_2(uint8_t value) { ___m_ProcessorCount_2 = value; } inline static int32_t get_offset_of_m_MapIndex_3() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_MapIndex_3)); } inline uint8_t get_m_MapIndex_3() const { return ___m_MapIndex_3; } inline uint8_t* get_address_of_m_MapIndex_3() { return &___m_MapIndex_3; } inline void set_m_MapIndex_3(uint8_t value) { ___m_MapIndex_3 = value; } inline static int32_t get_offset_of_m_Flags_4() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_Flags_4)); } inline uint8_t get_m_Flags_4() const { return ___m_Flags_4; } inline uint8_t* get_address_of_m_Flags_4() { return &___m_Flags_4; } inline void set_m_Flags_4(uint8_t value) { ___m_Flags_4 = value; } inline static int32_t get_offset_of_m_PartIndex_5() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_PartIndex_5)); } inline uint8_t get_m_PartIndex_5() const { return ___m_PartIndex_5; } inline uint8_t* get_address_of_m_PartIndex_5() { return &___m_PartIndex_5; } inline void set_m_PartIndex_5(uint8_t value) { ___m_PartIndex_5 = value; } inline static int32_t get_offset_of_m_ActionIndex_6() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ActionIndex_6)); } inline uint16_t get_m_ActionIndex_6() const { return ___m_ActionIndex_6; } inline uint16_t* get_address_of_m_ActionIndex_6() { return &___m_ActionIndex_6; } inline void set_m_ActionIndex_6(uint16_t value) { ___m_ActionIndex_6 = value; } inline static int32_t get_offset_of_m_CompositeOrCompositeBindingIndex_7() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_CompositeOrCompositeBindingIndex_7)); } inline uint16_t get_m_CompositeOrCompositeBindingIndex_7() const { return ___m_CompositeOrCompositeBindingIndex_7; } inline uint16_t* get_address_of_m_CompositeOrCompositeBindingIndex_7() { return &___m_CompositeOrCompositeBindingIndex_7; } inline void set_m_CompositeOrCompositeBindingIndex_7(uint16_t value) { ___m_CompositeOrCompositeBindingIndex_7 = value; } inline static int32_t get_offset_of_m_ProcessorStartIndex_8() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ProcessorStartIndex_8)); } inline uint16_t get_m_ProcessorStartIndex_8() const { return ___m_ProcessorStartIndex_8; } inline uint16_t* get_address_of_m_ProcessorStartIndex_8() { return &___m_ProcessorStartIndex_8; } inline void set_m_ProcessorStartIndex_8(uint16_t value) { ___m_ProcessorStartIndex_8 = value; } inline static int32_t get_offset_of_m_InteractionStartIndex_9() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_InteractionStartIndex_9)); } inline uint16_t get_m_InteractionStartIndex_9() const { return ___m_InteractionStartIndex_9; } inline uint16_t* get_address_of_m_InteractionStartIndex_9() { return &___m_InteractionStartIndex_9; } inline void set_m_InteractionStartIndex_9(uint16_t value) { ___m_InteractionStartIndex_9 = value; } inline static int32_t get_offset_of_m_ControlStartIndex_10() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ControlStartIndex_10)); } inline uint16_t get_m_ControlStartIndex_10() const { return ___m_ControlStartIndex_10; } inline uint16_t* get_address_of_m_ControlStartIndex_10() { return &___m_ControlStartIndex_10; } inline void set_m_ControlStartIndex_10(uint16_t value) { ___m_ControlStartIndex_10 = value; } inline static int32_t get_offset_of_m_PressTime_11() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_PressTime_11)); } inline double get_m_PressTime_11() const { return ___m_PressTime_11; } inline double* get_address_of_m_PressTime_11() { return &___m_PressTime_11; } inline void set_m_PressTime_11(double value) { ___m_PressTime_11 = value; } inline static int32_t get_offset_of_m_TriggerEventIdForComposite_12() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_TriggerEventIdForComposite_12)); } inline int32_t get_m_TriggerEventIdForComposite_12() const { return ___m_TriggerEventIdForComposite_12; } inline int32_t* get_address_of_m_TriggerEventIdForComposite_12() { return &___m_TriggerEventIdForComposite_12; } inline void set_m_TriggerEventIdForComposite_12(int32_t value) { ___m_TriggerEventIdForComposite_12 = value; } inline static int32_t get_offset_of___padding_13() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, _____padding_13)); } inline int32_t get___padding_13() const { return _____padding_13; } inline int32_t* get_address_of___padding_13() { return &_____padding_13; } inline void set___padding_13(int32_t value) { _____padding_13 = value; } }; // UnityEngine.InputSystem.InputActionState/InteractionState struct InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.UInt16 UnityEngine.InputSystem.InputActionState/InteractionState::m_TriggerControlIndex uint16_t ___m_TriggerControlIndex_0; }; #pragma pack(pop, tp) struct { uint16_t ___m_TriggerControlIndex_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Phase_1_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.InputActionState/InteractionState::m_Phase uint8_t ___m_Phase_1; }; #pragma pack(pop, tp) struct { char ___m_Phase_1_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_Phase_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_2_OffsetPadding[3]; // System.Byte UnityEngine.InputSystem.InputActionState/InteractionState::m_Flags uint8_t ___m_Flags_2; }; #pragma pack(pop, tp) struct { char ___m_Flags_2_OffsetPadding_forAlignmentOnly[3]; uint8_t ___m_Flags_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TimerDuration_3_OffsetPadding[4]; // System.Single UnityEngine.InputSystem.InputActionState/InteractionState::m_TimerDuration float ___m_TimerDuration_3; }; #pragma pack(pop, tp) struct { char ___m_TimerDuration_3_OffsetPadding_forAlignmentOnly[4]; float ___m_TimerDuration_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_4_OffsetPadding[8]; // System.Double UnityEngine.InputSystem.InputActionState/InteractionState::m_StartTime double ___m_StartTime_4; }; #pragma pack(pop, tp) struct { char ___m_StartTime_4_OffsetPadding_forAlignmentOnly[8]; double ___m_StartTime_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TimerStartTime_5_OffsetPadding[16]; // System.Double UnityEngine.InputSystem.InputActionState/InteractionState::m_TimerStartTime double ___m_TimerStartTime_5; }; #pragma pack(pop, tp) struct { char ___m_TimerStartTime_5_OffsetPadding_forAlignmentOnly[16]; double ___m_TimerStartTime_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PerformedTime_6_OffsetPadding[24]; // System.Double UnityEngine.InputSystem.InputActionState/InteractionState::m_PerformedTime double ___m_PerformedTime_6; }; #pragma pack(pop, tp) struct { char ___m_PerformedTime_6_OffsetPadding_forAlignmentOnly[24]; double ___m_PerformedTime_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TotalTimeoutCompletionTimeDone_7_OffsetPadding[32]; // System.Single UnityEngine.InputSystem.InputActionState/InteractionState::m_TotalTimeoutCompletionTimeDone float ___m_TotalTimeoutCompletionTimeDone_7; }; #pragma pack(pop, tp) struct { char ___m_TotalTimeoutCompletionTimeDone_7_OffsetPadding_forAlignmentOnly[32]; float ___m_TotalTimeoutCompletionTimeDone_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TotalTimeoutCompletionTimeRemaining_8_OffsetPadding[36]; // System.Single UnityEngine.InputSystem.InputActionState/InteractionState::m_TotalTimeoutCompletionTimeRemaining float ___m_TotalTimeoutCompletionTimeRemaining_8; }; #pragma pack(pop, tp) struct { char ___m_TotalTimeoutCompletionTimeRemaining_8_OffsetPadding_forAlignmentOnly[36]; float ___m_TotalTimeoutCompletionTimeRemaining_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TimerMonitorIndex_9_OffsetPadding[40]; // System.Int64 UnityEngine.InputSystem.InputActionState/InteractionState::m_TimerMonitorIndex int64_t ___m_TimerMonitorIndex_9; }; #pragma pack(pop, tp) struct { char ___m_TimerMonitorIndex_9_OffsetPadding_forAlignmentOnly[40]; int64_t ___m_TimerMonitorIndex_9_forAlignmentOnly; }; }; }; uint8_t InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320__padding[48]; }; public: inline static int32_t get_offset_of_m_TriggerControlIndex_0() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_TriggerControlIndex_0)); } inline uint16_t get_m_TriggerControlIndex_0() const { return ___m_TriggerControlIndex_0; } inline uint16_t* get_address_of_m_TriggerControlIndex_0() { return &___m_TriggerControlIndex_0; } inline void set_m_TriggerControlIndex_0(uint16_t value) { ___m_TriggerControlIndex_0 = value; } inline static int32_t get_offset_of_m_Phase_1() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_Phase_1)); } inline uint8_t get_m_Phase_1() const { return ___m_Phase_1; } inline uint8_t* get_address_of_m_Phase_1() { return &___m_Phase_1; } inline void set_m_Phase_1(uint8_t value) { ___m_Phase_1 = value; } inline static int32_t get_offset_of_m_Flags_2() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_Flags_2)); } inline uint8_t get_m_Flags_2() const { return ___m_Flags_2; } inline uint8_t* get_address_of_m_Flags_2() { return &___m_Flags_2; } inline void set_m_Flags_2(uint8_t value) { ___m_Flags_2 = value; } inline static int32_t get_offset_of_m_TimerDuration_3() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_TimerDuration_3)); } inline float get_m_TimerDuration_3() const { return ___m_TimerDuration_3; } inline float* get_address_of_m_TimerDuration_3() { return &___m_TimerDuration_3; } inline void set_m_TimerDuration_3(float value) { ___m_TimerDuration_3 = value; } inline static int32_t get_offset_of_m_StartTime_4() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_StartTime_4)); } inline double get_m_StartTime_4() const { return ___m_StartTime_4; } inline double* get_address_of_m_StartTime_4() { return &___m_StartTime_4; } inline void set_m_StartTime_4(double value) { ___m_StartTime_4 = value; } inline static int32_t get_offset_of_m_TimerStartTime_5() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_TimerStartTime_5)); } inline double get_m_TimerStartTime_5() const { return ___m_TimerStartTime_5; } inline double* get_address_of_m_TimerStartTime_5() { return &___m_TimerStartTime_5; } inline void set_m_TimerStartTime_5(double value) { ___m_TimerStartTime_5 = value; } inline static int32_t get_offset_of_m_PerformedTime_6() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_PerformedTime_6)); } inline double get_m_PerformedTime_6() const { return ___m_PerformedTime_6; } inline double* get_address_of_m_PerformedTime_6() { return &___m_PerformedTime_6; } inline void set_m_PerformedTime_6(double value) { ___m_PerformedTime_6 = value; } inline static int32_t get_offset_of_m_TotalTimeoutCompletionTimeDone_7() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_TotalTimeoutCompletionTimeDone_7)); } inline float get_m_TotalTimeoutCompletionTimeDone_7() const { return ___m_TotalTimeoutCompletionTimeDone_7; } inline float* get_address_of_m_TotalTimeoutCompletionTimeDone_7() { return &___m_TotalTimeoutCompletionTimeDone_7; } inline void set_m_TotalTimeoutCompletionTimeDone_7(float value) { ___m_TotalTimeoutCompletionTimeDone_7 = value; } inline static int32_t get_offset_of_m_TotalTimeoutCompletionTimeRemaining_8() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_TotalTimeoutCompletionTimeRemaining_8)); } inline float get_m_TotalTimeoutCompletionTimeRemaining_8() const { return ___m_TotalTimeoutCompletionTimeRemaining_8; } inline float* get_address_of_m_TotalTimeoutCompletionTimeRemaining_8() { return &___m_TotalTimeoutCompletionTimeRemaining_8; } inline void set_m_TotalTimeoutCompletionTimeRemaining_8(float value) { ___m_TotalTimeoutCompletionTimeRemaining_8 = value; } inline static int32_t get_offset_of_m_TimerMonitorIndex_9() { return static_cast(offsetof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320, ___m_TimerMonitorIndex_9)); } inline int64_t get_m_TimerMonitorIndex_9() const { return ___m_TimerMonitorIndex_9; } inline int64_t* get_address_of_m_TimerMonitorIndex_9() { return &___m_TimerMonitorIndex_9; } inline void set_m_TimerMonitorIndex_9(int64_t value) { ___m_TimerMonitorIndex_9 = value; } }; // UnityEngine.InputSystem.InputActionState/TriggerState struct TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Phase uint8_t ___m_Phase_3; }; #pragma pack(pop, tp) struct { uint8_t ___m_Phase_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_4_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Flags uint8_t ___m_Flags_4; }; #pragma pack(pop, tp) struct { char ___m_Flags_4_OffsetPadding_forAlignmentOnly[1]; uint8_t ___m_Flags_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_MapIndex_5_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_MapIndex uint8_t ___m_MapIndex_5; }; #pragma pack(pop, tp) struct { char ___m_MapIndex_5_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_MapIndex_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlIndex_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_ControlIndex uint16_t ___m_ControlIndex_6; }; #pragma pack(pop, tp) struct { char ___m_ControlIndex_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_ControlIndex_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Time_7_OffsetPadding[8]; // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_Time double ___m_Time_7; }; #pragma pack(pop, tp) struct { char ___m_Time_7_OffsetPadding_forAlignmentOnly[8]; double ___m_Time_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_8_OffsetPadding[16]; // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_StartTime double ___m_StartTime_8; }; #pragma pack(pop, tp) struct { char ___m_StartTime_8_OffsetPadding_forAlignmentOnly[16]; double ___m_StartTime_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BindingIndex_9_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_BindingIndex uint16_t ___m_BindingIndex_9; }; #pragma pack(pop, tp) struct { char ___m_BindingIndex_9_OffsetPadding_forAlignmentOnly[24]; uint16_t ___m_BindingIndex_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionIndex_10_OffsetPadding[26]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_InteractionIndex uint16_t ___m_InteractionIndex_10; }; #pragma pack(pop, tp) struct { char ___m_InteractionIndex_10_OffsetPadding_forAlignmentOnly[26]; uint16_t ___m_InteractionIndex_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Magnitude_11_OffsetPadding[28]; // System.Single UnityEngine.InputSystem.InputActionState/TriggerState::m_Magnitude float ___m_Magnitude_11; }; #pragma pack(pop, tp) struct { char ___m_Magnitude_11_OffsetPadding_forAlignmentOnly[28]; float ___m_Magnitude_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LastPerformedInUpdate_12_OffsetPadding[32]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastPerformedInUpdate uint32_t ___m_LastPerformedInUpdate_12; }; #pragma pack(pop, tp) struct { char ___m_LastPerformedInUpdate_12_OffsetPadding_forAlignmentOnly[32]; uint32_t ___m_LastPerformedInUpdate_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LastCanceledInUpdate_13_OffsetPadding[36]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastCanceledInUpdate uint32_t ___m_LastCanceledInUpdate_13; }; #pragma pack(pop, tp) struct { char ___m_LastCanceledInUpdate_13_OffsetPadding_forAlignmentOnly[36]; uint32_t ___m_LastCanceledInUpdate_13_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PressedInUpdate_14_OffsetPadding[40]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_PressedInUpdate uint32_t ___m_PressedInUpdate_14; }; #pragma pack(pop, tp) struct { char ___m_PressedInUpdate_14_OffsetPadding_forAlignmentOnly[40]; uint32_t ___m_PressedInUpdate_14_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ReleasedInUpdate_15_OffsetPadding[44]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_ReleasedInUpdate uint32_t ___m_ReleasedInUpdate_15; }; #pragma pack(pop, tp) struct { char ___m_ReleasedInUpdate_15_OffsetPadding_forAlignmentOnly[44]; uint32_t ___m_ReleasedInUpdate_15_forAlignmentOnly; }; }; }; uint8_t TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145__padding[48]; }; public: inline static int32_t get_offset_of_m_Phase_3() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Phase_3)); } inline uint8_t get_m_Phase_3() const { return ___m_Phase_3; } inline uint8_t* get_address_of_m_Phase_3() { return &___m_Phase_3; } inline void set_m_Phase_3(uint8_t value) { ___m_Phase_3 = value; } inline static int32_t get_offset_of_m_Flags_4() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Flags_4)); } inline uint8_t get_m_Flags_4() const { return ___m_Flags_4; } inline uint8_t* get_address_of_m_Flags_4() { return &___m_Flags_4; } inline void set_m_Flags_4(uint8_t value) { ___m_Flags_4 = value; } inline static int32_t get_offset_of_m_MapIndex_5() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_MapIndex_5)); } inline uint8_t get_m_MapIndex_5() const { return ___m_MapIndex_5; } inline uint8_t* get_address_of_m_MapIndex_5() { return &___m_MapIndex_5; } inline void set_m_MapIndex_5(uint8_t value) { ___m_MapIndex_5 = value; } inline static int32_t get_offset_of_m_ControlIndex_6() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_ControlIndex_6)); } inline uint16_t get_m_ControlIndex_6() const { return ___m_ControlIndex_6; } inline uint16_t* get_address_of_m_ControlIndex_6() { return &___m_ControlIndex_6; } inline void set_m_ControlIndex_6(uint16_t value) { ___m_ControlIndex_6 = value; } inline static int32_t get_offset_of_m_Time_7() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Time_7)); } inline double get_m_Time_7() const { return ___m_Time_7; } inline double* get_address_of_m_Time_7() { return &___m_Time_7; } inline void set_m_Time_7(double value) { ___m_Time_7 = value; } inline static int32_t get_offset_of_m_StartTime_8() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_StartTime_8)); } inline double get_m_StartTime_8() const { return ___m_StartTime_8; } inline double* get_address_of_m_StartTime_8() { return &___m_StartTime_8; } inline void set_m_StartTime_8(double value) { ___m_StartTime_8 = value; } inline static int32_t get_offset_of_m_BindingIndex_9() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_BindingIndex_9)); } inline uint16_t get_m_BindingIndex_9() const { return ___m_BindingIndex_9; } inline uint16_t* get_address_of_m_BindingIndex_9() { return &___m_BindingIndex_9; } inline void set_m_BindingIndex_9(uint16_t value) { ___m_BindingIndex_9 = value; } inline static int32_t get_offset_of_m_InteractionIndex_10() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_InteractionIndex_10)); } inline uint16_t get_m_InteractionIndex_10() const { return ___m_InteractionIndex_10; } inline uint16_t* get_address_of_m_InteractionIndex_10() { return &___m_InteractionIndex_10; } inline void set_m_InteractionIndex_10(uint16_t value) { ___m_InteractionIndex_10 = value; } inline static int32_t get_offset_of_m_Magnitude_11() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Magnitude_11)); } inline float get_m_Magnitude_11() const { return ___m_Magnitude_11; } inline float* get_address_of_m_Magnitude_11() { return &___m_Magnitude_11; } inline void set_m_Magnitude_11(float value) { ___m_Magnitude_11 = value; } inline static int32_t get_offset_of_m_LastPerformedInUpdate_12() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_LastPerformedInUpdate_12)); } inline uint32_t get_m_LastPerformedInUpdate_12() const { return ___m_LastPerformedInUpdate_12; } inline uint32_t* get_address_of_m_LastPerformedInUpdate_12() { return &___m_LastPerformedInUpdate_12; } inline void set_m_LastPerformedInUpdate_12(uint32_t value) { ___m_LastPerformedInUpdate_12 = value; } inline static int32_t get_offset_of_m_LastCanceledInUpdate_13() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_LastCanceledInUpdate_13)); } inline uint32_t get_m_LastCanceledInUpdate_13() const { return ___m_LastCanceledInUpdate_13; } inline uint32_t* get_address_of_m_LastCanceledInUpdate_13() { return &___m_LastCanceledInUpdate_13; } inline void set_m_LastCanceledInUpdate_13(uint32_t value) { ___m_LastCanceledInUpdate_13 = value; } inline static int32_t get_offset_of_m_PressedInUpdate_14() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_PressedInUpdate_14)); } inline uint32_t get_m_PressedInUpdate_14() const { return ___m_PressedInUpdate_14; } inline uint32_t* get_address_of_m_PressedInUpdate_14() { return &___m_PressedInUpdate_14; } inline void set_m_PressedInUpdate_14(uint32_t value) { ___m_PressedInUpdate_14 = value; } inline static int32_t get_offset_of_m_ReleasedInUpdate_15() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_ReleasedInUpdate_15)); } inline uint32_t get_m_ReleasedInUpdate_15() const { return ___m_ReleasedInUpdate_15; } inline uint32_t* get_address_of_m_ReleasedInUpdate_15() { return &___m_ReleasedInUpdate_15; } inline void set_m_ReleasedInUpdate_15(uint32_t value) { ___m_ReleasedInUpdate_15 = value; } }; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 { public: // System.Void* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::basePtr void* ___basePtr_0; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapCount int32_t ___mapCount_1; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionCount int32_t ___actionCount_2; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionCount int32_t ___interactionCount_3; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingCount int32_t ___bindingCount_4; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlCount int32_t ___controlCount_5; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::compositeCount int32_t ___compositeCount_6; // UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionStates TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * ___actionStates_7; // UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingStates BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * ___bindingStates_8; // UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionStates InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * ___interactionStates_9; // System.Single* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlMagnitudes float* ___controlMagnitudes_10; // System.Single* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::compositeMagnitudes float* ___compositeMagnitudes_11; // System.Int32* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::enabledControls int32_t* ___enabledControls_12; // System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionBindingIndicesAndCounts uint16_t* ___actionBindingIndicesAndCounts_13; // System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionBindingIndices uint16_t* ___actionBindingIndices_14; // System.Int32* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlIndexToBindingIndex int32_t* ___controlIndexToBindingIndex_15; // System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlGroupingAndComplexity uint16_t* ___controlGroupingAndComplexity_16; // System.Boolean UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlGroupingInitialized bool ___controlGroupingInitialized_17; // UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapIndices ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * ___mapIndices_18; public: inline static int32_t get_offset_of_basePtr_0() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___basePtr_0)); } inline void* get_basePtr_0() const { return ___basePtr_0; } inline void** get_address_of_basePtr_0() { return &___basePtr_0; } inline void set_basePtr_0(void* value) { ___basePtr_0 = value; } inline static int32_t get_offset_of_mapCount_1() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___mapCount_1)); } inline int32_t get_mapCount_1() const { return ___mapCount_1; } inline int32_t* get_address_of_mapCount_1() { return &___mapCount_1; } inline void set_mapCount_1(int32_t value) { ___mapCount_1 = value; } inline static int32_t get_offset_of_actionCount_2() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionCount_2)); } inline int32_t get_actionCount_2() const { return ___actionCount_2; } inline int32_t* get_address_of_actionCount_2() { return &___actionCount_2; } inline void set_actionCount_2(int32_t value) { ___actionCount_2 = value; } inline static int32_t get_offset_of_interactionCount_3() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___interactionCount_3)); } inline int32_t get_interactionCount_3() const { return ___interactionCount_3; } inline int32_t* get_address_of_interactionCount_3() { return &___interactionCount_3; } inline void set_interactionCount_3(int32_t value) { ___interactionCount_3 = value; } inline static int32_t get_offset_of_bindingCount_4() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___bindingCount_4)); } inline int32_t get_bindingCount_4() const { return ___bindingCount_4; } inline int32_t* get_address_of_bindingCount_4() { return &___bindingCount_4; } inline void set_bindingCount_4(int32_t value) { ___bindingCount_4 = value; } inline static int32_t get_offset_of_controlCount_5() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlCount_5)); } inline int32_t get_controlCount_5() const { return ___controlCount_5; } inline int32_t* get_address_of_controlCount_5() { return &___controlCount_5; } inline void set_controlCount_5(int32_t value) { ___controlCount_5 = value; } inline static int32_t get_offset_of_compositeCount_6() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___compositeCount_6)); } inline int32_t get_compositeCount_6() const { return ___compositeCount_6; } inline int32_t* get_address_of_compositeCount_6() { return &___compositeCount_6; } inline void set_compositeCount_6(int32_t value) { ___compositeCount_6 = value; } inline static int32_t get_offset_of_actionStates_7() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionStates_7)); } inline TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * get_actionStates_7() const { return ___actionStates_7; } inline TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ** get_address_of_actionStates_7() { return &___actionStates_7; } inline void set_actionStates_7(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * value) { ___actionStates_7 = value; } inline static int32_t get_offset_of_bindingStates_8() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___bindingStates_8)); } inline BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * get_bindingStates_8() const { return ___bindingStates_8; } inline BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ** get_address_of_bindingStates_8() { return &___bindingStates_8; } inline void set_bindingStates_8(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * value) { ___bindingStates_8 = value; } inline static int32_t get_offset_of_interactionStates_9() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___interactionStates_9)); } inline InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * get_interactionStates_9() const { return ___interactionStates_9; } inline InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 ** get_address_of_interactionStates_9() { return &___interactionStates_9; } inline void set_interactionStates_9(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * value) { ___interactionStates_9 = value; } inline static int32_t get_offset_of_controlMagnitudes_10() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlMagnitudes_10)); } inline float* get_controlMagnitudes_10() const { return ___controlMagnitudes_10; } inline float** get_address_of_controlMagnitudes_10() { return &___controlMagnitudes_10; } inline void set_controlMagnitudes_10(float* value) { ___controlMagnitudes_10 = value; } inline static int32_t get_offset_of_compositeMagnitudes_11() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___compositeMagnitudes_11)); } inline float* get_compositeMagnitudes_11() const { return ___compositeMagnitudes_11; } inline float** get_address_of_compositeMagnitudes_11() { return &___compositeMagnitudes_11; } inline void set_compositeMagnitudes_11(float* value) { ___compositeMagnitudes_11 = value; } inline static int32_t get_offset_of_enabledControls_12() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___enabledControls_12)); } inline int32_t* get_enabledControls_12() const { return ___enabledControls_12; } inline int32_t** get_address_of_enabledControls_12() { return &___enabledControls_12; } inline void set_enabledControls_12(int32_t* value) { ___enabledControls_12 = value; } inline static int32_t get_offset_of_actionBindingIndicesAndCounts_13() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionBindingIndicesAndCounts_13)); } inline uint16_t* get_actionBindingIndicesAndCounts_13() const { return ___actionBindingIndicesAndCounts_13; } inline uint16_t** get_address_of_actionBindingIndicesAndCounts_13() { return &___actionBindingIndicesAndCounts_13; } inline void set_actionBindingIndicesAndCounts_13(uint16_t* value) { ___actionBindingIndicesAndCounts_13 = value; } inline static int32_t get_offset_of_actionBindingIndices_14() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionBindingIndices_14)); } inline uint16_t* get_actionBindingIndices_14() const { return ___actionBindingIndices_14; } inline uint16_t** get_address_of_actionBindingIndices_14() { return &___actionBindingIndices_14; } inline void set_actionBindingIndices_14(uint16_t* value) { ___actionBindingIndices_14 = value; } inline static int32_t get_offset_of_controlIndexToBindingIndex_15() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlIndexToBindingIndex_15)); } inline int32_t* get_controlIndexToBindingIndex_15() const { return ___controlIndexToBindingIndex_15; } inline int32_t** get_address_of_controlIndexToBindingIndex_15() { return &___controlIndexToBindingIndex_15; } inline void set_controlIndexToBindingIndex_15(int32_t* value) { ___controlIndexToBindingIndex_15 = value; } inline static int32_t get_offset_of_controlGroupingAndComplexity_16() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlGroupingAndComplexity_16)); } inline uint16_t* get_controlGroupingAndComplexity_16() const { return ___controlGroupingAndComplexity_16; } inline uint16_t** get_address_of_controlGroupingAndComplexity_16() { return &___controlGroupingAndComplexity_16; } inline void set_controlGroupingAndComplexity_16(uint16_t* value) { ___controlGroupingAndComplexity_16 = value; } inline static int32_t get_offset_of_controlGroupingInitialized_17() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlGroupingInitialized_17)); } inline bool get_controlGroupingInitialized_17() const { return ___controlGroupingInitialized_17; } inline bool* get_address_of_controlGroupingInitialized_17() { return &___controlGroupingInitialized_17; } inline void set_controlGroupingInitialized_17(bool value) { ___controlGroupingInitialized_17 = value; } inline static int32_t get_offset_of_mapIndices_18() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___mapIndices_18)); } inline ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * get_mapIndices_18() const { return ___mapIndices_18; } inline ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A ** get_address_of_mapIndices_18() { return &___mapIndices_18; } inline void set_mapIndices_18(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * value) { ___mapIndices_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke { void* ___basePtr_0; int32_t ___mapCount_1; int32_t ___actionCount_2; int32_t ___interactionCount_3; int32_t ___bindingCount_4; int32_t ___controlCount_5; int32_t ___compositeCount_6; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * ___actionStates_7; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * ___bindingStates_8; InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * ___interactionStates_9; float* ___controlMagnitudes_10; float* ___compositeMagnitudes_11; int32_t* ___enabledControls_12; uint16_t* ___actionBindingIndicesAndCounts_13; uint16_t* ___actionBindingIndices_14; int32_t* ___controlIndexToBindingIndex_15; uint16_t* ___controlGroupingAndComplexity_16; int32_t ___controlGroupingInitialized_17; ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * ___mapIndices_18; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com { void* ___basePtr_0; int32_t ___mapCount_1; int32_t ___actionCount_2; int32_t ___interactionCount_3; int32_t ___bindingCount_4; int32_t ___controlCount_5; int32_t ___compositeCount_6; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * ___actionStates_7; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * ___bindingStates_8; InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * ___interactionStates_9; float* ___controlMagnitudes_10; float* ___compositeMagnitudes_11; int32_t* ___enabledControls_12; uint16_t* ___actionBindingIndicesAndCounts_13; uint16_t* ___actionBindingIndices_14; int32_t* ___controlIndexToBindingIndex_15; uint16_t* ___controlGroupingAndComplexity_16; int32_t ___controlGroupingInitialized_17; ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * ___mapIndices_18; }; // UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr struct ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_Ptr ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Ptr_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_Ptr_1() { return static_cast(offsetof(ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403, ___m_Ptr_1)); } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * get_m_Ptr_1() const { return ___m_Ptr_1; } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 ** get_address_of_m_Ptr_1() { return &___m_Ptr_1; } inline void set_m_Ptr_1(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * value) { ___m_Ptr_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr struct ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Ptr_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr struct ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Ptr_1; }; // UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator struct Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F { public: // UnityEngine.InputSystem.Utilities.InputActionTrace UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_Trace InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * ___m_Trace_0; // UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_Buffer ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Buffer_1; // System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_EventCount int32_t ___m_EventCount_2; // UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_CurrentEvent ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_CurrentEvent_3; // System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_CurrentIndex int32_t ___m_CurrentIndex_4; public: inline static int32_t get_offset_of_m_Trace_0() { return static_cast(offsetof(Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F, ___m_Trace_0)); } inline InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * get_m_Trace_0() const { return ___m_Trace_0; } inline InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A ** get_address_of_m_Trace_0() { return &___m_Trace_0; } inline void set_m_Trace_0(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * value) { ___m_Trace_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Trace_0), (void*)value); } inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F, ___m_Buffer_1)); } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * get_m_Buffer_1() const { return ___m_Buffer_1; } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 ** get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * value) { ___m_Buffer_1 = value; } inline static int32_t get_offset_of_m_EventCount_2() { return static_cast(offsetof(Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F, ___m_EventCount_2)); } inline int32_t get_m_EventCount_2() const { return ___m_EventCount_2; } inline int32_t* get_address_of_m_EventCount_2() { return &___m_EventCount_2; } inline void set_m_EventCount_2(int32_t value) { ___m_EventCount_2 = value; } inline static int32_t get_offset_of_m_CurrentEvent_3() { return static_cast(offsetof(Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F, ___m_CurrentEvent_3)); } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * get_m_CurrentEvent_3() const { return ___m_CurrentEvent_3; } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 ** get_address_of_m_CurrentEvent_3() { return &___m_CurrentEvent_3; } inline void set_m_CurrentEvent_3(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * value) { ___m_CurrentEvent_3 = value; } inline static int32_t get_offset_of_m_CurrentIndex_4() { return static_cast(offsetof(Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F, ___m_CurrentIndex_4)); } inline int32_t get_m_CurrentIndex_4() const { return ___m_CurrentIndex_4; } inline int32_t* get_address_of_m_CurrentIndex_4() { return &___m_CurrentIndex_4; } inline void set_m_CurrentIndex_4(int32_t value) { ___m_CurrentIndex_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator struct Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F_marshaled_pinvoke { InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * ___m_Trace_0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Buffer_1; int32_t ___m_EventCount_2; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_CurrentEvent_3; int32_t ___m_CurrentIndex_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator struct Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F_marshaled_com { InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * ___m_Trace_0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Buffer_1; int32_t ___m_EventCount_2; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_CurrentEvent_3; int32_t ___m_CurrentIndex_4; }; // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 { public: // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::k__BackingField int32_t ___U3CpartU3Ek__BackingField_0; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::k__BackingField InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CpartU3Ek__BackingField_0() { return static_cast(offsetof(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0, ___U3CpartU3Ek__BackingField_0)); } inline int32_t get_U3CpartU3Ek__BackingField_0() const { return ___U3CpartU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CpartU3Ek__BackingField_0() { return &___U3CpartU3Ek__BackingField_0; } inline void set_U3CpartU3Ek__BackingField_0(int32_t value) { ___U3CpartU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CcontrolU3Ek__BackingField_1() { return static_cast(offsetof(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0, ___U3CcontrolU3Ek__BackingField_1)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_U3CcontrolU3Ek__BackingField_1() const { return ___U3CcontrolU3Ek__BackingField_1; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_U3CcontrolU3Ek__BackingField_1() { return &___U3CcontrolU3Ek__BackingField_1; } inline void set_U3CcontrolU3Ek__BackingField_1(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___U3CcontrolU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcontrolU3Ek__BackingField_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0_marshaled_pinvoke { int32_t ___U3CpartU3Ek__BackingField_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0_marshaled_com { int32_t ___U3CpartU3Ek__BackingField_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; }; // UnityEngine.InputSystem.InputControlExtensions/ControlBuilder struct ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/ControlBuilder::k__BackingField InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CcontrolU3Ek__BackingField_0() { return static_cast(offsetof(ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8, ___U3CcontrolU3Ek__BackingField_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_U3CcontrolU3Ek__BackingField_0() const { return ___U3CcontrolU3Ek__BackingField_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_U3CcontrolU3Ek__BackingField_0() { return &___U3CcontrolU3Ek__BackingField_0; } inline void set_U3CcontrolU3Ek__BackingField_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___U3CcontrolU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcontrolU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/ControlBuilder struct ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/ControlBuilder struct ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_0; }; // UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder struct DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder::k__BackingField InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___U3CdeviceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CdeviceU3Ek__BackingField_0() { return static_cast(offsetof(DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627, ___U3CdeviceU3Ek__BackingField_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_U3CdeviceU3Ek__BackingField_0() const { return ___U3CdeviceU3Ek__BackingField_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_U3CdeviceU3Ek__BackingField_0() { return &___U3CdeviceU3Ek__BackingField_0; } inline void set_U3CdeviceU3Ek__BackingField_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___U3CdeviceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdeviceU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder struct DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___U3CdeviceU3Ek__BackingField_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder struct DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___U3CdeviceU3Ek__BackingField_0; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::table Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E, ___table_0)); } inline Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * get_table_0() const { return ___table_0; } inline Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E_marshaled_pinvoke { Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E_marshaled_com { Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * ___table_0; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 { public: // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance::valid bool ___valid_0; public: inline static int32_t get_offset_of_valid_0() { return static_cast(offsetof(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749, ___valid_0)); } inline bool get_valid_0() const { return ___valid_0; } inline bool* get_address_of_valid_0() { return &___valid_0; } inline void set_valid_0(bool value) { ___valid_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke { int32_t ___valid_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com { int32_t ___valid_0; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutTypes Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___layoutTypes_1; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutStrings Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * ___layoutStrings_2; // System.Collections.Generic.Dictionary`2> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutBuilders Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * ___layoutBuilders_3; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::baseLayoutTable Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * ___baseLayoutTable_4; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrides Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * ___layoutOverrides_5; // System.Collections.Generic.HashSet`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrideNames HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * ___layoutOverrideNames_6; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::precompiledLayouts Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * ___precompiledLayouts_7; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutMatchers List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * ___layoutMatchers_8; public: inline static int32_t get_offset_of_layoutTypes_1() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutTypes_1)); } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * get_layoutTypes_1() const { return ___layoutTypes_1; } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E ** get_address_of_layoutTypes_1() { return &___layoutTypes_1; } inline void set_layoutTypes_1(Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * value) { ___layoutTypes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutTypes_1), (void*)value); } inline static int32_t get_offset_of_layoutStrings_2() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutStrings_2)); } inline Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * get_layoutStrings_2() const { return ___layoutStrings_2; } inline Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E ** get_address_of_layoutStrings_2() { return &___layoutStrings_2; } inline void set_layoutStrings_2(Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * value) { ___layoutStrings_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutStrings_2), (void*)value); } inline static int32_t get_offset_of_layoutBuilders_3() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutBuilders_3)); } inline Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * get_layoutBuilders_3() const { return ___layoutBuilders_3; } inline Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 ** get_address_of_layoutBuilders_3() { return &___layoutBuilders_3; } inline void set_layoutBuilders_3(Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * value) { ___layoutBuilders_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutBuilders_3), (void*)value); } inline static int32_t get_offset_of_baseLayoutTable_4() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___baseLayoutTable_4)); } inline Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * get_baseLayoutTable_4() const { return ___baseLayoutTable_4; } inline Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 ** get_address_of_baseLayoutTable_4() { return &___baseLayoutTable_4; } inline void set_baseLayoutTable_4(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * value) { ___baseLayoutTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseLayoutTable_4), (void*)value); } inline static int32_t get_offset_of_layoutOverrides_5() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutOverrides_5)); } inline Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * get_layoutOverrides_5() const { return ___layoutOverrides_5; } inline Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 ** get_address_of_layoutOverrides_5() { return &___layoutOverrides_5; } inline void set_layoutOverrides_5(Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * value) { ___layoutOverrides_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutOverrides_5), (void*)value); } inline static int32_t get_offset_of_layoutOverrideNames_6() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutOverrideNames_6)); } inline HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * get_layoutOverrideNames_6() const { return ___layoutOverrideNames_6; } inline HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 ** get_address_of_layoutOverrideNames_6() { return &___layoutOverrideNames_6; } inline void set_layoutOverrideNames_6(HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * value) { ___layoutOverrideNames_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutOverrideNames_6), (void*)value); } inline static int32_t get_offset_of_precompiledLayouts_7() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___precompiledLayouts_7)); } inline Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * get_precompiledLayouts_7() const { return ___precompiledLayouts_7; } inline Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE ** get_address_of_precompiledLayouts_7() { return &___precompiledLayouts_7; } inline void set_precompiledLayouts_7(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * value) { ___precompiledLayouts_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompiledLayouts_7), (void*)value); } inline static int32_t get_offset_of_layoutMatchers_8() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutMatchers_8)); } inline List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * get_layoutMatchers_8() const { return ___layoutMatchers_8; } inline List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C ** get_address_of_layoutMatchers_8() { return &___layoutMatchers_8; } inline void set_layoutMatchers_8(List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * value) { ___layoutMatchers_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutMatchers_8), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F_marshaled_pinvoke { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___layoutTypes_1; Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * ___layoutStrings_2; Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * ___layoutBuilders_3; Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * ___baseLayoutTable_4; Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * ___layoutOverrides_5; HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * ___layoutOverrideNames_6; Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * ___precompiledLayouts_7; List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * ___layoutMatchers_8; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F_marshaled_com { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___layoutTypes_1; Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * ___layoutStrings_2; Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * ___layoutBuilders_3; Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * ___baseLayoutTable_4; Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * ___layoutOverrides_5; HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * ___layoutOverrideNames_6; Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * ___precompiledLayouts_7; List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * ___layoutMatchers_8; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson struct LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 { public: // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::extend String_t* ___extend_1; // System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::extendMultiple StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___extendMultiple_2; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::format String_t* ___format_3; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::beforeRender String_t* ___beforeRender_4; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::runInBackground String_t* ___runInBackground_5; // System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::commonUsages StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___commonUsages_6; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::displayName String_t* ___displayName_7; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::description String_t* ___description_8; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::type String_t* ___type_9; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::variant String_t* ___variant_10; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::isGenericTypeOfDevice bool ___isGenericTypeOfDevice_11; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::hideInUI bool ___hideInUI_12; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::controls ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* ___controls_13; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_extend_1() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___extend_1)); } inline String_t* get_extend_1() const { return ___extend_1; } inline String_t** get_address_of_extend_1() { return &___extend_1; } inline void set_extend_1(String_t* value) { ___extend_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___extend_1), (void*)value); } inline static int32_t get_offset_of_extendMultiple_2() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___extendMultiple_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_extendMultiple_2() const { return ___extendMultiple_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_extendMultiple_2() { return &___extendMultiple_2; } inline void set_extendMultiple_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___extendMultiple_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendMultiple_2), (void*)value); } inline static int32_t get_offset_of_format_3() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___format_3)); } inline String_t* get_format_3() const { return ___format_3; } inline String_t** get_address_of_format_3() { return &___format_3; } inline void set_format_3(String_t* value) { ___format_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_3), (void*)value); } inline static int32_t get_offset_of_beforeRender_4() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___beforeRender_4)); } inline String_t* get_beforeRender_4() const { return ___beforeRender_4; } inline String_t** get_address_of_beforeRender_4() { return &___beforeRender_4; } inline void set_beforeRender_4(String_t* value) { ___beforeRender_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___beforeRender_4), (void*)value); } inline static int32_t get_offset_of_runInBackground_5() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___runInBackground_5)); } inline String_t* get_runInBackground_5() const { return ___runInBackground_5; } inline String_t** get_address_of_runInBackground_5() { return &___runInBackground_5; } inline void set_runInBackground_5(String_t* value) { ___runInBackground_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runInBackground_5), (void*)value); } inline static int32_t get_offset_of_commonUsages_6() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___commonUsages_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_commonUsages_6() const { return ___commonUsages_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_commonUsages_6() { return &___commonUsages_6; } inline void set_commonUsages_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___commonUsages_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___commonUsages_6), (void*)value); } inline static int32_t get_offset_of_displayName_7() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___displayName_7)); } inline String_t* get_displayName_7() const { return ___displayName_7; } inline String_t** get_address_of_displayName_7() { return &___displayName_7; } inline void set_displayName_7(String_t* value) { ___displayName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_7), (void*)value); } inline static int32_t get_offset_of_description_8() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___description_8)); } inline String_t* get_description_8() const { return ___description_8; } inline String_t** get_address_of_description_8() { return &___description_8; } inline void set_description_8(String_t* value) { ___description_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_8), (void*)value); } inline static int32_t get_offset_of_type_9() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___type_9)); } inline String_t* get_type_9() const { return ___type_9; } inline String_t** get_address_of_type_9() { return &___type_9; } inline void set_type_9(String_t* value) { ___type_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_9), (void*)value); } inline static int32_t get_offset_of_variant_10() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___variant_10)); } inline String_t* get_variant_10() const { return ___variant_10; } inline String_t** get_address_of_variant_10() { return &___variant_10; } inline void set_variant_10(String_t* value) { ___variant_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___variant_10), (void*)value); } inline static int32_t get_offset_of_isGenericTypeOfDevice_11() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___isGenericTypeOfDevice_11)); } inline bool get_isGenericTypeOfDevice_11() const { return ___isGenericTypeOfDevice_11; } inline bool* get_address_of_isGenericTypeOfDevice_11() { return &___isGenericTypeOfDevice_11; } inline void set_isGenericTypeOfDevice_11(bool value) { ___isGenericTypeOfDevice_11 = value; } inline static int32_t get_offset_of_hideInUI_12() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___hideInUI_12)); } inline bool get_hideInUI_12() const { return ___hideInUI_12; } inline bool* get_address_of_hideInUI_12() { return &___hideInUI_12; } inline void set_hideInUI_12(bool value) { ___hideInUI_12 = value; } inline static int32_t get_offset_of_controls_13() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___controls_13)); } inline ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* get_controls_13() const { return ___controls_13; } inline ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62** get_address_of_controls_13() { return &___controls_13; } inline void set_controls_13(ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* value) { ___controls_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_13), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson struct LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_marshaled_pinvoke { char* ___name_0; char* ___extend_1; char** ___extendMultiple_2; char* ___format_3; char* ___beforeRender_4; char* ___runInBackground_5; char** ___commonUsages_6; char* ___displayName_7; char* ___description_8; char* ___type_9; char* ___variant_10; int32_t ___isGenericTypeOfDevice_11; int32_t ___hideInUI_12; ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* ___controls_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson struct LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___extend_1; Il2CppChar** ___extendMultiple_2; Il2CppChar* ___format_3; Il2CppChar* ___beforeRender_4; Il2CppChar* ___runInBackground_5; Il2CppChar** ___commonUsages_6; Il2CppChar* ___displayName_7; Il2CppChar* ___description_8; Il2CppChar* ___type_9; Il2CppChar* ___variant_10; int32_t ___isGenericTypeOfDevice_11; int32_t ___hideInUI_12; ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* ___controls_13; }; // UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance struct RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F { public: union { struct { }; uint8_t RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F__padding[1]; }; public: }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson struct MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::interface String_t* ___interface_0; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::interfaces StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___interfaces_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::deviceClass String_t* ___deviceClass_2; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::deviceClasses StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___deviceClasses_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::manufacturer String_t* ___manufacturer_4; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::manufacturers StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___manufacturers_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::product String_t* ___product_6; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::products StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___products_7; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::version String_t* ___version_8; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::versions StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___versions_9; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::capabilities CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* ___capabilities_10; public: inline static int32_t get_offset_of_interface_0() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___interface_0)); } inline String_t* get_interface_0() const { return ___interface_0; } inline String_t** get_address_of_interface_0() { return &___interface_0; } inline void set_interface_0(String_t* value) { ___interface_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___interface_0), (void*)value); } inline static int32_t get_offset_of_interfaces_1() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___interfaces_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_interfaces_1() const { return ___interfaces_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_interfaces_1() { return &___interfaces_1; } inline void set_interfaces_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___interfaces_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___interfaces_1), (void*)value); } inline static int32_t get_offset_of_deviceClass_2() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___deviceClass_2)); } inline String_t* get_deviceClass_2() const { return ___deviceClass_2; } inline String_t** get_address_of_deviceClass_2() { return &___deviceClass_2; } inline void set_deviceClass_2(String_t* value) { ___deviceClass_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceClass_2), (void*)value); } inline static int32_t get_offset_of_deviceClasses_3() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___deviceClasses_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_deviceClasses_3() const { return ___deviceClasses_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_deviceClasses_3() { return &___deviceClasses_3; } inline void set_deviceClasses_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___deviceClasses_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceClasses_3), (void*)value); } inline static int32_t get_offset_of_manufacturer_4() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___manufacturer_4)); } inline String_t* get_manufacturer_4() const { return ___manufacturer_4; } inline String_t** get_address_of_manufacturer_4() { return &___manufacturer_4; } inline void set_manufacturer_4(String_t* value) { ___manufacturer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___manufacturer_4), (void*)value); } inline static int32_t get_offset_of_manufacturers_5() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___manufacturers_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_manufacturers_5() const { return ___manufacturers_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_manufacturers_5() { return &___manufacturers_5; } inline void set_manufacturers_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___manufacturers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___manufacturers_5), (void*)value); } inline static int32_t get_offset_of_product_6() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___product_6)); } inline String_t* get_product_6() const { return ___product_6; } inline String_t** get_address_of_product_6() { return &___product_6; } inline void set_product_6(String_t* value) { ___product_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___product_6), (void*)value); } inline static int32_t get_offset_of_products_7() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___products_7)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_products_7() const { return ___products_7; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_products_7() { return &___products_7; } inline void set_products_7(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___products_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___products_7), (void*)value); } inline static int32_t get_offset_of_version_8() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___version_8)); } inline String_t* get_version_8() const { return ___version_8; } inline String_t** get_address_of_version_8() { return &___version_8; } inline void set_version_8(String_t* value) { ___version_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_8), (void*)value); } inline static int32_t get_offset_of_versions_9() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___versions_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_versions_9() const { return ___versions_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_versions_9() { return &___versions_9; } inline void set_versions_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___versions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___versions_9), (void*)value); } inline static int32_t get_offset_of_capabilities_10() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___capabilities_10)); } inline CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* get_capabilities_10() const { return ___capabilities_10; } inline CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** get_address_of_capabilities_10() { return &___capabilities_10; } inline void set_capabilities_10(CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* value) { ___capabilities_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capabilities_10), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson struct MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_marshaled_pinvoke { char* ___interface_0; char** ___interfaces_1; char* ___deviceClass_2; char** ___deviceClasses_3; char* ___manufacturer_4; char** ___manufacturers_5; char* ___product_6; char** ___products_7; char* ___version_8; char** ___versions_9; Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_pinvoke* ___capabilities_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson struct MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_marshaled_com { Il2CppChar* ___interface_0; Il2CppChar** ___interfaces_1; Il2CppChar* ___deviceClass_2; Il2CppChar** ___deviceClasses_3; Il2CppChar* ___manufacturer_4; Il2CppChar** ___manufacturers_5; Il2CppChar* ___product_6; Il2CppChar** ___products_7; Il2CppChar* ___version_8; Il2CppChar** ___versions_9; Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_com* ___capabilities_10; }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers struct DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B { public: // System.Void** UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::deviceToBufferMapping void** ___deviceToBufferMapping_0; public: inline static int32_t get_offset_of_deviceToBufferMapping_0() { return static_cast(offsetof(DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B, ___deviceToBufferMapping_0)); } inline void** get_deviceToBufferMapping_0() const { return ___deviceToBufferMapping_0; } inline void*** get_address_of_deviceToBufferMapping_0() { return &___deviceToBufferMapping_0; } inline void set_deviceToBufferMapping_0(void** value) { ___deviceToBufferMapping_0 = value; } }; // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780 { public: // System.Boolean UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::m_WasUpdated bool ___m_WasUpdated_0; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::k__BackingField uint32_t ___U3CvalueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_WasUpdated_0() { return static_cast(offsetof(UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780, ___m_WasUpdated_0)); } inline bool get_m_WasUpdated_0() const { return ___m_WasUpdated_0; } inline bool* get_address_of_m_WasUpdated_0() { return &___m_WasUpdated_0; } inline void set_m_WasUpdated_0(bool value) { ___m_WasUpdated_0 = value; } inline static int32_t get_offset_of_U3CvalueU3Ek__BackingField_1() { return static_cast(offsetof(UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780, ___U3CvalueU3Ek__BackingField_1)); } inline uint32_t get_U3CvalueU3Ek__BackingField_1() const { return ___U3CvalueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CvalueU3Ek__BackingField_1() { return &___U3CvalueU3Ek__BackingField_1; } inline void set_U3CvalueU3Ek__BackingField_1(uint32_t value) { ___U3CvalueU3Ek__BackingField_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780_marshaled_pinvoke { int32_t ___m_WasUpdated_0; uint32_t ___U3CvalueU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount struct UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780_marshaled_com { int32_t ___m_WasUpdated_0; uint32_t ___U3CvalueU3Ek__BackingField_1; }; // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer struct U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_Callbacks_1)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_Callbacks_1)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_Callbacks_1)); } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314, ___firstValue_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_firstValue_1() const { return ___firstValue_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___firstValue_1 = value; } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314, ___additionalValues_2)); } inline GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* get_additionalValues_2() const { return ___additionalValues_2; } inline GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB, ___firstValue_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_firstValue_1() const { return ___firstValue_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB, ___additionalValues_2)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_additionalValues_2() const { return ___additionalValues_2; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3, ___firstValue_1)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_firstValue_1() const { return ___firstValue_1; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3, ___additionalValues_2)); } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* get_additionalValues_2() const { return ___additionalValues_2; } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Nullable`1> struct Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 { public: // T System.Nullable`1::value ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22, ___value_0)); } inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 get_value_0() const { return ___value_0; } inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1> struct Nullable_1_tD2432AACFAB192987F2C2B9AB54B2F5CCB778846 { public: // T System.Nullable`1::value ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tD2432AACFAB192987F2C2B9AB54B2F5CCB778846, ___value_0)); } inline ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 get_value_0() const { return ___value_0; } inline ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD2432AACFAB192987F2C2B9AB54B2F5CCB778846, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Unity.Collections.Allocator struct Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.InputSystem.InputActionChange struct InputActionChange_t130BC43627B2FC0737CEF3C0D588541F778CF96D { public: // System.Int32 UnityEngine.InputSystem.InputActionChange::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputActionChange_t130BC43627B2FC0737CEF3C0D588541F778CF96D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputActionPhase struct InputActionPhase_t2902D1C79819D41CAB80B5345925A58F2926824C { public: // System.Int32 UnityEngine.InputSystem.InputActionPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputActionPhase_t2902D1C79819D41CAB80B5345925A58F2926824C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputActionType struct InputActionType_tF334DB4C306B973538251E50C2CFE7939899AB35 { public: // System.Int32 UnityEngine.InputSystem.InputActionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputActionType_tF334DB4C306B973538251E50C2CFE7939899AB35, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Layouts.InputControlAttribute struct InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 { public: // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3ClayoutU3Ek__BackingField_0; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CvariantsU3Ek__BackingField_1; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CnameU3Ek__BackingField_2; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CformatU3Ek__BackingField_3; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CusageU3Ek__BackingField_4; // System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CusagesU3Ek__BackingField_5; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CparametersU3Ek__BackingField_6; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CprocessorsU3Ek__BackingField_7; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CaliasU3Ek__BackingField_8; // System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CaliasesU3Ek__BackingField_9; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CuseStateFromU3Ek__BackingField_10; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField uint32_t ___U3CbitU3Ek__BackingField_11; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField uint32_t ___U3CoffsetU3Ek__BackingField_12; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_13; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField int32_t ___U3CarraySizeU3Ek__BackingField_14; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_15; // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField String_t* ___U3CshortDisplayNameU3Ek__BackingField_16; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField bool ___U3CnoisyU3Ek__BackingField_17; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField bool ___U3CsyntheticU3Ek__BackingField_18; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField bool ___U3CdontResetU3Ek__BackingField_19; // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField RuntimeObject * ___U3CdefaultStateU3Ek__BackingField_20; // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField RuntimeObject * ___U3CminValueU3Ek__BackingField_21; // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::k__BackingField RuntimeObject * ___U3CmaxValueU3Ek__BackingField_22; public: inline static int32_t get_offset_of_U3ClayoutU3Ek__BackingField_0() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3ClayoutU3Ek__BackingField_0)); } inline String_t* get_U3ClayoutU3Ek__BackingField_0() const { return ___U3ClayoutU3Ek__BackingField_0; } inline String_t** get_address_of_U3ClayoutU3Ek__BackingField_0() { return &___U3ClayoutU3Ek__BackingField_0; } inline void set_U3ClayoutU3Ek__BackingField_0(String_t* value) { ___U3ClayoutU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ClayoutU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CvariantsU3Ek__BackingField_1() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CvariantsU3Ek__BackingField_1)); } inline String_t* get_U3CvariantsU3Ek__BackingField_1() const { return ___U3CvariantsU3Ek__BackingField_1; } inline String_t** get_address_of_U3CvariantsU3Ek__BackingField_1() { return &___U3CvariantsU3Ek__BackingField_1; } inline void set_U3CvariantsU3Ek__BackingField_1(String_t* value) { ___U3CvariantsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CvariantsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_2() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CnameU3Ek__BackingField_2)); } inline String_t* get_U3CnameU3Ek__BackingField_2() const { return ___U3CnameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_2() { return &___U3CnameU3Ek__BackingField_2; } inline void set_U3CnameU3Ek__BackingField_2(String_t* value) { ___U3CnameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_3() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CformatU3Ek__BackingField_3)); } inline String_t* get_U3CformatU3Ek__BackingField_3() const { return ___U3CformatU3Ek__BackingField_3; } inline String_t** get_address_of_U3CformatU3Ek__BackingField_3() { return &___U3CformatU3Ek__BackingField_3; } inline void set_U3CformatU3Ek__BackingField_3(String_t* value) { ___U3CformatU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CformatU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CusageU3Ek__BackingField_4() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CusageU3Ek__BackingField_4)); } inline String_t* get_U3CusageU3Ek__BackingField_4() const { return ___U3CusageU3Ek__BackingField_4; } inline String_t** get_address_of_U3CusageU3Ek__BackingField_4() { return &___U3CusageU3Ek__BackingField_4; } inline void set_U3CusageU3Ek__BackingField_4(String_t* value) { ___U3CusageU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CusageU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CusagesU3Ek__BackingField_5() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CusagesU3Ek__BackingField_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CusagesU3Ek__BackingField_5() const { return ___U3CusagesU3Ek__BackingField_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CusagesU3Ek__BackingField_5() { return &___U3CusagesU3Ek__BackingField_5; } inline void set_U3CusagesU3Ek__BackingField_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CusagesU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CusagesU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_6() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CparametersU3Ek__BackingField_6)); } inline String_t* get_U3CparametersU3Ek__BackingField_6() const { return ___U3CparametersU3Ek__BackingField_6; } inline String_t** get_address_of_U3CparametersU3Ek__BackingField_6() { return &___U3CparametersU3Ek__BackingField_6; } inline void set_U3CparametersU3Ek__BackingField_6(String_t* value) { ___U3CparametersU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CparametersU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CprocessorsU3Ek__BackingField_7() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CprocessorsU3Ek__BackingField_7)); } inline String_t* get_U3CprocessorsU3Ek__BackingField_7() const { return ___U3CprocessorsU3Ek__BackingField_7; } inline String_t** get_address_of_U3CprocessorsU3Ek__BackingField_7() { return &___U3CprocessorsU3Ek__BackingField_7; } inline void set_U3CprocessorsU3Ek__BackingField_7(String_t* value) { ___U3CprocessorsU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CprocessorsU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CaliasU3Ek__BackingField_8() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CaliasU3Ek__BackingField_8)); } inline String_t* get_U3CaliasU3Ek__BackingField_8() const { return ___U3CaliasU3Ek__BackingField_8; } inline String_t** get_address_of_U3CaliasU3Ek__BackingField_8() { return &___U3CaliasU3Ek__BackingField_8; } inline void set_U3CaliasU3Ek__BackingField_8(String_t* value) { ___U3CaliasU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CaliasU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CaliasesU3Ek__BackingField_9() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CaliasesU3Ek__BackingField_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CaliasesU3Ek__BackingField_9() const { return ___U3CaliasesU3Ek__BackingField_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CaliasesU3Ek__BackingField_9() { return &___U3CaliasesU3Ek__BackingField_9; } inline void set_U3CaliasesU3Ek__BackingField_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CaliasesU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CaliasesU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CuseStateFromU3Ek__BackingField_10() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CuseStateFromU3Ek__BackingField_10)); } inline String_t* get_U3CuseStateFromU3Ek__BackingField_10() const { return ___U3CuseStateFromU3Ek__BackingField_10; } inline String_t** get_address_of_U3CuseStateFromU3Ek__BackingField_10() { return &___U3CuseStateFromU3Ek__BackingField_10; } inline void set_U3CuseStateFromU3Ek__BackingField_10(String_t* value) { ___U3CuseStateFromU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuseStateFromU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CbitU3Ek__BackingField_11() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CbitU3Ek__BackingField_11)); } inline uint32_t get_U3CbitU3Ek__BackingField_11() const { return ___U3CbitU3Ek__BackingField_11; } inline uint32_t* get_address_of_U3CbitU3Ek__BackingField_11() { return &___U3CbitU3Ek__BackingField_11; } inline void set_U3CbitU3Ek__BackingField_11(uint32_t value) { ___U3CbitU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CoffsetU3Ek__BackingField_12() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CoffsetU3Ek__BackingField_12)); } inline uint32_t get_U3CoffsetU3Ek__BackingField_12() const { return ___U3CoffsetU3Ek__BackingField_12; } inline uint32_t* get_address_of_U3CoffsetU3Ek__BackingField_12() { return &___U3CoffsetU3Ek__BackingField_12; } inline void set_U3CoffsetU3Ek__BackingField_12(uint32_t value) { ___U3CoffsetU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_13() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CsizeInBitsU3Ek__BackingField_13)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_13() const { return ___U3CsizeInBitsU3Ek__BackingField_13; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_13() { return &___U3CsizeInBitsU3Ek__BackingField_13; } inline void set_U3CsizeInBitsU3Ek__BackingField_13(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CarraySizeU3Ek__BackingField_14() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CarraySizeU3Ek__BackingField_14)); } inline int32_t get_U3CarraySizeU3Ek__BackingField_14() const { return ___U3CarraySizeU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CarraySizeU3Ek__BackingField_14() { return &___U3CarraySizeU3Ek__BackingField_14; } inline void set_U3CarraySizeU3Ek__BackingField_14(int32_t value) { ___U3CarraySizeU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_15() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CdisplayNameU3Ek__BackingField_15)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_15() const { return ___U3CdisplayNameU3Ek__BackingField_15; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_15() { return &___U3CdisplayNameU3Ek__BackingField_15; } inline void set_U3CdisplayNameU3Ek__BackingField_15(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_U3CshortDisplayNameU3Ek__BackingField_16() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CshortDisplayNameU3Ek__BackingField_16)); } inline String_t* get_U3CshortDisplayNameU3Ek__BackingField_16() const { return ___U3CshortDisplayNameU3Ek__BackingField_16; } inline String_t** get_address_of_U3CshortDisplayNameU3Ek__BackingField_16() { return &___U3CshortDisplayNameU3Ek__BackingField_16; } inline void set_U3CshortDisplayNameU3Ek__BackingField_16(String_t* value) { ___U3CshortDisplayNameU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CshortDisplayNameU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CnoisyU3Ek__BackingField_17() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CnoisyU3Ek__BackingField_17)); } inline bool get_U3CnoisyU3Ek__BackingField_17() const { return ___U3CnoisyU3Ek__BackingField_17; } inline bool* get_address_of_U3CnoisyU3Ek__BackingField_17() { return &___U3CnoisyU3Ek__BackingField_17; } inline void set_U3CnoisyU3Ek__BackingField_17(bool value) { ___U3CnoisyU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CsyntheticU3Ek__BackingField_18() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CsyntheticU3Ek__BackingField_18)); } inline bool get_U3CsyntheticU3Ek__BackingField_18() const { return ___U3CsyntheticU3Ek__BackingField_18; } inline bool* get_address_of_U3CsyntheticU3Ek__BackingField_18() { return &___U3CsyntheticU3Ek__BackingField_18; } inline void set_U3CsyntheticU3Ek__BackingField_18(bool value) { ___U3CsyntheticU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CdontResetU3Ek__BackingField_19() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CdontResetU3Ek__BackingField_19)); } inline bool get_U3CdontResetU3Ek__BackingField_19() const { return ___U3CdontResetU3Ek__BackingField_19; } inline bool* get_address_of_U3CdontResetU3Ek__BackingField_19() { return &___U3CdontResetU3Ek__BackingField_19; } inline void set_U3CdontResetU3Ek__BackingField_19(bool value) { ___U3CdontResetU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CdefaultStateU3Ek__BackingField_20() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CdefaultStateU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CdefaultStateU3Ek__BackingField_20() const { return ___U3CdefaultStateU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CdefaultStateU3Ek__BackingField_20() { return &___U3CdefaultStateU3Ek__BackingField_20; } inline void set_U3CdefaultStateU3Ek__BackingField_20(RuntimeObject * value) { ___U3CdefaultStateU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdefaultStateU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CminValueU3Ek__BackingField_21() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CminValueU3Ek__BackingField_21)); } inline RuntimeObject * get_U3CminValueU3Ek__BackingField_21() const { return ___U3CminValueU3Ek__BackingField_21; } inline RuntimeObject ** get_address_of_U3CminValueU3Ek__BackingField_21() { return &___U3CminValueU3Ek__BackingField_21; } inline void set_U3CminValueU3Ek__BackingField_21(RuntimeObject * value) { ___U3CminValueU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CminValueU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CmaxValueU3Ek__BackingField_22() { return static_cast(offsetof(InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681, ___U3CmaxValueU3Ek__BackingField_22)); } inline RuntimeObject * get_U3CmaxValueU3Ek__BackingField_22() const { return ___U3CmaxValueU3Ek__BackingField_22; } inline RuntimeObject ** get_address_of_U3CmaxValueU3Ek__BackingField_22() { return &___U3CmaxValueU3Ek__BackingField_22; } inline void set_U3CmaxValueU3Ek__BackingField_22(RuntimeObject * value) { ___U3CmaxValueU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmaxValueU3Ek__BackingField_22), (void*)value); } }; // UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute struct InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField Type_t * ___U3CstateTypeU3Ek__BackingField_0; // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField String_t* ___U3CstateFormatU3Ek__BackingField_1; // System.String[] UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CcommonUsagesU3Ek__BackingField_2; // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField String_t* ___U3CvariantsU3Ek__BackingField_3; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField bool ___U3CisNoisyU3Ek__BackingField_4; // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::canRunInBackgroundInternal Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___canRunInBackgroundInternal_5; // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::updateBeforeRenderInternal Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___updateBeforeRenderInternal_6; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField bool ___U3CisGenericTypeOfDeviceU3Ek__BackingField_7; // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_8; // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField String_t* ___U3CdescriptionU3Ek__BackingField_9; // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::k__BackingField bool ___U3ChideInUIU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CstateTypeU3Ek__BackingField_0() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CstateTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CstateTypeU3Ek__BackingField_0() const { return ___U3CstateTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CstateTypeU3Ek__BackingField_0() { return &___U3CstateTypeU3Ek__BackingField_0; } inline void set_U3CstateTypeU3Ek__BackingField_0(Type_t * value) { ___U3CstateTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CstateTypeU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CstateFormatU3Ek__BackingField_1() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CstateFormatU3Ek__BackingField_1)); } inline String_t* get_U3CstateFormatU3Ek__BackingField_1() const { return ___U3CstateFormatU3Ek__BackingField_1; } inline String_t** get_address_of_U3CstateFormatU3Ek__BackingField_1() { return &___U3CstateFormatU3Ek__BackingField_1; } inline void set_U3CstateFormatU3Ek__BackingField_1(String_t* value) { ___U3CstateFormatU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CstateFormatU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CcommonUsagesU3Ek__BackingField_2() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CcommonUsagesU3Ek__BackingField_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CcommonUsagesU3Ek__BackingField_2() const { return ___U3CcommonUsagesU3Ek__BackingField_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CcommonUsagesU3Ek__BackingField_2() { return &___U3CcommonUsagesU3Ek__BackingField_2; } inline void set_U3CcommonUsagesU3Ek__BackingField_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CcommonUsagesU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcommonUsagesU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CvariantsU3Ek__BackingField_3() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CvariantsU3Ek__BackingField_3)); } inline String_t* get_U3CvariantsU3Ek__BackingField_3() const { return ___U3CvariantsU3Ek__BackingField_3; } inline String_t** get_address_of_U3CvariantsU3Ek__BackingField_3() { return &___U3CvariantsU3Ek__BackingField_3; } inline void set_U3CvariantsU3Ek__BackingField_3(String_t* value) { ___U3CvariantsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CvariantsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CisNoisyU3Ek__BackingField_4() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CisNoisyU3Ek__BackingField_4)); } inline bool get_U3CisNoisyU3Ek__BackingField_4() const { return ___U3CisNoisyU3Ek__BackingField_4; } inline bool* get_address_of_U3CisNoisyU3Ek__BackingField_4() { return &___U3CisNoisyU3Ek__BackingField_4; } inline void set_U3CisNoisyU3Ek__BackingField_4(bool value) { ___U3CisNoisyU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_canRunInBackgroundInternal_5() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___canRunInBackgroundInternal_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_canRunInBackgroundInternal_5() const { return ___canRunInBackgroundInternal_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_canRunInBackgroundInternal_5() { return &___canRunInBackgroundInternal_5; } inline void set_canRunInBackgroundInternal_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___canRunInBackgroundInternal_5 = value; } inline static int32_t get_offset_of_updateBeforeRenderInternal_6() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___updateBeforeRenderInternal_6)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_updateBeforeRenderInternal_6() const { return ___updateBeforeRenderInternal_6; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_updateBeforeRenderInternal_6() { return &___updateBeforeRenderInternal_6; } inline void set_updateBeforeRenderInternal_6(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___updateBeforeRenderInternal_6 = value; } inline static int32_t get_offset_of_U3CisGenericTypeOfDeviceU3Ek__BackingField_7() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CisGenericTypeOfDeviceU3Ek__BackingField_7)); } inline bool get_U3CisGenericTypeOfDeviceU3Ek__BackingField_7() const { return ___U3CisGenericTypeOfDeviceU3Ek__BackingField_7; } inline bool* get_address_of_U3CisGenericTypeOfDeviceU3Ek__BackingField_7() { return &___U3CisGenericTypeOfDeviceU3Ek__BackingField_7; } inline void set_U3CisGenericTypeOfDeviceU3Ek__BackingField_7(bool value) { ___U3CisGenericTypeOfDeviceU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_8() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CdisplayNameU3Ek__BackingField_8)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_8() const { return ___U3CdisplayNameU3Ek__BackingField_8; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_8() { return &___U3CdisplayNameU3Ek__BackingField_8; } inline void set_U3CdisplayNameU3Ek__BackingField_8(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CdescriptionU3Ek__BackingField_9() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3CdescriptionU3Ek__BackingField_9)); } inline String_t* get_U3CdescriptionU3Ek__BackingField_9() const { return ___U3CdescriptionU3Ek__BackingField_9; } inline String_t** get_address_of_U3CdescriptionU3Ek__BackingField_9() { return &___U3CdescriptionU3Ek__BackingField_9; } inline void set_U3CdescriptionU3Ek__BackingField_9(String_t* value) { ___U3CdescriptionU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdescriptionU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3ChideInUIU3Ek__BackingField_10() { return static_cast(offsetof(InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C, ___U3ChideInUIU3Ek__BackingField_10)); } inline bool get_U3ChideInUIU3Ek__BackingField_10() const { return ___U3ChideInUIU3Ek__BackingField_10; } inline bool* get_address_of_U3ChideInUIU3Ek__BackingField_10() { return &___U3ChideInUIU3Ek__BackingField_10; } inline void set_U3ChideInUIU3Ek__BackingField_10(bool value) { ___U3ChideInUIU3Ek__BackingField_10 = value; } }; // UnityEngine.InputSystem.InputControlLayoutChange struct InputControlLayoutChange_tE5631ED390D3B861F06F45893369D3E67C90291A { public: // System.Int32 UnityEngine.InputSystem.InputControlLayoutChange::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputControlLayoutChange_tE5631ED390D3B861F06F45893369D3E67C90291A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_LayoutCacheRef CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 ___m_LayoutCacheRef_1; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_ChildControlOverrides Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___m_ChildControlOverrides_2; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_StateOffsetToControlMap List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_StateOffsetToControlMap_3; // System.Text.StringBuilder UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_StringBuilder StringBuilder_t * ___m_StringBuilder_4; public: inline static int32_t get_offset_of_m_Device_0() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_Device_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_0() const { return ___m_Device_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_0() { return &___m_Device_0; } inline void set_m_Device_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_0), (void*)value); } inline static int32_t get_offset_of_m_LayoutCacheRef_1() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_LayoutCacheRef_1)); } inline CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 get_m_LayoutCacheRef_1() const { return ___m_LayoutCacheRef_1; } inline CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 * get_address_of_m_LayoutCacheRef_1() { return &___m_LayoutCacheRef_1; } inline void set_m_LayoutCacheRef_1(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 value) { ___m_LayoutCacheRef_1 = value; } inline static int32_t get_offset_of_m_ChildControlOverrides_2() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_ChildControlOverrides_2)); } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * get_m_ChildControlOverrides_2() const { return ___m_ChildControlOverrides_2; } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 ** get_address_of_m_ChildControlOverrides_2() { return &___m_ChildControlOverrides_2; } inline void set_m_ChildControlOverrides_2(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * value) { ___m_ChildControlOverrides_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChildControlOverrides_2), (void*)value); } inline static int32_t get_offset_of_m_StateOffsetToControlMap_3() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_StateOffsetToControlMap_3)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_m_StateOffsetToControlMap_3() const { return ___m_StateOffsetToControlMap_3; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_m_StateOffsetToControlMap_3() { return &___m_StateOffsetToControlMap_3; } inline void set_m_StateOffsetToControlMap_3(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___m_StateOffsetToControlMap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StateOffsetToControlMap_3), (void*)value); } inline static int32_t get_offset_of_m_StringBuilder_4() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_StringBuilder_4)); } inline StringBuilder_t * get_m_StringBuilder_4() const { return ___m_StringBuilder_4; } inline StringBuilder_t ** get_address_of_m_StringBuilder_4() { return &___m_StringBuilder_4; } inline void set_m_StringBuilder_4(StringBuilder_t * value) { ___m_StringBuilder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringBuilder_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke ___m_LayoutCacheRef_1; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___m_ChildControlOverrides_2; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_StateOffsetToControlMap_3; char* ___m_StringBuilder_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com ___m_LayoutCacheRef_1; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___m_ChildControlOverrides_2; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_StateOffsetToControlMap_3; Il2CppChar* ___m_StringBuilder_4; }; // UnityEngine.InputSystem.LowLevel.InputDeviceCommand struct InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::type FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___type_4; }; #pragma pack(pop, tp) struct { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___type_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sizeInBytes_5_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::sizeInBytes int32_t ___sizeInBytes_5; }; #pragma pack(pop, tp) struct { char ___sizeInBytes_5_OffsetPadding_forAlignmentOnly[4]; int32_t ___sizeInBytes_5_forAlignmentOnly; }; }; }; uint8_t InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3__padding[8]; }; public: inline static int32_t get_offset_of_type_4() { return static_cast(offsetof(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3, ___type_4)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_type_4() const { return ___type_4; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_type_4() { return &___type_4; } inline void set_type_4(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___type_4 = value; } inline static int32_t get_offset_of_sizeInBytes_5() { return static_cast(offsetof(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3, ___sizeInBytes_5)); } inline int32_t get_sizeInBytes_5() const { return ___sizeInBytes_5; } inline int32_t* get_address_of_sizeInBytes_5() { return &___sizeInBytes_5; } inline void set_sizeInBytes_5(int32_t value) { ___sizeInBytes_5 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 { public: // System.Collections.Generic.KeyValuePair`2[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* ___m_Patterns_0; public: inline static int32_t get_offset_of_m_Patterns_0() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57, ___m_Patterns_0)); } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* get_m_Patterns_0() const { return ___m_Patterns_0; } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** get_address_of_m_Patterns_0() { return &___m_Patterns_0; } inline void set_m_Patterns_0(KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* value) { ___m_Patterns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Patterns_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_pinvoke { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_com { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // UnityEngine.InputSystem.InputInteraction struct InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B { public: // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_33; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbyteOffsetU3Ek__BackingField_34; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbitOffsetU3Ek__BackingField_35; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_36; public: inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_33() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CformatU3Ek__BackingField_33)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_33() const { return ___U3CformatU3Ek__BackingField_33; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_33() { return &___U3CformatU3Ek__BackingField_33; } inline void set_U3CformatU3Ek__BackingField_33(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CbyteOffsetU3Ek__BackingField_34() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CbyteOffsetU3Ek__BackingField_34)); } inline uint32_t get_U3CbyteOffsetU3Ek__BackingField_34() const { return ___U3CbyteOffsetU3Ek__BackingField_34; } inline uint32_t* get_address_of_U3CbyteOffsetU3Ek__BackingField_34() { return &___U3CbyteOffsetU3Ek__BackingField_34; } inline void set_U3CbyteOffsetU3Ek__BackingField_34(uint32_t value) { ___U3CbyteOffsetU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CbitOffsetU3Ek__BackingField_35() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CbitOffsetU3Ek__BackingField_35)); } inline uint32_t get_U3CbitOffsetU3Ek__BackingField_35() const { return ___U3CbitOffsetU3Ek__BackingField_35; } inline uint32_t* get_address_of_U3CbitOffsetU3Ek__BackingField_35() { return &___U3CbitOffsetU3Ek__BackingField_35; } inline void set_U3CbitOffsetU3Ek__BackingField_35(uint32_t value) { ___U3CbitOffsetU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_36() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CsizeInBitsU3Ek__BackingField_36)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_36() const { return ___U3CsizeInBitsU3Ek__BackingField_36; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_36() { return &___U3CsizeInBitsU3Ek__BackingField_36; } inline void set_U3CsizeInBitsU3Ek__BackingField_36(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_36 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers struct InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA { public: // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::sizePerBuffer uint32_t ___sizePerBuffer_0; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::totalSize uint32_t ___totalSize_1; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::defaultStateBuffer void* ___defaultStateBuffer_2; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::noiseMaskBuffer void* ___noiseMaskBuffer_3; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::resetMaskBuffer void* ___resetMaskBuffer_4; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_AllBuffers void* ___m_AllBuffers_5; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_PlayerStateBuffers DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B ___m_PlayerStateBuffers_6; public: inline static int32_t get_offset_of_sizePerBuffer_0() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___sizePerBuffer_0)); } inline uint32_t get_sizePerBuffer_0() const { return ___sizePerBuffer_0; } inline uint32_t* get_address_of_sizePerBuffer_0() { return &___sizePerBuffer_0; } inline void set_sizePerBuffer_0(uint32_t value) { ___sizePerBuffer_0 = value; } inline static int32_t get_offset_of_totalSize_1() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___totalSize_1)); } inline uint32_t get_totalSize_1() const { return ___totalSize_1; } inline uint32_t* get_address_of_totalSize_1() { return &___totalSize_1; } inline void set_totalSize_1(uint32_t value) { ___totalSize_1 = value; } inline static int32_t get_offset_of_defaultStateBuffer_2() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___defaultStateBuffer_2)); } inline void* get_defaultStateBuffer_2() const { return ___defaultStateBuffer_2; } inline void** get_address_of_defaultStateBuffer_2() { return &___defaultStateBuffer_2; } inline void set_defaultStateBuffer_2(void* value) { ___defaultStateBuffer_2 = value; } inline static int32_t get_offset_of_noiseMaskBuffer_3() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___noiseMaskBuffer_3)); } inline void* get_noiseMaskBuffer_3() const { return ___noiseMaskBuffer_3; } inline void** get_address_of_noiseMaskBuffer_3() { return &___noiseMaskBuffer_3; } inline void set_noiseMaskBuffer_3(void* value) { ___noiseMaskBuffer_3 = value; } inline static int32_t get_offset_of_resetMaskBuffer_4() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___resetMaskBuffer_4)); } inline void* get_resetMaskBuffer_4() const { return ___resetMaskBuffer_4; } inline void** get_address_of_resetMaskBuffer_4() { return &___resetMaskBuffer_4; } inline void set_resetMaskBuffer_4(void* value) { ___resetMaskBuffer_4 = value; } inline static int32_t get_offset_of_m_AllBuffers_5() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___m_AllBuffers_5)); } inline void* get_m_AllBuffers_5() const { return ___m_AllBuffers_5; } inline void** get_address_of_m_AllBuffers_5() { return &___m_AllBuffers_5; } inline void set_m_AllBuffers_5(void* value) { ___m_AllBuffers_5 = value; } inline static int32_t get_offset_of_m_PlayerStateBuffers_6() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___m_PlayerStateBuffers_6)); } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B get_m_PlayerStateBuffers_6() const { return ___m_PlayerStateBuffers_6; } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B * get_address_of_m_PlayerStateBuffers_6() { return &___m_PlayerStateBuffers_6; } inline void set_m_PlayerStateBuffers_6(DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B value) { ___m_PlayerStateBuffers_6 = value; } }; // UnityEngine.InputSystem.LowLevel.InputUpdateType struct InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA { public: // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_1() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CparametersU3Ek__BackingField_1)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_1() const { return ___U3CparametersU3Ek__BackingField_1; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_1() { return &___U3CparametersU3Ek__BackingField_1; } inline void set_U3CparametersU3Ek__BackingField_1(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // UnityEngineInternal.Input.NativeInputEventType struct NativeInputEventType_tB3CDF49B057A87E6CBA3EB8C551A971D2B70C9E9 { public: // System.Int32 UnityEngineInternal.Input.NativeInputEventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NativeInputEventType_tB3CDF49B057A87E6CBA3EB8C551A971D2B70C9E9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Controls.AxisControl/Clamp struct Clamp_tBAA9F43891E7A880B0DE8A650A254CD0E89C36BD { public: // System.Int32 UnityEngine.InputSystem.Controls.AxisControl/Clamp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Clamp_tBAA9F43891E7A880B0DE8A650A254CD0E89C36BD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputAction/ActionFlags struct ActionFlags_t7D04593349EAB81D5C0E58D2B0DBAABA6B914252 { public: // System.Int32 UnityEngine.InputSystem.InputAction/ActionFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ActionFlags_t7D04593349EAB81D5C0E58D2B0DBAABA6B914252, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputActionMap/Flags struct Flags_t15250952A587C238D20FB16426465B04D4FE84A8 { public: // System.Int32 UnityEngine.InputSystem.InputActionMap/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t15250952A587C238D20FB16426465B04D4FE84A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBinding/DisplayStringOptions struct DisplayStringOptions_t3481884BB79B0D83E9721597AFEA94F8EE704994 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/DisplayStringOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DisplayStringOptions_t3481884BB79B0D83E9721597AFEA94F8EE704994, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBinding/Flags struct Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBinding/MatchOptions struct MatchOptions_t3BC49FD91539AA6B52DA952FA01698CDFAF62EA1 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/MatchOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MatchOptions_t3BC49FD91539AA6B52DA952FA01698CDFAF62EA1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBindingCompositeContext/d__2 struct U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E : public RuntimeObject { public: // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/d__2::<>1__state int32_t ___U3CU3E1__state_0; // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding UnityEngine.InputSystem.InputBindingCompositeContext/d__2::<>2__current PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 ___U3CU3E2__current_1; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/d__2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // UnityEngine.InputSystem.InputBindingCompositeContext UnityEngine.InputSystem.InputBindingCompositeContext/d__2::<>4__this InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 ___U3CU3E4__this_3; // UnityEngine.InputSystem.InputBindingCompositeContext UnityEngine.InputSystem.InputBindingCompositeContext/d__2::<>3__<>4__this InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 ___U3CU3E3__U3CU3E4__this_4; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/d__2::5__2 int32_t ___U3CtotalBindingCountU3E5__2_5; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/d__2::5__3 int32_t ___U3CbindingIndexU3E5__3_6; // UnityEngine.InputSystem.InputActionState/BindingState UnityEngine.InputSystem.InputBindingCompositeContext/d__2::5__4 BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ___U3CbindingStateU3E5__4_7; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/d__2::5__5 int32_t ___U3CcontrolStartIndexU3E5__5_8; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/d__2::5__6 int32_t ___U3CiU3E5__6_9; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CU3E2__current_1)); } inline PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CcontrolU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CU3E4__this_3)); } inline InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E4__this_3))->___m_State_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E3__U3CU3E4__this_4() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CU3E3__U3CU3E4__this_4)); } inline InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 get_U3CU3E3__U3CU3E4__this_4() const { return ___U3CU3E3__U3CU3E4__this_4; } inline InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * get_address_of_U3CU3E3__U3CU3E4__this_4() { return &___U3CU3E3__U3CU3E4__this_4; } inline void set_U3CU3E3__U3CU3E4__this_4(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 value) { ___U3CU3E3__U3CU3E4__this_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E3__U3CU3E4__this_4))->___m_State_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalBindingCountU3E5__2_5() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CtotalBindingCountU3E5__2_5)); } inline int32_t get_U3CtotalBindingCountU3E5__2_5() const { return ___U3CtotalBindingCountU3E5__2_5; } inline int32_t* get_address_of_U3CtotalBindingCountU3E5__2_5() { return &___U3CtotalBindingCountU3E5__2_5; } inline void set_U3CtotalBindingCountU3E5__2_5(int32_t value) { ___U3CtotalBindingCountU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CbindingIndexU3E5__3_6() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CbindingIndexU3E5__3_6)); } inline int32_t get_U3CbindingIndexU3E5__3_6() const { return ___U3CbindingIndexU3E5__3_6; } inline int32_t* get_address_of_U3CbindingIndexU3E5__3_6() { return &___U3CbindingIndexU3E5__3_6; } inline void set_U3CbindingIndexU3E5__3_6(int32_t value) { ___U3CbindingIndexU3E5__3_6 = value; } inline static int32_t get_offset_of_U3CbindingStateU3E5__4_7() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CbindingStateU3E5__4_7)); } inline BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 get_U3CbindingStateU3E5__4_7() const { return ___U3CbindingStateU3E5__4_7; } inline BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * get_address_of_U3CbindingStateU3E5__4_7() { return &___U3CbindingStateU3E5__4_7; } inline void set_U3CbindingStateU3E5__4_7(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 value) { ___U3CbindingStateU3E5__4_7 = value; } inline static int32_t get_offset_of_U3CcontrolStartIndexU3E5__5_8() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CcontrolStartIndexU3E5__5_8)); } inline int32_t get_U3CcontrolStartIndexU3E5__5_8() const { return ___U3CcontrolStartIndexU3E5__5_8; } inline int32_t* get_address_of_U3CcontrolStartIndexU3E5__5_8() { return &___U3CcontrolStartIndexU3E5__5_8; } inline void set_U3CcontrolStartIndexU3E5__5_8(int32_t value) { ___U3CcontrolStartIndexU3E5__5_8 = value; } inline static int32_t get_offset_of_U3CiU3E5__6_9() { return static_cast(offsetof(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E, ___U3CiU3E5__6_9)); } inline int32_t get_U3CiU3E5__6_9() const { return ___U3CiU3E5__6_9; } inline int32_t* get_address_of_U3CiU3E5__6_9() { return &___U3CiU3E5__6_9; } inline void set_U3CiU3E5__6_9(int32_t value) { ___U3CiU3E5__6_9 = value; } }; // UnityEngine.InputSystem.InputControl/ControlFlags struct ControlFlags_t43CF0138618503E94B4811FD6CF66F13F0186787 { public: // System.Int32 UnityEngine.InputSystem.InputControl/ControlFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControlFlags_t43CF0138618503E94B4811FD6CF66F13F0186787, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlExtensions/Enumerate struct Enumerate_t96DA2D1CBE9001A434A7552E04C8C045049A88A1 { public: // System.Int32 UnityEngine.InputSystem.InputControlExtensions/Enumerate::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Enumerate_t96DA2D1CBE9001A434A7552E04C8C045049A88A1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags struct Flags_tDF082D58D1D7072FCDA4D49EE3588B35D629E14E { public: // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tDF082D58D1D7072FCDA4D49EE3588B35D629E14E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly struct LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB { public: // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::name String_t* ___name_0; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::extend String_t* ___extend_1; // System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::extendMultiple StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___extendMultiple_2; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::device MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F ___device_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_extend_1() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___extend_1)); } inline String_t* get_extend_1() const { return ___extend_1; } inline String_t** get_address_of_extend_1() { return &___extend_1; } inline void set_extend_1(String_t* value) { ___extend_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___extend_1), (void*)value); } inline static int32_t get_offset_of_extendMultiple_2() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___extendMultiple_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_extendMultiple_2() const { return ___extendMultiple_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_extendMultiple_2() { return &___extendMultiple_2; } inline void set_extendMultiple_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___extendMultiple_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendMultiple_2), (void*)value); } inline static int32_t get_offset_of_device_3() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___device_3)); } inline MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F get_device_3() const { return ___device_3; } inline MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F * get_address_of_device_3() { return &___device_3; } inline void set_device_3(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F value) { ___device_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___interface_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___interfaces_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___deviceClass_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___deviceClasses_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___manufacturer_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___manufacturers_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___product_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___products_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___version_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___versions_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___capabilities_10), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly struct LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_marshaled_pinvoke { char* ___name_0; char* ___extend_1; char** ___extendMultiple_2; MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_marshaled_pinvoke ___device_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly struct LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___extend_1; Il2CppChar** ___extendMultiple_2; MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_marshaled_com ___device_3; }; // UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions struct HumanReadableStringOptions_t2D29AD4E407B5DE1F0CD5588936D02440C52BC96 { public: // System.Int32 UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HumanReadableStringOptions_t2D29AD4E407B5DE1F0CD5588936D02440C52BC96, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlPath/PathComponentType struct PathComponentType_tF3662FC1AB36DF84DD12F4D8AC7D74D23FBCF22C { public: // System.Int32 UnityEngine.InputSystem.InputControlPath/PathComponentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathComponentType_tF3662FC1AB36DF84DD12F4D8AC7D74D23FBCF22C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputDevice/DeviceFlags struct DeviceFlags_tF2567D99F286E930FC6B04C6A3CCB2E65B1D762D { public: // System.Int32 UnityEngine.InputSystem.InputDevice/DeviceFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceFlags_tF2567D99F286E930FC6B04C6A3CCB2E65B1D762D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputSettings/BackgroundBehavior struct BackgroundBehavior_tE63D5B74669C5DA0FF0E096E121F19D0808B66FE { public: // System.Int32 UnityEngine.InputSystem.InputSettings/BackgroundBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BackgroundBehavior_tE63D5B74669C5DA0FF0E096E121F19D0808B66FE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode struct EditorInputBehaviorInPlayMode_tB78DF611964C17CA803511AE27017C17CBFDBA8E { public: // System.Int32 UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EditorInputBehaviorInPlayMode_tB78DF611964C17CA803511AE27017C17CBFDBA8E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputSettings/UpdateMode struct UpdateMode_tB1023A67A3F7862527D6797E3522EAC9DC5B00A1 { public: // System.Int32 UnityEngine.InputSystem.InputSettings/UpdateMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateMode_tB1023A67A3F7862527D6797E3522EAC9DC5B00A1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags struct Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34 { public: // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags struct Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand struct DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand struct EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB { public: // System.String UnityEngine.InputSystem.InputBinding::m_Name String_t* ___m_Name_2; // System.String UnityEngine.InputSystem.InputBinding::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputBinding::m_Path String_t* ___m_Path_4; // System.String UnityEngine.InputSystem.InputBinding::m_Interactions String_t* ___m_Interactions_5; // System.String UnityEngine.InputSystem.InputBinding::m_Processors String_t* ___m_Processors_6; // System.String UnityEngine.InputSystem.InputBinding::m_Groups String_t* ___m_Groups_7; // System.String UnityEngine.InputSystem.InputBinding::m_Action String_t* ___m_Action_8; // UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags int32_t ___m_Flags_9; // System.String UnityEngine.InputSystem.InputBinding::m_OverridePath String_t* ___m_OverridePath_10; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions String_t* ___m_OverrideInteractions_11; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors String_t* ___m_OverrideProcessors_12; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Path_4() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Path_4)); } inline String_t* get_m_Path_4() const { return ___m_Path_4; } inline String_t** get_address_of_m_Path_4() { return &___m_Path_4; } inline void set_m_Path_4(String_t* value) { ___m_Path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_Processors_6() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Processors_6)); } inline String_t* get_m_Processors_6() const { return ___m_Processors_6; } inline String_t** get_address_of_m_Processors_6() { return &___m_Processors_6; } inline void set_m_Processors_6(String_t* value) { ___m_Processors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_6), (void*)value); } inline static int32_t get_offset_of_m_Groups_7() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Groups_7)); } inline String_t* get_m_Groups_7() const { return ___m_Groups_7; } inline String_t** get_address_of_m_Groups_7() { return &___m_Groups_7; } inline void set_m_Groups_7(String_t* value) { ___m_Groups_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Groups_7), (void*)value); } inline static int32_t get_offset_of_m_Action_8() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Action_8)); } inline String_t* get_m_Action_8() const { return ___m_Action_8; } inline String_t** get_address_of_m_Action_8() { return &___m_Action_8; } inline void set_m_Action_8(String_t* value) { ___m_Action_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Action_8), (void*)value); } inline static int32_t get_offset_of_m_Flags_9() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Flags_9)); } inline int32_t get_m_Flags_9() const { return ___m_Flags_9; } inline int32_t* get_address_of_m_Flags_9() { return &___m_Flags_9; } inline void set_m_Flags_9(int32_t value) { ___m_Flags_9 = value; } inline static int32_t get_offset_of_m_OverridePath_10() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverridePath_10)); } inline String_t* get_m_OverridePath_10() const { return ___m_OverridePath_10; } inline String_t** get_address_of_m_OverridePath_10() { return &___m_OverridePath_10; } inline void set_m_OverridePath_10(String_t* value) { ___m_OverridePath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverridePath_10), (void*)value); } inline static int32_t get_offset_of_m_OverrideInteractions_11() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideInteractions_11)); } inline String_t* get_m_OverrideInteractions_11() const { return ___m_OverrideInteractions_11; } inline String_t** get_address_of_m_OverrideInteractions_11() { return &___m_OverrideInteractions_11; } inline void set_m_OverrideInteractions_11(String_t* value) { ___m_OverrideInteractions_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideInteractions_11), (void*)value); } inline static int32_t get_offset_of_m_OverrideProcessors_12() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideProcessors_12)); } inline String_t* get_m_OverrideProcessors_12() const { return ___m_OverrideProcessors_12; } inline String_t** get_address_of_m_OverrideProcessors_12() { return &___m_OverrideProcessors_12; } inline void set_m_OverrideProcessors_12(String_t* value) { ___m_OverrideProcessors_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideProcessors_12), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke { char* ___m_Name_2; char* ___m_Id_3; char* ___m_Path_4; char* ___m_Interactions_5; char* ___m_Processors_6; char* ___m_Groups_7; char* ___m_Action_8; int32_t ___m_Flags_9; char* ___m_OverridePath_10; char* ___m_OverrideInteractions_11; char* ___m_OverrideProcessors_12; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com { Il2CppChar* ___m_Name_2; Il2CppChar* ___m_Id_3; Il2CppChar* ___m_Path_4; Il2CppChar* ___m_Interactions_5; Il2CppChar* ___m_Processors_6; Il2CppChar* ___m_Groups_7; Il2CppChar* ___m_Action_8; int32_t ___m_Flags_9; Il2CppChar* ___m_OverridePath_10; Il2CppChar* ___m_OverrideInteractions_11; Il2CppChar* ___m_OverrideProcessors_12; }; // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 : public RuntimeObject { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Name InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Name_2; // System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::m_Type Type_t * ___m_Type_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Variants InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Variants_4; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_5; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_6; // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_UpdateBeforeRender Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_UpdateBeforeRender_7; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_BaseLayouts InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB ___m_BaseLayouts_8; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_AppliedOverrides InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB ___m_AppliedOverrides_9; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_CommonUsages InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_CommonUsages_10; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_Controls ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___m_Controls_11; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_DisplayName String_t* ___m_DisplayName_12; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_Description String_t* ___m_Description_13; // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags UnityEngine.InputSystem.Layouts.InputControlLayout::m_Flags int32_t ___m_Flags_14; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Name_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Name_2() const { return ___m_Name_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Type_3() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Type_3)); } inline Type_t * get_m_Type_3() const { return ___m_Type_3; } inline Type_t ** get_address_of_m_Type_3() { return &___m_Type_3; } inline void set_m_Type_3(Type_t * value) { ___m_Type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type_3), (void*)value); } inline static int32_t get_offset_of_m_Variants_4() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Variants_4)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Variants_4() const { return ___m_Variants_4; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Variants_4() { return &___m_Variants_4; } inline void set_m_Variants_4(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Variants_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_4))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_4))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_StateFormat_5() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_StateFormat_5)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_m_StateFormat_5() const { return ___m_StateFormat_5; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_m_StateFormat_5() { return &___m_StateFormat_5; } inline void set_m_StateFormat_5(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___m_StateFormat_5 = value; } inline static int32_t get_offset_of_m_StateSizeInBytes_6() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_StateSizeInBytes_6)); } inline int32_t get_m_StateSizeInBytes_6() const { return ___m_StateSizeInBytes_6; } inline int32_t* get_address_of_m_StateSizeInBytes_6() { return &___m_StateSizeInBytes_6; } inline void set_m_StateSizeInBytes_6(int32_t value) { ___m_StateSizeInBytes_6 = value; } inline static int32_t get_offset_of_m_UpdateBeforeRender_7() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_UpdateBeforeRender_7)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_UpdateBeforeRender_7() const { return ___m_UpdateBeforeRender_7; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_UpdateBeforeRender_7() { return &___m_UpdateBeforeRender_7; } inline void set_m_UpdateBeforeRender_7(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_UpdateBeforeRender_7 = value; } inline static int32_t get_offset_of_m_BaseLayouts_8() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_BaseLayouts_8)); } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB get_m_BaseLayouts_8() const { return ___m_BaseLayouts_8; } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * get_address_of_m_BaseLayouts_8() { return &___m_BaseLayouts_8; } inline void set_m_BaseLayouts_8(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB value) { ___m_BaseLayouts_8 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BaseLayouts_8))->___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BaseLayouts_8))->___firstValue_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_BaseLayouts_8))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AppliedOverrides_9() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_AppliedOverrides_9)); } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB get_m_AppliedOverrides_9() const { return ___m_AppliedOverrides_9; } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * get_address_of_m_AppliedOverrides_9() { return &___m_AppliedOverrides_9; } inline void set_m_AppliedOverrides_9(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB value) { ___m_AppliedOverrides_9 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AppliedOverrides_9))->___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AppliedOverrides_9))->___firstValue_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_AppliedOverrides_9))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CommonUsages_10() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_CommonUsages_10)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_CommonUsages_10() const { return ___m_CommonUsages_10; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_CommonUsages_10() { return &___m_CommonUsages_10; } inline void set_m_CommonUsages_10(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_CommonUsages_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommonUsages_10), (void*)value); } inline static int32_t get_offset_of_m_Controls_11() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Controls_11)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get_m_Controls_11() const { return ___m_Controls_11; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of_m_Controls_11() { return &___m_Controls_11; } inline void set_m_Controls_11(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ___m_Controls_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Controls_11), (void*)value); } inline static int32_t get_offset_of_m_DisplayName_12() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_DisplayName_12)); } inline String_t* get_m_DisplayName_12() const { return ___m_DisplayName_12; } inline String_t** get_address_of_m_DisplayName_12() { return &___m_DisplayName_12; } inline void set_m_DisplayName_12(String_t* value) { ___m_DisplayName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayName_12), (void*)value); } inline static int32_t get_offset_of_m_Description_13() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Description_13)); } inline String_t* get_m_Description_13() const { return ___m_Description_13; } inline String_t** get_address_of_m_Description_13() { return &___m_Description_13; } inline void set_m_Description_13(String_t* value) { ___m_Description_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Description_13), (void*)value); } inline static int32_t get_offset_of_m_Flags_14() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Flags_14)); } inline int32_t get_m_Flags_14() const { return ___m_Flags_14; } inline int32_t* get_address_of_m_Flags_14() { return &___m_Flags_14; } inline void set_m_Flags_14(int32_t value) { ___m_Flags_14 = value; } }; // UnityEngine.InputSystem.LowLevel.InputUpdate struct InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57 : public RuntimeObject { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngineInternal.Input.NativeInputEvent struct NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngineInternal.Input.NativeInputEventType UnityEngineInternal.Input.NativeInputEvent::type int32_t ___type_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { int32_t ___type_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding[4]; // System.UInt16 UnityEngineInternal.Input.NativeInputEvent::sizeInBytes uint16_t ___sizeInBytes_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[4]; uint16_t ___sizeInBytes_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding[6]; // System.UInt16 UnityEngineInternal.Input.NativeInputEvent::deviceId uint16_t ___deviceId_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding_forAlignmentOnly[6]; uint16_t ___deviceId_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___time_4_OffsetPadding[8]; // System.Double UnityEngineInternal.Input.NativeInputEvent::time double ___time_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___time_4_OffsetPadding_forAlignmentOnly[8]; double ___time_4_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventId_5_OffsetPadding[16]; // System.Int32 UnityEngineInternal.Input.NativeInputEvent::eventId int32_t ___eventId_5; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___eventId_5_OffsetPadding_forAlignmentOnly[16]; int32_t ___eventId_5_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD__padding[20]; }; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_sizeInBytes_2() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___sizeInBytes_2)); } inline uint16_t get_sizeInBytes_2() const { return ___sizeInBytes_2; } inline uint16_t* get_address_of_sizeInBytes_2() { return &___sizeInBytes_2; } inline void set_sizeInBytes_2(uint16_t value) { ___sizeInBytes_2 = value; } inline static int32_t get_offset_of_deviceId_3() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___deviceId_3)); } inline uint16_t get_deviceId_3() const { return ___deviceId_3; } inline uint16_t* get_address_of_deviceId_3() { return &___deviceId_3; } inline void set_deviceId_3(uint16_t value) { ___deviceId_3 = value; } inline static int32_t get_offset_of_time_4() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___time_4)); } inline double get_time_4() const { return ___time_4; } inline double* get_address_of_time_4() { return &___time_4; } inline void set_time_4(double value) { ___time_4 = value; } inline static int32_t get_offset_of_eventId_5() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___eventId_5)); } inline int32_t get_eventId_5() const { return ___eventId_5; } inline int32_t* get_address_of_eventId_5() { return &___eventId_5; } inline void set_eventId_5(int32_t value) { ___eventId_5 = value; } }; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 { public: union { #pragma pack(push, tp, 1) struct { // System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue bool ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; bool ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; // System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue Il2CppChar ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; Il2CppChar ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; // System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; // System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; // System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; // System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; // System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; // System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; // System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_BoolValue_1() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_BoolValue_1)); } inline bool get_m_BoolValue_1() const { return ___m_BoolValue_1; } inline bool* get_address_of_m_BoolValue_1() { return &___m_BoolValue_1; } inline void set_m_BoolValue_1(bool value) { ___m_BoolValue_1 = value; } inline static int32_t get_offset_of_m_CharValue_2() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_CharValue_2)); } inline Il2CppChar get_m_CharValue_2() const { return ___m_CharValue_2; } inline Il2CppChar* get_address_of_m_CharValue_2() { return &___m_CharValue_2; } inline void set_m_CharValue_2(Il2CppChar value) { ___m_CharValue_2 = value; } inline static int32_t get_offset_of_m_ByteValue_3() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ByteValue_3)); } inline uint8_t get_m_ByteValue_3() const { return ___m_ByteValue_3; } inline uint8_t* get_address_of_m_ByteValue_3() { return &___m_ByteValue_3; } inline void set_m_ByteValue_3(uint8_t value) { ___m_ByteValue_3 = value; } inline static int32_t get_offset_of_m_SByteValue_4() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_SByteValue_4)); } inline int8_t get_m_SByteValue_4() const { return ___m_SByteValue_4; } inline int8_t* get_address_of_m_SByteValue_4() { return &___m_SByteValue_4; } inline void set_m_SByteValue_4(int8_t value) { ___m_SByteValue_4 = value; } inline static int32_t get_offset_of_m_ShortValue_5() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ShortValue_5)); } inline int16_t get_m_ShortValue_5() const { return ___m_ShortValue_5; } inline int16_t* get_address_of_m_ShortValue_5() { return &___m_ShortValue_5; } inline void set_m_ShortValue_5(int16_t value) { ___m_ShortValue_5 = value; } inline static int32_t get_offset_of_m_UShortValue_6() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UShortValue_6)); } inline uint16_t get_m_UShortValue_6() const { return ___m_UShortValue_6; } inline uint16_t* get_address_of_m_UShortValue_6() { return &___m_UShortValue_6; } inline void set_m_UShortValue_6(uint16_t value) { ___m_UShortValue_6 = value; } inline static int32_t get_offset_of_m_IntValue_7() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_IntValue_7)); } inline int32_t get_m_IntValue_7() const { return ___m_IntValue_7; } inline int32_t* get_address_of_m_IntValue_7() { return &___m_IntValue_7; } inline void set_m_IntValue_7(int32_t value) { ___m_IntValue_7 = value; } inline static int32_t get_offset_of_m_UIntValue_8() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UIntValue_8)); } inline uint32_t get_m_UIntValue_8() const { return ___m_UIntValue_8; } inline uint32_t* get_address_of_m_UIntValue_8() { return &___m_UIntValue_8; } inline void set_m_UIntValue_8(uint32_t value) { ___m_UIntValue_8 = value; } inline static int32_t get_offset_of_m_LongValue_9() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_LongValue_9)); } inline int64_t get_m_LongValue_9() const { return ___m_LongValue_9; } inline int64_t* get_address_of_m_LongValue_9() { return &___m_LongValue_9; } inline void set_m_LongValue_9(int64_t value) { ___m_LongValue_9 = value; } inline static int32_t get_offset_of_m_ULongValue_10() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ULongValue_10)); } inline uint64_t get_m_ULongValue_10() const { return ___m_ULongValue_10; } inline uint64_t* get_address_of_m_ULongValue_10() { return &___m_ULongValue_10; } inline void set_m_ULongValue_10(uint64_t value) { ___m_ULongValue_10 = value; } inline static int32_t get_offset_of_m_FloatValue_11() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_FloatValue_11)); } inline float get_m_FloatValue_11() const { return ___m_FloatValue_11; } inline float* get_address_of_m_FloatValue_11() { return &___m_FloatValue_11; } inline void set_m_FloatValue_11(float value) { ___m_FloatValue_11 = value; } inline static int32_t get_offset_of_m_DoubleValue_12() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_DoubleValue_12)); } inline double get_m_DoubleValue_12() const { return ___m_DoubleValue_12; } inline double* get_address_of_m_DoubleValue_12() { return &___m_DoubleValue_12; } inline void set_m_DoubleValue_12(double value) { ___m_DoubleValue_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::canRunInBackground bool ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; bool ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_canRunInBackground_2() { return static_cast(offsetof(QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA, ___canRunInBackground_2)); } inline bool get_canRunInBackground_2() const { return ___canRunInBackground_2; } inline bool* get_address_of_canRunInBackground_2() { return &___canRunInBackground_2; } inline void set_canRunInBackground_2(bool value) { ___canRunInBackground_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; int32_t ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA__padding[9]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; int32_t ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::isEnabled bool ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; bool ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_isEnabled_2() { return static_cast(offsetof(QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7, ___isEnabled_2)); } inline bool get_isEnabled_2() const { return ___isEnabled_2; } inline bool* get_address_of_isEnabled_2() { return &___isEnabled_2; } inline void set_isEnabled_2(bool value) { ___isEnabled_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; int32_t ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7__padding[9]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; int32_t ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.RequestResetCommand struct RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.RequestResetCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.LowLevel.RequestSyncCommand struct RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.RequestSyncCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // UnityEngine.InputSystem.InputActionState/GlobalState struct GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.InputActionState/GlobalState::globalList InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 ___globalList_0; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputActionState/GlobalState::onActionChange CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA ___onActionChange_1; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputActionState/GlobalState::onActionControlsChanged CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D ___onActionControlsChanged_2; public: inline static int32_t get_offset_of_globalList_0() { return static_cast(offsetof(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB, ___globalList_0)); } inline InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 get_globalList_0() const { return ___globalList_0; } inline InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 * get_address_of_globalList_0() { return &___globalList_0; } inline void set_globalList_0(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 value) { ___globalList_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___globalList_0))->___additionalValues_2), (void*)NULL); } inline static int32_t get_offset_of_onActionChange_1() { return static_cast(offsetof(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB, ___onActionChange_1)); } inline CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA get_onActionChange_1() const { return ___onActionChange_1; } inline CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA * get_address_of_onActionChange_1() { return &___onActionChange_1; } inline void set_onActionChange_1(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA value) { ___onActionChange_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onActionControlsChanged_2() { return static_cast(offsetof(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB, ___onActionControlsChanged_2)); } inline CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D get_onActionControlsChanged_2() const { return ___onActionControlsChanged_2; } inline CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * get_address_of_onActionControlsChanged_2() { return &___onActionControlsChanged_2; } inline void set_onActionControlsChanged_2(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D value) { ___onActionControlsChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/GlobalState struct GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB_marshaled_pinvoke { InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 ___globalList_0; CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA ___onActionChange_1; CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D ___onActionControlsChanged_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/GlobalState struct GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB_marshaled_com { InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 ___globalList_0; CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA ___onActionChange_1; CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D ___onActionControlsChanged_2; }; // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection struct InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_EventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_EventPtr_1; // UnityEngine.InputSystem.InputControlExtensions/Enumerate UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Flags int32_t ___m_Flags_2; // System.Single UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_MagnitudeThreshold float ___m_MagnitudeThreshold_3; public: inline static int32_t get_offset_of_m_Device_0() { return static_cast(offsetof(InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978, ___m_Device_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_0() const { return ___m_Device_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_0() { return &___m_Device_0; } inline void set_m_Device_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_0), (void*)value); } inline static int32_t get_offset_of_m_EventPtr_1() { return static_cast(offsetof(InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978, ___m_EventPtr_1)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_m_EventPtr_1() const { return ___m_EventPtr_1; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_m_EventPtr_1() { return &___m_EventPtr_1; } inline void set_m_EventPtr_1(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___m_EventPtr_1 = value; } inline static int32_t get_offset_of_m_Flags_2() { return static_cast(offsetof(InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978, ___m_Flags_2)); } inline int32_t get_m_Flags_2() const { return ___m_Flags_2; } inline int32_t* get_address_of_m_Flags_2() { return &___m_Flags_2; } inline void set_m_Flags_2(int32_t value) { ___m_Flags_2 = value; } inline static int32_t get_offset_of_m_MagnitudeThreshold_3() { return static_cast(offsetof(InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978, ___m_MagnitudeThreshold_3)); } inline float get_m_MagnitudeThreshold_3() const { return ___m_MagnitudeThreshold_3; } inline float* get_address_of_m_MagnitudeThreshold_3() { return &___m_MagnitudeThreshold_3; } inline void set_m_MagnitudeThreshold_3(float value) { ___m_MagnitudeThreshold_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection struct InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_EventPtr_1; int32_t ___m_Flags_2; float ___m_MagnitudeThreshold_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection struct InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_EventPtr_1; int32_t ___m_Flags_2; float ___m_MagnitudeThreshold_3; }; // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator struct InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 { public: // UnityEngine.InputSystem.InputControlExtensions/Enumerate UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_Flags int32_t ___m_Flags_0; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_1; // System.UInt32[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndex UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_StateOffsetToControlIndex_2; // System.Int32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndexLength int32_t ___m_StateOffsetToControlIndexLength_3; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_AllControls InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_AllControls_4; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_DefaultState uint8_t* ___m_DefaultState_5; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentState uint8_t* ___m_CurrentState_6; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_NoiseMask uint8_t* ___m_NoiseMask_7; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_EventPtr_8; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControl InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___m_CurrentControl_9; // System.Int32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentIndexInStateOffsetToControlIndexMap int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10; // System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControlStateBitOffset uint32_t ___m_CurrentControlStateBitOffset_11; // System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EventState uint8_t* ___m_EventState_12; // System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentBitOffset uint32_t ___m_CurrentBitOffset_13; // System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EndBitOffset uint32_t ___m_EndBitOffset_14; // System.Single UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_MagnitudeThreshold float ___m_MagnitudeThreshold_15; public: inline static int32_t get_offset_of_m_Flags_0() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_Flags_0)); } inline int32_t get_m_Flags_0() const { return ___m_Flags_0; } inline int32_t* get_address_of_m_Flags_0() { return &___m_Flags_0; } inline void set_m_Flags_0(int32_t value) { ___m_Flags_0 = value; } inline static int32_t get_offset_of_m_Device_1() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_Device_1)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_1() const { return ___m_Device_1; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_1() { return &___m_Device_1; } inline void set_m_Device_1(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_1), (void*)value); } inline static int32_t get_offset_of_m_StateOffsetToControlIndex_2() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_StateOffsetToControlIndex_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_StateOffsetToControlIndex_2() const { return ___m_StateOffsetToControlIndex_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_StateOffsetToControlIndex_2() { return &___m_StateOffsetToControlIndex_2; } inline void set_m_StateOffsetToControlIndex_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_StateOffsetToControlIndex_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StateOffsetToControlIndex_2), (void*)value); } inline static int32_t get_offset_of_m_StateOffsetToControlIndexLength_3() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_StateOffsetToControlIndexLength_3)); } inline int32_t get_m_StateOffsetToControlIndexLength_3() const { return ___m_StateOffsetToControlIndexLength_3; } inline int32_t* get_address_of_m_StateOffsetToControlIndexLength_3() { return &___m_StateOffsetToControlIndexLength_3; } inline void set_m_StateOffsetToControlIndexLength_3(int32_t value) { ___m_StateOffsetToControlIndexLength_3 = value; } inline static int32_t get_offset_of_m_AllControls_4() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_AllControls_4)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_AllControls_4() const { return ___m_AllControls_4; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_AllControls_4() { return &___m_AllControls_4; } inline void set_m_AllControls_4(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_AllControls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AllControls_4), (void*)value); } inline static int32_t get_offset_of_m_DefaultState_5() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_DefaultState_5)); } inline uint8_t* get_m_DefaultState_5() const { return ___m_DefaultState_5; } inline uint8_t** get_address_of_m_DefaultState_5() { return &___m_DefaultState_5; } inline void set_m_DefaultState_5(uint8_t* value) { ___m_DefaultState_5 = value; } inline static int32_t get_offset_of_m_CurrentState_6() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_CurrentState_6)); } inline uint8_t* get_m_CurrentState_6() const { return ___m_CurrentState_6; } inline uint8_t** get_address_of_m_CurrentState_6() { return &___m_CurrentState_6; } inline void set_m_CurrentState_6(uint8_t* value) { ___m_CurrentState_6 = value; } inline static int32_t get_offset_of_m_NoiseMask_7() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_NoiseMask_7)); } inline uint8_t* get_m_NoiseMask_7() const { return ___m_NoiseMask_7; } inline uint8_t** get_address_of_m_NoiseMask_7() { return &___m_NoiseMask_7; } inline void set_m_NoiseMask_7(uint8_t* value) { ___m_NoiseMask_7 = value; } inline static int32_t get_offset_of_m_EventPtr_8() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_EventPtr_8)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_m_EventPtr_8() const { return ___m_EventPtr_8; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_m_EventPtr_8() { return &___m_EventPtr_8; } inline void set_m_EventPtr_8(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___m_EventPtr_8 = value; } inline static int32_t get_offset_of_m_CurrentControl_9() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_CurrentControl_9)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_m_CurrentControl_9() const { return ___m_CurrentControl_9; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_m_CurrentControl_9() { return &___m_CurrentControl_9; } inline void set_m_CurrentControl_9(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___m_CurrentControl_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentControl_9), (void*)value); } inline static int32_t get_offset_of_m_CurrentIndexInStateOffsetToControlIndexMap_10() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_CurrentIndexInStateOffsetToControlIndexMap_10)); } inline int32_t get_m_CurrentIndexInStateOffsetToControlIndexMap_10() const { return ___m_CurrentIndexInStateOffsetToControlIndexMap_10; } inline int32_t* get_address_of_m_CurrentIndexInStateOffsetToControlIndexMap_10() { return &___m_CurrentIndexInStateOffsetToControlIndexMap_10; } inline void set_m_CurrentIndexInStateOffsetToControlIndexMap_10(int32_t value) { ___m_CurrentIndexInStateOffsetToControlIndexMap_10 = value; } inline static int32_t get_offset_of_m_CurrentControlStateBitOffset_11() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_CurrentControlStateBitOffset_11)); } inline uint32_t get_m_CurrentControlStateBitOffset_11() const { return ___m_CurrentControlStateBitOffset_11; } inline uint32_t* get_address_of_m_CurrentControlStateBitOffset_11() { return &___m_CurrentControlStateBitOffset_11; } inline void set_m_CurrentControlStateBitOffset_11(uint32_t value) { ___m_CurrentControlStateBitOffset_11 = value; } inline static int32_t get_offset_of_m_EventState_12() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_EventState_12)); } inline uint8_t* get_m_EventState_12() const { return ___m_EventState_12; } inline uint8_t** get_address_of_m_EventState_12() { return &___m_EventState_12; } inline void set_m_EventState_12(uint8_t* value) { ___m_EventState_12 = value; } inline static int32_t get_offset_of_m_CurrentBitOffset_13() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_CurrentBitOffset_13)); } inline uint32_t get_m_CurrentBitOffset_13() const { return ___m_CurrentBitOffset_13; } inline uint32_t* get_address_of_m_CurrentBitOffset_13() { return &___m_CurrentBitOffset_13; } inline void set_m_CurrentBitOffset_13(uint32_t value) { ___m_CurrentBitOffset_13 = value; } inline static int32_t get_offset_of_m_EndBitOffset_14() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_EndBitOffset_14)); } inline uint32_t get_m_EndBitOffset_14() const { return ___m_EndBitOffset_14; } inline uint32_t* get_address_of_m_EndBitOffset_14() { return &___m_EndBitOffset_14; } inline void set_m_EndBitOffset_14(uint32_t value) { ___m_EndBitOffset_14 = value; } inline static int32_t get_offset_of_m_MagnitudeThreshold_15() { return static_cast(offsetof(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61, ___m_MagnitudeThreshold_15)); } inline float get_m_MagnitudeThreshold_15() const { return ___m_MagnitudeThreshold_15; } inline float* get_address_of_m_MagnitudeThreshold_15() { return &___m_MagnitudeThreshold_15; } inline void set_m_MagnitudeThreshold_15(float value) { ___m_MagnitudeThreshold_15 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator struct InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61_marshaled_pinvoke { int32_t ___m_Flags_0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_1; Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2; int32_t ___m_StateOffsetToControlIndexLength_3; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_AllControls_4; uint8_t* ___m_DefaultState_5; uint8_t* ___m_CurrentState_6; uint8_t* ___m_NoiseMask_7; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_EventPtr_8; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___m_CurrentControl_9; int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10; uint32_t ___m_CurrentControlStateBitOffset_11; uint8_t* ___m_EventState_12; uint32_t ___m_CurrentBitOffset_13; uint32_t ___m_EndBitOffset_14; float ___m_MagnitudeThreshold_15; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator struct InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61_marshaled_com { int32_t ___m_Flags_0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_1; Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2; int32_t ___m_StateOffsetToControlIndexLength_3; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_AllControls_4; uint8_t* ___m_DefaultState_5; uint8_t* ___m_CurrentState_6; uint8_t* ___m_NoiseMask_7; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_EventPtr_8; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___m_CurrentControl_9; int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10; uint32_t ___m_CurrentControlStateBitOffset_11; uint8_t* ___m_EventState_12; uint32_t ___m_CurrentBitOffset_13; uint32_t ___m_EndBitOffset_14; float ___m_MagnitudeThreshold_15; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException struct LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A : public Exception_t { public: // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::k__BackingField String_t* ___U3ClayoutU3Ek__BackingField_17; public: inline static int32_t get_offset_of_U3ClayoutU3Ek__BackingField_17() { return static_cast(offsetof(LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A, ___U3ClayoutU3Ek__BackingField_17)); } inline String_t* get_U3ClayoutU3Ek__BackingField_17() const { return ___U3ClayoutU3Ek__BackingField_17; } inline String_t** get_address_of_U3ClayoutU3Ek__BackingField_17() { return &___U3ClayoutU3Ek__BackingField_17; } inline void set_U3ClayoutU3Ek__BackingField_17(String_t* value) { ___U3ClayoutU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ClayoutU3Ek__BackingField_17), (void*)value); } }; // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent struct ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 { public: // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_Layout Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___m_Layout_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_Usages InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 ___m_Usages_1; // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_Name Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___m_Name_2; // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_DisplayName Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___m_DisplayName_3; public: inline static int32_t get_offset_of_m_Layout_0() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_Layout_0)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_m_Layout_0() const { return ___m_Layout_0; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_m_Layout_0() { return &___m_Layout_0; } inline void set_m_Layout_0(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___m_Layout_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layout_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_m_Usages_1() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_Usages_1)); } inline InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 get_m_Usages_1() const { return ___m_Usages_1; } inline InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * get_address_of_m_Usages_1() { return &___m_Usages_1; } inline void set_m_Usages_1(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 value) { ___m_Usages_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Usages_1))->___firstValue_1))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Usages_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_Name_2)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_m_Name_2() const { return ___m_Name_2; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_2))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_m_DisplayName_3() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_DisplayName_3)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_m_DisplayName_3() const { return ___m_DisplayName_3; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_m_DisplayName_3() { return &___m_DisplayName_3; } inline void set_m_DisplayName_3(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___m_DisplayName_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_DisplayName_3))->___m_String_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlPath/ParsedPathComponent struct ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838_marshaled_pinvoke { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___m_Layout_0; InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 ___m_Usages_1; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___m_Name_2; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___m_DisplayName_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlPath/ParsedPathComponent struct ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838_marshaled_com { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___m_Layout_0; InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 ___m_Usages_1; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___m_Name_2; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___m_DisplayName_3; }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 { public: // System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_ControlPath String_t* ___m_ControlPath_0; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_Flags int32_t ___m_Flags_1; public: inline static int32_t get_offset_of_m_ControlPath_0() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_ControlPath_0)); } inline String_t* get_m_ControlPath_0() const { return ___m_ControlPath_0; } inline String_t** get_address_of_m_ControlPath_0() { return &___m_ControlPath_0; } inline void set_m_ControlPath_0(String_t* value) { ___m_ControlPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlPath_0), (void*)value); } inline static int32_t get_offset_of_m_Flags_1() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_Flags_1)); } inline int32_t get_m_Flags_1() const { return ___m_Flags_1; } inline int32_t* get_address_of_m_Flags_1() { return &___m_Flags_1; } inline void set_m_Flags_1(int32_t value) { ___m_Flags_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke { char* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com { Il2CppChar* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // System.Action`1 struct Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF : public MulticastDelegate_t { public: public: }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // System.Nullable`1 struct Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 { public: // T System.Nullable`1::value InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07, ___value_0)); } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB get_value_0() const { return ___value_0; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 : public RuntimeObject { public: // UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionState::maps InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_1; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionState::controls InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_2; // UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputActionState::interactions IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_3; // UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputActionState::processors InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_4; // UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputActionState::composites InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_5; // System.Int32 UnityEngine.InputSystem.InputActionState::totalProcessorCount int32_t ___totalProcessorCount_6; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState::memory UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 ___memory_7; // System.Boolean UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateHooked bool ___m_OnBeforeUpdateHooked_8; // System.Boolean UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateHooked bool ___m_OnAfterUpdateHooked_9; // System.Boolean UnityEngine.InputSystem.InputActionState::m_InProcessControlStateChange bool ___m_InProcessControlStateChange_10; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputActionState::m_CurrentlyProcessingThisEvent InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_CurrentlyProcessingThisEvent_11; // System.Action UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateDelegate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_OnBeforeUpdateDelegate_12; // System.Action UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateDelegate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_OnAfterUpdateDelegate_13; public: inline static int32_t get_offset_of_maps_1() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___maps_1)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_maps_1() const { return ___maps_1; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_maps_1() { return &___maps_1; } inline void set_maps_1(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___maps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___maps_1), (void*)value); } inline static int32_t get_offset_of_controls_2() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___controls_2)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_controls_2() const { return ___controls_2; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_controls_2() { return &___controls_2; } inline void set_controls_2(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___controls_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_2), (void*)value); } inline static int32_t get_offset_of_interactions_3() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___interactions_3)); } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* get_interactions_3() const { return ___interactions_3; } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** get_address_of_interactions_3() { return &___interactions_3; } inline void set_interactions_3(IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* value) { ___interactions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_3), (void*)value); } inline static int32_t get_offset_of_processors_4() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___processors_4)); } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* get_processors_4() const { return ___processors_4; } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** get_address_of_processors_4() { return &___processors_4; } inline void set_processors_4(InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* value) { ___processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_4), (void*)value); } inline static int32_t get_offset_of_composites_5() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___composites_5)); } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* get_composites_5() const { return ___composites_5; } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083** get_address_of_composites_5() { return &___composites_5; } inline void set_composites_5(InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* value) { ___composites_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___composites_5), (void*)value); } inline static int32_t get_offset_of_totalProcessorCount_6() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___totalProcessorCount_6)); } inline int32_t get_totalProcessorCount_6() const { return ___totalProcessorCount_6; } inline int32_t* get_address_of_totalProcessorCount_6() { return &___totalProcessorCount_6; } inline void set_totalProcessorCount_6(int32_t value) { ___totalProcessorCount_6 = value; } inline static int32_t get_offset_of_memory_7() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___memory_7)); } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 get_memory_7() const { return ___memory_7; } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * get_address_of_memory_7() { return &___memory_7; } inline void set_memory_7(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 value) { ___memory_7 = value; } inline static int32_t get_offset_of_m_OnBeforeUpdateHooked_8() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnBeforeUpdateHooked_8)); } inline bool get_m_OnBeforeUpdateHooked_8() const { return ___m_OnBeforeUpdateHooked_8; } inline bool* get_address_of_m_OnBeforeUpdateHooked_8() { return &___m_OnBeforeUpdateHooked_8; } inline void set_m_OnBeforeUpdateHooked_8(bool value) { ___m_OnBeforeUpdateHooked_8 = value; } inline static int32_t get_offset_of_m_OnAfterUpdateHooked_9() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnAfterUpdateHooked_9)); } inline bool get_m_OnAfterUpdateHooked_9() const { return ___m_OnAfterUpdateHooked_9; } inline bool* get_address_of_m_OnAfterUpdateHooked_9() { return &___m_OnAfterUpdateHooked_9; } inline void set_m_OnAfterUpdateHooked_9(bool value) { ___m_OnAfterUpdateHooked_9 = value; } inline static int32_t get_offset_of_m_InProcessControlStateChange_10() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_InProcessControlStateChange_10)); } inline bool get_m_InProcessControlStateChange_10() const { return ___m_InProcessControlStateChange_10; } inline bool* get_address_of_m_InProcessControlStateChange_10() { return &___m_InProcessControlStateChange_10; } inline void set_m_InProcessControlStateChange_10(bool value) { ___m_InProcessControlStateChange_10 = value; } inline static int32_t get_offset_of_m_CurrentlyProcessingThisEvent_11() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_CurrentlyProcessingThisEvent_11)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_m_CurrentlyProcessingThisEvent_11() const { return ___m_CurrentlyProcessingThisEvent_11; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_m_CurrentlyProcessingThisEvent_11() { return &___m_CurrentlyProcessingThisEvent_11; } inline void set_m_CurrentlyProcessingThisEvent_11(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___m_CurrentlyProcessingThisEvent_11 = value; } inline static int32_t get_offset_of_m_OnBeforeUpdateDelegate_12() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnBeforeUpdateDelegate_12)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_OnBeforeUpdateDelegate_12() const { return ___m_OnBeforeUpdateDelegate_12; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_OnBeforeUpdateDelegate_12() { return &___m_OnBeforeUpdateDelegate_12; } inline void set_m_OnBeforeUpdateDelegate_12(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_OnBeforeUpdateDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnBeforeUpdateDelegate_12), (void*)value); } inline static int32_t get_offset_of_m_OnAfterUpdateDelegate_13() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnAfterUpdateDelegate_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_OnAfterUpdateDelegate_13() const { return ___m_OnAfterUpdateDelegate_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_OnAfterUpdateDelegate_13() { return &___m_OnAfterUpdateDelegate_13; } inline void set_m_OnAfterUpdateDelegate_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_OnAfterUpdateDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnAfterUpdateDelegate_13), (void*)value); } }; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 : public RuntimeObject { public: // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B ___m_StateBlock_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Name_1; // System.String UnityEngine.InputSystem.InputControl::m_Path String_t* ___m_Path_2; // System.String UnityEngine.InputSystem.InputControl::m_DisplayName String_t* ___m_DisplayName_3; // System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout String_t* ___m_DisplayNameFromLayout_4; // System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName String_t* ___m_ShortDisplayName_5; // System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout String_t* ___m_ShortDisplayNameFromLayout_6; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Layout_7; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Variants_8; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_9; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___m_Parent_10; // System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount int32_t ___m_UsageCount_11; // System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex int32_t ___m_UsageStartIndex_12; // System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount int32_t ___m_AliasCount_13; // System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex int32_t ___m_AliasStartIndex_14; // System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount int32_t ___m_ChildCount_15; // System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex int32_t ___m_ChildStartIndex_16; // UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags int32_t ___m_ControlFlags_17; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___m_DefaultState_18; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___m_MinValue_19; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___m_MaxValue_20; public: inline static int32_t get_offset_of_m_StateBlock_0() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_StateBlock_0)); } inline InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B get_m_StateBlock_0() const { return ___m_StateBlock_0; } inline InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * get_address_of_m_StateBlock_0() { return &___m_StateBlock_0; } inline void set_m_StateBlock_0(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B value) { ___m_StateBlock_0 = value; } inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Name_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Name_1() const { return ___m_Name_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Path_2() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Path_2)); } inline String_t* get_m_Path_2() const { return ___m_Path_2; } inline String_t** get_address_of_m_Path_2() { return &___m_Path_2; } inline void set_m_Path_2(String_t* value) { ___m_Path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_2), (void*)value); } inline static int32_t get_offset_of_m_DisplayName_3() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_DisplayName_3)); } inline String_t* get_m_DisplayName_3() const { return ___m_DisplayName_3; } inline String_t** get_address_of_m_DisplayName_3() { return &___m_DisplayName_3; } inline void set_m_DisplayName_3(String_t* value) { ___m_DisplayName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayName_3), (void*)value); } inline static int32_t get_offset_of_m_DisplayNameFromLayout_4() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_DisplayNameFromLayout_4)); } inline String_t* get_m_DisplayNameFromLayout_4() const { return ___m_DisplayNameFromLayout_4; } inline String_t** get_address_of_m_DisplayNameFromLayout_4() { return &___m_DisplayNameFromLayout_4; } inline void set_m_DisplayNameFromLayout_4(String_t* value) { ___m_DisplayNameFromLayout_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayNameFromLayout_4), (void*)value); } inline static int32_t get_offset_of_m_ShortDisplayName_5() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ShortDisplayName_5)); } inline String_t* get_m_ShortDisplayName_5() const { return ___m_ShortDisplayName_5; } inline String_t** get_address_of_m_ShortDisplayName_5() { return &___m_ShortDisplayName_5; } inline void set_m_ShortDisplayName_5(String_t* value) { ___m_ShortDisplayName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ShortDisplayName_5), (void*)value); } inline static int32_t get_offset_of_m_ShortDisplayNameFromLayout_6() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ShortDisplayNameFromLayout_6)); } inline String_t* get_m_ShortDisplayNameFromLayout_6() const { return ___m_ShortDisplayNameFromLayout_6; } inline String_t** get_address_of_m_ShortDisplayNameFromLayout_6() { return &___m_ShortDisplayNameFromLayout_6; } inline void set_m_ShortDisplayNameFromLayout_6(String_t* value) { ___m_ShortDisplayNameFromLayout_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ShortDisplayNameFromLayout_6), (void*)value); } inline static int32_t get_offset_of_m_Layout_7() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Layout_7)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Layout_7() const { return ___m_Layout_7; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Layout_7() { return &___m_Layout_7; } inline void set_m_Layout_7(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Layout_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layout_7))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layout_7))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Variants_8() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Variants_8)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Variants_8() const { return ___m_Variants_8; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Variants_8() { return &___m_Variants_8; } inline void set_m_Variants_8(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Variants_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_8))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_8))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Device_9() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Device_9)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_9() const { return ___m_Device_9; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_9() { return &___m_Device_9; } inline void set_m_Device_9(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_9), (void*)value); } inline static int32_t get_offset_of_m_Parent_10() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Parent_10)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_m_Parent_10() const { return ___m_Parent_10; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_m_Parent_10() { return &___m_Parent_10; } inline void set_m_Parent_10(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___m_Parent_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Parent_10), (void*)value); } inline static int32_t get_offset_of_m_UsageCount_11() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_UsageCount_11)); } inline int32_t get_m_UsageCount_11() const { return ___m_UsageCount_11; } inline int32_t* get_address_of_m_UsageCount_11() { return &___m_UsageCount_11; } inline void set_m_UsageCount_11(int32_t value) { ___m_UsageCount_11 = value; } inline static int32_t get_offset_of_m_UsageStartIndex_12() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_UsageStartIndex_12)); } inline int32_t get_m_UsageStartIndex_12() const { return ___m_UsageStartIndex_12; } inline int32_t* get_address_of_m_UsageStartIndex_12() { return &___m_UsageStartIndex_12; } inline void set_m_UsageStartIndex_12(int32_t value) { ___m_UsageStartIndex_12 = value; } inline static int32_t get_offset_of_m_AliasCount_13() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_AliasCount_13)); } inline int32_t get_m_AliasCount_13() const { return ___m_AliasCount_13; } inline int32_t* get_address_of_m_AliasCount_13() { return &___m_AliasCount_13; } inline void set_m_AliasCount_13(int32_t value) { ___m_AliasCount_13 = value; } inline static int32_t get_offset_of_m_AliasStartIndex_14() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_AliasStartIndex_14)); } inline int32_t get_m_AliasStartIndex_14() const { return ___m_AliasStartIndex_14; } inline int32_t* get_address_of_m_AliasStartIndex_14() { return &___m_AliasStartIndex_14; } inline void set_m_AliasStartIndex_14(int32_t value) { ___m_AliasStartIndex_14 = value; } inline static int32_t get_offset_of_m_ChildCount_15() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ChildCount_15)); } inline int32_t get_m_ChildCount_15() const { return ___m_ChildCount_15; } inline int32_t* get_address_of_m_ChildCount_15() { return &___m_ChildCount_15; } inline void set_m_ChildCount_15(int32_t value) { ___m_ChildCount_15 = value; } inline static int32_t get_offset_of_m_ChildStartIndex_16() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ChildStartIndex_16)); } inline int32_t get_m_ChildStartIndex_16() const { return ___m_ChildStartIndex_16; } inline int32_t* get_address_of_m_ChildStartIndex_16() { return &___m_ChildStartIndex_16; } inline void set_m_ChildStartIndex_16(int32_t value) { ___m_ChildStartIndex_16 = value; } inline static int32_t get_offset_of_m_ControlFlags_17() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ControlFlags_17)); } inline int32_t get_m_ControlFlags_17() const { return ___m_ControlFlags_17; } inline int32_t* get_address_of_m_ControlFlags_17() { return &___m_ControlFlags_17; } inline void set_m_ControlFlags_17(int32_t value) { ___m_ControlFlags_17 = value; } inline static int32_t get_offset_of_m_DefaultState_18() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_DefaultState_18)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_m_DefaultState_18() const { return ___m_DefaultState_18; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_m_DefaultState_18() { return &___m_DefaultState_18; } inline void set_m_DefaultState_18(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___m_DefaultState_18 = value; } inline static int32_t get_offset_of_m_MinValue_19() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_MinValue_19)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_m_MinValue_19() const { return ___m_MinValue_19; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_m_MinValue_19() { return &___m_MinValue_19; } inline void set_m_MinValue_19(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___m_MinValue_19 = value; } inline static int32_t get_offset_of_m_MaxValue_20() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_MaxValue_20)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_m_MaxValue_20() const { return ___m_MaxValue_20; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_m_MaxValue_20() { return &___m_MaxValue_20; } inline void set_m_MaxValue_20(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___m_MaxValue_20 = value; } }; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngineInternal.Input.NativeInputEvent UnityEngine.InputSystem.LowLevel.InputEvent::m_Event NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD ___m_Event_5; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD ___m_Event_5_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234__padding[20]; }; public: inline static int32_t get_offset_of_m_Event_5() { return static_cast(offsetof(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234, ___m_Event_5)); } inline NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD get_m_Event_5() const { return ___m_Event_5; } inline NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD * get_address_of_m_Event_5() { return &___m_Event_5; } inline void set_m_Event_5(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD value) { ___m_Event_5 = value; } }; // UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA { public: // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_Buffer NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___m_Buffer_1; // System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_SizeInBytes int64_t ___m_SizeInBytes_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_EventCount int32_t ___m_EventCount_3; // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_WeOwnTheBuffer bool ___m_WeOwnTheBuffer_4; public: inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_Buffer_1)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_m_Buffer_1() const { return ___m_Buffer_1; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___m_Buffer_1 = value; } inline static int32_t get_offset_of_m_SizeInBytes_2() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_SizeInBytes_2)); } inline int64_t get_m_SizeInBytes_2() const { return ___m_SizeInBytes_2; } inline int64_t* get_address_of_m_SizeInBytes_2() { return &___m_SizeInBytes_2; } inline void set_m_SizeInBytes_2(int64_t value) { ___m_SizeInBytes_2 = value; } inline static int32_t get_offset_of_m_EventCount_3() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_EventCount_3)); } inline int32_t get_m_EventCount_3() const { return ___m_EventCount_3; } inline int32_t* get_address_of_m_EventCount_3() { return &___m_EventCount_3; } inline void set_m_EventCount_3(int32_t value) { ___m_EventCount_3 = value; } inline static int32_t get_offset_of_m_WeOwnTheBuffer_4() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_WeOwnTheBuffer_4)); } inline bool get_m_WeOwnTheBuffer_4() const { return ___m_WeOwnTheBuffer_4; } inline bool* get_address_of_m_WeOwnTheBuffer_4() { return &___m_WeOwnTheBuffer_4; } inline void set_m_WeOwnTheBuffer_4(bool value) { ___m_WeOwnTheBuffer_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_pinvoke { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___m_Buffer_1; int64_t ___m_SizeInBytes_2; int32_t ___m_EventCount_3; int32_t ___m_WeOwnTheBuffer_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_com { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___m_Buffer_1; int64_t ___m_SizeInBytes_2; int32_t ___m_EventCount_3; int32_t ___m_WeOwnTheBuffer_4; }; // UnityEngine.InputSystem.InputSettings struct InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // System.String[] UnityEngine.InputSystem.InputSettings::m_SupportedDevices StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_SupportedDevices_4; // UnityEngine.InputSystem.InputSettings/UpdateMode UnityEngine.InputSystem.InputSettings::m_UpdateMode int32_t ___m_UpdateMode_5; // System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxEventBytesPerUpdate int32_t ___m_MaxEventBytesPerUpdate_6; // System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxQueuedEventsPerUpdate int32_t ___m_MaxQueuedEventsPerUpdate_7; // System.Boolean UnityEngine.InputSystem.InputSettings::m_CompensateForScreenOrientation bool ___m_CompensateForScreenOrientation_8; // UnityEngine.InputSystem.InputSettings/BackgroundBehavior UnityEngine.InputSystem.InputSettings::m_BackgroundBehavior int32_t ___m_BackgroundBehavior_9; // UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode UnityEngine.InputSystem.InputSettings::m_EditorInputBehaviorInPlayMode int32_t ___m_EditorInputBehaviorInPlayMode_10; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMin float ___m_DefaultDeadzoneMin_11; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMax float ___m_DefaultDeadzoneMax_12; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultButtonPressPoint float ___m_DefaultButtonPressPoint_13; // System.Single UnityEngine.InputSystem.InputSettings::m_ButtonReleaseThreshold float ___m_ButtonReleaseThreshold_14; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultTapTime float ___m_DefaultTapTime_15; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultSlowTapTime float ___m_DefaultSlowTapTime_16; // System.Single UnityEngine.InputSystem.InputSettings::m_DefaultHoldTime float ___m_DefaultHoldTime_17; // System.Single UnityEngine.InputSystem.InputSettings::m_TapRadius float ___m_TapRadius_18; // System.Single UnityEngine.InputSystem.InputSettings::m_MultiTapDelayTime float ___m_MultiTapDelayTime_19; // System.Boolean UnityEngine.InputSystem.InputSettings::m_DisableRedundantEventsMerging bool ___m_DisableRedundantEventsMerging_20; // System.Boolean UnityEngine.InputSystem.InputSettings::m_ShortcutKeysConsumeInputs bool ___m_ShortcutKeysConsumeInputs_21; // System.Collections.Generic.HashSet`1 UnityEngine.InputSystem.InputSettings::m_FeatureFlags HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___m_FeatureFlags_22; public: inline static int32_t get_offset_of_m_SupportedDevices_4() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_SupportedDevices_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_SupportedDevices_4() const { return ___m_SupportedDevices_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_SupportedDevices_4() { return &___m_SupportedDevices_4; } inline void set_m_SupportedDevices_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_SupportedDevices_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SupportedDevices_4), (void*)value); } inline static int32_t get_offset_of_m_UpdateMode_5() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_UpdateMode_5)); } inline int32_t get_m_UpdateMode_5() const { return ___m_UpdateMode_5; } inline int32_t* get_address_of_m_UpdateMode_5() { return &___m_UpdateMode_5; } inline void set_m_UpdateMode_5(int32_t value) { ___m_UpdateMode_5 = value; } inline static int32_t get_offset_of_m_MaxEventBytesPerUpdate_6() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_MaxEventBytesPerUpdate_6)); } inline int32_t get_m_MaxEventBytesPerUpdate_6() const { return ___m_MaxEventBytesPerUpdate_6; } inline int32_t* get_address_of_m_MaxEventBytesPerUpdate_6() { return &___m_MaxEventBytesPerUpdate_6; } inline void set_m_MaxEventBytesPerUpdate_6(int32_t value) { ___m_MaxEventBytesPerUpdate_6 = value; } inline static int32_t get_offset_of_m_MaxQueuedEventsPerUpdate_7() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_MaxQueuedEventsPerUpdate_7)); } inline int32_t get_m_MaxQueuedEventsPerUpdate_7() const { return ___m_MaxQueuedEventsPerUpdate_7; } inline int32_t* get_address_of_m_MaxQueuedEventsPerUpdate_7() { return &___m_MaxQueuedEventsPerUpdate_7; } inline void set_m_MaxQueuedEventsPerUpdate_7(int32_t value) { ___m_MaxQueuedEventsPerUpdate_7 = value; } inline static int32_t get_offset_of_m_CompensateForScreenOrientation_8() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_CompensateForScreenOrientation_8)); } inline bool get_m_CompensateForScreenOrientation_8() const { return ___m_CompensateForScreenOrientation_8; } inline bool* get_address_of_m_CompensateForScreenOrientation_8() { return &___m_CompensateForScreenOrientation_8; } inline void set_m_CompensateForScreenOrientation_8(bool value) { ___m_CompensateForScreenOrientation_8 = value; } inline static int32_t get_offset_of_m_BackgroundBehavior_9() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_BackgroundBehavior_9)); } inline int32_t get_m_BackgroundBehavior_9() const { return ___m_BackgroundBehavior_9; } inline int32_t* get_address_of_m_BackgroundBehavior_9() { return &___m_BackgroundBehavior_9; } inline void set_m_BackgroundBehavior_9(int32_t value) { ___m_BackgroundBehavior_9 = value; } inline static int32_t get_offset_of_m_EditorInputBehaviorInPlayMode_10() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_EditorInputBehaviorInPlayMode_10)); } inline int32_t get_m_EditorInputBehaviorInPlayMode_10() const { return ___m_EditorInputBehaviorInPlayMode_10; } inline int32_t* get_address_of_m_EditorInputBehaviorInPlayMode_10() { return &___m_EditorInputBehaviorInPlayMode_10; } inline void set_m_EditorInputBehaviorInPlayMode_10(int32_t value) { ___m_EditorInputBehaviorInPlayMode_10 = value; } inline static int32_t get_offset_of_m_DefaultDeadzoneMin_11() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DefaultDeadzoneMin_11)); } inline float get_m_DefaultDeadzoneMin_11() const { return ___m_DefaultDeadzoneMin_11; } inline float* get_address_of_m_DefaultDeadzoneMin_11() { return &___m_DefaultDeadzoneMin_11; } inline void set_m_DefaultDeadzoneMin_11(float value) { ___m_DefaultDeadzoneMin_11 = value; } inline static int32_t get_offset_of_m_DefaultDeadzoneMax_12() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DefaultDeadzoneMax_12)); } inline float get_m_DefaultDeadzoneMax_12() const { return ___m_DefaultDeadzoneMax_12; } inline float* get_address_of_m_DefaultDeadzoneMax_12() { return &___m_DefaultDeadzoneMax_12; } inline void set_m_DefaultDeadzoneMax_12(float value) { ___m_DefaultDeadzoneMax_12 = value; } inline static int32_t get_offset_of_m_DefaultButtonPressPoint_13() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DefaultButtonPressPoint_13)); } inline float get_m_DefaultButtonPressPoint_13() const { return ___m_DefaultButtonPressPoint_13; } inline float* get_address_of_m_DefaultButtonPressPoint_13() { return &___m_DefaultButtonPressPoint_13; } inline void set_m_DefaultButtonPressPoint_13(float value) { ___m_DefaultButtonPressPoint_13 = value; } inline static int32_t get_offset_of_m_ButtonReleaseThreshold_14() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_ButtonReleaseThreshold_14)); } inline float get_m_ButtonReleaseThreshold_14() const { return ___m_ButtonReleaseThreshold_14; } inline float* get_address_of_m_ButtonReleaseThreshold_14() { return &___m_ButtonReleaseThreshold_14; } inline void set_m_ButtonReleaseThreshold_14(float value) { ___m_ButtonReleaseThreshold_14 = value; } inline static int32_t get_offset_of_m_DefaultTapTime_15() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DefaultTapTime_15)); } inline float get_m_DefaultTapTime_15() const { return ___m_DefaultTapTime_15; } inline float* get_address_of_m_DefaultTapTime_15() { return &___m_DefaultTapTime_15; } inline void set_m_DefaultTapTime_15(float value) { ___m_DefaultTapTime_15 = value; } inline static int32_t get_offset_of_m_DefaultSlowTapTime_16() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DefaultSlowTapTime_16)); } inline float get_m_DefaultSlowTapTime_16() const { return ___m_DefaultSlowTapTime_16; } inline float* get_address_of_m_DefaultSlowTapTime_16() { return &___m_DefaultSlowTapTime_16; } inline void set_m_DefaultSlowTapTime_16(float value) { ___m_DefaultSlowTapTime_16 = value; } inline static int32_t get_offset_of_m_DefaultHoldTime_17() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DefaultHoldTime_17)); } inline float get_m_DefaultHoldTime_17() const { return ___m_DefaultHoldTime_17; } inline float* get_address_of_m_DefaultHoldTime_17() { return &___m_DefaultHoldTime_17; } inline void set_m_DefaultHoldTime_17(float value) { ___m_DefaultHoldTime_17 = value; } inline static int32_t get_offset_of_m_TapRadius_18() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_TapRadius_18)); } inline float get_m_TapRadius_18() const { return ___m_TapRadius_18; } inline float* get_address_of_m_TapRadius_18() { return &___m_TapRadius_18; } inline void set_m_TapRadius_18(float value) { ___m_TapRadius_18 = value; } inline static int32_t get_offset_of_m_MultiTapDelayTime_19() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_MultiTapDelayTime_19)); } inline float get_m_MultiTapDelayTime_19() const { return ___m_MultiTapDelayTime_19; } inline float* get_address_of_m_MultiTapDelayTime_19() { return &___m_MultiTapDelayTime_19; } inline void set_m_MultiTapDelayTime_19(float value) { ___m_MultiTapDelayTime_19 = value; } inline static int32_t get_offset_of_m_DisableRedundantEventsMerging_20() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_DisableRedundantEventsMerging_20)); } inline bool get_m_DisableRedundantEventsMerging_20() const { return ___m_DisableRedundantEventsMerging_20; } inline bool* get_address_of_m_DisableRedundantEventsMerging_20() { return &___m_DisableRedundantEventsMerging_20; } inline void set_m_DisableRedundantEventsMerging_20(bool value) { ___m_DisableRedundantEventsMerging_20 = value; } inline static int32_t get_offset_of_m_ShortcutKeysConsumeInputs_21() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_ShortcutKeysConsumeInputs_21)); } inline bool get_m_ShortcutKeysConsumeInputs_21() const { return ___m_ShortcutKeysConsumeInputs_21; } inline bool* get_address_of_m_ShortcutKeysConsumeInputs_21() { return &___m_ShortcutKeysConsumeInputs_21; } inline void set_m_ShortcutKeysConsumeInputs_21(bool value) { ___m_ShortcutKeysConsumeInputs_21 = value; } inline static int32_t get_offset_of_m_FeatureFlags_22() { return static_cast(offsetof(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6, ___m_FeatureFlags_22)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_m_FeatureFlags_22() const { return ___m_FeatureFlags_22; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_m_FeatureFlags_22() { return &___m_FeatureFlags_22; } inline void set_m_FeatureFlags_22(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___m_FeatureFlags_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FeatureFlags_22), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 { public: // System.String UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField String_t* ___U3CnameU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CvalueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CnameU3Ek__BackingField_1)); } inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; } inline void set_U3CnameU3Ek__BackingField_1(String_t* value) { ___U3CnameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CvalueU3Ek__BackingField_2() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CvalueU3Ek__BackingField_2)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CvalueU3Ek__BackingField_2() const { return ___U3CvalueU3Ek__BackingField_2; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CvalueU3Ek__BackingField_2() { return &___U3CvalueU3Ek__BackingField_2; } inline void set_U3CvalueU3Ek__BackingField_2(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CvalueU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CvalueU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CvalueU3Ek__BackingField_2; }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 { public: // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::objectRegistrationName String_t* ___objectRegistrationName_0; // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::parameter String_t* ___parameter_1; // UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::bindingMask InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___bindingMask_2; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::value PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value_3; public: inline static int32_t get_offset_of_objectRegistrationName_0() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___objectRegistrationName_0)); } inline String_t* get_objectRegistrationName_0() const { return ___objectRegistrationName_0; } inline String_t** get_address_of_objectRegistrationName_0() { return &___objectRegistrationName_0; } inline void set_objectRegistrationName_0(String_t* value) { ___objectRegistrationName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectRegistrationName_0), (void*)value); } inline static int32_t get_offset_of_parameter_1() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___parameter_1)); } inline String_t* get_parameter_1() const { return ___parameter_1; } inline String_t** get_address_of_parameter_1() { return &___parameter_1; } inline void set_parameter_1(String_t* value) { ___parameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameter_1), (void*)value); } inline static int32_t get_offset_of_bindingMask_2() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___bindingMask_2)); } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB get_bindingMask_2() const { return ___bindingMask_2; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * get_address_of_bindingMask_2() { return &___bindingMask_2; } inline void set_bindingMask_2(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { ___bindingMask_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___value_3)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_value_3() const { return ___value_3; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___value_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_pinvoke { char* ___objectRegistrationName_0; char* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___value_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_com { Il2CppChar* ___objectRegistrationName_0; Il2CppChar* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___value_3; }; // UnityEngine.InputSystem.InputControlExtensions/d__43 struct U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 : public RuntimeObject { public: // System.Int32 UnityEngine.InputSystem.InputControlExtensions/d__43::<>1__state int32_t ___U3CU3E1__state_0; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/d__43::<>2__current InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CU3E2__current_1; // System.Int32 UnityEngine.InputSystem.InputControlExtensions/d__43::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/d__43::eventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_3; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/d__43::<>3__eventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___U3CU3E3__eventPtr_4; // System.Single UnityEngine.InputSystem.InputControlExtensions/d__43::magnitude float ___magnitude_5; // System.Single UnityEngine.InputSystem.InputControlExtensions/d__43::<>3__magnitude float ___U3CU3E3__magnitude_6; // System.Boolean UnityEngine.InputSystem.InputControlExtensions/d__43::buttonControlsOnly bool ___buttonControlsOnly_7; // System.Boolean UnityEngine.InputSystem.InputControlExtensions/d__43::<>3__buttonControlsOnly bool ___U3CU3E3__buttonControlsOnly_8; // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator UnityEngine.InputSystem.InputControlExtensions/d__43::<>7__wrap1 InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 ___U3CU3E7__wrap1_9; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3E2__current_1)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_eventPtr_3() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___eventPtr_3)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_eventPtr_3() const { return ___eventPtr_3; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_eventPtr_3() { return &___eventPtr_3; } inline void set_eventPtr_3(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___eventPtr_3 = value; } inline static int32_t get_offset_of_U3CU3E3__eventPtr_4() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3E3__eventPtr_4)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_U3CU3E3__eventPtr_4() const { return ___U3CU3E3__eventPtr_4; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_U3CU3E3__eventPtr_4() { return &___U3CU3E3__eventPtr_4; } inline void set_U3CU3E3__eventPtr_4(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___U3CU3E3__eventPtr_4 = value; } inline static int32_t get_offset_of_magnitude_5() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___magnitude_5)); } inline float get_magnitude_5() const { return ___magnitude_5; } inline float* get_address_of_magnitude_5() { return &___magnitude_5; } inline void set_magnitude_5(float value) { ___magnitude_5 = value; } inline static int32_t get_offset_of_U3CU3E3__magnitude_6() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3E3__magnitude_6)); } inline float get_U3CU3E3__magnitude_6() const { return ___U3CU3E3__magnitude_6; } inline float* get_address_of_U3CU3E3__magnitude_6() { return &___U3CU3E3__magnitude_6; } inline void set_U3CU3E3__magnitude_6(float value) { ___U3CU3E3__magnitude_6 = value; } inline static int32_t get_offset_of_buttonControlsOnly_7() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___buttonControlsOnly_7)); } inline bool get_buttonControlsOnly_7() const { return ___buttonControlsOnly_7; } inline bool* get_address_of_buttonControlsOnly_7() { return &___buttonControlsOnly_7; } inline void set_buttonControlsOnly_7(bool value) { ___buttonControlsOnly_7 = value; } inline static int32_t get_offset_of_U3CU3E3__buttonControlsOnly_8() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3E3__buttonControlsOnly_8)); } inline bool get_U3CU3E3__buttonControlsOnly_8() const { return ___U3CU3E3__buttonControlsOnly_8; } inline bool* get_address_of_U3CU3E3__buttonControlsOnly_8() { return &___U3CU3E3__buttonControlsOnly_8; } inline void set_U3CU3E3__buttonControlsOnly_8(bool value) { ___U3CU3E3__buttonControlsOnly_8 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap1_9() { return static_cast(offsetof(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53, ___U3CU3E7__wrap1_9)); } inline InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 get_U3CU3E7__wrap1_9() const { return ___U3CU3E7__wrap1_9; } inline InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 * get_address_of_U3CU3E7__wrap1_9() { return &___U3CU3E7__wrap1_9; } inline void set_U3CU3E7__wrap1_9(InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 value) { ___U3CU3E7__wrap1_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_9))->___m_Device_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_9))->___m_StateOffsetToControlIndex_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_9))->___m_AllControls_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_9))->___m_CurrentControl_9), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3ClayoutU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CvariantsU3Ek__BackingField_2; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CuseStateFromU3Ek__BackingField_3; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_4; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CshortDisplayNameU3Ek__BackingField_5; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CoffsetU3Ek__BackingField_10; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CbitU3Ek__BackingField_11; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_14; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CarraySizeU3Ek__BackingField_15; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CdefaultStateU3Ek__BackingField_16; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CminValueU3Ek__BackingField_17; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CmaxValueU3Ek__BackingField_18; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CnameU3Ek__BackingField_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3ClayoutU3Ek__BackingField_1() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3ClayoutU3Ek__BackingField_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3ClayoutU3Ek__BackingField_1() const { return ___U3ClayoutU3Ek__BackingField_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3ClayoutU3Ek__BackingField_1() { return &___U3ClayoutU3Ek__BackingField_1; } inline void set_U3ClayoutU3Ek__BackingField_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3ClayoutU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CvariantsU3Ek__BackingField_2() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CvariantsU3Ek__BackingField_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CvariantsU3Ek__BackingField_2() const { return ___U3CvariantsU3Ek__BackingField_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CvariantsU3Ek__BackingField_2() { return &___U3CvariantsU3Ek__BackingField_2; } inline void set_U3CvariantsU3Ek__BackingField_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CvariantsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CuseStateFromU3Ek__BackingField_3() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CuseStateFromU3Ek__BackingField_3)); } inline String_t* get_U3CuseStateFromU3Ek__BackingField_3() const { return ___U3CuseStateFromU3Ek__BackingField_3; } inline String_t** get_address_of_U3CuseStateFromU3Ek__BackingField_3() { return &___U3CuseStateFromU3Ek__BackingField_3; } inline void set_U3CuseStateFromU3Ek__BackingField_3(String_t* value) { ___U3CuseStateFromU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuseStateFromU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_4() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdisplayNameU3Ek__BackingField_4)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_4() const { return ___U3CdisplayNameU3Ek__BackingField_4; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_4() { return &___U3CdisplayNameU3Ek__BackingField_4; } inline void set_U3CdisplayNameU3Ek__BackingField_4(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CshortDisplayNameU3Ek__BackingField_5() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CshortDisplayNameU3Ek__BackingField_5)); } inline String_t* get_U3CshortDisplayNameU3Ek__BackingField_5() const { return ___U3CshortDisplayNameU3Ek__BackingField_5; } inline String_t** get_address_of_U3CshortDisplayNameU3Ek__BackingField_5() { return &___U3CshortDisplayNameU3Ek__BackingField_5; } inline void set_U3CshortDisplayNameU3Ek__BackingField_5(String_t* value) { ___U3CshortDisplayNameU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CshortDisplayNameU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CusagesU3Ek__BackingField_6() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CusagesU3Ek__BackingField_6)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CusagesU3Ek__BackingField_6() const { return ___U3CusagesU3Ek__BackingField_6; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CusagesU3Ek__BackingField_6() { return &___U3CusagesU3Ek__BackingField_6; } inline void set_U3CusagesU3Ek__BackingField_6(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CusagesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CaliasesU3Ek__BackingField_7() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CaliasesU3Ek__BackingField_7)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CaliasesU3Ek__BackingField_7() const { return ___U3CaliasesU3Ek__BackingField_7; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CaliasesU3Ek__BackingField_7() { return &___U3CaliasesU3Ek__BackingField_7; } inline void set_U3CaliasesU3Ek__BackingField_7(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CaliasesU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_8() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CparametersU3Ek__BackingField_8)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_8() const { return ___U3CparametersU3Ek__BackingField_8; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_8() { return &___U3CparametersU3Ek__BackingField_8; } inline void set_U3CparametersU3Ek__BackingField_8(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CprocessorsU3Ek__BackingField_9() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CprocessorsU3Ek__BackingField_9)); } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E get_U3CprocessorsU3Ek__BackingField_9() const { return ___U3CprocessorsU3Ek__BackingField_9; } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * get_address_of_U3CprocessorsU3Ek__BackingField_9() { return &___U3CprocessorsU3Ek__BackingField_9; } inline void set_U3CprocessorsU3Ek__BackingField_9(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E value) { ___U3CprocessorsU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CoffsetU3Ek__BackingField_10() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CoffsetU3Ek__BackingField_10)); } inline uint32_t get_U3CoffsetU3Ek__BackingField_10() const { return ___U3CoffsetU3Ek__BackingField_10; } inline uint32_t* get_address_of_U3CoffsetU3Ek__BackingField_10() { return &___U3CoffsetU3Ek__BackingField_10; } inline void set_U3CoffsetU3Ek__BackingField_10(uint32_t value) { ___U3CoffsetU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CbitU3Ek__BackingField_11() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CbitU3Ek__BackingField_11)); } inline uint32_t get_U3CbitU3Ek__BackingField_11() const { return ___U3CbitU3Ek__BackingField_11; } inline uint32_t* get_address_of_U3CbitU3Ek__BackingField_11() { return &___U3CbitU3Ek__BackingField_11; } inline void set_U3CbitU3Ek__BackingField_11(uint32_t value) { ___U3CbitU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_12() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CsizeInBitsU3Ek__BackingField_12)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_12() const { return ___U3CsizeInBitsU3Ek__BackingField_12; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_12() { return &___U3CsizeInBitsU3Ek__BackingField_12; } inline void set_U3CsizeInBitsU3Ek__BackingField_12(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_13() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CformatU3Ek__BackingField_13)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_13() const { return ___U3CformatU3Ek__BackingField_13; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_13() { return &___U3CformatU3Ek__BackingField_13; } inline void set_U3CformatU3Ek__BackingField_13(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CflagsU3Ek__BackingField_14() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CflagsU3Ek__BackingField_14)); } inline int32_t get_U3CflagsU3Ek__BackingField_14() const { return ___U3CflagsU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CflagsU3Ek__BackingField_14() { return &___U3CflagsU3Ek__BackingField_14; } inline void set_U3CflagsU3Ek__BackingField_14(int32_t value) { ___U3CflagsU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CarraySizeU3Ek__BackingField_15() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CarraySizeU3Ek__BackingField_15)); } inline int32_t get_U3CarraySizeU3Ek__BackingField_15() const { return ___U3CarraySizeU3Ek__BackingField_15; } inline int32_t* get_address_of_U3CarraySizeU3Ek__BackingField_15() { return &___U3CarraySizeU3Ek__BackingField_15; } inline void set_U3CarraySizeU3Ek__BackingField_15(int32_t value) { ___U3CarraySizeU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CdefaultStateU3Ek__BackingField_16() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdefaultStateU3Ek__BackingField_16)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CdefaultStateU3Ek__BackingField_16() const { return ___U3CdefaultStateU3Ek__BackingField_16; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CdefaultStateU3Ek__BackingField_16() { return &___U3CdefaultStateU3Ek__BackingField_16; } inline void set_U3CdefaultStateU3Ek__BackingField_16(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CdefaultStateU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CminValueU3Ek__BackingField_17() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CminValueU3Ek__BackingField_17)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CminValueU3Ek__BackingField_17() const { return ___U3CminValueU3Ek__BackingField_17; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CminValueU3Ek__BackingField_17() { return &___U3CminValueU3Ek__BackingField_17; } inline void set_U3CminValueU3Ek__BackingField_17(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CminValueU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CmaxValueU3Ek__BackingField_18() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CmaxValueU3Ek__BackingField_18)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CmaxValueU3Ek__BackingField_18() const { return ___U3CmaxValueU3Ek__BackingField_18; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CmaxValueU3Ek__BackingField_18() { return &___U3CmaxValueU3Ek__BackingField_18; } inline void set_U3CmaxValueU3Ek__BackingField_18(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CmaxValueU3Ek__BackingField_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_pinvoke { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CvariantsU3Ek__BackingField_2; char* ___U3CuseStateFromU3Ek__BackingField_3; char* ___U3CdisplayNameU3Ek__BackingField_4; char* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CmaxValueU3Ek__BackingField_18; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_com { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CvariantsU3Ek__BackingField_2; Il2CppChar* ___U3CuseStateFromU3Ek__BackingField_3; Il2CppChar* ___U3CdisplayNameU3Ek__BackingField_4; Il2CppChar* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CmaxValueU3Ek__BackingField_18; }; // UnityEngine.InputSystem.InputControlPath/PathParser struct PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD { public: // System.String UnityEngine.InputSystem.InputControlPath/PathParser::path String_t* ___path_0; // System.Int32 UnityEngine.InputSystem.InputControlPath/PathParser::length int32_t ___length_1; // System.Int32 UnityEngine.InputSystem.InputControlPath/PathParser::leftIndexInPath int32_t ___leftIndexInPath_2; // System.Int32 UnityEngine.InputSystem.InputControlPath/PathParser::rightIndexInPath int32_t ___rightIndexInPath_3; // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent UnityEngine.InputSystem.InputControlPath/PathParser::current ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 ___current_4; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD, ___path_0)); } inline String_t* get_path_0() const { return ___path_0; } inline String_t** get_address_of_path_0() { return &___path_0; } inline void set_path_0(String_t* value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_leftIndexInPath_2() { return static_cast(offsetof(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD, ___leftIndexInPath_2)); } inline int32_t get_leftIndexInPath_2() const { return ___leftIndexInPath_2; } inline int32_t* get_address_of_leftIndexInPath_2() { return &___leftIndexInPath_2; } inline void set_leftIndexInPath_2(int32_t value) { ___leftIndexInPath_2 = value; } inline static int32_t get_offset_of_rightIndexInPath_3() { return static_cast(offsetof(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD, ___rightIndexInPath_3)); } inline int32_t get_rightIndexInPath_3() const { return ___rightIndexInPath_3; } inline int32_t* get_address_of_rightIndexInPath_3() { return &___rightIndexInPath_3; } inline void set_rightIndexInPath_3(int32_t value) { ___rightIndexInPath_3 = value; } inline static int32_t get_offset_of_current_4() { return static_cast(offsetof(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD, ___current_4)); } inline ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 get_current_4() const { return ___current_4; } inline ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * get_address_of_current_4() { return &___current_4; } inline void set_current_4(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 value) { ___current_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_4))->___m_Layout_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_4))->___m_Usages_1))->___firstValue_1))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_4))->___m_Usages_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_4))->___m_Name_2))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_4))->___m_DisplayName_3))->___m_String_0), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlPath/PathParser struct PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD_marshaled_pinvoke { char* ___path_0; int32_t ___length_1; int32_t ___leftIndexInPath_2; int32_t ___rightIndexInPath_3; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838_marshaled_pinvoke ___current_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlPath/PathParser struct PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD_marshaled_com { Il2CppChar* ___path_0; int32_t ___length_1; int32_t ___leftIndexInPath_2; int32_t ___rightIndexInPath_3; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838_marshaled_com ___current_4; }; // System.Func`2 struct Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF : public MulticastDelegate_t { public: public: }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3, ___m_ProcessorStack_21)); } inline InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163, ___m_ProcessorStack_21)); } inline InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80, ___value_1)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_value_1() const { return ___value_1; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3, ___value_1)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_value_1() const { return ___value_1; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // System.Nullable`1 struct Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE { public: // T System.Nullable`1::value ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE, ___value_0)); } inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 get_value_0() const { return ___value_0; } inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___objectRegistrationName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___parameter_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Name_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 { public: // T System.Nullable`1::value ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4, ___value_0)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_value_0() const { return ___value_0; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_0))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.InputSystem.LowLevel.ActionEvent struct ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.ActionEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_0; }; #pragma pack(pop, tp) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlIndex_1_OffsetPadding[20]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_ControlIndex uint16_t ___m_ControlIndex_1; }; #pragma pack(pop, tp) struct { char ___m_ControlIndex_1_OffsetPadding_forAlignmentOnly[20]; uint16_t ___m_ControlIndex_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BindingIndex_2_OffsetPadding[22]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_BindingIndex uint16_t ___m_BindingIndex_2; }; #pragma pack(pop, tp) struct { char ___m_BindingIndex_2_OffsetPadding_forAlignmentOnly[22]; uint16_t ___m_BindingIndex_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionIndex_3_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_InteractionIndex uint16_t ___m_InteractionIndex_3; }; #pragma pack(pop, tp) struct { char ___m_InteractionIndex_3_OffsetPadding_forAlignmentOnly[24]; uint16_t ___m_InteractionIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StateIndex_4_OffsetPadding[26]; // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_StateIndex uint8_t ___m_StateIndex_4; }; #pragma pack(pop, tp) struct { char ___m_StateIndex_4_OffsetPadding_forAlignmentOnly[26]; uint8_t ___m_StateIndex_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Phase_5_OffsetPadding[27]; // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_Phase uint8_t ___m_Phase_5; }; #pragma pack(pop, tp) struct { char ___m_Phase_5_OffsetPadding_forAlignmentOnly[27]; uint8_t ___m_Phase_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_6_OffsetPadding[28]; // System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::m_StartTime double ___m_StartTime_6; }; #pragma pack(pop, tp) struct { char ___m_StartTime_6_OffsetPadding_forAlignmentOnly[28]; double ___m_StartTime_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ValueData_7_OffsetPadding[36]; // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.ActionEvent::m_ValueData U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA ___m_ValueData_7; }; #pragma pack(pop, tp) struct { char ___m_ValueData_7_OffsetPadding_forAlignmentOnly[36]; U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA ___m_ValueData_7_forAlignmentOnly; }; }; }; uint8_t ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48__padding[37]; }; public: inline static int32_t get_offset_of_baseEvent_0() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___baseEvent_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_0() const { return ___baseEvent_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_0() { return &___baseEvent_0; } inline void set_baseEvent_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_0 = value; } inline static int32_t get_offset_of_m_ControlIndex_1() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_ControlIndex_1)); } inline uint16_t get_m_ControlIndex_1() const { return ___m_ControlIndex_1; } inline uint16_t* get_address_of_m_ControlIndex_1() { return &___m_ControlIndex_1; } inline void set_m_ControlIndex_1(uint16_t value) { ___m_ControlIndex_1 = value; } inline static int32_t get_offset_of_m_BindingIndex_2() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_BindingIndex_2)); } inline uint16_t get_m_BindingIndex_2() const { return ___m_BindingIndex_2; } inline uint16_t* get_address_of_m_BindingIndex_2() { return &___m_BindingIndex_2; } inline void set_m_BindingIndex_2(uint16_t value) { ___m_BindingIndex_2 = value; } inline static int32_t get_offset_of_m_InteractionIndex_3() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_InteractionIndex_3)); } inline uint16_t get_m_InteractionIndex_3() const { return ___m_InteractionIndex_3; } inline uint16_t* get_address_of_m_InteractionIndex_3() { return &___m_InteractionIndex_3; } inline void set_m_InteractionIndex_3(uint16_t value) { ___m_InteractionIndex_3 = value; } inline static int32_t get_offset_of_m_StateIndex_4() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_StateIndex_4)); } inline uint8_t get_m_StateIndex_4() const { return ___m_StateIndex_4; } inline uint8_t* get_address_of_m_StateIndex_4() { return &___m_StateIndex_4; } inline void set_m_StateIndex_4(uint8_t value) { ___m_StateIndex_4 = value; } inline static int32_t get_offset_of_m_Phase_5() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_Phase_5)); } inline uint8_t get_m_Phase_5() const { return ___m_Phase_5; } inline uint8_t* get_address_of_m_Phase_5() { return &___m_Phase_5; } inline void set_m_Phase_5(uint8_t value) { ___m_Phase_5 = value; } inline static int32_t get_offset_of_m_StartTime_6() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_StartTime_6)); } inline double get_m_StartTime_6() const { return ___m_StartTime_6; } inline double* get_address_of_m_StartTime_6() { return &___m_StartTime_6; } inline void set_m_StartTime_6(double value) { ___m_StartTime_6 = value; } inline static int32_t get_offset_of_m_ValueData_7() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_ValueData_7)); } inline U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA get_m_ValueData_7() const { return ___m_ValueData_7; } inline U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA * get_address_of_m_ValueData_7() { return &___m_ValueData_7; } inline void set_m_ValueData_7(U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA value) { ___m_ValueData_7 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent struct DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeltaStateEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_2_OffsetPadding[20]; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_2_OffsetPadding_forAlignmentOnly[20]; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateOffset_3_OffsetPadding[24]; // System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateOffset uint32_t ___stateOffset_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateOffset_3_OffsetPadding_forAlignmentOnly[24]; uint32_t ___stateOffset_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding[28]; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateData U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 ___stateData_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding_forAlignmentOnly[28]; U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 ___stateData_4_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4__padding[29]; }; public: inline static int32_t get_offset_of_baseEvent_1() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___baseEvent_1)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_1() const { return ___baseEvent_1; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_1() { return &___baseEvent_1; } inline void set_baseEvent_1(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_1 = value; } inline static int32_t get_offset_of_stateFormat_2() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___stateFormat_2)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_stateFormat_2() const { return ___stateFormat_2; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_stateFormat_2() { return &___stateFormat_2; } inline void set_stateFormat_2(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___stateFormat_2 = value; } inline static int32_t get_offset_of_stateOffset_3() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___stateOffset_3)); } inline uint32_t get_stateOffset_3() const { return ___stateOffset_3; } inline uint32_t* get_address_of_stateOffset_3() { return &___stateOffset_3; } inline void set_stateOffset_3(uint32_t value) { ___stateOffset_3 = value; } inline static int32_t get_offset_of_stateData_4() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___stateData_4)); } inline U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 get_stateData_4() const { return ___stateData_4; } inline U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 * get_address_of_stateData_4() { return &___stateData_4; } inline void set_stateData_4(U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 value) { ___stateData_4 = value; } }; // UnityEngine.InputSystem.InputAction struct InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B : public RuntimeObject { public: // System.String UnityEngine.InputSystem.InputAction::m_Name String_t* ___m_Name_0; // UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::m_Type int32_t ___m_Type_1; // System.String UnityEngine.InputSystem.InputAction::m_ExpectedControlType String_t* ___m_ExpectedControlType_2; // System.String UnityEngine.InputSystem.InputAction::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputAction::m_Processors String_t* ___m_Processors_4; // System.String UnityEngine.InputSystem.InputAction::m_Interactions String_t* ___m_Interactions_5; // UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputAction::m_SingletonActionBindings InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_SingletonActionBindings_6; // UnityEngine.InputSystem.InputAction/ActionFlags UnityEngine.InputSystem.InputAction::m_Flags int32_t ___m_Flags_7; // System.Nullable`1 UnityEngine.InputSystem.InputAction::m_BindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___m_BindingMask_8; // System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsStartIndex int32_t ___m_BindingsStartIndex_9; // System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsCount int32_t ___m_BindingsCount_10; // System.Int32 UnityEngine.InputSystem.InputAction::m_ControlStartIndex int32_t ___m_ControlStartIndex_11; // System.Int32 UnityEngine.InputSystem.InputAction::m_ControlCount int32_t ___m_ControlCount_12; // System.Int32 UnityEngine.InputSystem.InputAction::m_ActionIndexInState int32_t ___m_ActionIndexInState_13; // UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::m_ActionMap InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___m_ActionMap_14; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputAction::m_OnStarted CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_OnStarted_15; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputAction::m_OnCanceled CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_OnCanceled_16; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputAction::m_OnPerformed CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_OnPerformed_17; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Type_1)); } inline int32_t get_m_Type_1() const { return ___m_Type_1; } inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; } inline void set_m_Type_1(int32_t value) { ___m_Type_1 = value; } inline static int32_t get_offset_of_m_ExpectedControlType_2() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ExpectedControlType_2)); } inline String_t* get_m_ExpectedControlType_2() const { return ___m_ExpectedControlType_2; } inline String_t** get_address_of_m_ExpectedControlType_2() { return &___m_ExpectedControlType_2; } inline void set_m_ExpectedControlType_2(String_t* value) { ___m_ExpectedControlType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExpectedControlType_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Processors_4() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Processors_4)); } inline String_t* get_m_Processors_4() const { return ___m_Processors_4; } inline String_t** get_address_of_m_Processors_4() { return &___m_Processors_4; } inline void set_m_Processors_4(String_t* value) { ___m_Processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_SingletonActionBindings_6() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_SingletonActionBindings_6)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_SingletonActionBindings_6() const { return ___m_SingletonActionBindings_6; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_SingletonActionBindings_6() { return &___m_SingletonActionBindings_6; } inline void set_m_SingletonActionBindings_6(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_SingletonActionBindings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SingletonActionBindings_6), (void*)value); } inline static int32_t get_offset_of_m_Flags_7() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Flags_7)); } inline int32_t get_m_Flags_7() const { return ___m_Flags_7; } inline int32_t* get_address_of_m_Flags_7() { return &___m_Flags_7; } inline void set_m_Flags_7(int32_t value) { ___m_Flags_7 = value; } inline static int32_t get_offset_of_m_BindingMask_8() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_BindingMask_8)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_m_BindingMask_8() const { return ___m_BindingMask_8; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_m_BindingMask_8() { return &___m_BindingMask_8; } inline void set_m_BindingMask_8(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___m_BindingMask_8 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_BindingsStartIndex_9() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_BindingsStartIndex_9)); } inline int32_t get_m_BindingsStartIndex_9() const { return ___m_BindingsStartIndex_9; } inline int32_t* get_address_of_m_BindingsStartIndex_9() { return &___m_BindingsStartIndex_9; } inline void set_m_BindingsStartIndex_9(int32_t value) { ___m_BindingsStartIndex_9 = value; } inline static int32_t get_offset_of_m_BindingsCount_10() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_BindingsCount_10)); } inline int32_t get_m_BindingsCount_10() const { return ___m_BindingsCount_10; } inline int32_t* get_address_of_m_BindingsCount_10() { return &___m_BindingsCount_10; } inline void set_m_BindingsCount_10(int32_t value) { ___m_BindingsCount_10 = value; } inline static int32_t get_offset_of_m_ControlStartIndex_11() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ControlStartIndex_11)); } inline int32_t get_m_ControlStartIndex_11() const { return ___m_ControlStartIndex_11; } inline int32_t* get_address_of_m_ControlStartIndex_11() { return &___m_ControlStartIndex_11; } inline void set_m_ControlStartIndex_11(int32_t value) { ___m_ControlStartIndex_11 = value; } inline static int32_t get_offset_of_m_ControlCount_12() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ControlCount_12)); } inline int32_t get_m_ControlCount_12() const { return ___m_ControlCount_12; } inline int32_t* get_address_of_m_ControlCount_12() { return &___m_ControlCount_12; } inline void set_m_ControlCount_12(int32_t value) { ___m_ControlCount_12 = value; } inline static int32_t get_offset_of_m_ActionIndexInState_13() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ActionIndexInState_13)); } inline int32_t get_m_ActionIndexInState_13() const { return ___m_ActionIndexInState_13; } inline int32_t* get_address_of_m_ActionIndexInState_13() { return &___m_ActionIndexInState_13; } inline void set_m_ActionIndexInState_13(int32_t value) { ___m_ActionIndexInState_13 = value; } inline static int32_t get_offset_of_m_ActionMap_14() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ActionMap_14)); } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * get_m_ActionMap_14() const { return ___m_ActionMap_14; } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 ** get_address_of_m_ActionMap_14() { return &___m_ActionMap_14; } inline void set_m_ActionMap_14(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * value) { ___m_ActionMap_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionMap_14), (void*)value); } inline static int32_t get_offset_of_m_OnStarted_15() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_OnStarted_15)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_OnStarted_15() const { return ___m_OnStarted_15; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_OnStarted_15() { return &___m_OnStarted_15; } inline void set_m_OnStarted_15(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_OnStarted_15 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_OnCanceled_16() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_OnCanceled_16)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_OnCanceled_16() const { return ___m_OnCanceled_16; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_OnCanceled_16() { return &___m_OnCanceled_16; } inline void set_m_OnCanceled_16(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_OnCanceled_16 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_OnPerformed_17() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_OnPerformed_17)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_OnPerformed_17() const { return ___m_OnPerformed_17; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_OnPerformed_17() { return &___m_OnPerformed_17; } inline void set_m_OnPerformed_17(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_OnPerformed_17 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputActionAsset struct InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionAsset::m_ActionMaps InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___m_ActionMaps_5; // UnityEngine.InputSystem.InputControlScheme[] UnityEngine.InputSystem.InputActionAsset::m_ControlSchemes InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* ___m_ControlSchemes_6; // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionAsset::m_SharedStateForAllMaps InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_SharedStateForAllMaps_7; // System.Nullable`1 UnityEngine.InputSystem.InputActionAsset::m_BindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___m_BindingMask_8; // System.Int32 UnityEngine.InputSystem.InputActionAsset::m_ParameterOverridesCount int32_t ___m_ParameterOverridesCount_9; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] UnityEngine.InputSystem.InputActionAsset::m_ParameterOverrides ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* ___m_ParameterOverrides_10; // UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionAsset::m_Devices DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A ___m_Devices_11; public: inline static int32_t get_offset_of_m_ActionMaps_5() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_ActionMaps_5)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_m_ActionMaps_5() const { return ___m_ActionMaps_5; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_m_ActionMaps_5() { return &___m_ActionMaps_5; } inline void set_m_ActionMaps_5(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___m_ActionMaps_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionMaps_5), (void*)value); } inline static int32_t get_offset_of_m_ControlSchemes_6() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_ControlSchemes_6)); } inline InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* get_m_ControlSchemes_6() const { return ___m_ControlSchemes_6; } inline InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** get_address_of_m_ControlSchemes_6() { return &___m_ControlSchemes_6; } inline void set_m_ControlSchemes_6(InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* value) { ___m_ControlSchemes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlSchemes_6), (void*)value); } inline static int32_t get_offset_of_m_SharedStateForAllMaps_7() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_SharedStateForAllMaps_7)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_SharedStateForAllMaps_7() const { return ___m_SharedStateForAllMaps_7; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_SharedStateForAllMaps_7() { return &___m_SharedStateForAllMaps_7; } inline void set_m_SharedStateForAllMaps_7(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_SharedStateForAllMaps_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SharedStateForAllMaps_7), (void*)value); } inline static int32_t get_offset_of_m_BindingMask_8() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_BindingMask_8)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_m_BindingMask_8() const { return ___m_BindingMask_8; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_m_BindingMask_8() { return &___m_BindingMask_8; } inline void set_m_BindingMask_8(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___m_BindingMask_8 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_ParameterOverridesCount_9() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_ParameterOverridesCount_9)); } inline int32_t get_m_ParameterOverridesCount_9() const { return ___m_ParameterOverridesCount_9; } inline int32_t* get_address_of_m_ParameterOverridesCount_9() { return &___m_ParameterOverridesCount_9; } inline void set_m_ParameterOverridesCount_9(int32_t value) { ___m_ParameterOverridesCount_9 = value; } inline static int32_t get_offset_of_m_ParameterOverrides_10() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_ParameterOverrides_10)); } inline ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* get_m_ParameterOverrides_10() const { return ___m_ParameterOverrides_10; } inline ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** get_address_of_m_ParameterOverrides_10() { return &___m_ParameterOverrides_10; } inline void set_m_ParameterOverrides_10(ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* value) { ___m_ParameterOverrides_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParameterOverrides_10), (void*)value); } inline static int32_t get_offset_of_m_Devices_11() { return static_cast(offsetof(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18, ___m_Devices_11)); } inline DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A get_m_Devices_11() const { return ___m_Devices_11; } inline DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A * get_address_of_m_Devices_11() { return &___m_Devices_11; } inline void set_m_Devices_11(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A value) { ___m_Devices_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Devices_11))->___m_DeviceArray_2), (void*)NULL); } }; // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 : public RuntimeObject { public: // System.String UnityEngine.InputSystem.InputActionMap::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputActionMap::m_Id String_t* ___m_Id_1; // UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::m_Asset InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * ___m_Asset_2; // UnityEngine.InputSystem.InputAction[] UnityEngine.InputSystem.InputActionMap::m_Actions InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* ___m_Actions_3; // UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_Bindings InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_Bindings_4; // UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_BindingsForEachAction InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_BindingsForEachAction_5; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionMap::m_ControlsForEachAction InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_ControlsForEachAction_6; // System.Int32 UnityEngine.InputSystem.InputActionMap::m_EnabledActionsCount int32_t ___m_EnabledActionsCount_7; // UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::m_SingletonAction InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___m_SingletonAction_8; // System.Int32 UnityEngine.InputSystem.InputActionMap::m_MapIndexInState int32_t ___m_MapIndexInState_9; // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionMap::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_10; // System.Nullable`1 UnityEngine.InputSystem.InputActionMap::m_BindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___m_BindingMask_11; // UnityEngine.InputSystem.InputActionMap/Flags UnityEngine.InputSystem.InputActionMap::m_Flags int32_t ___m_Flags_12; // System.Int32 UnityEngine.InputSystem.InputActionMap::m_ParameterOverridesCount int32_t ___m_ParameterOverridesCount_13; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] UnityEngine.InputSystem.InputActionMap::m_ParameterOverrides ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* ___m_ParameterOverrides_14; // UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionMap::m_Devices DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A ___m_Devices_15; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputActionMap::m_ActionCallbacks CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_ActionCallbacks_16; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.InputActionMap::m_ActionIndexByNameOrId Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_ActionIndexByNameOrId_17; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Id_1)); } inline String_t* get_m_Id_1() const { return ___m_Id_1; } inline String_t** get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(String_t* value) { ___m_Id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_1), (void*)value); } inline static int32_t get_offset_of_m_Asset_2() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Asset_2)); } inline InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * get_m_Asset_2() const { return ___m_Asset_2; } inline InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 ** get_address_of_m_Asset_2() { return &___m_Asset_2; } inline void set_m_Asset_2(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * value) { ___m_Asset_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Asset_2), (void*)value); } inline static int32_t get_offset_of_m_Actions_3() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Actions_3)); } inline InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* get_m_Actions_3() const { return ___m_Actions_3; } inline InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7** get_address_of_m_Actions_3() { return &___m_Actions_3; } inline void set_m_Actions_3(InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* value) { ___m_Actions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Actions_3), (void*)value); } inline static int32_t get_offset_of_m_Bindings_4() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Bindings_4)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_Bindings_4() const { return ___m_Bindings_4; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_Bindings_4() { return &___m_Bindings_4; } inline void set_m_Bindings_4(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_Bindings_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Bindings_4), (void*)value); } inline static int32_t get_offset_of_m_BindingsForEachAction_5() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_BindingsForEachAction_5)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_BindingsForEachAction_5() const { return ___m_BindingsForEachAction_5; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_BindingsForEachAction_5() { return &___m_BindingsForEachAction_5; } inline void set_m_BindingsForEachAction_5(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_BindingsForEachAction_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingsForEachAction_5), (void*)value); } inline static int32_t get_offset_of_m_ControlsForEachAction_6() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ControlsForEachAction_6)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_ControlsForEachAction_6() const { return ___m_ControlsForEachAction_6; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_ControlsForEachAction_6() { return &___m_ControlsForEachAction_6; } inline void set_m_ControlsForEachAction_6(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_ControlsForEachAction_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlsForEachAction_6), (void*)value); } inline static int32_t get_offset_of_m_EnabledActionsCount_7() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_EnabledActionsCount_7)); } inline int32_t get_m_EnabledActionsCount_7() const { return ___m_EnabledActionsCount_7; } inline int32_t* get_address_of_m_EnabledActionsCount_7() { return &___m_EnabledActionsCount_7; } inline void set_m_EnabledActionsCount_7(int32_t value) { ___m_EnabledActionsCount_7 = value; } inline static int32_t get_offset_of_m_SingletonAction_8() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_SingletonAction_8)); } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * get_m_SingletonAction_8() const { return ___m_SingletonAction_8; } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B ** get_address_of_m_SingletonAction_8() { return &___m_SingletonAction_8; } inline void set_m_SingletonAction_8(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * value) { ___m_SingletonAction_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SingletonAction_8), (void*)value); } inline static int32_t get_offset_of_m_MapIndexInState_9() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_MapIndexInState_9)); } inline int32_t get_m_MapIndexInState_9() const { return ___m_MapIndexInState_9; } inline int32_t* get_address_of_m_MapIndexInState_9() { return &___m_MapIndexInState_9; } inline void set_m_MapIndexInState_9(int32_t value) { ___m_MapIndexInState_9 = value; } inline static int32_t get_offset_of_m_State_10() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_State_10)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_10() const { return ___m_State_10; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_10() { return &___m_State_10; } inline void set_m_State_10(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_10), (void*)value); } inline static int32_t get_offset_of_m_BindingMask_11() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_BindingMask_11)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_m_BindingMask_11() const { return ___m_BindingMask_11; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_m_BindingMask_11() { return &___m_BindingMask_11; } inline void set_m_BindingMask_11(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___m_BindingMask_11 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Flags_12() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Flags_12)); } inline int32_t get_m_Flags_12() const { return ___m_Flags_12; } inline int32_t* get_address_of_m_Flags_12() { return &___m_Flags_12; } inline void set_m_Flags_12(int32_t value) { ___m_Flags_12 = value; } inline static int32_t get_offset_of_m_ParameterOverridesCount_13() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ParameterOverridesCount_13)); } inline int32_t get_m_ParameterOverridesCount_13() const { return ___m_ParameterOverridesCount_13; } inline int32_t* get_address_of_m_ParameterOverridesCount_13() { return &___m_ParameterOverridesCount_13; } inline void set_m_ParameterOverridesCount_13(int32_t value) { ___m_ParameterOverridesCount_13 = value; } inline static int32_t get_offset_of_m_ParameterOverrides_14() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ParameterOverrides_14)); } inline ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* get_m_ParameterOverrides_14() const { return ___m_ParameterOverrides_14; } inline ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** get_address_of_m_ParameterOverrides_14() { return &___m_ParameterOverrides_14; } inline void set_m_ParameterOverrides_14(ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* value) { ___m_ParameterOverrides_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParameterOverrides_14), (void*)value); } inline static int32_t get_offset_of_m_Devices_15() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Devices_15)); } inline DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A get_m_Devices_15() const { return ___m_Devices_15; } inline DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A * get_address_of_m_Devices_15() { return &___m_Devices_15; } inline void set_m_Devices_15(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A value) { ___m_Devices_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Devices_15))->___m_DeviceArray_2), (void*)NULL); } inline static int32_t get_offset_of_m_ActionCallbacks_16() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ActionCallbacks_16)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_ActionCallbacks_16() const { return ___m_ActionCallbacks_16; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_ActionCallbacks_16() { return &___m_ActionCallbacks_16; } inline void set_m_ActionCallbacks_16(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_ActionCallbacks_16 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_ActionIndexByNameOrId_17() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ActionIndexByNameOrId_17)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_ActionIndexByNameOrId_17() const { return ___m_ActionIndexByNameOrId_17; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_ActionIndexByNameOrId_17() { return &___m_ActionIndexByNameOrId_17; } inline void set_m_ActionIndexByNameOrId_17(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_ActionIndexByNameOrId_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionIndexByNameOrId_17), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InputActionTrace struct InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A : public RuntimeObject { public: // System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedToAll bool ___m_SubscribedToAll_0; // System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace::m_OnActionChangeHooked bool ___m_OnActionChangeHooked_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedActions InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 ___m_SubscribedActions_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedActionMaps InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 ___m_SubscribedActionMaps_3; // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.Utilities.InputActionTrace::m_EventBuffer InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA ___m_EventBuffer_4; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionMapStates InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA ___m_ActionMapStates_5; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionMapStateClones InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA ___m_ActionMapStateClones_6; // System.Action`1 UnityEngine.InputSystem.Utilities.InputActionTrace::m_CallbackDelegate Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___m_CallbackDelegate_7; // System.Action`2 UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionChangeDelegate Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___m_ActionChangeDelegate_8; public: inline static int32_t get_offset_of_m_SubscribedToAll_0() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_SubscribedToAll_0)); } inline bool get_m_SubscribedToAll_0() const { return ___m_SubscribedToAll_0; } inline bool* get_address_of_m_SubscribedToAll_0() { return &___m_SubscribedToAll_0; } inline void set_m_SubscribedToAll_0(bool value) { ___m_SubscribedToAll_0 = value; } inline static int32_t get_offset_of_m_OnActionChangeHooked_1() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_OnActionChangeHooked_1)); } inline bool get_m_OnActionChangeHooked_1() const { return ___m_OnActionChangeHooked_1; } inline bool* get_address_of_m_OnActionChangeHooked_1() { return &___m_OnActionChangeHooked_1; } inline void set_m_OnActionChangeHooked_1(bool value) { ___m_OnActionChangeHooked_1 = value; } inline static int32_t get_offset_of_m_SubscribedActions_2() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_SubscribedActions_2)); } inline InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 get_m_SubscribedActions_2() const { return ___m_SubscribedActions_2; } inline InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * get_address_of_m_SubscribedActions_2() { return &___m_SubscribedActions_2; } inline void set_m_SubscribedActions_2(InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 value) { ___m_SubscribedActions_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SubscribedActions_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SubscribedActions_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_SubscribedActionMaps_3() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_SubscribedActionMaps_3)); } inline InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 get_m_SubscribedActionMaps_3() const { return ___m_SubscribedActionMaps_3; } inline InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * get_address_of_m_SubscribedActionMaps_3() { return &___m_SubscribedActionMaps_3; } inline void set_m_SubscribedActionMaps_3(InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 value) { ___m_SubscribedActionMaps_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SubscribedActionMaps_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SubscribedActionMaps_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_EventBuffer_4() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_EventBuffer_4)); } inline InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA get_m_EventBuffer_4() const { return ___m_EventBuffer_4; } inline InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * get_address_of_m_EventBuffer_4() { return &___m_EventBuffer_4; } inline void set_m_EventBuffer_4(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA value) { ___m_EventBuffer_4 = value; } inline static int32_t get_offset_of_m_ActionMapStates_5() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_ActionMapStates_5)); } inline InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA get_m_ActionMapStates_5() const { return ___m_ActionMapStates_5; } inline InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * get_address_of_m_ActionMapStates_5() { return &___m_ActionMapStates_5; } inline void set_m_ActionMapStates_5(InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA value) { ___m_ActionMapStates_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ActionMapStates_5))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ActionMapStates_5))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_ActionMapStateClones_6() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_ActionMapStateClones_6)); } inline InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA get_m_ActionMapStateClones_6() const { return ___m_ActionMapStateClones_6; } inline InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * get_address_of_m_ActionMapStateClones_6() { return &___m_ActionMapStateClones_6; } inline void set_m_ActionMapStateClones_6(InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA value) { ___m_ActionMapStateClones_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ActionMapStateClones_6))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ActionMapStateClones_6))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbackDelegate_7() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_CallbackDelegate_7)); } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * get_m_CallbackDelegate_7() const { return ___m_CallbackDelegate_7; } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 ** get_address_of_m_CallbackDelegate_7() { return &___m_CallbackDelegate_7; } inline void set_m_CallbackDelegate_7(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * value) { ___m_CallbackDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CallbackDelegate_7), (void*)value); } inline static int32_t get_offset_of_m_ActionChangeDelegate_8() { return static_cast(offsetof(InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A, ___m_ActionChangeDelegate_8)); } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * get_m_ActionChangeDelegate_8() const { return ___m_ActionChangeDelegate_8; } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 ** get_address_of_m_ActionChangeDelegate_8() { return &___m_ActionChangeDelegate_8; } inline void set_m_ActionChangeDelegate_8(Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * value) { ___m_ActionChangeDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionChangeDelegate_8), (void*)value); } }; // UnityEngine.InputSystem.InputBindingResolver struct InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 { public: // System.Int32 UnityEngine.InputSystem.InputBindingResolver::totalProcessorCount int32_t ___totalProcessorCount_0; // System.Int32 UnityEngine.InputSystem.InputBindingResolver::totalCompositeCount int32_t ___totalCompositeCount_1; // System.Int32 UnityEngine.InputSystem.InputBindingResolver::totalInteractionCount int32_t ___totalInteractionCount_2; // UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputBindingResolver::maps InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_3; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputBindingResolver::controls InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_4; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputBindingResolver::memory UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 ___memory_5; // UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputBindingResolver::interactions IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_6; // UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputBindingResolver::processors InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_7; // UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputBindingResolver::composites InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_8; // System.Nullable`1 UnityEngine.InputSystem.InputBindingResolver::bindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___bindingMask_9; // System.Boolean UnityEngine.InputSystem.InputBindingResolver::m_IsControlOnlyResolve bool ___m_IsControlOnlyResolve_10; // System.Collections.Generic.List`1 UnityEngine.InputSystem.InputBindingResolver::m_Parameters List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___m_Parameters_11; public: inline static int32_t get_offset_of_totalProcessorCount_0() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___totalProcessorCount_0)); } inline int32_t get_totalProcessorCount_0() const { return ___totalProcessorCount_0; } inline int32_t* get_address_of_totalProcessorCount_0() { return &___totalProcessorCount_0; } inline void set_totalProcessorCount_0(int32_t value) { ___totalProcessorCount_0 = value; } inline static int32_t get_offset_of_totalCompositeCount_1() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___totalCompositeCount_1)); } inline int32_t get_totalCompositeCount_1() const { return ___totalCompositeCount_1; } inline int32_t* get_address_of_totalCompositeCount_1() { return &___totalCompositeCount_1; } inline void set_totalCompositeCount_1(int32_t value) { ___totalCompositeCount_1 = value; } inline static int32_t get_offset_of_totalInteractionCount_2() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___totalInteractionCount_2)); } inline int32_t get_totalInteractionCount_2() const { return ___totalInteractionCount_2; } inline int32_t* get_address_of_totalInteractionCount_2() { return &___totalInteractionCount_2; } inline void set_totalInteractionCount_2(int32_t value) { ___totalInteractionCount_2 = value; } inline static int32_t get_offset_of_maps_3() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___maps_3)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_maps_3() const { return ___maps_3; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_maps_3() { return &___maps_3; } inline void set_maps_3(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___maps_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maps_3), (void*)value); } inline static int32_t get_offset_of_controls_4() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___controls_4)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_controls_4() const { return ___controls_4; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_controls_4() { return &___controls_4; } inline void set_controls_4(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___controls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_4), (void*)value); } inline static int32_t get_offset_of_memory_5() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___memory_5)); } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 get_memory_5() const { return ___memory_5; } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * get_address_of_memory_5() { return &___memory_5; } inline void set_memory_5(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 value) { ___memory_5 = value; } inline static int32_t get_offset_of_interactions_6() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___interactions_6)); } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* get_interactions_6() const { return ___interactions_6; } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** get_address_of_interactions_6() { return &___interactions_6; } inline void set_interactions_6(IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* value) { ___interactions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_6), (void*)value); } inline static int32_t get_offset_of_processors_7() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___processors_7)); } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* get_processors_7() const { return ___processors_7; } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** get_address_of_processors_7() { return &___processors_7; } inline void set_processors_7(InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* value) { ___processors_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_7), (void*)value); } inline static int32_t get_offset_of_composites_8() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___composites_8)); } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* get_composites_8() const { return ___composites_8; } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083** get_address_of_composites_8() { return &___composites_8; } inline void set_composites_8(InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* value) { ___composites_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___composites_8), (void*)value); } inline static int32_t get_offset_of_bindingMask_9() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___bindingMask_9)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_bindingMask_9() const { return ___bindingMask_9; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_bindingMask_9() { return &___bindingMask_9; } inline void set_bindingMask_9(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___bindingMask_9 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_IsControlOnlyResolve_10() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___m_IsControlOnlyResolve_10)); } inline bool get_m_IsControlOnlyResolve_10() const { return ___m_IsControlOnlyResolve_10; } inline bool* get_address_of_m_IsControlOnlyResolve_10() { return &___m_IsControlOnlyResolve_10; } inline void set_m_IsControlOnlyResolve_10(bool value) { ___m_IsControlOnlyResolve_10 = value; } inline static int32_t get_offset_of_m_Parameters_11() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___m_Parameters_11)); } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * get_m_Parameters_11() const { return ___m_Parameters_11; } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 ** get_address_of_m_Parameters_11() { return &___m_Parameters_11; } inline void set_m_Parameters_11(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * value) { ___m_Parameters_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Parameters_11), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingResolver struct InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_pinvoke { int32_t ___totalProcessorCount_0; int32_t ___totalCompositeCount_1; int32_t ___totalInteractionCount_2; InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_3; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_4; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke ___memory_5; IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_6; InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_7; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_8; Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___bindingMask_9; int32_t ___m_IsControlOnlyResolve_10; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___m_Parameters_11; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingResolver struct InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_com { int32_t ___totalProcessorCount_0; int32_t ___totalCompositeCount_1; int32_t ___totalInteractionCount_2; InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_3; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_4; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com ___memory_5; IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_6; InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_7; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_8; Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___bindingMask_9; int32_t ___m_IsControlOnlyResolve_10; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___m_Parameters_11; }; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.InputDevice/DeviceFlags UnityEngine.InputSystem.InputDevice::m_DeviceFlags int32_t ___m_DeviceFlags_24; // System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceId int32_t ___m_DeviceId_25; // System.Int32 UnityEngine.InputSystem.InputDevice::m_ParticipantId int32_t ___m_ParticipantId_26; // System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceIndex int32_t ___m_DeviceIndex_27; // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::m_Description InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___m_Description_28; // System.Double UnityEngine.InputSystem.InputDevice::m_LastUpdateTimeInternal double ___m_LastUpdateTimeInternal_29; // System.UInt32 UnityEngine.InputSystem.InputDevice::m_CurrentUpdateStepCount uint32_t ___m_CurrentUpdateStepCount_30; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_AliasesForEachControl InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_AliasesForEachControl_31; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_UsagesForEachControl_32; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_UsageToControl_33; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_ChildrenForEachControl_34; // System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_StateOffsetToControlMap_35; public: inline static int32_t get_offset_of_m_DeviceFlags_24() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_DeviceFlags_24)); } inline int32_t get_m_DeviceFlags_24() const { return ___m_DeviceFlags_24; } inline int32_t* get_address_of_m_DeviceFlags_24() { return &___m_DeviceFlags_24; } inline void set_m_DeviceFlags_24(int32_t value) { ___m_DeviceFlags_24 = value; } inline static int32_t get_offset_of_m_DeviceId_25() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_DeviceId_25)); } inline int32_t get_m_DeviceId_25() const { return ___m_DeviceId_25; } inline int32_t* get_address_of_m_DeviceId_25() { return &___m_DeviceId_25; } inline void set_m_DeviceId_25(int32_t value) { ___m_DeviceId_25 = value; } inline static int32_t get_offset_of_m_ParticipantId_26() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_ParticipantId_26)); } inline int32_t get_m_ParticipantId_26() const { return ___m_ParticipantId_26; } inline int32_t* get_address_of_m_ParticipantId_26() { return &___m_ParticipantId_26; } inline void set_m_ParticipantId_26(int32_t value) { ___m_ParticipantId_26 = value; } inline static int32_t get_offset_of_m_DeviceIndex_27() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_DeviceIndex_27)); } inline int32_t get_m_DeviceIndex_27() const { return ___m_DeviceIndex_27; } inline int32_t* get_address_of_m_DeviceIndex_27() { return &___m_DeviceIndex_27; } inline void set_m_DeviceIndex_27(int32_t value) { ___m_DeviceIndex_27 = value; } inline static int32_t get_offset_of_m_Description_28() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_Description_28)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_m_Description_28() const { return ___m_Description_28; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_m_Description_28() { return &___m_Description_28; } inline void set_m_Description_28(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___m_Description_28 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Capabilities_6), (void*)NULL); #endif } inline static int32_t get_offset_of_m_LastUpdateTimeInternal_29() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_LastUpdateTimeInternal_29)); } inline double get_m_LastUpdateTimeInternal_29() const { return ___m_LastUpdateTimeInternal_29; } inline double* get_address_of_m_LastUpdateTimeInternal_29() { return &___m_LastUpdateTimeInternal_29; } inline void set_m_LastUpdateTimeInternal_29(double value) { ___m_LastUpdateTimeInternal_29 = value; } inline static int32_t get_offset_of_m_CurrentUpdateStepCount_30() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_CurrentUpdateStepCount_30)); } inline uint32_t get_m_CurrentUpdateStepCount_30() const { return ___m_CurrentUpdateStepCount_30; } inline uint32_t* get_address_of_m_CurrentUpdateStepCount_30() { return &___m_CurrentUpdateStepCount_30; } inline void set_m_CurrentUpdateStepCount_30(uint32_t value) { ___m_CurrentUpdateStepCount_30 = value; } inline static int32_t get_offset_of_m_AliasesForEachControl_31() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_AliasesForEachControl_31)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_AliasesForEachControl_31() const { return ___m_AliasesForEachControl_31; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_AliasesForEachControl_31() { return &___m_AliasesForEachControl_31; } inline void set_m_AliasesForEachControl_31(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_AliasesForEachControl_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AliasesForEachControl_31), (void*)value); } inline static int32_t get_offset_of_m_UsagesForEachControl_32() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_UsagesForEachControl_32)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_UsagesForEachControl_32() const { return ___m_UsagesForEachControl_32; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_UsagesForEachControl_32() { return &___m_UsagesForEachControl_32; } inline void set_m_UsagesForEachControl_32(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_UsagesForEachControl_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UsagesForEachControl_32), (void*)value); } inline static int32_t get_offset_of_m_UsageToControl_33() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_UsageToControl_33)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_UsageToControl_33() const { return ___m_UsageToControl_33; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_UsageToControl_33() { return &___m_UsageToControl_33; } inline void set_m_UsageToControl_33(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_UsageToControl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UsageToControl_33), (void*)value); } inline static int32_t get_offset_of_m_ChildrenForEachControl_34() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_ChildrenForEachControl_34)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_ChildrenForEachControl_34() const { return ___m_ChildrenForEachControl_34; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_ChildrenForEachControl_34() { return &___m_ChildrenForEachControl_34; } inline void set_m_ChildrenForEachControl_34(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_ChildrenForEachControl_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChildrenForEachControl_34), (void*)value); } inline static int32_t get_offset_of_m_StateOffsetToControlMap_35() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_StateOffsetToControlMap_35)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_StateOffsetToControlMap_35() const { return ___m_StateOffsetToControlMap_35; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_StateOffsetToControlMap_35() { return &___m_StateOffsetToControlMap_35; } inline void set_m_StateOffsetToControlMap_35(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_StateOffsetToControlMap_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StateOffsetToControlMap_35), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.StateEvent struct StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.StateEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_3_OffsetPadding[20]; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::stateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_3_OffsetPadding_forAlignmentOnly[20]; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding[24]; // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.StateEvent::stateData U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 ___stateData_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding_forAlignmentOnly[24]; U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 ___stateData_4_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3__padding[25]; }; public: inline static int32_t get_offset_of_baseEvent_2() { return static_cast(offsetof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3, ___baseEvent_2)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_2() const { return ___baseEvent_2; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_2() { return &___baseEvent_2; } inline void set_baseEvent_2(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_2 = value; } inline static int32_t get_offset_of_stateFormat_3() { return static_cast(offsetof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3, ___stateFormat_3)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_stateFormat_3() const { return ___stateFormat_3; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_stateFormat_3() { return &___stateFormat_3; } inline void set_stateFormat_3(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___stateFormat_3 = value; } inline static int32_t get_offset_of_stateData_4() { return static_cast(offsetof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3, ___stateData_4)); } inline U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 get_stateData_4() const { return ___stateData_4; } inline U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 * get_address_of_stateData_4() { return &___stateData_4; } inline void set_stateData_4(U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 value) { ___stateData_4 = value; } }; // UnityEngine.InputSystem.InputControlPath/d__33 struct U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F : public RuntimeObject { public: // System.Int32 UnityEngine.InputSystem.InputControlPath/d__33::<>1__state int32_t ___U3CU3E1__state_0; // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent UnityEngine.InputSystem.InputControlPath/d__33::<>2__current ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 ___U3CU3E2__current_1; // System.Int32 UnityEngine.InputSystem.InputControlPath/d__33::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.String UnityEngine.InputSystem.InputControlPath/d__33::path String_t* ___path_3; // System.String UnityEngine.InputSystem.InputControlPath/d__33::<>3__path String_t* ___U3CU3E3__path_4; // UnityEngine.InputSystem.InputControlPath/PathParser UnityEngine.InputSystem.InputControlPath/d__33::5__2 PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD ___U3CparserU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F, ___U3CU3E2__current_1)); } inline ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E2__current_1))->___m_Layout_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3E2__current_1))->___m_Usages_1))->___firstValue_1))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E2__current_1))->___m_Usages_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E2__current_1))->___m_Name_2))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3E2__current_1))->___m_DisplayName_3))->___m_String_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_path_3() { return static_cast(offsetof(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F, ___path_3)); } inline String_t* get_path_3() const { return ___path_3; } inline String_t** get_address_of_path_3() { return &___path_3; } inline void set_path_3(String_t* value) { ___path_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__path_4() { return static_cast(offsetof(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F, ___U3CU3E3__path_4)); } inline String_t* get_U3CU3E3__path_4() const { return ___U3CU3E3__path_4; } inline String_t** get_address_of_U3CU3E3__path_4() { return &___U3CU3E3__path_4; } inline void set_U3CU3E3__path_4(String_t* value) { ___U3CU3E3__path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__path_4), (void*)value); } inline static int32_t get_offset_of_U3CparserU3E5__2_5() { return static_cast(offsetof(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F, ___U3CparserU3E5__2_5)); } inline PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD get_U3CparserU3E5__2_5() const { return ___U3CparserU3E5__2_5; } inline PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * get_address_of_U3CparserU3E5__2_5() { return &___U3CparserU3E5__2_5; } inline void set_U3CparserU3E5__2_5(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD value) { ___U3CparserU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparserU3E5__2_5))->___path_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CparserU3E5__2_5))->___current_4))->___m_Layout_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___U3CparserU3E5__2_5))->___current_4))->___m_Usages_1))->___firstValue_1))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CparserU3E5__2_5))->___current_4))->___m_Usages_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CparserU3E5__2_5))->___current_4))->___m_Name_2))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CparserU3E5__2_5))->___current_4))->___m_DisplayName_3))->___m_String_0), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A, ___dictionary_0)); } inline Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A, ___current_3)); } inline KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7, ___dictionary_0)); } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7, ___current_3)); } inline KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___value_1))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // UnityEngine.InputSystem.Controls.AxisControl struct AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680 : public InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 { public: // UnityEngine.InputSystem.Controls.AxisControl/Clamp UnityEngine.InputSystem.Controls.AxisControl::clamp int32_t ___clamp_22; // System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMin float ___clampMin_23; // System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMax float ___clampMax_24; // System.Single UnityEngine.InputSystem.Controls.AxisControl::clampConstant float ___clampConstant_25; // System.Boolean UnityEngine.InputSystem.Controls.AxisControl::invert bool ___invert_26; // System.Boolean UnityEngine.InputSystem.Controls.AxisControl::normalize bool ___normalize_27; // System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMin float ___normalizeMin_28; // System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMax float ___normalizeMax_29; // System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeZero float ___normalizeZero_30; // System.Boolean UnityEngine.InputSystem.Controls.AxisControl::scale bool ___scale_31; // System.Single UnityEngine.InputSystem.Controls.AxisControl::scaleFactor float ___scaleFactor_32; public: inline static int32_t get_offset_of_clamp_22() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clamp_22)); } inline int32_t get_clamp_22() const { return ___clamp_22; } inline int32_t* get_address_of_clamp_22() { return &___clamp_22; } inline void set_clamp_22(int32_t value) { ___clamp_22 = value; } inline static int32_t get_offset_of_clampMin_23() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clampMin_23)); } inline float get_clampMin_23() const { return ___clampMin_23; } inline float* get_address_of_clampMin_23() { return &___clampMin_23; } inline void set_clampMin_23(float value) { ___clampMin_23 = value; } inline static int32_t get_offset_of_clampMax_24() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clampMax_24)); } inline float get_clampMax_24() const { return ___clampMax_24; } inline float* get_address_of_clampMax_24() { return &___clampMax_24; } inline void set_clampMax_24(float value) { ___clampMax_24 = value; } inline static int32_t get_offset_of_clampConstant_25() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clampConstant_25)); } inline float get_clampConstant_25() const { return ___clampConstant_25; } inline float* get_address_of_clampConstant_25() { return &___clampConstant_25; } inline void set_clampConstant_25(float value) { ___clampConstant_25 = value; } inline static int32_t get_offset_of_invert_26() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___invert_26)); } inline bool get_invert_26() const { return ___invert_26; } inline bool* get_address_of_invert_26() { return &___invert_26; } inline void set_invert_26(bool value) { ___invert_26 = value; } inline static int32_t get_offset_of_normalize_27() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalize_27)); } inline bool get_normalize_27() const { return ___normalize_27; } inline bool* get_address_of_normalize_27() { return &___normalize_27; } inline void set_normalize_27(bool value) { ___normalize_27 = value; } inline static int32_t get_offset_of_normalizeMin_28() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalizeMin_28)); } inline float get_normalizeMin_28() const { return ___normalizeMin_28; } inline float* get_address_of_normalizeMin_28() { return &___normalizeMin_28; } inline void set_normalizeMin_28(float value) { ___normalizeMin_28 = value; } inline static int32_t get_offset_of_normalizeMax_29() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalizeMax_29)); } inline float get_normalizeMax_29() const { return ___normalizeMax_29; } inline float* get_address_of_normalizeMax_29() { return &___normalizeMax_29; } inline void set_normalizeMax_29(float value) { ___normalizeMax_29 = value; } inline static int32_t get_offset_of_normalizeZero_30() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalizeZero_30)); } inline float get_normalizeZero_30() const { return ___normalizeZero_30; } inline float* get_address_of_normalizeZero_30() { return &___normalizeZero_30; } inline void set_normalizeZero_30(float value) { ___normalizeZero_30 = value; } inline static int32_t get_offset_of_scale_31() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___scale_31)); } inline bool get_scale_31() const { return ___scale_31; } inline bool* get_address_of_scale_31() { return &___scale_31; } inline void set_scale_31(bool value) { ___scale_31 = value; } inline static int32_t get_offset_of_scaleFactor_32() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___scaleFactor_32)); } inline float get_scaleFactor_32() const { return ___scaleFactor_32; } inline float* get_address_of_scaleFactor_32() { return &___scaleFactor_32; } inline void set_scaleFactor_32(float value) { ___scaleFactor_32 = value; } }; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 : public AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680 { public: // System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint float ___pressPoint_33; public: inline static int32_t get_offset_of_pressPoint_33() { return static_cast(offsetof(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68, ___pressPoint_33)); } inline float get_pressPoint_33() const { return ___pressPoint_33; } inline float* get_address_of_pressPoint_33() { return &___pressPoint_33; } inline void set_pressPoint_33(float value) { ___pressPoint_33 = value; } }; // System.Object // System.Object // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_StaticFields, ____emptyArray_5)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__emptyArray_5() const { return ____emptyArray_5; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731_StaticFields, ____emptyArray_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__emptyArray_5() const { return ____emptyArray_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_StaticFields, ____emptyArray_5)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get__emptyArray_5() const { return ____emptyArray_5; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Attribute // System.Attribute // UnityEngine.InputSystem.Utilities.InputArrayExtensions // UnityEngine.InputSystem.Utilities.InputArrayExtensions // UnityEngine.InputSystem.InputControlExtensions // UnityEngine.InputSystem.InputControlExtensions // UnityEngine.InputSystem.InputControlPath // UnityEngine.InputSystem.InputControlPath // UnityEngine.InputSystem.LowLevel.InputRuntime struct InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields { public: // UnityEngine.InputSystem.LowLevel.IInputRuntime UnityEngine.InputSystem.LowLevel.InputRuntime::s_Instance RuntimeObject* ___s_Instance_0; // System.Double UnityEngine.InputSystem.LowLevel.InputRuntime::s_CurrentTimeOffsetToRealtimeSinceStartup double ___s_CurrentTimeOffsetToRealtimeSinceStartup_1; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields, ___s_Instance_0)); } inline RuntimeObject* get_s_Instance_0() const { return ___s_Instance_0; } inline RuntimeObject** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(RuntimeObject* value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } inline static int32_t get_offset_of_s_CurrentTimeOffsetToRealtimeSinceStartup_1() { return static_cast(offsetof(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields, ___s_CurrentTimeOffsetToRealtimeSinceStartup_1)); } inline double get_s_CurrentTimeOffsetToRealtimeSinceStartup_1() const { return ___s_CurrentTimeOffsetToRealtimeSinceStartup_1; } inline double* get_address_of_s_CurrentTimeOffsetToRealtimeSinceStartup_1() { return &___s_CurrentTimeOffsetToRealtimeSinceStartup_1; } inline void set_s_CurrentTimeOffsetToRealtimeSinceStartup_1(double value) { ___s_CurrentTimeOffsetToRealtimeSinceStartup_1 = value; } }; // UnityEngine.InputSystem.LowLevel.InputRuntime // System.Reflection.MemberInfo // System.Reflection.MemberInfo // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.ValueType // System.ValueType // UnityEngine.InputSystem.InputBinding/<>c struct U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_StaticFields { public: // UnityEngine.InputSystem.InputBinding/<>c UnityEngine.InputSystem.InputBinding/<>c::<>9 U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625 * ___U3CU3E9_0; // System.Func`2 UnityEngine.InputSystem.InputBinding/<>c::<>9__45_0 Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * ___U3CU3E9__45_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__45_0_1() { return static_cast(offsetof(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_StaticFields, ___U3CU3E9__45_0_1)); } inline Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * get_U3CU3E9__45_0_1() const { return ___U3CU3E9__45_0_1; } inline Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D ** get_address_of_U3CU3E9__45_0_1() { return &___U3CU3E9__45_0_1; } inline void set_U3CU3E9__45_0_1(Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * value) { ___U3CU3E9__45_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__45_0_1), (void*)value); } }; // UnityEngine.InputSystem.InputBinding/<>c // UnityEngine.InputSystem.InputBindingComposite/d__12 // UnityEngine.InputSystem.InputBindingComposite/d__12 // UnityEngine.InputSystem.Layouts.InputControlLayout/<>c struct U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields { public: // UnityEngine.InputSystem.Layouts.InputControlLayout/<>c UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9 U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 * ___U3CU3E9_0; // System.Func`2 UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9__52_0 Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * ___U3CU3E9__52_0_1; // System.Func`2 UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9__75_0 Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * ___U3CU3E9__75_0_2; // System.Func`2 UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9__75_1 Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * ___U3CU3E9__75_1_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__52_0_1() { return static_cast(offsetof(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields, ___U3CU3E9__52_0_1)); } inline Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * get_U3CU3E9__52_0_1() const { return ___U3CU3E9__52_0_1; } inline Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 ** get_address_of_U3CU3E9__52_0_1() { return &___U3CU3E9__52_0_1; } inline void set_U3CU3E9__52_0_1(Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * value) { ___U3CU3E9__52_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__52_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__75_0_2() { return static_cast(offsetof(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields, ___U3CU3E9__75_0_2)); } inline Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * get_U3CU3E9__75_0_2() const { return ___U3CU3E9__75_0_2; } inline Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 ** get_address_of_U3CU3E9__75_0_2() { return &___U3CU3E9__75_0_2; } inline void set_U3CU3E9__75_0_2(Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * value) { ___U3CU3E9__75_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__75_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__75_1_3() { return static_cast(offsetof(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields, ___U3CU3E9__75_1_3)); } inline Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * get_U3CU3E9__75_1_3() const { return ___U3CU3E9__75_1_3; } inline Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 ** get_address_of_U3CU3E9__75_1_3() { return &___U3CU3E9__75_1_3; } inline void set_U3CU3E9__75_1_3(Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * value) { ___U3CU3E9__75_1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__75_1_3), (void*)value); } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/<>c // UnityEngine.InputSystem.InputControlPath/<>c struct U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_StaticFields { public: // UnityEngine.InputSystem.InputControlPath/<>c UnityEngine.InputSystem.InputControlPath/<>c::<>9 U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0 * ___U3CU3E9_0; // System.Func`2 UnityEngine.InputSystem.InputControlPath/<>c::<>9__9_0 Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * ___U3CU3E9__9_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__9_0_1() { return static_cast(offsetof(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_StaticFields, ___U3CU3E9__9_0_1)); } inline Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * get_U3CU3E9__9_0_1() const { return ___U3CU3E9__9_0_1; } inline Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF ** get_address_of_U3CU3E9__9_0_1() { return &___U3CU3E9__9_0_1; } inline void set_U3CU3E9__9_0_1(Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * value) { ___U3CU3E9__9_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__9_0_1), (void*)value); } }; // UnityEngine.InputSystem.InputControlPath/<>c // UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1 // UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Nullable`1 // System.Nullable`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute // UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Reflection.FieldInfo // System.Reflection.FieldInfo // System.Runtime.CompilerServices.FixedBufferAttribute // System.Runtime.CompilerServices.FixedBufferAttribute // UnityEngine.InputSystem.Utilities.FourCC // UnityEngine.InputSystem.Utilities.FourCC // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // System.Guid struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Guid // UnityEngine.InputSystem.InputBindingCompositeContext // UnityEngine.InputSystem.InputBindingCompositeContext // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.Layouts.InputDeviceDescription // UnityEngine.InputSystem.Layouts.InputDeviceDescription // UnityEngine.InputSystem.LowLevel.InputEventPtr // UnityEngine.InputSystem.LowLevel.InputEventPtr // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.PropertyAttribute // UnityEngine.PropertyAttribute // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // System.Single // System.Single // UnityEngine.InputSystem.Utilities.Substring // UnityEngine.InputSystem.Utilities.Substring // UnityEngine.InputSystem.Utilities.TypeTable // UnityEngine.InputSystem.Utilities.TypeTable // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // System.Void // System.Void // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer // UnityEngine.InputSystem.InputAction/CallbackContext // UnityEngine.InputSystem.InputAction/CallbackContext // UnityEngine.InputSystem.InputActionMap/DeviceArray // UnityEngine.InputSystem.InputActionMap/DeviceArray // UnityEngine.InputSystem.InputActionState/ActionMapIndices // UnityEngine.InputSystem.InputActionState/ActionMapIndices // UnityEngine.InputSystem.InputActionState/BindingState // UnityEngine.InputSystem.InputActionState/BindingState // UnityEngine.InputSystem.InputActionState/InteractionState // UnityEngine.InputSystem.InputActionState/InteractionState // UnityEngine.InputSystem.InputActionState/TriggerState // UnityEngine.InputSystem.InputActionState/TriggerState // UnityEngine.InputSystem.InputActionState/UnmanagedMemory // UnityEngine.InputSystem.InputActionState/UnmanagedMemory // UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr // UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr // UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator // UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding // UnityEngine.InputSystem.InputControlExtensions/ControlBuilder // UnityEngine.InputSystem.InputControlExtensions/ControlBuilder // UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder // UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson // UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance // UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Nullable`1> // System.Nullable`1> // System.Nullable`1> // System.Nullable`1> // Unity.Collections.Allocator // Unity.Collections.Allocator // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Delegate // System.Delegate // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // UnityEngine.InputSystem.InputActionChange // UnityEngine.InputSystem.InputActionChange // UnityEngine.InputSystem.InputActionPhase // UnityEngine.InputSystem.InputActionPhase // UnityEngine.InputSystem.InputActionType // UnityEngine.InputSystem.InputActionType // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields { public: // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputBindingComposite::s_Composites TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___s_Composites_0; public: inline static int32_t get_offset_of_s_Composites_0() { return static_cast(offsetof(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields, ___s_Composites_0)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_s_Composites_0() const { return ___s_Composites_0; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_s_Composites_0() { return &___s_Composites_0; } inline void set_s_Composites_0(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___s_Composites_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Composites_0))->___table_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputBindingComposite // UnityEngine.InputSystem.Layouts.InputControlAttribute // UnityEngine.InputSystem.Layouts.InputControlAttribute // UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute // UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute // UnityEngine.InputSystem.InputControlLayoutChange // UnityEngine.InputSystem.InputControlLayoutChange // UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields { public: // UnityEngine.InputSystem.Layouts.InputDeviceBuilder UnityEngine.InputSystem.Layouts.InputDeviceBuilder::s_Instance InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 ___s_Instance_6; // System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::s_InstanceRef int32_t ___s_InstanceRef_7; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields, ___s_Instance_6)); } inline InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 get_s_Instance_6() const { return ___s_Instance_6; } inline InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_Device_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_ChildControlOverrides_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_StateOffsetToControlMap_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_StringBuilder_4), (void*)NULL); #endif } inline static int32_t get_offset_of_s_InstanceRef_7() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields, ___s_InstanceRef_7)); } inline int32_t get_s_InstanceRef_7() const { return ___s_InstanceRef_7; } inline int32_t* get_address_of_s_InstanceRef_7() { return &___s_InstanceRef_7; } inline void set_s_InstanceRef_7(int32_t value) { ___s_InstanceRef_7 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceBuilder // UnityEngine.InputSystem.LowLevel.InputDeviceCommand // UnityEngine.InputSystem.LowLevel.InputDeviceCommand // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kInterfaceKey_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kDeviceClassKey_2; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kManufacturerKey_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kProductKey_4; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kVersionKey_5; public: inline static int32_t get_offset_of_kInterfaceKey_1() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kInterfaceKey_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kInterfaceKey_1() const { return ___kInterfaceKey_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kInterfaceKey_1() { return &___kInterfaceKey_1; } inline void set_kInterfaceKey_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kInterfaceKey_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kDeviceClassKey_2() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kDeviceClassKey_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kDeviceClassKey_2() const { return ___kDeviceClassKey_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kDeviceClassKey_2() { return &___kDeviceClassKey_2; } inline void set_kDeviceClassKey_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kDeviceClassKey_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kManufacturerKey_3() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kManufacturerKey_3)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kManufacturerKey_3() const { return ___kManufacturerKey_3; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kManufacturerKey_3() { return &___kManufacturerKey_3; } inline void set_kManufacturerKey_3(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kManufacturerKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kProductKey_4() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kProductKey_4)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kProductKey_4() const { return ___kProductKey_4; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kProductKey_4() { return &___kProductKey_4; } inline void set_kProductKey_4(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kProductKey_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kVersionKey_5() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kVersionKey_5)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kVersionKey_5() const { return ___kVersionKey_5; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kVersionKey_5() { return &___kVersionKey_5; } inline void set_kVersionKey_5(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kVersionKey_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher // UnityEngine.InputSystem.InputInteraction struct InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields { public: // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputInteraction::s_Interactions TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___s_Interactions_0; public: inline static int32_t get_offset_of_s_Interactions_0() { return static_cast(offsetof(InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields, ___s_Interactions_0)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_s_Interactions_0() const { return ___s_Interactions_0; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_s_Interactions_0() { return &___s_Interactions_0; } inline void set_s_Interactions_0(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___s_Interactions_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Interactions_0))->___table_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputInteraction // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields { public: // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputProcessor::s_Processors TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___s_Processors_0; public: inline static int32_t get_offset_of_s_Processors_0() { return static_cast(offsetof(InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields, ___s_Processors_0)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_s_Processors_0() const { return ___s_Processors_0; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_s_Processors_0() { return &___s_Processors_0; } inline void set_s_Processors_0(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___s_Processors_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Processors_0))->___table_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputProcessor // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields { public: // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatBit FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatBit_2; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSBit FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatSBit_4; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatInt FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatInt_6; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUInt FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatUInt_8; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatShort FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatShort_10; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUShort FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatUShort_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatByte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatByte_14; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSByte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatSByte_16; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatLong FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatLong_18; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatULong FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatULong_20; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatFloat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatFloat_22; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatDouble FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatDouble_24; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2 FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector2_26; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3 FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector3_27; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatQuaternion FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatQuaternion_28; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Short FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector2Short_29; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Short FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector3Short_30; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Byte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector2Byte_31; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Byte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector3Byte_32; public: inline static int32_t get_offset_of_FormatBit_2() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatBit_2)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatBit_2() const { return ___FormatBit_2; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatBit_2() { return &___FormatBit_2; } inline void set_FormatBit_2(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatBit_2 = value; } inline static int32_t get_offset_of_FormatSBit_4() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatSBit_4)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatSBit_4() const { return ___FormatSBit_4; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatSBit_4() { return &___FormatSBit_4; } inline void set_FormatSBit_4(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatSBit_4 = value; } inline static int32_t get_offset_of_FormatInt_6() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatInt_6)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatInt_6() const { return ___FormatInt_6; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatInt_6() { return &___FormatInt_6; } inline void set_FormatInt_6(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatInt_6 = value; } inline static int32_t get_offset_of_FormatUInt_8() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatUInt_8)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatUInt_8() const { return ___FormatUInt_8; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatUInt_8() { return &___FormatUInt_8; } inline void set_FormatUInt_8(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatUInt_8 = value; } inline static int32_t get_offset_of_FormatShort_10() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatShort_10)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatShort_10() const { return ___FormatShort_10; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatShort_10() { return &___FormatShort_10; } inline void set_FormatShort_10(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatShort_10 = value; } inline static int32_t get_offset_of_FormatUShort_12() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatUShort_12)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatUShort_12() const { return ___FormatUShort_12; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatUShort_12() { return &___FormatUShort_12; } inline void set_FormatUShort_12(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatUShort_12 = value; } inline static int32_t get_offset_of_FormatByte_14() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatByte_14)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatByte_14() const { return ___FormatByte_14; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatByte_14() { return &___FormatByte_14; } inline void set_FormatByte_14(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatByte_14 = value; } inline static int32_t get_offset_of_FormatSByte_16() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatSByte_16)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatSByte_16() const { return ___FormatSByte_16; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatSByte_16() { return &___FormatSByte_16; } inline void set_FormatSByte_16(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatSByte_16 = value; } inline static int32_t get_offset_of_FormatLong_18() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatLong_18)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatLong_18() const { return ___FormatLong_18; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatLong_18() { return &___FormatLong_18; } inline void set_FormatLong_18(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatLong_18 = value; } inline static int32_t get_offset_of_FormatULong_20() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatULong_20)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatULong_20() const { return ___FormatULong_20; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatULong_20() { return &___FormatULong_20; } inline void set_FormatULong_20(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatULong_20 = value; } inline static int32_t get_offset_of_FormatFloat_22() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatFloat_22)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatFloat_22() const { return ___FormatFloat_22; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatFloat_22() { return &___FormatFloat_22; } inline void set_FormatFloat_22(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatFloat_22 = value; } inline static int32_t get_offset_of_FormatDouble_24() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatDouble_24)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatDouble_24() const { return ___FormatDouble_24; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatDouble_24() { return &___FormatDouble_24; } inline void set_FormatDouble_24(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatDouble_24 = value; } inline static int32_t get_offset_of_FormatVector2_26() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector2_26)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector2_26() const { return ___FormatVector2_26; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector2_26() { return &___FormatVector2_26; } inline void set_FormatVector2_26(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector2_26 = value; } inline static int32_t get_offset_of_FormatVector3_27() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector3_27)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector3_27() const { return ___FormatVector3_27; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector3_27() { return &___FormatVector3_27; } inline void set_FormatVector3_27(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector3_27 = value; } inline static int32_t get_offset_of_FormatQuaternion_28() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatQuaternion_28)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatQuaternion_28() const { return ___FormatQuaternion_28; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatQuaternion_28() { return &___FormatQuaternion_28; } inline void set_FormatQuaternion_28(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatQuaternion_28 = value; } inline static int32_t get_offset_of_FormatVector2Short_29() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector2Short_29)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector2Short_29() const { return ___FormatVector2Short_29; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector2Short_29() { return &___FormatVector2Short_29; } inline void set_FormatVector2Short_29(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector2Short_29 = value; } inline static int32_t get_offset_of_FormatVector3Short_30() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector3Short_30)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector3Short_30() const { return ___FormatVector3Short_30; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector3Short_30() { return &___FormatVector3Short_30; } inline void set_FormatVector3Short_30(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector3Short_30 = value; } inline static int32_t get_offset_of_FormatVector2Byte_31() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector2Byte_31)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector2Byte_31() const { return ___FormatVector2Byte_31; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector2Byte_31() { return &___FormatVector2Byte_31; } inline void set_FormatVector2Byte_31(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector2Byte_31 = value; } inline static int32_t get_offset_of_FormatVector3Byte_32() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector3Byte_32)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector3Byte_32() const { return ___FormatVector3Byte_32; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector3Byte_32() { return &___FormatVector3Byte_32; } inline void set_FormatVector3Byte_32(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector3Byte_32 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateBlock // UnityEngine.InputSystem.LowLevel.InputStateBuffers struct InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields { public: // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_DefaultStateBuffer void* ___s_DefaultStateBuffer_7; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_NoiseMaskBuffer void* ___s_NoiseMaskBuffer_8; // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_ResetMaskBuffer void* ___s_ResetMaskBuffer_9; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_CurrentBuffers DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B ___s_CurrentBuffers_10; public: inline static int32_t get_offset_of_s_DefaultStateBuffer_7() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_DefaultStateBuffer_7)); } inline void* get_s_DefaultStateBuffer_7() const { return ___s_DefaultStateBuffer_7; } inline void** get_address_of_s_DefaultStateBuffer_7() { return &___s_DefaultStateBuffer_7; } inline void set_s_DefaultStateBuffer_7(void* value) { ___s_DefaultStateBuffer_7 = value; } inline static int32_t get_offset_of_s_NoiseMaskBuffer_8() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_NoiseMaskBuffer_8)); } inline void* get_s_NoiseMaskBuffer_8() const { return ___s_NoiseMaskBuffer_8; } inline void** get_address_of_s_NoiseMaskBuffer_8() { return &___s_NoiseMaskBuffer_8; } inline void set_s_NoiseMaskBuffer_8(void* value) { ___s_NoiseMaskBuffer_8 = value; } inline static int32_t get_offset_of_s_ResetMaskBuffer_9() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_ResetMaskBuffer_9)); } inline void* get_s_ResetMaskBuffer_9() const { return ___s_ResetMaskBuffer_9; } inline void** get_address_of_s_ResetMaskBuffer_9() { return &___s_ResetMaskBuffer_9; } inline void set_s_ResetMaskBuffer_9(void* value) { ___s_ResetMaskBuffer_9 = value; } inline static int32_t get_offset_of_s_CurrentBuffers_10() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_CurrentBuffers_10)); } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B get_s_CurrentBuffers_10() const { return ___s_CurrentBuffers_10; } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B * get_address_of_s_CurrentBuffers_10() { return &___s_CurrentBuffers_10; } inline void set_s_CurrentBuffers_10(DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B value) { ___s_CurrentBuffers_10 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers // UnityEngine.InputSystem.LowLevel.InputUpdateType // UnityEngine.InputSystem.LowLevel.InputUpdateType // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngineInternal.Input.NativeInputEventType // UnityEngineInternal.Input.NativeInputEventType // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.StringComparison // System.StringComparison // System.TypeCode // System.TypeCode // UnityEngine.InputSystem.Controls.AxisControl/Clamp // UnityEngine.InputSystem.Controls.AxisControl/Clamp // UnityEngine.InputSystem.InputAction/ActionFlags // UnityEngine.InputSystem.InputAction/ActionFlags // UnityEngine.InputSystem.InputActionMap/Flags // UnityEngine.InputSystem.InputActionMap/Flags // UnityEngine.InputSystem.InputBinding/DisplayStringOptions // UnityEngine.InputSystem.InputBinding/DisplayStringOptions // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.InputBinding/MatchOptions // UnityEngine.InputSystem.InputBinding/MatchOptions // UnityEngine.InputSystem.InputBindingCompositeContext/d__2 // UnityEngine.InputSystem.InputBindingCompositeContext/d__2 // UnityEngine.InputSystem.InputControl/ControlFlags // UnityEngine.InputSystem.InputControl/ControlFlags // UnityEngine.InputSystem.InputControlExtensions/Enumerate // UnityEngine.InputSystem.InputControlExtensions/Enumerate // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly // UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions // UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions // UnityEngine.InputSystem.InputControlPath/PathComponentType // UnityEngine.InputSystem.InputControlPath/PathComponentType // UnityEngine.InputSystem.InputDevice/DeviceFlags // UnityEngine.InputSystem.InputDevice/DeviceFlags // UnityEngine.InputSystem.InputSettings/BackgroundBehavior // UnityEngine.InputSystem.InputSettings/BackgroundBehavior // UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode // UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode // UnityEngine.InputSystem.InputSettings/UpdateMode // UnityEngine.InputSystem.InputSettings/UpdateMode // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand // UnityEngine.InputSystem.InputBinding // UnityEngine.InputSystem.InputBinding // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::s_DefaultVariant InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___s_DefaultVariant_0; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout::s_Layouts Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F ___s_Layouts_15; // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstance Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E ___s_CacheInstance_16; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstanceRef int32_t ___s_CacheInstanceRef_17; public: inline static int32_t get_offset_of_s_DefaultVariant_0() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_DefaultVariant_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_s_DefaultVariant_0() const { return ___s_DefaultVariant_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_s_DefaultVariant_0() { return &___s_DefaultVariant_0; } inline void set_s_DefaultVariant_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___s_DefaultVariant_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_DefaultVariant_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_DefaultVariant_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_s_Layouts_15() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_Layouts_15)); } inline Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F get_s_Layouts_15() const { return ___s_Layouts_15; } inline Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * get_address_of_s_Layouts_15() { return &___s_Layouts_15; } inline void set_s_Layouts_15(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F value) { ___s_Layouts_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutTypes_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutStrings_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutBuilders_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___baseLayoutTable_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutOverrides_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutOverrideNames_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___precompiledLayouts_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutMatchers_8), (void*)NULL); #endif } inline static int32_t get_offset_of_s_CacheInstance_16() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_CacheInstance_16)); } inline Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E get_s_CacheInstance_16() const { return ___s_CacheInstance_16; } inline Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * get_address_of_s_CacheInstance_16() { return &___s_CacheInstance_16; } inline void set_s_CacheInstance_16(Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E value) { ___s_CacheInstance_16 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_CacheInstance_16))->___table_0), (void*)NULL); } inline static int32_t get_offset_of_s_CacheInstanceRef_17() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_CacheInstanceRef_17)); } inline int32_t get_s_CacheInstanceRef_17() const { return ___s_CacheInstanceRef_17; } inline int32_t* get_address_of_s_CacheInstanceRef_17() { return &___s_CacheInstanceRef_17; } inline void set_s_CacheInstanceRef_17(int32_t value) { ___s_CacheInstanceRef_17 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout // UnityEngine.InputSystem.LowLevel.InputUpdate struct InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_StaticFields { public: // System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate::s_UpdateStepCount uint32_t ___s_UpdateStepCount_0; // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate::s_LatestUpdateType int32_t ___s_LatestUpdateType_1; // UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount UnityEngine.InputSystem.LowLevel.InputUpdate::s_PlayerUpdateStepCount UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780 ___s_PlayerUpdateStepCount_2; public: inline static int32_t get_offset_of_s_UpdateStepCount_0() { return static_cast(offsetof(InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_StaticFields, ___s_UpdateStepCount_0)); } inline uint32_t get_s_UpdateStepCount_0() const { return ___s_UpdateStepCount_0; } inline uint32_t* get_address_of_s_UpdateStepCount_0() { return &___s_UpdateStepCount_0; } inline void set_s_UpdateStepCount_0(uint32_t value) { ___s_UpdateStepCount_0 = value; } inline static int32_t get_offset_of_s_LatestUpdateType_1() { return static_cast(offsetof(InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_StaticFields, ___s_LatestUpdateType_1)); } inline int32_t get_s_LatestUpdateType_1() const { return ___s_LatestUpdateType_1; } inline int32_t* get_address_of_s_LatestUpdateType_1() { return &___s_LatestUpdateType_1; } inline void set_s_LatestUpdateType_1(int32_t value) { ___s_LatestUpdateType_1 = value; } inline static int32_t get_offset_of_s_PlayerUpdateStepCount_2() { return static_cast(offsetof(InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_StaticFields, ___s_PlayerUpdateStepCount_2)); } inline UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780 get_s_PlayerUpdateStepCount_2() const { return ___s_PlayerUpdateStepCount_2; } inline UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780 * get_address_of_s_PlayerUpdateStepCount_2() { return &___s_PlayerUpdateStepCount_2; } inline void set_s_PlayerUpdateStepCount_2(UpdateStepCount_tD390726C525CA5CE3A339A33E2984D65356A4780 value) { ___s_PlayerUpdateStepCount_2 = value; } }; // UnityEngine.InputSystem.LowLevel.InputUpdate // System.MulticastDelegate // System.MulticastDelegate // UnityEngineInternal.Input.NativeInputEvent // UnityEngineInternal.Input.NativeInputEvent // UnityEngine.InputSystem.Utilities.PrimitiveValue // UnityEngine.InputSystem.Utilities.PrimitiveValue // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand // UnityEngine.InputSystem.LowLevel.RequestResetCommand // UnityEngine.InputSystem.LowLevel.RequestResetCommand // UnityEngine.InputSystem.LowLevel.RequestSyncCommand // UnityEngine.InputSystem.LowLevel.RequestSyncCommand // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // UnityEngine.InputSystem.InputActionState/GlobalState // UnityEngine.InputSystem.InputActionState/GlobalState // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // System.Action`1 // System.Action`1 // System.Action`2 // System.Action`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // System.Nullable`1 // System.Nullable`1 // System.ArgumentException // System.ArgumentException // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_StaticFields { public: // UnityEngine.InputSystem.InputActionState/GlobalState UnityEngine.InputSystem.InputActionState::s_GlobalState GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB ___s_GlobalState_14; public: inline static int32_t get_offset_of_s_GlobalState_14() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_StaticFields, ___s_GlobalState_14)); } inline GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB get_s_GlobalState_14() const { return ___s_GlobalState_14; } inline GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB * get_address_of_s_GlobalState_14() { return &___s_GlobalState_14; } inline void set_s_GlobalState_14(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB value) { ___s_GlobalState_14 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_14))->___globalList_0))->___additionalValues_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputActionState // UnityEngine.InputSystem.InputControl // UnityEngine.InputSystem.InputControl // UnityEngine.InputSystem.LowLevel.InputEvent // UnityEngine.InputSystem.LowLevel.InputEvent // UnityEngine.InputSystem.LowLevel.InputEventBuffer // UnityEngine.InputSystem.LowLevel.InputEventBuffer // UnityEngine.InputSystem.InputSettings // UnityEngine.InputSystem.InputSettings // System.InvalidOperationException // System.InvalidOperationException // System.Collections.Generic.KeyNotFoundException // System.Collections.Generic.KeyNotFoundException // UnityEngine.InputSystem.Utilities.NamedValue // UnityEngine.InputSystem.Utilities.NamedValue // System.NotImplementedException // System.NotImplementedException // System.NotSupportedException // System.NotSupportedException // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.InputControlExtensions/d__43 // UnityEngine.InputSystem.InputControlExtensions/d__43 // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.InputControlPath/PathParser // UnityEngine.InputSystem.InputControlPath/PathParser // System.Func`2 // System.Func`2 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // UnityEngine.InputSystem.LowLevel.ActionEvent // UnityEngine.InputSystem.LowLevel.ActionEvent // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // UnityEngine.InputSystem.LowLevel.DeltaStateEvent // UnityEngine.InputSystem.LowLevel.DeltaStateEvent // UnityEngine.InputSystem.InputAction // UnityEngine.InputSystem.InputAction // UnityEngine.InputSystem.InputActionAsset // UnityEngine.InputSystem.InputActionAsset // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_StaticFields { public: // System.Int32 UnityEngine.InputSystem.InputActionMap::s_DeferBindingResolution int32_t ___s_DeferBindingResolution_18; public: inline static int32_t get_offset_of_s_DeferBindingResolution_18() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_StaticFields, ___s_DeferBindingResolution_18)); } inline int32_t get_s_DeferBindingResolution_18() const { return ___s_DeferBindingResolution_18; } inline int32_t* get_address_of_s_DeferBindingResolution_18() { return &___s_DeferBindingResolution_18; } inline void set_s_DeferBindingResolution_18(int32_t value) { ___s_DeferBindingResolution_18 = value; } }; // UnityEngine.InputSystem.InputActionMap // UnityEngine.InputSystem.Utilities.InputActionTrace // UnityEngine.InputSystem.Utilities.InputActionTrace // UnityEngine.InputSystem.InputBindingResolver // UnityEngine.InputSystem.InputBindingResolver // UnityEngine.InputSystem.InputDevice // UnityEngine.InputSystem.InputDevice // UnityEngine.InputSystem.LowLevel.StateEvent // UnityEngine.InputSystem.LowLevel.StateEvent // UnityEngine.InputSystem.InputControlPath/d__33 // UnityEngine.InputSystem.InputControlPath/d__33 // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // UnityEngine.InputSystem.Controls.AxisControl // UnityEngine.InputSystem.Controls.AxisControl // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields { public: // System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonPressPoint float ___s_GlobalDefaultButtonPressPoint_34; // System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonReleaseThreshold float ___s_GlobalDefaultButtonReleaseThreshold_35; public: inline static int32_t get_offset_of_s_GlobalDefaultButtonPressPoint_34() { return static_cast(offsetof(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields, ___s_GlobalDefaultButtonPressPoint_34)); } inline float get_s_GlobalDefaultButtonPressPoint_34() const { return ___s_GlobalDefaultButtonPressPoint_34; } inline float* get_address_of_s_GlobalDefaultButtonPressPoint_34() { return &___s_GlobalDefaultButtonPressPoint_34; } inline void set_s_GlobalDefaultButtonPressPoint_34(float value) { ___s_GlobalDefaultButtonPressPoint_34 = value; } inline static int32_t get_offset_of_s_GlobalDefaultButtonReleaseThreshold_35() { return static_cast(offsetof(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields, ___s_GlobalDefaultButtonReleaseThreshold_35)); } inline float get_s_GlobalDefaultButtonReleaseThreshold_35() const { return ___s_GlobalDefaultButtonReleaseThreshold_35; } inline float* get_address_of_s_GlobalDefaultButtonReleaseThreshold_35() { return &___s_GlobalDefaultButtonReleaseThreshold_35; } inline void set_s_GlobalDefaultButtonReleaseThreshold_35(float value) { ___s_GlobalDefaultButtonReleaseThreshold_35 = value; } }; // UnityEngine.InputSystem.Controls.ButtonControl #ifdef __clang__ #pragma clang diagnostic pop #endif // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputActionMap[] struct InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609 : public RuntimeArray { public: ALIGN_FIELD (8) InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * m_Items[1]; public: inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680 : public RuntimeArray { public: ALIGN_FIELD (8) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * m_Items[1]; public: inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.IInputInteraction[] struct IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputProcessor[] struct InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0 : public RuntimeArray { public: ALIGN_FIELD (8) InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * m_Items[1]; public: inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputBindingComposite[] struct InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083 : public RuntimeArray { public: ALIGN_FIELD (8) InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * m_Items[1]; public: inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputAction[] struct InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7 : public RuntimeArray { public: ALIGN_FIELD (8) InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * m_Items[1]; public: inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputBinding[] struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6 : public RuntimeArray { public: ALIGN_FIELD (8) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB m_Items[1]; public: inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideProcessors_12), (void*)NULL); #endif } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideProcessors_12), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4 : public RuntimeArray { public: ALIGN_FIELD (8) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED m_Items[1]; public: inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL); #endif } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB : public RuntimeArray { public: ALIGN_FIELD (8) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 m_Items[1]; public: inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.Layouts.InputControlAttribute[] struct InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473 : public RuntimeArray { public: ALIGN_FIELD (8) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * m_Items[1]; public: inline InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391 : public RuntimeArray { public: ALIGN_FIELD (8) NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 m_Items[1]; public: inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL); } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL); } }; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD : public RuntimeArray { public: ALIGN_FIELD (8) NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA m_Items[1]; public: inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795 : public RuntimeArray { public: ALIGN_FIELD (8) DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 m_Items[1]; public: inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL); } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshal_pinvoke(const UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79& unmarshaled, UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshal_pinvoke_back(const UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke& marshaled, UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79& unmarshaled); IL2CPP_EXTERN_C void UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshal_pinvoke_cleanup(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshal_com(const UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79& unmarshaled, UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com& marshaled); IL2CPP_EXTERN_C void UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshal_com_back(const UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com& marshaled, UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79& unmarshaled); IL2CPP_EXTERN_C void UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshal_com_cleanup(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com& marshaled); IL2CPP_EXTERN_C void DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_pinvoke(const DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9& unmarshaled, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_pinvoke_back(const DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke& marshaled, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9& unmarshaled); IL2CPP_EXTERN_C void DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_pinvoke_cleanup(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_com(const DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9& unmarshaled, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com& marshaled); IL2CPP_EXTERN_C void DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_com_back(const DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com& marshaled, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9& unmarshaled); IL2CPP_EXTERN_C void DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_com_cleanup(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com& marshaled); IL2CPP_EXTERN_C void CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshal_pinvoke(const CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749& unmarshaled, CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshal_pinvoke_back(const CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke& marshaled, CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749& unmarshaled); IL2CPP_EXTERN_C void CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshal_pinvoke_cleanup(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshal_com(const CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749& unmarshaled, CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com& marshaled); IL2CPP_EXTERN_C void CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshal_com_back(const CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com& marshaled, CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749& unmarshaled); IL2CPP_EXTERN_C void CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshal_com_cleanup(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com& marshaled); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_gshared (Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_AppendWithCapacity_m0C86F87C50FF2F8AE32773D2827F85AEFA75B0B7_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, RuntimeObject * ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputArrayExtensions_IndexOfReference_TisRuntimeObject_m3FFD75FB329B60A4F8E7ADF3D1A6A23F7D455C00_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___array0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::RemoveAtWithCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtWithCapacity_m678DDC386D348EBD39BAE4AB612C558388E721AB_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::ClearWithCapacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_ClearWithCapacity_mB454C06E795CC3726F70EDE883A4DCDBAEAF27D6_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_Clear_m92E861CFC2A498C2AADB05F684A403D53C840595_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m60DAAA2A0145306F160B759BC2135A372C0E40B3_gshared (Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 ReadOnlyArray_1_GetEnumerator_m338BC7F27FD251E544AC5E1CF84A7DC8523D8C62_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mBA41AAFC5E468E2099F23B73ECBE687E9840567D_gshared (Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB60EE7786DDAB340301E7728C39A4849DB77D41A_gshared (Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m13C8A37FC6CB05F10852C4F5C115BA5F170BC68F_gshared (Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::Append(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_Append_m92EAB5867D858076A6E523814D75E5B4AFE8320C_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::set_Item(System.Int32,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_set_Item_mC4D601207C100E6B41202C5DEDDCE7DEA2115420_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method); // !!0 System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m54000258A506B6A6B8BEA517F7E8670C5969DD99_gshared (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method); // !!0 System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mAEBC9EBACD573E5D085888BEE7B319CE80E372B5_gshared (MemberInfo_t * ___element0, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.InputActionState::ReadCompositePartValue>(System.Int32,System.Int32,System.Boolean*,System.Int32&,TComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, bool* ___buttonValuePtr2, int32_t* ___controlIndex3, DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 ___comparer4, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::.ctor(Unity.Collections.Allocator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1__ctor_mEBAFB49402255C55D74AF1914F7B0FCD1750FA24_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, int32_t ___allocator0, int32_t ___initialCapacity1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_gshared_inline (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_gshared (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControlList`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_gshared_inline (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1>::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mBE9DD4B1E8B669780BD15F9B8559EFC8F8CFB113_gshared_inline (Nullable_1_tD2432AACFAB192987F2C2B9AB54B2F5CCB778846 * __this, const RuntimeMethod* method); // !0 System.Nullable`1>::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 Nullable_1_get_Value_m7363B109A2C278EDF4276DBDC576CF085314898E_gshared (Nullable_1_tD2432AACFAB192987F2C2B9AB54B2F5CCB778846 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyArray_1_get_Item_m84136BE8993A7013D4900F0ACF7B4ECAD86456F6_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControlPath::TryFindControls(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlPath_TryFindControls_TisRuntimeObject_m3EAB1A17B4DEA67E79DFDC0CA6C68AD4157DAA26_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___matches3, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputSystem::FindControls(System.String,UnityEngine.InputSystem.InputControlList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_FindControls_TisRuntimeObject_m7FEAAB413B1815EBCFC5361D232F6EA173284CFC_gshared (String_t* ___path0, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___controls1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::InstantiateWithParameters(UnityEngine.InputSystem.Utilities.TypeTable,System.String,TType[]&,System.Int32&,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_gshared (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisRuntimeObject_mA6B8ADA966B939BEEB0726AA570EB844A82DF57D_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___count1, RuntimeObject * ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity>(TValue[]&,System.Int32&,TValues,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_m742D56AAAFA612D7910035720B026E24A96118AE_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___length1, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Dispose_mFBB4E01F4CB211BC12F895CF49F2564AD13BED6E_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0_gshared (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D_gshared (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_gshared_inline (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC_gshared (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F_gshared (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E_gshared (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mDBA2D038A7B6AAC56DBAE76573D364B6ED244C74_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_gshared (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent(UnityEngine.InputSystem.InputControl`1,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_gshared (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, float* ___value2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent(UnityEngine.InputSystem.InputControl`1,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_gshared (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, float ___value1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent(UnityEngine.InputSystem.InputControl`1,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_gshared (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent(UnityEngine.InputSystem.InputControl`1,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_gshared (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr2, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_gshared (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_gshared_inline (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_gshared (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905_gshared (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 * __this, ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___array0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_gshared (Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 * __this, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_gshared (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_gshared (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mC2724EB0AF9B6AFF5082BDCEBBFB52C030229691_gshared (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select(TOld[],System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEA691CC87A2F02C0BF645DA4D6E401E1ED20A094_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___converter1, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875_gshared (String_t* ___json0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_gshared_inline (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_gshared_inline (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_gshared (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, int32_t ___index0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions::GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttributes_TisRuntimeObject_m78D80C77D5841CDDD87DCFAA0E973E241708504E_gshared (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Enumerable_ToArray_TisRuntimeObject_mA5E1AD3350B1E7EB1FAE7562CA67C49A5193E1F2_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_gshared (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___item0, const RuntimeMethod* method); // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Join_TisRuntimeObject_m939362DDFFA8C2EDE20A59FCFD9B62140D6F81FE_gshared (RuntimeObject * ___value0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m43044DE5C623082EA3360585588B30682556CD7C_gshared (RuntimeObject* ___source0, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09_gshared (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___array0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178_gshared (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___array0, const RuntimeMethod* method); // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge(TValue[],TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___first0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___second1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::Merge(UnityEngine.InputSystem.Utilities.InlinedArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C_gshared (InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * __this, InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB ___other0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A Dictionary_2_GetEnumerator_m66D979DA5AB7832BF15CED86F65ABCFBAF8D3408_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 Enumerator_get_Current_mE96208E5F7163B32F08E765F9A409D473C3823F1_gshared_inline (Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m8B7E0D0F64E0026A5B5CED48EC78C92C2891DCAD_gshared_inline (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mB0E4B54353AA1D0AC0D22F3F7BB25D49B8D48114_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, RuntimeObject * ___key0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___value1, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 KeyValuePair_2_get_Value_m39EA0778AAFA43569866F2585D49A38832470A8F_gshared_inline (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m89E9A9AFC98D1EA5E776A92F25A3600E4EFB5456_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m085F9A43E65C0ECB15578F854F1AB407CFFF58B6_gshared (Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m7162F102BB3DC11CDBDAAABEBD2BB0B69EC236F8_gshared (Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t36AC965B590CE94445B85A7CCC06EA30BC0B63AD * Dictionary_2_get_Values_m5CE993A377133B97528BF28E96E8AAF620B09FE3_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7_gshared (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735_gshared (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_gshared (RuntimeObject* ___source0, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m95BD709BEB7952D355A7F08590D7CC71001006CD_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m664F85E889A72FC357557FD006C72C5EB6D5DD29_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, RuntimeObject * ___key0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value1, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8_gshared (String_t* ___json0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::Append(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2_gshared (InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mF6E4E8981AAE62AF27469386C8A77200B3218980_gshared (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0[] UnityEngine.InputSystem.Utilities.InlinedArray`1::ToArray(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* InlinedArray_1_ToArray_TisRuntimeObject_mC752CADC22C6077E262EE672019E113293DA3BFD_gshared (InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * __this, Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___mapFunction0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_gshared_inline (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B_gshared (InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * __this, int32_t ___index0, const RuntimeMethod* method); // TControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_TryFindControl_TisRuntimeObject_m4D717C30BC2B1FF54867E0EEDBF64215B7BDB26F_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method); // TControl[] UnityEngine.InputSystem.InputControlList`1::ToArray(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* InputControlList_1_ToArray_mE262F05000CC917D7DB43F01DBA28C55C3FC1768_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, bool ___dispose0, const RuntimeMethod* method); // TControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_TryFindChild_TisRuntimeObject_m2B43A202A0302443F25F4234359581DA95C680AC_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C_gshared (ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C * __this, DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___array0, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA * ___command0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mCEE1150489F5E65318E2558802B16AC6FA08BDD2_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 * ___command0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisRuntimeObject_mD390DD803E7784F0B6A0F39E3F7584B6D27D2A54_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, int32_t* ___count1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfValue(TValue[],TValue,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB * ___command0, const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 * ___command0, const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * ___command0, const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * ___command0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA_gshared (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1_gshared (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m7C38F54558FD35D23D03B13D666368351507E60F_gshared (Dictionary_2_tABA09A579C1C47A89781F3573494276C36CB8E59 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57_gshared (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowBy(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_GrowBy_TisRuntimeObject_mD01E6DAF82158042D2AA3E98F7EDE4B6AC3CAAEB_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___count1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendToImmutable(TValue[]&,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___values1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_gshared_inline (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject>(System.Object,TParameterList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_gshared (RuntimeObject * ___instance0, ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___parameters1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_gshared_inline (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt(TValue[]&,System.Int32,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAt_TisRuntimeObject_m366096C114C0EED198E50749CF418A68E2C73BEC_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___index1, RuntimeObject * ___value2, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57_gshared (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56_gshared (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08_gshared (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, uint32_t ___item0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_eventCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_m50712505E0393BA3A20563E64DAA7A6D75854E3F_inline (InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_m70F0388229165DB523A48D6131D9C7334BA23E68 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_m8370503D52B2151F2842CA95D1B2CE52AC854AD7 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::HookOnActionChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_HookOnActionChange_mE79B2905B04F291A68491671521652CDB6BEAF4B (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * (*) (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_m465CFAEAB4ED24BB62C62DC25687EC054DA1C29A (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460 (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * (*) (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_m4B0DB22857C9666A5009D70D2A618BC8477F8D13 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace::get_count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionTrace_get_count_m13D740DF87DAD5A908E8A765E36AD893D6DF998A (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnhookOnActionChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnhookOnActionChange_mEE4045C0B3293853B9C7BD2B2B4E955FC729526C (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D (Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.InputSystem.InputAction::add_performed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_performed_m9FF12F3D5C984DB93D2DD75667F3B53D7B66C0A3 (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputAction::add_started(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_started_m99B04903C33C59BC03B6416B406EC331AACCA612 (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputAction::add_canceled(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_canceled_m07229F73CE0F7D5679F422DBAA9B287CFDF68AFE (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_m5B712237AF205C9500D10DA1BC1174E30B219D62 (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m0C86F87C50FF2F8AE32773D2827F85AEFA75B0B7_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Void UnityEngine.InputSystem.InputActionMap::add_actionTriggered(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_add_actionTriggered_mC833BEA82BDA4720FC2C49A7D6B5D7BCCFE4B03D (InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_m0CEA5EDA79BB2EA1F841BAD0B4AD4637CC58AF06 (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m0C86F87C50FF2F8AE32773D2827F85AEFA75B0B7_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Void UnityEngine.InputSystem.InputAction::remove_performed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_performed_m141C0FA72906BDF08A33EF3728C0193EFD0AAB06 (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputAction::remove_started(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_started_mA3B325D9E79BD31E7C0040E7188E1FB91B277F72 (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputAction::remove_canceled(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_canceled_m69E70B6BAFF763F524D38F2D0346911A80C5B7C5 (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) inline int32_t InputArrayExtensions_IndexOfReference_TisInputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_m4DB411E53B538045C8464F2BE4FC00C3627CD0A5 (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 ___array0, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___value1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 , InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m3FFD75FB329B60A4F8E7ADF3D1A6A23F7D455C00_gshared)(___array0, ___value1, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::RemoveAtWithCapacity(System.Int32) inline void InlinedArray_1_RemoveAtWithCapacity_m2A0A7133183C7069BE6A4BB721F7A098A736C078 (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_m678DDC386D348EBD39BAE4AB612C558388E721AB_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.InputActionMap::remove_actionTriggered(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_remove_actionTriggered_m8B27A276256133A1E8E3D8E95D3591A6D03C0BE6 (InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * __this, Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) inline int32_t InputArrayExtensions_IndexOfReference_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_mA3180AD8C98CC064A5EE894323F8FF47E422DB3F (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 ___array0, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___value1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 , InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m3FFD75FB329B60A4F8E7ADF3D1A6A23F7D455C00_gshared)(___array0, ___value1, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::RemoveAtWithCapacity(System.Int32) inline void InlinedArray_1_RemoveAtWithCapacity_m8F34E217F0F2B97519D2E02F20BD737B7840AB2C (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_m678DDC386D348EBD39BAE4AB612C558388E721AB_gshared)(__this, ___index0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) inline int32_t InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA ___array0, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___value1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA , InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m3FFD75FB329B60A4F8E7ADF3D1A6A23F7D455C00_gshared)(___array0, ___value1, method); } // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::AppendWithCapacity(TValue,System.Int32) inline int32_t InlinedArray_1_AppendWithCapacity_m997994CC8AA0D746ABA7A625ABC707C8DED7F755 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * __this, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m0C86F87C50FF2F8AE32773D2827F85AEFA75B0B7_gshared)(__this, ___value0, ___capacityIncrement1, method); } // System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_valueSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_valueSizeInBytes_m8D88006E0B0286EE9B95E595EED187A70137B5B8 (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::GetEventSizeWithValueSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_GetEventSizeWithValueSize_m16709DC82904594A0E95F3F5EB82829B362FB5E0 (int32_t ___valueSizeInBytes0, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventBuffer::AllocateEvent(System.Int32,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * InputEventBuffer_AllocateEvent_m6B00F1F2E19EC9A1DA3F76CE0DBC5F1A825C1FAE (InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * __this, int32_t ___sizeInBytes0, int32_t ___capacityIncrementInBytes1, int32_t ___allocator2, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState::get_actionStates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * InputActionState_get_actionStates_m61D67028542007D960DED19F0092A55FC5A1421B (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ActionEvent_get_Type_mF09BE9363DDE0A48C7AC8248B9B8A5697FC7E9B3 (const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_type(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_type_mA59021B1AC85CEA52E1DB983D42FB3E01F6D8233 (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * __this, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___value0, const RuntimeMethod* method); // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_time() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_mEF5F8E6EA1177F885A7F1EE8FBEF374EFB43660C_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_time(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_time_m026DE5343264E144044FB92A15264BDCDF79B962 (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * __this, double ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_stateIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_stateIndex_m3103C18C6563E457EC350612C7894E6D51C47812 (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_controlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_controlIndex_m960A306864E08240EEFEEDE399279D9B60C53BC4 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_controlIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_controlIndex_m8241C32F96E025247E83722D1CD27432C69DF127 (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_bindingIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_bindingIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_bindingIndex_m12B6237A1A52A7084EB3A6743F057A3783E67054 (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_interactionIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_interactionIndex_m901FE8EF223E7846033D0F2A9406A9026967A1F2 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_interactionIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_interactionIndex_mBAE9685543B8BF9ADAEDBF2606133B8889764288 (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_startTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_startTime_m465D962E69624146FD140452618312328005299A_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_startTime(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionEvent_set_startTime_m003BF36CD6B43A7850BD68239C6E34666DE197CA_inline (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, double ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/TriggerState::get_phase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_phase(UnityEngine.InputSystem.InputActionPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_phase_m41C5C78A893866EFF81459E0510DE15B5E4DEDDE (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Byte* UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* ActionEvent_get_valueData_m39DEC496D4903277C11ACA7C9432C0B43412982E (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputAction/CallbackContext::ReadValue(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext_ReadValue_m9129610EDDB8B085822C60429FF3379D9A16B34A (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D * __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Reset_m35B27C04062C1C9C0B61207995552DC7DE57037C (InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::ClearWithCapacity() inline void InlinedArray_1_ClearWithCapacity_mDB45AAFAD9D13EA761592E959B583DE72F1914C4 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * __this, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *, const RuntimeMethod*))InlinedArray_1_ClearWithCapacity_mB454C06E795CC3726F70EDE883A4DCDBAEAF27D6_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::DisposeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_DisposeInternal_m034D91D1CBE774492BF8E31F00551FC08E12F0AE (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.Utilities.InputActionTrace::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionTrace_GetEnumerator_mC5CA992F3133625E583AB868A4DB9654036A550E (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionEventPtr_ToString_m7E96EA5FAA79A5ADC0C731E70DCE6EDD28BDD2BC (ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFromAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFromAll_m8832633635CB6A9D06D96B6144A5588DEB7E0257 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * InlinedArray_1_get_Item_mFF2DB79F9EB02D20F40C141D71324F14E9A9C607 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.InputActionState::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Dispose_m7E13A79D392E4E065F84558ABC8D9BF954CEA464 (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Dispose_mE775668BD216C49FC5BA6F8DCED3600CFF7A6C66 (InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::Clear() inline void InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * __this, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *, const RuntimeMethod*))InlinedArray_1_Clear_m92E861CFC2A498C2AADB05F684A403D53C840595_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.InputSystem::remove_onActionChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onActionChange_m47900AD8CE0D7A2FDDF8932AC8048F889B6FE28A (Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::.ctor(UnityEngine.InputSystem.Utilities.InputActionTrace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mBCC2958BA37DF6892F186B51CB108BB0A46C0679 (Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F * __this, InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * ___trace0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m7911F5ADE86345772C80DAB8E9B4656F75B225CE (Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m60DAAA2A0145306F160B759BC2135A372C0E40B3_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.InputSystem.InputSystem::add_onActionChange(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onActionChange_m6D7657DDFC4D49F8E3689942AE72C0C9B710B020 (Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::RecordAction(UnityEngine.InputSystem.InputAction/CallbackContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D ___context0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::CloneActionStateBeforeBindingsChange(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_CloneActionStateBeforeBindingsChange_mE8653AB4B700E64DD8B02D3F2CB516B507B642BB (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputActionAsset::get_actionMaps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E InputActionAsset_get_actionMaps_mBDAA40E766440933ECE83611029158A5023A8699 (InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() inline Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB ReadOnlyArray_1_GetEnumerator_mB3C3CBDF93C98702EBCFD891077418629EF85CEE (ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E * __this, const RuntimeMethod* method) { return (( Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB (*) (ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E *, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_m338BC7F27FD251E544AC5E1CF84A7DC8523D8C62_gshared)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * Enumerator_get_Current_m2EA116160CA205BBE65E8C64EC9A446964806E8D (Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB * __this, const RuntimeMethod* method) { return (( InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * (*) (Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB *, const RuntimeMethod*))Enumerator_get_Current_mBA41AAFC5E468E2099F23B73ECBE687E9840567D_gshared)(__this, method); } // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m4B462AE49216761627FB72319163404C1E36311D (Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB *, const RuntimeMethod*))Enumerator_MoveNext_mB60EE7786DDAB340301E7728C39A4849DB77D41A_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF47FFED7BC1472D574FD823FB9D5901101093F23 (Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB *, const RuntimeMethod*))Enumerator_Dispose_m13C8A37FC6CB05F10852C4F5C115BA5F170BC68F_gshared)(__this, method); } // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionState::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * InputActionState_Clone_m54C13AF2B2F419A0A3D81132F267BB3C43FF971A (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::Append(TValue) inline int32_t InlinedArray_1_Append_m89F92E71DC833F72221C00EFFA6F67A9AC51E396 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * __this, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___value0, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, const RuntimeMethod*))InlinedArray_1_Append_m92EAB5867D858076A6E523814D75E5B4AFE8320C_gshared)(__this, ___value0, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::set_Item(System.Int32,TValue) inline void InlinedArray_1_set_Item_m2D5D5787134EEABB14C7A5993237AC20BA145512 (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * __this, int32_t ___index0, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___value1, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *, int32_t, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, const RuntimeMethod*))InlinedArray_1_set_Item_mC4D601207C100E6B41202C5DEDDCE7DEA2115420_gshared)(__this, ___index0, ___value1, method); } // System.String UnityEngine.InputSystem.InputBinding::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_name_m65CCC48184079BF94EE1056FD0032EB703E9D646_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.Guid UnityEngine.InputSystem.InputBinding::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputBinding_get_id_mBA18981D396A746A1701E8E81BF66020CB85CF8F (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75 (Guid_t * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_id(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_id_m593F5907FC9FA190E9F65A4DC4D329C46D2B2593 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, Guid_t ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_path() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_path(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_path_m155AEB022A6C164DD89346BE90A4389736420D37_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_overridePath() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_overridePath(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m566FBC858E7CBB7442366E3B19C71C954978FFE2_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_interactions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m3F7844FCB73D237C5F1859971EDCDB4B5908EFA1_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_interactions(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m26748286516301C036B1AAEE42A11AA8DE8A2F80_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_overrideInteractions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_overrideInteractions(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_m7E7349B4B5DB8220EACF031789B42B37C2B07DC7_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_processors() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m90B4DDB0FF38F3A0420FE37A460D372B0B28F2E6_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_processors(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_processors_m012FEC247CA969C328AF577C140836558F155087_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_overrideProcessors() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_overrideProcessors(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_m1F14EFA7DF936896DFA62AD0B9A0170A3E57B7EC_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_groups() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_groups(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_action() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_action(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_action_mFA772BCE0132EBA5AABBBC10D13708732FB3E754_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::get_isComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_isComposite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isComposite_m087307D015EAA95892167916BFAE095A4B282388 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::get_isPartOfComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isPartOfComposite_m0E880211AC122888A0C95F0F523CF6CC3EE56CC6 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::set_isPartOfComposite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isPartOfComposite_m31225D2BB418382243F6AC33B13891D7FE04987A (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::get_hasOverrides() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_hasOverrides_mF90AF05E25D5EEDBEF792722128D7242060189F6 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::.ctor(System.String,System.String,System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding__ctor_m70EAB9951FF4A08CFE7ACD74D2AAF7FEC6E3E705 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_effectivePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA NameAndParameters_Parse_mE4BAE4F2D223C96E2867B858C375F72A1B28F6BB (String_t* ___text0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::GetNameOfComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_GetNameOfComposite_mB4AB2C69CF78573219A76F1B1F7A42EB52C375DF (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_mA7DA3F652640919C3C83918D48310941AF3FCED4 (const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::GenerateId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_GenerateId_mBFA7BCF7726F327274BE4A61CC300593FFCB1227 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBinding::RemoveOverrides() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_RemoveOverrides_mB58329AFD8C1FFBE4EB91783E9960F0E13B045BA (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m6397C103AFDCE68F75EDF44FB493A9B6651F7AFE (Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisString_t_m271D41E8381DE1CDAC5C54BDCDD26B76A63D7E02 (RuntimeObject* ___source0, Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_gshared)(___source0, ___predicate1, method); } // System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m0522A013F5616F75C1A52BC224B50B35FA3DDA5E (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_effectiveInteractions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::get_effectiveProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::get_isEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isEmpty_m3FAAE1C93E37BD1D4023A07513A07168F804E8A3 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::Equals(UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_m94DB19705D92F4DE937D0C7F5477E16788879CA7 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_mAA6E25E52C766063041907F54866688EFEDBCAD2 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::op_Equality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Equality_m8BFB7D772A059D18B061BD27F23FBC6555C10BBF (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___left0, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___right1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBinding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBinding_GetHashCode_m2FD1F6F8BC295352B372E64F8A81703B8799C604 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToString_m9133811852F53B9F08E5716583F50E2B2CBE06A7 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(System.String&,System.String&,UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_mFFC636423B35FADC83855C70BD5BDE3E163A9BFD (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control3, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_m1D4FFA807FE025BFB5001FBFE0A7F2DB70E08875 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, int32_t ___options0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlPath::ToHumanReadableString(System.String,System.String&,System.String&,UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_ToHumanReadableString_m750054169D7A81FC2BEF82B6593EBEC88ED0A5B8 (String_t* ___path0, String_t** ___deviceLayoutName1, String_t** ___controlPath2, int32_t ___options3, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control4, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameAndParameters_ParseMultiple_m3E8300D442E98EF2D7AEA44E1FBCDB6C02FB091D (String_t* ___text0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputInteraction::GetDisplayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputInteraction_GetDisplayName_mCCBCA3612441E933006CE842A9832B3DED6CE981 (String_t* ___interaction0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputAction::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_mD793438E7135692C402DBB981AD15DEE65A20F38_inline (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::TriggersAction(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_TriggersAction_mA2C09E283BE6494B34F667CC8D04107348E10DA2 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding&,UnityEngine.InputSystem.InputBinding/MatchOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding0, int32_t ___options1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m4E31CC5EBC262A4AC58A1BFF6B145E1CF05A021A (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___binding0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::CharacterSeparatedListsHaveAtLeastOneCommonElement(System.String,System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057 (String_t* ___firstList0, String_t* ___secondList1, Il2CppChar ___separator2, const RuntimeMethod* method); // System.Boolean System.Guid::op_Inequality(System.Guid,System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Inequality_m1BAF17908D4F09DC51AE6239AF52AF487F091175 (Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method); // System.Type UnityEngine.InputSystem.Utilities.TypeTable::LookupTypeRegistration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13 (TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Type UnityEngine.InputSystem.Utilities.TypeHelpers::GetGenericTypeArgumentFromHierarchy(System.Type,System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeHelpers_GetGenericTypeArgumentFromHierarchy_mAC39DFBA374535C9D576EF7278163E933E2598C8 (Type_t * ___type0, Type_t * ___genericTypeDefinition1, int32_t ___argumentIndex2, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Equality_m29EAACA601BEF1949070822B6E0062071085D5A7 (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // !!0 System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Boolean) inline InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_mC8CCE038538D4EB29456F9DE49AE6247D66EB33F (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { return (( InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * (*) (MemberInfo_t *, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m54000258A506B6A6B8BEA517F7E8670C5969DD99_gshared)(___element0, ___inherit1, method); } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_layout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_mE86350BE6428A1D0C6E076716EA2F6C7CA6A5CA2_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingComposite/d__12::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPartNamesU3Ed__12__ctor_m3AB6A670B02CB1E1C44A46643B643F7A734D5454 (U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // !!0 System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo) inline DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7_m43AF5BD4308A2B7765A374E725A7C4B24389BCC2 (MemberInfo_t * ___element0, const RuntimeMethod* method) { return (( DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * (*) (MemberInfo_t *, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mAEBC9EBACD573E5D085888BEE7B319CE80E372B5_gshared)(___element0, method); } // System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::get_formatString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayStringFormatAttribute_get_formatString_m581FD4119BDE34F222336388B7C8CFB32D4CE717_inline (DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingCompositeContext/d__2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_controlsU3Ed__2__ctor_m252D68CC3B02B5F91307177F6B1A418F74A78AC3 (U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.InputBindingCompositeContext::get_controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_get_controls_m2B97B0E7A6B00820F03E674D1057A6FD755C7756 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, const RuntimeMethod* method); // System.Single UnityEngine.InputSystem.InputActionState::EvaluateCompositePartMagnitude(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_EvaluateCompositePartMagnitude_m5F27B56A9134E862F2A1C7F422E9823D61F025B9 (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, const RuntimeMethod* method); // System.Single UnityEngine.InputSystem.InputBindingCompositeContext::EvaluateMagnitude(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingCompositeContext_EvaluateMagnitude_m18AA77B72E7CB977BAE48385B90D9F7E7FD46C20 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.InputActionState::ReadCompositePartValue>(System.Int32,System.Int32,System.Boolean*,System.Int32&,TComparer) inline float InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, bool* ___buttonValuePtr2, int32_t* ___controlIndex3, DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 ___comparer4, const RuntimeMethod* method) { return (( float (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, int32_t, bool*, int32_t*, DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 , const RuntimeMethod*))InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F_gshared)(__this, ___bindingIndex0, ___partNumber1, ___buttonValuePtr2, ___controlIndex3, ___comparer4, method); } // System.Boolean UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsButton(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBindingCompositeContext_ReadValueAsButton_m0CC1825644963B7ED41BAE9880FE7E1FE62027A4 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputActionState::ReadCompositePartValue(System.Int32,System.Int32,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ReadCompositePartValue_m953BBBA70FCF55EBA32B7E333234229C1B0E81DA (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, void* ___buffer2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingCompositeContext_ReadValue_mCD5D7E1325C052E53864CB895B871917E372DC02 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.InputActionState::ReadCompositePartValueAsObject(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputActionState_ReadCompositePartValueAsObject_m5847650FB4A66D8B997D68407A25E76B37FF1484 (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputBindingCompositeContext_ReadValueAsObject_mF80B02812AE2D6DF981CBFAFE8F6D15310E53684 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method); // System.Double UnityEngine.InputSystem.InputActionState::GetCompositePartPressTime(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputActionState_GetCompositePartPressTime_mDBAE57B3D7FE1BFD7C07602CBCF13B2F5AA91376 (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, const RuntimeMethod* method); // System.Double UnityEngine.InputSystem.InputBindingCompositeContext::GetPressTime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputBindingCompositeContext_GetPressTime_mDA9832857625A249A6BE2D6924EFC6BB2C22C92A (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalMapCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalActionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalActionCount_m92C6E6A924D92A53CD26D08F44921FE54E9FF767 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalBindingCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalBindingCount_mCE77D073CEB73DB3C49F9AF95AB37C15567F7913 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalControlCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalControlCount_m2E251CBE44753C3675234BD53B4F7301601A8A7A (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Dispose_m52964A71995C33B300945236638CF81112F59989 (UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingResolver::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_Dispose_m14FCDD5B72F3BBFCF4675DA24209A84AF6B927FF (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState::get_totalMapCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalMapCount_m6D06466631F34731F419DAC24E56AE639DB041AA (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState::get_totalInteractionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalInteractionCount_m38E8F61A4322A1B101587BECDD4054D2D10BC4A9 (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState::get_totalCompositeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalCompositeCount_m27514771791721760F0FAA9E1E462C209D5209AE (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState::get_totalControlCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalControlCount_mB94081AA7865A81DA19E10F46D3FCB45BD3B941C (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingResolver::StartWithPreviousResolve(UnityEngine.InputSystem.InputActionState,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_StartWithPreviousResolve_m26CF5D1A84D39DC609534935D82C39CB7D3CEDD4 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___state0, bool ___isFullResolve1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::EnsureInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_EnsureInitialized_mA5DFEDAF7173CFCEF20407E63FD286B90DC29467 (const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Allocate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Allocate_mEAC8F1B0173047D4C87CA78B345DE53F4B27EF2D (UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * __this, int32_t ___mapCount0, int32_t ___actionCount1, int32_t ___bindingCount2, int32_t ___controlCount3, int32_t ___interactionCount4, int32_t ___compositeCount5, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputActionState/UnmanagedMemory::get_isAllocated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnmanagedMemory_get_isAllocated_m6A9FF20952EE7C66C8503968AB4DECBA673BCB01 (UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::CopyDataFrom(UnityEngine.InputSystem.InputActionState/UnmanagedMemory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_CopyDataFrom_mBFF6F97F63786E718462625715519392CDEBAB21 (UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * __this, UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 ___memory0, const RuntimeMethod* method); // System.Nullable`1> UnityEngine.InputSystem.InputActionMap::get_devices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 InputActionMap_get_devices_m317EAC43E48EA75BBE4D3F699E6609024AC7EDCE (InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::.ctor(Unity.Collections.Allocator,System.Int32) inline void InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16 (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, int32_t ___allocator0, int32_t ___initialCapacity1, const RuntimeMethod* method) { (( void (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, int32_t, int32_t, const RuntimeMethod*))InputControlList_1__ctor_mEBAFB49402255C55D74AF1914F7B0FCD1750FA24_gshared)(__this, ___allocator0, ___initialCapacity1, method); } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionMap::FindActionIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindActionIndex_mB3944FD9A4A29943C006555FF2B6C29E77FCB5D8 (InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * __this, String_t* ___nameOrId0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_inline (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0 (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * __this, const RuntimeMethod* method) { return (( InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB (*) (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *, const RuntimeMethod*))Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.InputControlList`1::get_Count() inline int32_t InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_inline (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, const RuntimeMethod* method) { return (( int32_t (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, const RuntimeMethod*))InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1>::get_HasValue() inline bool Nullable_1_get_HasValue_mA51DE26DD6DFCB676E8E8EE4EA725AA6E7596758_inline (Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 *, const RuntimeMethod*))Nullable_1_get_HasValue_mBE9DD4B1E8B669780BD15F9B8559EFC8F8CFB113_gshared_inline)(__this, method); } // !0 System.Nullable`1>::get_Value() inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 Nullable_1_get_Value_m30AF0D651134010271C50F54A97B6D6D3B37E7E9 (Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 * __this, const RuntimeMethod* method) { return (( ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 (*) (Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 *, const RuntimeMethod*))Nullable_1_get_Value_m7363B109A2C278EDF4276DBDC576CF085314898E_gshared)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ReadOnlyArray_1_get_Item_m7FDACBCB1ABE4D8F3FD65F47FE316DA5376E70FB (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * (*) (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m84136BE8993A7013D4900F0ACF7B4ECAD86456F6_gshared)(__this, ___index0, method); } // System.Boolean UnityEngine.InputSystem.InputDevice::get_added() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_added_m6228E4D9FD11390012BA1693DE2EC3ECF55AD255 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControlPath::TryFindControls(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1&) inline int32_t InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * ___matches3, const RuntimeMethod* method) { return (( int32_t (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, const RuntimeMethod*))InputControlPath_TryFindControls_TisRuntimeObject_m3EAB1A17B4DEA67E79DFDC0CA6C68AD4157DAA26_gshared)(___control0, ___path1, ___indexInPath2, ___matches3, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_m49A10559EA7200653E50E8C52D7D3045535802DF_inline (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline)(__this, method); } // System.Int32 UnityEngine.InputSystem.InputSystem::FindControls(System.String,UnityEngine.InputSystem.InputControlList`1&) inline int32_t InputSystem_FindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mF44DB1CC013401526FF90BD8E9FF03C3B0155CEB (String_t* ___path0, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * ___controls1, const RuntimeMethod* method) { return (( int32_t (*) (String_t*, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, const RuntimeMethod*))InputSystem_FindControls_TisRuntimeObject_m7FEAAB413B1815EBCFC5361D232F6EA173284CFC_gshared)(___path0, ___controls1, method); } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::InstantiateWithParameters(UnityEngine.InputSystem.Utilities.TypeTable,System.String,TType[]&,System.Int32&,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&) inline int32_t InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method) { return (( int32_t (*) (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F , String_t*, InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0**, int32_t*, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *, const RuntimeMethod*))InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_gshared)(__this, ___registrations0, ___namesAndParameters1, ___array2, ___count3, ___actionMap4, ___binding5, method); } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::InstantiateWithParameters(UnityEngine.InputSystem.Utilities.TypeTable,System.String,TType[]&,System.Int32&,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&) inline int32_t InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method) { return (( int32_t (*) (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F , String_t*, IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA**, int32_t*, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *, const RuntimeMethod*))InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_gshared)(__this, ___registrations0, ___namesAndParameters1, ___array2, ___count3, ___actionMap4, ___binding5, method); } // UnityEngine.InputSystem.InputBindingComposite UnityEngine.InputSystem.InputBindingResolver::InstantiateBindingComposite(UnityEngine.InputSystem.InputBinding&,UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * InputBindingResolver_InstantiateBindingComposite_m18B4740CF15E15B4C3F0C74F79239477D8A915B1 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding0, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_m00AF9F43F056EBCE62BCBD16624B779A524CEB9A (InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083** ___array0, int32_t* ___count1, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083**, int32_t*, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_mA6B8ADA966B939BEEB0726AA570EB844A82DF57D_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::AssignCompositePartIndex(System.Object,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_AssignCompositePartIndex_mA8C8189F68F46C622E6696EA77D1785048C20845 (RuntimeObject * ___composite0, String_t* ___name1, int32_t* ___currentCompositePartCount2, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_controlCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_controlCount_mA37FCDBE9FD060C4B7AF31D8CC68488933EF4B87 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_actionIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_actionIndex_m76A8FD26DBB8C6F2E6A6BF93AE89C7F4609974BE (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_controlStartIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_controlStartIndex_m4F3F29609CE34C44950D588ABFCC3A90F1263883 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_interactionStartIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_interactionStartIndex_m2CF582FFD9F9903509FC67EB28B3A46C14B774E6 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_interactionCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_interactionCount_mCE1303769B46213D9A74F876D6AC3705443F14C9 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_processorStartIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_processorStartIndex_m045E607A0AB4EA7CF2497BBE6954D50B48C50B72 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_processorCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_processorCount_mFBC7287E06A6990929809FEB3F2A0946F3D68B3D (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isComposite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isComposite_m7F16029AA091618963A8938BD1E39B5F014FF58E (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isPartOfComposite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isPartOfComposite_mAC74EA5A73C6347A0825E23079C8307FAD6CF97C (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_partIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_partIndex_m25859FAA67AB79C1AEFF8F67020F30CEEE1915F6 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_actionIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_actionIndex_mD898163DA2E581B8421D0D74BE047BB9361DAD29 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_compositeOrCompositeBindingIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_compositeOrCompositeBindingIndex_mE2382D671A10DC6DB89643ECD3CAFB0CC46204E5 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_mapIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_mapIndex_m5572CE375EAE360C6AEAC30206CAB2EDD88614ED (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputAction::get_wantsInitialStateCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_wantsInitialStateCheck_m5FFBE04D4C7AB2DCFE506F8CF116C22312B7217F (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_wantsInitialStateCheck(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_wantsInitialStateCheck_m322D9D441CC220D24D29DF25BE73D29B6D80D2C2 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, bool ___value0, const RuntimeMethod* method); // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7 (Exception_t * ___exception0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ExceptionHelpers::IsExceptionIndicatingBugInCode(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExceptionHelpers_IsExceptionIndicatingBugInCode_m0D0D108262F6CE1307BD356127F7DBE9E5187E4C (Exception_t * ___exception0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity>(TValue[]&,System.Int32&,TValues,System.Int32) inline int32_t ArrayHelpers_AppendListWithCapacity_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_TisInputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A_m3A58BA121EC7C9643ED016539F81284B5BB7007A (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** ___array0, int32_t* ___length1, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**, int32_t*, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A , int32_t, const RuntimeMethod*))ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_m742D56AAAFA612D7910035720B026E24A96118AE_gshared)(___array0, ___length1, ___values2, ___capacityIncrement3, method); } // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlStartIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m375A0C96296F49CF19639FADF46C20E9D855412E_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_phase(UnityEngine.InputSystem.InputActionPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_phase_m5FD2CEF7F80B6134EDC170418AED219284EC8375 (InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_triggerControlIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_triggerControlIndex_m6A1E133C5917738C85B1526E03306DAD7A6B2AD6 (InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isComposite_m27507CD70AFA017D1487A01B28390EBF94B2F19B (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::get_type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputAction_get_type_m614E0FF26B312EC179AC497AA16E20C4E4572FE2_inline (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_phase(UnityEngine.InputSystem.InputActionPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_phase_mF1192287B0FA1F1B5213E7A9E2DF393047E107BC (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_mapIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mapIndex_m77CA7D5BF6C96A486CDFD461A840471B3B5C16B4 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_controlIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_controlIndex_m22FB2392BE73AA9B2D8F86A45050DAAA9F545EE4 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_interactionIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_interactionIndex_mD8C4BCBF26C49F91E6BCC2222B1FD8D2C26C5D69 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_isPassThrough(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_isPassThrough_mA9E2C8E812F9F8214993BD8E78BD1190330C617E (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_isButton(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_isButton_m29B539E3F6E88A670B01B30599BB86AD65C1D9CC (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_mayNeedConflictResolution(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mayNeedConflictResolution_m6E439CE97328023C7601351867B8D0E45F60D7B9 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_bindingIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_bindingIndex_m845217CEA5F4AB53E3D5442EAD6AF8F351378CD9 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_m70BE3ADC1118B234875F0E4C197DE96296B9AC57 (InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** ___array0, int32_t* ___count1, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609**, int32_t*, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_mA6B8ADA966B939BEEB0726AA570EB844A82DF57D_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.Void UnityEngine.InputSystem.InputControlList`1::Dispose() inline void InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1 (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, const RuntimeMethod* method) { (( void (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, const RuntimeMethod*))InputControlList_1_Dispose_mFBB4E01F4CB211BC12F895CF49F2564AD13BED6E_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.InputBindingResolver::AddActionMap(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD (Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingResolver::ApplyParameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1,System.Object,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_ApplyParameters_mBFECAFEB2CC074A11109BF06DCAFEAC2D1F79E86 (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___parameters0, RuntimeObject * ___instance1, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap2, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding3, String_t* ___objectRegistrationName4, String_t* ___namesAndParameters5, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() inline Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0 (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, const RuntimeMethod* method) { return (( Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 (*) (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 *, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0_gshared)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 * __this, const RuntimeMethod* method) { return (( NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 (*) (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 *, const RuntimeMethod*))Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D_gshared)(__this, method); } // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.NamedValue::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m691219CE5D6F1DA3F84DADBF8173FD8E3E76A1D4_inline (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * __this, const RuntimeMethod* method); // System.TypeCode System.Type::GetTypeCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_mC0FBF8DFCAC822CC01A76F54BF058140211142BF (Type_t * ___type0, const RuntimeMethod* method); // System.Nullable`1 UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::Find(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE ParameterOverride_Find_m9165F14A3B0347B24D5CEF1A7D3B0B9DE0EC1F22 (InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding1, String_t* ___parameterName2, String_t* ___objectRegistrationName3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_inline (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE *, const RuntimeMethod*))Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_gshared_inline)(__this, method); } // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::get_value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 NamedValue_get_value_m1E8245C58479105E6D2077840593A0036E872A3D_inline (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE * __this, const RuntimeMethod* method) { return (( ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 (*) (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE *, const RuntimeMethod*))Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::ConvertTo(System.TypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 PrimitiveValue_ConvertTo_m5D0853E2783E85495AA8C4480C79657CB4AA9A7C (PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PrimitiveValue_ToObject_m8A6543DF11C5730DE0B96BA0AB906E17DC3CD304 (PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * __this, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 *, const RuntimeMethod*))Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() inline void Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 *, const RuntimeMethod*))Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E_gshared)(__this, method); } // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___str0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::RefreshConfigurationIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfigurationIfNeeded_m17BED71161748608E0FBD530A4F755548D09B7B7 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlPath::Combine(UnityEngine.InputSystem.InputControl,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_Combine_mD29B9FBDF6BAEB9E3A93A0914B52FD4D64ED78DB (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, String_t* ___path1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) inline void ReadOnlyArray_1__ctor_mDE3905C6077EF7D32FC8FD010C84829559A1659B (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_mDBA2D038A7B6AAC56DBAE76573D364B6ED244C74_gshared)(__this, ___array0, ___index1, ___length2, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[],System.Int32,System.Int32) inline void ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1 (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_gshared)(__this, ___array0, ___index1, ___length2, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m84136BE8993A7013D4900F0ACF7B4ECAD86456F6_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.InputControl::set_noisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline)(__this, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_m0EC42CEED5BA7A842158FFADCF05BBACF33B700D (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueAsObject(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlExtensions_ReadValueAsObject_m5619782F0D0BFCBAC4241CA70815DA55E9C6B64F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.InputControl::get_currentStatePtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::TryGetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::MakeChildPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_MakeChildPath_m7F3C2482F89A2A191256B00950CBBC78FA4F1556 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_byteOffset(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControl::get_isConfigUpToDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isConfigUpToDate_mCE5639536880D34F59EE4F77476059F0F70EA61D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::set_isConfigUpToDate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isConfigUpToDate_m0501F37D081C6938751F24DB71B72D5F1F6AFE93 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControl::GetDeviceIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControl_GetDeviceIndex_mA5EF19FAE10F79B9B9FA092C5DC60D4B7BA4E046 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetFrontBufferForDevice(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputStateBuffers_GetFrontBufferForDevice_m4386695914C24C31BF87EA999554E078830366AC (int32_t ___deviceIndex0, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetBackBufferForDevice(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputStateBuffers_GetBackBufferForDevice_mBAA6BACF043BC95F1E43A1FDF313FF957DCED1A2 (int32_t ___deviceIndex0, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_byteOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::get_isEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m6E8D8E3435F6A3C3AC7CA21076ACDCD2B9A0BFA8 (PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::CallFinishSetupRecursive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_CallFinishSetupRecursive_m433B17049A829371815D9EA01124F8DF16CA24EA (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::BakeOffsetIntoStateBlockRecursive(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_BakeOffsetIntoStateBlockRecursive_m711ADB2CA8BBDE69B11B4FE52B0C08B3B6D95FE2 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, uint32_t ___offset0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControl::get_isButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isButton_mC61BD75AEDE7A60CA800EFD668C3915256A9D869 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::IsValueConsideredPressed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_IsValueConsideredPressed_m1A0921A4D40FDF31103536AF5D29A235DA058703 (ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.PropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAttribute__ctor_mA13181D93341AEAE429F0615989CB4647F2EB8A7 (PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_Approximately_mFEB0CB3531393F6CBE07C6E0FCB473B3311F799A (float ___a0, float ___b1, const RuntimeMethod* method); // System.Single UnityEngine.InputSystem.Controls.ButtonControl::get_pressPointOrDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ButtonControl_get_pressPointOrDefault_mD01867DB1DD0815A0DCFDE49A351C83DAE297842 (ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::IsActuated(UnityEngine.InputSystem.InputControl,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_IsActuated_mADBE5F859610D2F4E56F2A6EC4A50C786A761370 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, float ___threshold1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m3DE0CE991740EB78A885B4BD1436AF27EACA4210 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method); // System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_m7228DE8EE0B0B59D2C05EA3B176E9F4BBA54B2B8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.InputControl::get_defaultStatePtr() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m37116C9D7D2F799DC929E931364954D8895854C1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.InputControlExtensions::ReadDefaultValueAsObject(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlExtensions_ReadDefaultValueAsObject_m2C16E8B5DA3CA166DA635644E01FA709B35A414C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method); // System.Void* Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Malloc(System.Int64,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_m540451750CEC21D0DEEE8C42ED25AE9B623E2BAE (int64_t ___size0, int32_t ___alignment1, int32_t ___allocator2, const RuntimeMethod* method); // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mBC2D8A194E2E34662D81ACF759610790010D5919 (void* ___memory0, int32_t ___allocator1, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_alignedSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8 (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.Int64 System.Math::Min(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151 (int64_t ___val10, int64_t ___val21, const RuntimeMethod* method); // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareState(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareState_m6FF76934415AFD375C387773560DDB9D33074686 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___firstStatePtr1, void* ___secondStatePtr2, void* ___maskPtr3, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefaultIgnoringNoise(UnityEngine.InputSystem.InputControl,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m316B33259F15BC13EE3620DFD6FF7579CDA153C5 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.InputControl::get_noiseMaskPtr() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_noiseMaskPtr_mAA7D590B7333195F94A32F7EA2A2D869890C4FE0_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_sizeInBits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_bitOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_mE71E91E875B5F9D54F764C33A97744D22F2ADA48 (void* ___ptr0, uint32_t ___bitOffset1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCmpBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_MemCmpBitRegion_m7CE0F9702BDDC872ABA853E622F8406E40885FC7 (void* ___ptr10, void* ___ptr21, uint32_t ___bitOffset2, uint32_t ___bitCount3, void* ___mask4, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputEventPtr_get_type_mC6EF58B6562D5B232170DC64DC0F1A99FE996BD2 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEventUnchecked(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m032DFA7D96651CB07651F3A39D4F448DDD581394 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___eventType2, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356 (int32_t ___i0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Equality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___left0, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___right1, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * StateEvent_FromUnchecked_mBA1C200CACC998DEA3063B300C6B93EAF7E71DD1 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___ptr0, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.StateEvent::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StateEvent_get_stateSizeInBytes_mF7D46CB26D7C0793ED3C699357F315102093EE65 (StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.LowLevel.StateEvent::get_state() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* StateEvent_get_state_mFAD2786AB2A030B34EA4B23A0111289F67B16B2B (StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.DeltaStateEvent* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * DeltaStateEvent_FromUnchecked_m12565448560ACE283BD588A131E71A6E85F74F3C (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___ptr0, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaStateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DeltaStateEvent_get_deltaStateSizeInBytes_m9BED7AD9113828078EFB6E9271AC74055964782E (DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DeltaStateEvent_get_deltaState_m57A2F01023052672A37EA8188AD16511008F5B9A (DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::get_format() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Inequality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232 (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___left0, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___right1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputDevice::get_hasStateCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasStateCallbacks_mD2180C045B5F2BC58EBCC491C2FE8AD0993582C8 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveByteOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveByteOffset_mCC34FCD88436A14E273FDA1A59F5A3AD7788B2FC (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCpyBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemCpyBitRegion_mC2FD673707940BDFD9BB6A887BB2418C63B27E98 (void* ___destination0, void* ___source1, uint32_t ___bitOffset2, uint32_t ___bitCount3, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent(UnityEngine.InputSystem.InputControl`1,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&) inline bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02 (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, float* ___value2, const RuntimeMethod* method) { return (( bool (*) (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , float*, const RuntimeMethod*))InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_gshared)(___control0, ___inputEvent1, ___value2, method); } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent(UnityEngine.InputSystem.InputControl`1,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr) inline void InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, float ___value1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr2, const RuntimeMethod* method) { (( void (*) (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, float, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_gshared)(___control0, ___value1, ___eventPtr2, method); } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent(UnityEngine.InputSystem.InputControl`1,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&) inline bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0 (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value2, const RuntimeMethod* method) { return (( bool (*) (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *, const RuntimeMethod*))InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_gshared)(___control0, ___inputEvent1, ___value2, method); } // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m2CC2BE6339AC30EFBA76876EEC529930D146E3C9_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent(UnityEngine.InputSystem.InputControl`1,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr) inline void InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830 (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr2, const RuntimeMethod* method) { (( void (*) (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_gshared)(___control0, ___value1, ___eventPtr2, method); } // System.String UnityEngine.InputSystem.Utilities.StringHelpers::Escape(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Escape_m797D81BEE5C1E0F2F235BBF64759737E741FD8A6 (String_t* ___str0, String_t* ___chars1, String_t* ___replacements2, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_usages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51 (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_gshared)(__this, ___index0, method); } // System.String UnityEngine.InputSystem.Utilities.InternedString::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_gshared_inline)(__this, method); } // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_deviceId_m1FECADA1BAB8F96780A21A5B374C96D9FC2A9109 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDeviceById(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputSystem_GetDeviceById_mE0A4C703EDB098F132536BBCCB1322488268A9EA (int32_t ___deviceId0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControlExtensions/Enumerate,UnityEngine.InputSystem.InputDevice,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, int32_t ___flags1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device2, float ___magnitudeThreshold3, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions::GetFirstButtonPressOrNull(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlExtensions_GetFirstButtonPressOrNull_mF077592F4CF6FD8A07CE8047CC1104B8F42962D3 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method); // UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputSystem::get_settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * InputSystem_get_settings_mA42EFB90BC81DD4A8E7C5B069395915157571ED8 (const RuntimeMethod* method); // System.Single UnityEngine.InputSystem.InputSettings::get_defaultButtonPressPoint() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultButtonPressPoint_m340ACA5AD7B0079097AF1DFEBDD90825B5FA73ED_inline (InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 InputEventControlCollection_GetEnumerator_m496B04004468B29EC941955883659A439436CAA7 (InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputEventControlEnumerator_get_Current_m0941FF974D282EB351CE0415CB5A9183036C631B_inline (InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventControlEnumerator_MoveNext_m697DD8F0B841779CAF8404885807865ED0E5F35C (InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventControlEnumerator_Dispose_m0700CE99BB2D459BD221C763B38646B2071282E4 (InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions/d__43::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetAllButtonPressesU3Ed__43__ctor_mB0FB6322F25A38590A4E91D5F5625729D16ECF73 (U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControl::get_isSetupFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isSetupFinished_m525C6A677DE0C176CFED39BD3411304D5F4EA4F3 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions/ControlBuilder::set_control(UnityEngine.InputSystem.InputControl) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlBuilder_set_control_m68D9B99E5C7238124B3E8B71096AE82F5C55BA80_inline (ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___value0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder::set_device(UnityEngine.InputSystem.InputDevice) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceBuilder_set_device_m048F77A33B3228CF2C9582125FDD63506FB10FC1_inline (DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) inline void ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14 (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_gshared)(__this, ___array0, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) inline void ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905 (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 * __this, ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 *, ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905_gshared)(__this, ___array0, method); } // !0 System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline)(__this, method); } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isDeviceLayout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isDeviceLayout_mC5F5DAC33ABD873016B22929166382D54CFF18DE (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared)(__this, ___value0, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m423E011916B2AAE156B9B8047F7E602D04F386B4 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___a0, String_t* ___b1, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m0D791451F3BDC84D2EBA0F98EA847F781D1F4FA0 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___a0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___b1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59 (Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 * __this, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 *, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 , const RuntimeMethod*))Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_gshared)(__this, ___value0, method); } // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_m73245965734C419B757CC9828B24D8C185E0808D (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isArray_m2B5D961F5F4C5A189AB5D11B5158BDA9EA4A55BD (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.InternedString::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_get_length_m2AC9F381DADB0B77E4479B997DEA0601E852863D (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method); // System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::get_type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * InputControlLayout_get_type_mEDBAE215519AFDFCCECA8ABABD1FFF21EEB60FA6_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82 (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, const RuntimeMethod*))List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_gshared)(__this, method); } // !!0 System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Boolean) inline InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C_m96F35714E15519411A80A9E596B4302BAC609B8E (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { return (( InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * (*) (MemberInfo_t *, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m54000258A506B6A6B8BEA517F7E8670C5969DD99_gshared)(___element0, ___inherit1, method); } // System.Type UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItems(System.Type,System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItems_mF9C89F9F68296699CD5DF955F5FDA2BE7470B72C (Type_t * ___type0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlLayouts1, String_t* ___layoutName2, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateFormat() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_stateFormat_m7523CD6BC477908ABDA943F475D8627DA74FF6BF_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mBF587BBA40E731075FD373350692B099FED3A3D1 (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_variants() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_variants_m8851CDA5D48067FA6F56899D266570D5A8109901_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout__ctor_m47FAE27B8A1760BE36515E2E214F2FD05FC13EC9 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method) { return (( ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, const RuntimeMethod*))List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_gshared)(__this, method); } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isGenericTypeOfDevice() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isGenericTypeOfDevice_m40462D5798331F04AD0873174BB6E635D36B33CB_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isGenericTypeOfDevice(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isGenericTypeOfDevice_m5430AECF324D0C1628F7AFE17B7C298FB7EA6EF4 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_hideInUI() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_hideInUI_m125A8CE0254A445B7606C803EC24305DE822BDCA_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_hideInUI(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_hideInUI_m9D8509A209FD0053F3F6ED784A5AAC577487E312 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_description() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_description_m844569AF1B1561CED3A7DE3EEC7A77955AEE555D_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_displayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_displayName_m31B0EE6C7BC9022A5010C341000F605491CD60B7_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_canRunInBackground(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_canRunInBackground_m7C57243C59EA112CE6EF04AD8BD956369577746A (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isNoisy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isNoisy_m28D711D74DDCC04E731BACAEA5B5F6B74EED370D_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isNoisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isNoisy_mF9D783908C68C10E5CBB8877457B90537D815813 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method); // System.String[] UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_commonUsages() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlLayoutAttribute_get_commonUsages_m73156554F50714EAFDE67C7C2BEFA94FAA2C55BF_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872 (Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mC2724EB0AF9B6AFF5082BDCEBBFB52C030229691_gshared)(__this, ___object0, ___method1, method); } // TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select(TOld[],System.Func`2) inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA7CDD23B88AE7F0CA837500EE587E0F8823A4547 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * ___converter1, const RuntimeMethod* method) { return (( InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 *, const RuntimeMethod*))ArrayHelpers_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEA691CC87A2F02C0BF645DA4D6E401E1ED20A094_gshared)(___array0, ___converter1, method); } // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::FromLayout(UnityEngine.InputSystem.Layouts.InputControlLayout) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 LayoutJson_FromLayout_mD0F38F1C5AC6CD42CBE3AF9FE482DBD8C85AFF80 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, const RuntimeMethod* method); // System.String UnityEngine.JsonUtility::ToJson(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_m8A3321288D36CE4383BE7F22C4DACFAF1DEE9ABF (RuntimeObject * ___obj0, bool ___prettyPrint1, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) inline LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875 (String_t* ___json0, const RuntimeMethod* method) { return (( LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875_gshared)(___json0, method); } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::ToLayout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * LayoutJson_ToLayout_m0B95D04B51A09B210D430ECE535D485B220DCAE6 (LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromFields(System.Type,System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromFields_m0A82BF54A7B3347218666CC8D15ED0A613E7E18F (Type_t * ___type0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlLayouts1, String_t* ___layoutName2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromProperties(System.Type,System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromProperties_mD296B376E8EE9A2602DF598B4100245957A3A77B (Type_t * ___type0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlLayouts1, String_t* ___layoutName2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMembers(System.Reflection.MemberInfo[],System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMembers_m72F5A881E5D9DAE60883E39A8388949D6E0DCE15 (MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ___members0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlItems1, String_t* ___layoutName2, const RuntimeMethod* method); // System.Type UnityEngine.InputSystem.Utilities.TypeHelpers::GetValueType(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeHelpers_GetValueType_mEB87F669D3BE5244997786CEE894A4CA9CFFB9E1 (MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB (Type_t * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, const RuntimeMethod*))List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_gshared_inline)(__this, method); } // System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m1D0F6137217AB3BAB09BD17E300F5130C49798F5 (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::OffsetOf(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_OffsetOf_mE292448ABCA35B04D1B90ED68EC0F8AD54B3559C (Type_t * ___t0, String_t* ___fieldName1, const RuntimeMethod* method); // System.Int32 System.IntPtr::ToInt32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_ToInt32_m94C1C0E438A3B7E040B0A087FDDC0D4F90BABB08 (intptr_t* __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_inline (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, int32_t, const RuntimeMethod*))List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_gshared_inline)(__this, ___index0, method); } // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_offset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_offset_mE7A2844947C981740EDADB9E7476AA8D4465D48B_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_offset(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_offset_m1B558EA02C0CBBD0805E58FC58BA5BEDBB61C16E_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169 (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, int32_t ___index0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value1, const RuntimeMethod* method) { (( void (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, int32_t, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 , const RuntimeMethod*))List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_gshared)(__this, ___index0, ___value1, method); } // System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions::GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) inline RuntimeObject* CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m13E4AA6AE2AAE6262DF4E544CD4B5EBDF8985F9C (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (MemberInfo_t *, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttributes_TisRuntimeObject_m78D80C77D5841CDDD87DCFAA0E973E241708504E_gshared)(___element0, ___inherit1, method); } // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* Enumerable_ToArray_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m5BBC8DAB9D0A29688BD54EA76A36535B84F31B2B (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA5E1AD3350B1E7EB1FAE7562CA67C49A5193E1F2_gshared)(___source0, method); } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute[],System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMember_m81D3F4A202128773F1D2A2031A6F288049CF9BCA (MemberInfo_t * ___member0, InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* ___attributes1, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlItems2, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout::CreateControlItemFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 InputControlLayout_CreateControlItemFromMember_m64F9A2D0AB8FE7F7AAAE9FCFB08460B25166846C (MemberInfo_t * ___member0, InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * ___attribute1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73 (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 , const RuntimeMethod*))List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_gshared)(__this, ___item0, method); } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_name_m3F1A3B6E5AD8B1204AC6CA8B797AF54FAB67640E_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_displayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_displayName_mFF7BC4D8925CE539C3E8FADE741A7342DE27600F_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_shortDisplayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_shortDisplayName_mFDD806CB369D26BD40BC3C113582D39D562D163D_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // !!0 System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Boolean) inline FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C * CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_mBAB3E732C7EE0669700F95C5878F421BCC3A2351 (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { return (( FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C * (*) (MemberInfo_t *, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m54000258A506B6A6B8BEA517F7E8670C5969DD99_gshared)(___element0, ___inherit1, method); } // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::InferLayoutFromValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_InferLayoutFromValueType_mA70B6C0FF044FF04F12B5EB250387002ED880F3A (Type_t * ___type0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_variants() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_variants_m48EBEC5433E94809AAFDC50675D812CFA8539791_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_offset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_offset_m1CDE3836C58B3C5EF8C097BD00A6356A7B59C7C4_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_bit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_bit_m5189AC9BA7198BFD3DFB7870B06636DCABCDC128_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_sizeInBits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_sizeInBits_mCFA5F11B50E7966FAF2E13BAA40DCF7D22FDA010_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_format() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_format_m9D0E76150737B13D6F2755926726C1F0FC27859F_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::GetPrimitiveFormatFromType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputStateBlock_GetPrimitiveFormatFromType_m6E904EDD8A89909EE24A58A8B6F31411F8296128 (Type_t * ___type0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_alias() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_alias_m335700058F61A3497689731A14438BC6509C2476_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_aliases() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlAttribute_get_aliases_m0560178E882F10856DC63F67F5974DC42E4036B6_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB (String_t* ___value0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values1, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (String_t*, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*))ArrayHelpers_Join_TisRuntimeObject_m939362DDFFA8C2EDE20A59FCFD9B62140D6F81FE_gshared)(___value0, ___values1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC (RuntimeObject* ___source0, Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m43044DE5C623082EA3360585588B30682556CD7C_gshared)(___source0, ___selector1, method); } // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_gshared)(___source0, method); } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_usage_mDEF4BECD896FCB9AD3C00882DABC43263190E4FD_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usages() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlAttribute_get_usages_mA5ACEAC618A3EDECB3A6C210579163EF121F1393_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_parameters_mCA2F96E84FA9AC0FF7D8AF4E55210CCE5050DB8D_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.NamedValue[] UnityEngine.InputSystem.Utilities.NamedValue::ParseMultiple(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* NamedValue_ParseMultiple_m219B9C9F728A7675097A43927B90670C8C0B64BE (String_t* ___parameterString0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_processors() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_processors_m7E5C10231BC8D956129E10D2FF51819BA9C1386D_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_gshared)(___source0, method); } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_useStateFrom() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_useStateFrom_m23F76928B1001E1A5C9FC891666A9CA77284F1DA_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_noisy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_noisy_m9DD698B683D5DE1D82D526B7D4AB1A89C05F6DEF_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_dontReset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_dontReset_mFFD276CC2D72290F7FAC014FA6D5DE8111384D4F_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_synthetic() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_synthetic_m368A197FB6DCFD5BBD26383FC1524A24CE43A741_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_arraySize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlAttribute_get_arraySize_mFAF1FB5F10297F31088998A00CE45E8483FA115C_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_defaultState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_defaultState_mC0138D14C0B4DC9C0FB1F03A75E02BDE1E61185B_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 PrimitiveValue_FromObject_m8DCBB9C8F249D600DA2CA3C4A6612D48A28CD707 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_minValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_minValue_mA8467185C4CF576AD8485D57A036639F810F80F0_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_maxValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_maxValue_m8A64EA27BAA6C4486D69776CCDC62E3D14804A18_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_name(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_name_mD11795A344C03C4DB28B27764B0A16CD2719DC42_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_displayName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_displayName_m15530529C10A612AA4E25CE10DF67AAEE1ECC576_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_shortDisplayName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_shortDisplayName_mB6E9992ABF0AEDB81E2E12B816B314CCC8704518_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_layout(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_layout_m9D23776F129FC89393E4972EC6C6763150F5C124_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_variants(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_variants_m59A64C45589B42083437AE31044AC29DD57B576B_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_useStateFrom(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_useStateFrom_mCC50D765268B9B5958D73128F73107ACD81417E4_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_format(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_format_m641905A3CC33CA7B51AFF52A9C27805F81580C50_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_bit(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_bit_m7E61DFA10E4ECBB50BC0D616E64CBD4A62B4409C_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_sizeInBits(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_sizeInBits_m191AC08572EF732DE8AE1A3A72EE07041B3008F1_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) inline void ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09 (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 *, NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09_gshared)(__this, ___array0, method); } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_parameters_m00027232D0F081AA31ED82E3300E172EAEC1AAEA_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) inline void ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178 (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *, NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178_gshared)(__this, ___array0, method); } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_processors(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_processors_mFAF4DDCB60542CA5AE558EC2DFB6962EC8CD4A87_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_usages(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_usages_mDD10B49E4A2643056F4F2FA9771DCD817FF3095B_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_aliases(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_aliases_m015605778576766C5A0117C542EECDE35857D8A1_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isModifyingExistingControl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isModifyingExistingControl_m4CDB617E025A6B8F17B4A4E878B7DF08DA1A5C3A (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isFirstDefinedInThisLayout(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isFirstDefinedInThisLayout_mDFD95EBDE02D5E7B53C1711DC229E1D00F3A0166 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isNoisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isNoisy_mE3EE55FEA2692DBFBD09A91C6BEF0D21A41181DC (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_dontReset(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_dontReset_m2C2C731C4034916665F945CC07EC5D2429D1C143 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isSynthetic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isSynthetic_mBD0B332FAE5E9544689D88CB1DCA933883EDA083 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_arraySize(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_arraySize_m1D58E01C0D4943774E1DDBBE98CAD035C781E038_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_defaultState(UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_defaultState_m884E2A947B2342D41156A21523A21A2D75DACC81_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_minValue(UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_minValue_m2EAD4D8F3206C2FF529BD3DD9B58953D6EA8B776_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_maxValue(UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_maxValue_mB8DE0EF5B2DB0A68E673A17C0E493210607E6982_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryFindLayoutForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED Collection_TryFindLayoutForType_mC84D3FC044E2F243F888F3335424CCCA07072AC9 (Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * __this, Type_t * ___layoutType0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::HasLayout(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_HasLayout_m93C27EDE028A85DDB26705F50A335D76BD330328 (Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge(TValue[],TValue[]) inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___first0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___second1, const RuntimeMethod* method) { return (( InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, const RuntimeMethod*))ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F_gshared)(___first0, ___second1, method); } // System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1::Merge(UnityEngine.InputSystem.Utilities.InlinedArray`1) inline void InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C (InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * __this, InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB ___other0, const RuntimeMethod* method) { (( void (*) (InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB *, InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB , const RuntimeMethod*))InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C_gshared)(__this, ___other0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout::CreateLookupTableForControls(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[],System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * InputControlLayout_CreateLookupTableForControls_m5FAFB1A2A3B9F6C1FA940A60A79ED7C71F9E596F (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___controlItems0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___variants1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 Dictionary_2_GetEnumerator_m6C8EE378A87E60770EC7947DFD6C97EC7FACEA84 (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, const RuntimeMethod* method) { return (( Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m66D979DA5AB7832BF15CED86F65ABCFBAF8D3408_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 Enumerator_get_Current_m9D0ED07AA1A8EB0D8E309D072F9AE92D3B7F0099_inline (Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 (*) (Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 *, const RuntimeMethod*))Enumerator_get_Current_mE96208E5F7163B32F08E765F9A409D473C3823F1_gshared_inline)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_inline (KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m8B7E0D0F64E0026A5B5CED48EC78C92C2891DCAD_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1 (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, String_t* ___key0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, String_t*, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *, const RuntimeMethod*))Dictionary_2_TryGetValue_mB0E4B54353AA1D0AC0D22F3F7BB25D49B8D48114_gshared)(__this, ___key0, ___value1, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline (KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 * __this, const RuntimeMethod* method) { return (( ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 (*) (KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m39EA0778AAFA43569866F2585D49A38832470A8F_gshared_inline)(__this, method); } // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::Merge(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___other0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m89E9A9AFC98D1EA5E776A92F25A3600E4EFB5456_gshared)(__this, ___key0, method); } // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_variants() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_DefaultVariant() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C_inline (const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.InternedString::ToLower() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_m59C1CB802A96C5E4C21ED3B30AFDE980BF7C2B94 (String_t* ___expected0, String_t* ___actual1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline String_t* Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { return (( String_t* (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54 (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7 (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_mF371BC5D9CAC27AA7995301048D2ADD658B32C09 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___expected0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___actual1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mB0F694FB21EAFA37F54AAF1A8E121059A999E03C (Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 *, const RuntimeMethod*))Enumerator_MoveNext_m085F9A43E65C0ECB15578F854F1AB407CFFF58B6_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_mAC9F560CBF9F7663D05C7FD80308F8C84E401C00 (Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 *, const RuntimeMethod*))Enumerator_Dispose_m7162F102BB3DC11CDBDAAABEBD2BB0B69EC236F8_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, const RuntimeMethod* method) { return (( ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, const RuntimeMethod*))Dictionary_2_get_Values_m5CE993A377133B97528BF28E96E8AAF620B09FE3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7 (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7_gshared)(__this, ___collection0, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735 (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454 (RuntimeObject* ___source0, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *, const RuntimeMethod*))Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_gshared)(___source0, ___predicate1, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, const RuntimeMethod*))Dictionary_2__ctor_m95BD709BEB7952D355A7F08590D7CC71001006CD_gshared)(__this, method); } // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_mFCB6E922167245A53F016079F13B8A0E6FBC1D98 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___a0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___b1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, String_t* ___key0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, String_t*, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 , const RuntimeMethod*))Dictionary_2_set_Item_m664F85E889A72FC357557FD006C72C5EB6D5DD29_gshared)(__this, ___key0, ___value1, method); } // !!0 UnityEngine.JsonUtility::FromJson(System.String) inline LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8 (String_t* ___json0, const RuntimeMethod* method) { return (( LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8_gshared)(___json0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::Append(TValue) inline int32_t InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2 (InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method) { return (( int32_t (*) (InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB *, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , const RuntimeMethod*))InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2_gshared)(__this, ___value0, method); } // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::ToMatcher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 MatcherJson_ToMatcher_m9D64DDEE6ACB63E460BECC5052CDD415ADB00BE2 (MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath::Matches(System.String,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_Matches_mDD1750C28430F15F6AA5090CD98D28D610F29179 (String_t* ___expected0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_shortDisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_shortDisplayName_mE793715F37AA1ECC524C1D0DB36A689A3AE8D35C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlPath/PathParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296 (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * __this, String_t* ___path0, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputControlLayout::CacheRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 InputControlLayout_CacheRef_mE6499AC207F0BD44270545C463324B186E6A2D2D (const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath/PathParser::MoveToNextComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::ToHumanReadableString(System.String,System.String,System.String&,System.String&,UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParsedPathComponent_ToHumanReadableString_m519BBB7981D3119882AE5169F87B3C57D7217E83 (ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * __this, String_t* ___parentLayoutName0, String_t* ___parentControlPath1, String_t** ___referencedLayoutName2, String_t** ___controlPath3, int32_t ___options4, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheRefInstance_Dispose_mA78F80AF748BC6DCA91824F76B2A720AC41A0E31 (CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m523DB06EA3ABEEB5DCA08E73AEA3759328B01585 (Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mF6E4E8981AAE62AF27469386C8A77200B3218980_gshared)(__this, ___object0, ___method1, method); } // !!0[] UnityEngine.InputSystem.Utilities.InlinedArray`1::ToArray(System.Func`2) inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InlinedArray_1_ToArray_TisString_t_mC1D8CBC3948FD984B660EC4DA067DD06B0B00CDF (InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * __this, Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * ___mapFunction0, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 *, Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF *, const RuntimeMethod*))InlinedArray_1_ToArray_TisRuntimeObject_mC752CADC22C6077E262EE672019E113293DA3BFD_gshared)(__this, ___mapFunction0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.Substring::get_length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.Substring::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Substring_ToString_m12E04072900722487EFCA388796DD4E4A314F134 (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.StringHelpers::Unescape(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Unescape_m9F274C6418F8D98404851579939B415853B09B56 (String_t* ___str0, String_t* ___chars1, String_t* ___replacements2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::get_isWildcard() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParsedPathComponent_get_isWildcard_m4D37D54878FDF5D2BC12928C1AC8D2DC592552B4 (ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * __this, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlPath::FindControlLayoutRecursive(UnityEngine.InputSystem.InputControlPath/PathParser&,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_FindControlLayoutRecursive_mB036FBD0847870B371DE74323A4FFA25901EF629 (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser0, String_t* ___layoutName1, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache& UnityEngine.InputSystem.Layouts.InputControlLayout::get_cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * InputControlLayout_get_cache_m84E6B84C0A763A7A4791E5876F68C8EAF10D520E (const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::FindOrLoadLayout(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * Cache_FindOrLoadLayout_m0ACC5273CB77E87BC83882FD3EC25E32E089109B (Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * __this, String_t* ___name0, bool ___throwIfNotFound1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlPath::FindControlLayoutRecursive(UnityEngine.InputSystem.InputControlPath/PathParser&,UnityEngine.InputSystem.Layouts.InputControlLayout) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_FindControlLayoutRecursive_m56C124218DBDD19BDF1AE0D1E9CDD2DE4F448D4A (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser0, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout1, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 InputControlLayout_get_controls_mCD5F4B7E631163E2F6A771E300E4F38918F771AE (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_inline (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_gshared_inline)(__this, method); } // System.Boolean UnityEngine.InputSystem.InputControlPath::ControlLayoutMatchesPathComponent(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,UnityEngine.InputSystem.InputControlPath/PathParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_ControlLayoutMatchesPathComponent_mC7D0BB8915A7DB21A59B48E5765AA4918CCDA058 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem0, PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser1, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_layout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ControlItem_get_layout_m768E9E9AD78D936819299826D8BBF577999AECEB_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath/PathParser::get_isAtEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PathParser_get_isAtEnd_mBF0CC5CBBBF02658C519AE9BD07E60B6DC4768EF (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_m68E321E6C3AB1E7FF2327C372888F2225A65B7EC (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath::StringMatches(UnityEngine.InputSystem.Utilities.Substring,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_StringMatches_mA99EE95BA3651F48D26D9064284F26CED77B9577 (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___str0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___matchTo1, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B (InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F (*) (InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 *, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B_gshared)(__this, ___index0, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_usages() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ControlItem_get_usages_m629F38AED6B9FB1A0B5BF1D2A71EBFCBED5FF837_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Char UnityEngine.InputSystem.Utilities.Substring::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Substring_get_Item_m0DF197919805FB14F2C761FE0A27A5010F1AF9B0 (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_mC90C7FE60F2D108FB130897EC19026D23B397789 (Il2CppChar ___c0, const RuntimeMethod* method); // TControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32) inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindControl_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB0814377100CF99902526C31E09F9099C28B09B9 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { return (( InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, const RuntimeMethod*))InputControlPath_TryFindControl_TisRuntimeObject_m4D717C30BC2B1FF54867E0EEDBF64215B7BDB26F_gshared)(___control0, ___path1, ___indexInPath2, method); } // TControl[] UnityEngine.InputSystem.InputControlList`1::ToArray(System.Boolean) inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* InputControlList_1_ToArray_m78C6B503732095FF7F6259969CF07C7CCCD9FF53 (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, bool ___dispose0, const RuntimeMethod* method) { return (( InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, bool, const RuntimeMethod*))InputControlList_1_ToArray_mE262F05000CC917D7DB43F01DBA28C55C3FC1768_gshared)(__this, ___dispose0, method); } // TControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32) inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindChild_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mA256240F65DF0060F8D4032BCE3C91833C6CFE1E (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { return (( InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, const RuntimeMethod*))InputControlPath_TryFindChild_TisRuntimeObject_m2B43A202A0302443F25F4234359581DA95C680AC_gshared)(___control0, ___path1, ___indexInPath2, method); } // System.Boolean UnityEngine.InputSystem.InputControlPath::MatchesRecursive(UnityEngine.InputSystem.InputControlPath/PathParser&,UnityEngine.InputSystem.InputControl,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchesRecursive_m2F2A83D8DD940E599305E27D960BA6C4488B1F34 (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___currentControl1, bool ___prefixOnly2, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::Matches(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParsedPathComponent_Matches_m3E298C66572B5D279C6A372ADED2C929475D4D15 (ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath::MatchPathComponent(System.String,System.String,System.Int32&,UnityEngine.InputSystem.InputControlPath/PathComponentType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06 (String_t* ___component0, String_t* ___path1, int32_t* ___indexInPath2, int32_t ___componentType3, int32_t ___startIndexInComponent4, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlPath/d__33::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CParseU3Ed__33__ctor_m252DA3FC006FF5D681BB028B1156F38AAD588721 (U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlScheme::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mA722D5DC1A6AB066C4F33415EC2719CDDE4E981E_inline (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlScheme::get_bindingGroup() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m70A8F85A4DF48662492E7A322092F38EF4CB7C4A_inline (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlScheme::set_bindingGroup(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputControlScheme_set_bindingGroup_m6ED973B953070C72BEDCEB027931AA656665BC37_inline (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) inline void ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C (ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C * __this, DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C *, DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C_gshared)(__this, ___array0, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControlScheme::get_deviceRequirements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C InputControlScheme_get_deviceRequirements_mDFA6F9E394B21FABE1B21AB8EDE7132F8385319F (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlScheme::SetNameAndBindingGroup(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme_SetNameAndBindingGroup_m56C9501A81D0EBB6D9B30A15EDE7D21230904721 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___name0, String_t* ___bindingGroup1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_gshared)(___source0, method); } // System.Void UnityEngine.InputSystem.InputControlScheme::.ctor(System.String,System.Collections.Generic.IEnumerable`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme__ctor_mC9FCC8AAF259569CF61A9F932829B56DCAC0CD5F (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___name0, RuntimeObject* ___devices1, String_t* ___bindingGroup2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::Contains(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_Contains_m856CFBB72FF6C6484ADE3D9A8CF4AE55238F613C (String_t* ___str0, Il2CppChar ___ch1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_controlPath() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlScheme::SupportsDevice(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_SupportsDevice_m0E7A8AE8789415E8131D9C0368A0E44F475959D4 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::op_Equality(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_op_Equality_mE768F2BC871EDDF68DBD07FF11A169BB41D2F34A (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 ___left0, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 ___right1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(UnityEngine.InputSystem.InputControlScheme) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m6EC747CE75175C7553C9367ED1416683079D3BDA (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControlScheme::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlScheme_GetHashCode_m7A23A682AE7B5C1DA77FE2B2A921B5D62570B70C (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method); // System.String System.ValueType::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueType_ToString_m11FD6717DAB0C56F2E3DE8AEEE750345400D68E9 (RuntimeObject * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlScheme::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_ToString_mF5DC505F09EE90678862608D0BDC5ACB48BB38BF (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputDevice::QueryEnabledStateFromRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_QueryEnabledStateFromRuntime_mC1EE103B877C82AB7A413F2694875CC66508B4AC (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA QueryCanRunInBackground_Create_m7FC7C25ABCB735E32E203E8E7797F1808A218030 (const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA * ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA *, const RuntimeMethod*))InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B_gshared)(__this, ___command0, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::.ctor(TValue[]) inline void ReadOnlyArray_1__ctor_mFCBD4105D4BA9FB005270EF84B7306B340DD99F8 (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mCEE1150489F5E65318E2558802B16AC6FA08BDD2_gshared)(__this, ___array0, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputSystem::get_devices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 InputSystem_get_devices_mB346D1402C607C5EEF4CBAED94C3DADF52CF3831 (const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl__ctor_mB2EA7C433195535901875F35BD5D35B60D4AABB5 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::get_stateBlock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCmp(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_MemCmp_m93F78B937CB38E084CDC1DE811753E6D0F3841C1 (void* ___ptr10, void* ___ptr21, int64_t ___size2, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputDevice::get_deviceId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mDDE1531F7B9A1E03B17094C7AC37E58177E4AA0D_inline (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 QueryEnabledStateCommand_Create_m4A16FD78DF8FA0FAC8D0EE74265EAF490C8505F2 (const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 * ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 *, const RuntimeMethod*))InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597_gshared)(__this, ___command0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) inline int32_t ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___array0, const RuntimeMethod* method) { return (( int32_t (*) (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisRuntimeObject_mD390DD803E7784F0B6A0F39E3F7584B6D27D2A54_gshared)(___array0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) inline int32_t ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95 (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, int32_t* ___count1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { return (( int32_t (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**, int32_t*, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfValue(TValue[],TValue,System.Int32,System.Int32) inline int32_t ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542 (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { return (( int32_t (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , int32_t, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542_gshared)(___array0, ___value1, ___startIndex2, ___count3, method); } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) inline void ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3 (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { (( void (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, int32_t*, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3_gshared)(___array0, ___count1, ___index2, method); } // UnityEngine.InputSystem.LowLevel.RequestSyncCommand UnityEngine.InputSystem.LowLevel.RequestSyncCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB RequestSyncCommand_Create_m0913E38313DF3B3641F4FC09D26DE51D9CAFF9D8 (const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB * ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB *, const RuntimeMethod*))InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1_gshared)(__this, ___command0, method); } // UnityEngine.InputSystem.LowLevel.RequestResetCommand UnityEngine.InputSystem.LowLevel.RequestResetCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 RequestResetCommand_Create_mA7B853E15B2255E23106F341D223415630B3E249 (const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 * ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 *, const RuntimeMethod*))InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC_gshared)(__this, ___command0, method); } // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 EnableDeviceCommand_Create_m8A9E610496B41B0E9209C6A3D29C9AC956AB3206 (const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *, const RuntimeMethod*))InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44_gshared)(__this, ___command0, method); } // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 DisableDeviceCommand_Create_m8B26D925D5598017AA0A3D1EA319554A1C409923 (const RuntimeMethod* method); // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) inline int64_t InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * ___command0, const RuntimeMethod* method) { return (( int64_t (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *, const RuntimeMethod*))InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1_gshared)(__this, ___command0, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InstantiateLayout_m5B993CA547749A24C330A129CE95EA69ED0E8E17 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort() inline void List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, const RuntimeMethod*))List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA_gshared)(__this, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1 (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method) { return (( UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, const RuntimeMethod*))List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Setup(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputDeviceDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Setup_mD2874DFA2F41DAA1A570EFD90B1D6511BAB3C64A (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___deviceDescription2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Reset_mC9EF22F9146B59C6AE1ADEF68EFA8ED9ED5C0B20 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputDeviceBuilder_Finish_mC145BF9C06DDC23C09BE8658370468F209AEDFCC (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Dispose_mAAF33CAB0C4A89CEE60750A02EED5FD582C724B6 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m7FBFE0844E319AE32DEBCE69E90DD4455C8D86F0 (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *, const RuntimeMethod*))Dictionary_2_Clear_m7C38F54558FD35D23D03B13D666368351507E60F_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57 (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, const RuntimeMethod*))List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57_gshared)(__this, method); } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FindOrLoadLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * InputDeviceBuilder_FindOrLoadLayout_m7E1E89F901FC32C43CE1227B997B90D1E65ACBE1 (String_t* ___name0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_bitOffset(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, uint32_t ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::get_stateFormat() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputControlLayout_get_stateFormat_m96E1DDEB879D659C68D1FE5D32B3286ECD891533_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_format(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_format_m0A7C755BCA40EB524A1346D824E83EAA9762BE38_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___value0, const RuntimeMethod* method); // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_canRunInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 InputControlLayout_get_canRunInBackground_m23BF21A4854F3F5F08BDD4F5511173DDAA5A31EE (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControlPath::CleanSlashes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_CleanSlashes_mBC857C6748B047E773703DD50ABEB91C87BD0F3A (String_t* ___pathComponent0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_variants() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_variants_mD81C655DFAE5D41EACD7D0FEE3AF946CC2D79781_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isNoisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isNoisy_mF0188871F6713EBD509DCFDAD1C86FCE14760A35 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControls(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ComputeStateLayout(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_useStateFrom() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_useStateFrom_m3A5C70476F2E83EFB09269425555C6DAB504DA53_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ApplyUseStateFrom(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,UnityEngine.InputSystem.Layouts.InputControlLayout) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ApplyUseStateFrom_m5D5024E908E3BB853969AE9E22F1633DC59C27AD (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isModifyingExistingControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isModifyingExistingControl_m4B6AE4927F81094F629A4523B69029FA3954F68E (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControlOverride(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_InsertChildControlOverride_mE6DEC22D24341CF3DBECDDC29E1E81197CE3137F (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_arraySize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ControlItem_get_arraySize_m24029119CF26A4260C388E82305907E6595966ED_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowBy(TValue[]&,System.Int32) inline int32_t ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** ___array0, int32_t ___count1, const RuntimeMethod* method) { return (( int32_t (*) (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**, int32_t, const RuntimeMethod*))ArrayHelpers_GrowBy_TisRuntimeObject_mD01E6DAF82158042D2AA3E98F7EDE4B6AC3CAAEB_gshared)(___array0, ___count1, method); } // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___controlItem4, int32_t ___childIndex5, String_t* ___nameOverride6, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControlIfMissing(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControlIfMissing_m52B18190CE91C7A02EB7BA9181AABDCD7580BB97 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem4, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ChildControlOverridePath(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceBuilder_ChildControlOverridePath_mE00E66A70AE8B59348D6BD73E494BB649CDD3FB3 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___controlName1, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::get_layout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LayoutNotFoundException_get_layout_m2F455EB2F4628E053C593EF6FA73D917D36AF574_inline (LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m5574BEFA61C3EB7F9F43793A41C9B5A479EF6969 (LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isNoisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isNoisy_m4010167E87A8DC9975E51A27D1ADDBB44E56A5F8 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isSynthetic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isSynthetic_m89F35194FA473E3861CE76778E4CCB233B4F767C (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::set_synthetic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_synthetic_mB81094C8EB244441E411BC0366FC4F2BFCAC26D6 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::set_usesStateFromOtherControl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_usesStateFromOtherControl_m48E002937B356249F4B8235DD466D349107D2839 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControl::get_noisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_noisy_m75E27EA55EB0C920F1BA11F11427BAF3CF6FC840 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_dontReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_dontReset_mEDE1276B724046081CA4291814F863DCB8568BC0 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControl::get_usesStateFromOtherControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_usesStateFromOtherControl_mF8BB494214A289DCD94A6230422AE344DEE875F8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::set_dontReset(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_dontReset_mB3D97F6940771C0ECF62EFC3990B59963E24879C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControl::set_isButton(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isButton_mDA4D5D976FFA107E3021BE8D9BC570EB0E3B42C6 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControl::get_dontReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_dontReset_m0722B71B9454D082AE46C399A5556FCFD2CF25E8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputDevice::set_hasDontResetControls(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasDontResetControls_mA878EF67A55DBF56C4C6371B02889096EDFBFD44 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_displayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_displayName_m9935890781DE9C0BAEC7D9AB947A9912E3100808_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_shortDisplayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_shortDisplayName_m0B8DED3D2399F5C12DF954A92FBE46332FBD2104_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_defaultState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ControlItem_get_defaultState_mCB0D645A6662A4E7075EE93B70F167FC6A6A090C_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputDevice::set_hasControlsWithDefaultState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasControlsWithDefaultState_m48E0709F393829887D8415F186D7445EC737446E (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_minValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ControlItem_get_minValue_mCB2C6E63D229ECE05E7A802255E548F23724D528_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_maxValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ControlItem_get_maxValue_m05B9F3EC7C5ED16D0E70409D06CD91B0CD08AB83_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_bit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_bit_m59267157CF8759DA6EE6A490E9465A8A45F20548_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_sizeInBits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_sizeInBits_m38015C0352B345DBF30DB94B56B79BC5CE147D67_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_sizeInBits(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, uint32_t ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_format() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ControlItem_get_format_m46DBDA37F45B6F1FB11E9C2CDE90C4C0DADD6ACC_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetFormat(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetFormat_m91C341326A3563B514F7D67F3F096F217943F176 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___controlItem1, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendToImmutable(TValue[]&,TValue[]) inline int32_t ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___values1, const RuntimeMethod* method) { return (( int32_t (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, const RuntimeMethod*))ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_gshared)(___array0, ___values1, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_aliases() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ControlItem_get_aliases_mFF529F10A191233582ED471395E6DE752356F1ED_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ControlItem_get_parameters_mA4970C7D13EB2C7001717614FE4CB8F8324758D3_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_inline (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_gshared_inline)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject>(System.Object,TParameterList) inline void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D (RuntimeObject * ___instance0, ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___parameters1, const RuntimeMethod* method) { (( void (*) (RuntimeObject *, ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 , const RuntimeMethod*))NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_gshared)(___instance0, ___parameters1, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_processors() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ControlItem_get_processors_mAFE88DC93CDB12F052F122738E372550FAC6867E_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_inline (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_gshared_inline)(__this, method); } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddProcessors(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddProcessors_mEECAB234B19416E0DF13F2879A3DA8E6402A0B3A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, String_t* ___layoutName2, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variant1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem4, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ShiftChildIndicesInHierarchyOneUp(UnityEngine.InputSystem.InputDevice,System.Int32,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp_mECE6DC0009BE27FF781F15650A4648E9F2C46399 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, int32_t ___startIndex1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___exceptControl2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt(TValue[]&,System.Int32,TValue) inline void ArrayHelpers_InsertAt_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m8A99F4C77D0A4BB3EADCCE991B2B28195B1C7447 (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** ___array0, int32_t ___index1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___value2, const RuntimeMethod* method) { (( void (*) (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**, int32_t, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, const RuntimeMethod*))ArrayHelpers_InsertAt_TisRuntimeObject_m366096C114C0EED198E50749CF418A68E2C73BEC_gshared)(___array0, ___index1, ___value2, method); } // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddParentDisplayNameRecursive(UnityEngine.InputSystem.InputControl,System.Text.StringBuilder,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddParentDisplayNameRecursive_mE80A7003E0D72F91D2BAE962BDE708A2F7C4EF4E (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, StringBuilder_t * ___stringBuilder1, bool ___shortName2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetDisplayName(UnityEngine.InputSystem.InputControl,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetDisplayName_m383ABB7AF8D4CB8F0C54098440BD5704C1ABEF08 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___longDisplayNameFromLayout1, String_t* ___shortDisplayNameFromLayout2, bool ___shortName3, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57 (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA (*) (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57_gshared)(__this, ___index0, method); } // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateBlock::GetSizeOfPrimitiveFormatInBits(UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateBlock_GetSizeOfPrimitiveFormatInBits_m36BA8B0E5AFA29EDF3C3ACBB38E685F974CD9CF0 (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___type0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() inline Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, const RuntimeMethod* method) { return (( Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_m338BC7F27FD251E544AC5E1CF84A7DC8523D8C62_gshared)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE (Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 * __this, const RuntimeMethod* method) { return (( InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * (*) (Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *, const RuntimeMethod*))Enumerator_get_Current_mBA41AAFC5E468E2099F23B73ECBE687E9840567D_gshared)(__this, method); } // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ComputeFollowingByteOffset(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ComputeFollowingByteOffset_mA5043A749588D179006C8319DC6B1962AF3293E5 (uint32_t ___byteOffset0, uint32_t ___sizeInBits1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB (Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *, const RuntimeMethod*))Enumerator_MoveNext_mB60EE7786DDAB340301E7728C39A4849DB77D41A_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::Dispose() inline void Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F (Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *, const RuntimeMethod*))Enumerator_Dispose_m13C8A37FC6CB05F10852C4F5C115BA5F170BC68F_gshared)(__this, method); } // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::AlignNatural(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_AlignNatural_m592FF0734727B890A98F2997474A196D88715233 (uint32_t ___offset0, uint32_t ___sizeInBytes1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56 (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, const RuntimeMethod*))List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputDevice::get_allControls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 InputDevice_get_allControls_mD986E92DCF42FBA62A009692D7B7E51CDC55175B (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchyRecursive(UnityEngine.InputSystem.InputControl,System.Int32,UnityEngine.InputSystem.InputControl[],System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, int32_t ___controlIndex1, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___allControls2, bool ___noisy3, bool ___dontReset4, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveBitOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveBitOffset_mF57991FD467ABC2ADEB783FE2BB8F2D99B71479C (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.InputDevice::EncodeStateOffsetToControlMapEntry(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputDevice_EncodeStateOffsetToControlMapEntry_m26137F339629EE0A46E83585C4BF5AC658464472 (uint32_t ___controlIndex0, uint32_t ___stateOffsetInBits1, uint32_t ___stateSizeInBits2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08 (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, uint32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, uint32_t, const RuntimeMethod*))List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08_gshared)(__this, ___item0, method); } // System.Void UnityEngine.InputSystem.InputControl::set_isSetupFinished(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isSetupFinished_mBE58E65A7D00B1DD8CEE4EEE1110A7F9A84D84AB (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.Utilities.InputActionTrace::get_buffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA InputActionTrace_get_buffer_mFD6C4608F3EB3A5155B30122E0EE15BADF03B875 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { { // public InputEventBuffer buffer => m_EventBuffer; InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA L_0 = __this->get_m_EventBuffer_4(); return L_0; } } // System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace::get_count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionTrace_get_count_m13D740DF87DAD5A908E8A765E36AD893D6DF998A (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { { // public int count => m_EventBuffer.eventCount; InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * L_0 = __this->get_address_of_m_EventBuffer_4(); int32_t L_1; L_1 = InputEventBuffer_get_eventCount_m50712505E0393BA3A20563E64DAA7A6D75854E3F_inline((InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace__ctor_m84E1E610640DA4C435DF5832DC1E6172B8304F1B (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { { // public InputActionTrace() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::.ctor(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace__ctor_m6473357CC5D33D066B3CB0709BB937F05C9B59AA (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method) { { // public InputActionTrace(InputAction action) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (action == null) InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_0 = ___action0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(action)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionTrace__ctor_m6473357CC5D33D066B3CB0709BB937F05C9B59AA_RuntimeMethod_var))); } IL_0014: { // SubscribeTo(action); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_2 = ___action0; InputActionTrace_SubscribeTo_m70F0388229165DB523A48D6131D9C7334BA23E68(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::.ctor(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace__ctor_m14C1353427E9ED81234897EE0F81284D53259506 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method) { { // public InputActionTrace(InputActionMap actionMap) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (actionMap == null) InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0 = ___actionMap0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(actionMap)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionTrace__ctor_m14C1353427E9ED81234897EE0F81284D53259506_RuntimeMethod_var))); } IL_0014: { // SubscribeTo(actionMap); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_2 = ___actionMap0; InputActionTrace_SubscribeTo_m8370503D52B2151F2842CA95D1B2CE52AC854AD7(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeToAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeToAll_m12D0F78282B7343D974373CAF7DA908DEEA8068F (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (m_SubscribedToAll) bool L_0 = __this->get_m_SubscribedToAll_0(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // HookOnActionChange(); InputActionTrace_HookOnActionChange_mE79B2905B04F291A68491671521652CDB6BEAF4B(__this, /*hidden argument*/NULL); // m_SubscribedToAll = true; __this->set_m_SubscribedToAll_0((bool)1); goto IL_0036; } IL_0018: { // UnsubscribeFrom(m_SubscribedActions[m_SubscribedActions.length - 1]); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_1 = __this->get_address_of_m_SubscribedActions_2(); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_2 = __this->get_address_of_m_SubscribedActions_2(); int32_t L_3 = L_2->get_length_0(); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_4; L_4 = InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB((InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *)L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB_RuntimeMethod_var); InputActionTrace_UnsubscribeFrom_m465CFAEAB4ED24BB62C62DC25687EC054DA1C29A(__this, L_4, /*hidden argument*/NULL); } IL_0036: { // while (m_SubscribedActions.length > 0) InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_5 = __this->get_address_of_m_SubscribedActions_2(); int32_t L_6 = L_5->get_length_0(); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0018; } } { goto IL_0064; } IL_0046: { // UnsubscribeFrom(m_SubscribedActionMaps[m_SubscribedActionMaps.length - 1]); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_7 = __this->get_address_of_m_SubscribedActionMaps_3(); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_8 = __this->get_address_of_m_SubscribedActionMaps_3(); int32_t L_9 = L_8->get_length_0(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_10; L_10 = InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460((InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *)L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460_RuntimeMethod_var); InputActionTrace_UnsubscribeFrom_m4B0DB22857C9666A5009D70D2A618BC8477F8D13(__this, L_10, /*hidden argument*/NULL); } IL_0064: { // while (m_SubscribedActionMaps.length > 0) InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_11 = __this->get_address_of_m_SubscribedActionMaps_3(); int32_t L_12 = L_11->get_length_0(); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0046; } } { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFromAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFromAll_m8832633635CB6A9D06D96B6144A5588DEB7E0257 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (count == 0) int32_t L_0; L_0 = InputActionTrace_get_count_m13D740DF87DAD5A908E8A765E36AD893D6DF998A(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { // UnhookOnActionChange(); InputActionTrace_UnhookOnActionChange_mEE4045C0B3293853B9C7BD2B2B4E955FC729526C(__this, /*hidden argument*/NULL); } IL_000e: { // m_SubscribedToAll = false; __this->set_m_SubscribedToAll_0((bool)0); goto IL_0035; } IL_0017: { // UnsubscribeFrom(m_SubscribedActions[m_SubscribedActions.length - 1]); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_1 = __this->get_address_of_m_SubscribedActions_2(); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_2 = __this->get_address_of_m_SubscribedActions_2(); int32_t L_3 = L_2->get_length_0(); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_4; L_4 = InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB((InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *)L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/InlinedArray_1_get_Item_mE3149CF61E351F43A2497DDA17D86567DB3CAFFB_RuntimeMethod_var); InputActionTrace_UnsubscribeFrom_m465CFAEAB4ED24BB62C62DC25687EC054DA1C29A(__this, L_4, /*hidden argument*/NULL); } IL_0035: { // while (m_SubscribedActions.length > 0) InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_5 = __this->get_address_of_m_SubscribedActions_2(); int32_t L_6 = L_5->get_length_0(); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0017; } } { goto IL_0063; } IL_0045: { // UnsubscribeFrom(m_SubscribedActionMaps[m_SubscribedActionMaps.length - 1]); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_7 = __this->get_address_of_m_SubscribedActionMaps_3(); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_8 = __this->get_address_of_m_SubscribedActionMaps_3(); int32_t L_9 = L_8->get_length_0(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_10; L_10 = InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460((InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *)L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/InlinedArray_1_get_Item_m32E8725D371FAA1D12160C2AC70EC883ED041460_RuntimeMethod_var); InputActionTrace_UnsubscribeFrom_m4B0DB22857C9666A5009D70D2A618BC8477F8D13(__this, L_10, /*hidden argument*/NULL); } IL_0063: { // while (m_SubscribedActionMaps.length > 0) InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_11 = __this->get_address_of_m_SubscribedActionMaps_3(); int32_t L_12 = L_11->get_length_0(); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0045; } } { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_m70F0388229165DB523A48D6131D9C7334BA23E68 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m5B712237AF205C9500D10DA1BC1174E30B219D62_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (action == null) InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_0 = ___action0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(action)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionTrace_SubscribeTo_m70F0388229165DB523A48D6131D9C7334BA23E68_RuntimeMethod_var))); } IL_000e: { // if (m_CallbackDelegate == null) Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_2 = __this->get_m_CallbackDelegate_7(); if (L_2) { goto IL_0028; } } { // m_CallbackDelegate = RecordAction; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_3 = (Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 *)il2cpp_codegen_object_new(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81_il2cpp_TypeInfo_var); Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D(L_3, __this, (intptr_t)((intptr_t)InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_RuntimeMethod_var); __this->set_m_CallbackDelegate_7(L_3); } IL_0028: { // action.performed += m_CallbackDelegate; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_4 = ___action0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_5 = __this->get_m_CallbackDelegate_7(); NullCheck(L_4); InputAction_add_performed_m9FF12F3D5C984DB93D2DD75667F3B53D7B66C0A3(L_4, L_5, /*hidden argument*/NULL); // action.started += m_CallbackDelegate; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_6 = ___action0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_7 = __this->get_m_CallbackDelegate_7(); NullCheck(L_6); InputAction_add_started_m99B04903C33C59BC03B6416B406EC331AACCA612(L_6, L_7, /*hidden argument*/NULL); // action.canceled += m_CallbackDelegate; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_8 = ___action0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_9 = __this->get_m_CallbackDelegate_7(); NullCheck(L_8); InputAction_add_canceled_m07229F73CE0F7D5679F422DBAA9B287CFDF68AFE(L_8, L_9, /*hidden argument*/NULL); // m_SubscribedActions.AppendWithCapacity(action); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_10 = __this->get_address_of_m_SubscribedActions_2(); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_11 = ___action0; int32_t L_12; L_12 = InlinedArray_1_AppendWithCapacity_m5B712237AF205C9500D10DA1BC1174E30B219D62((InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *)L_10, L_11, ((int32_t)10), /*hidden argument*/InlinedArray_1_AppendWithCapacity_m5B712237AF205C9500D10DA1BC1174E30B219D62_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_m8370503D52B2151F2842CA95D1B2CE52AC854AD7 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m0CEA5EDA79BB2EA1F841BAD0B4AD4637CC58AF06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (actionMap == null) InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0 = ___actionMap0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(actionMap)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionTrace_SubscribeTo_m8370503D52B2151F2842CA95D1B2CE52AC854AD7_RuntimeMethod_var))); } IL_000e: { // if (m_CallbackDelegate == null) Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_2 = __this->get_m_CallbackDelegate_7(); if (L_2) { goto IL_0028; } } { // m_CallbackDelegate = RecordAction; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_3 = (Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 *)il2cpp_codegen_object_new(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81_il2cpp_TypeInfo_var); Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D(L_3, __this, (intptr_t)((intptr_t)InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m04144F3B7A32C0FF2AEDAEB50A76180CE70EB27D_RuntimeMethod_var); __this->set_m_CallbackDelegate_7(L_3); } IL_0028: { // actionMap.actionTriggered += m_CallbackDelegate; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_4 = ___actionMap0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_5 = __this->get_m_CallbackDelegate_7(); NullCheck(L_4); InputActionMap_add_actionTriggered_mC833BEA82BDA4720FC2C49A7D6B5D7BCCFE4B03D(L_4, L_5, /*hidden argument*/NULL); // m_SubscribedActionMaps.AppendWithCapacity(actionMap); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_6 = __this->get_address_of_m_SubscribedActionMaps_3(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_7 = ___actionMap0; int32_t L_8; L_8 = InlinedArray_1_AppendWithCapacity_m0CEA5EDA79BB2EA1F841BAD0B4AD4637CC58AF06((InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *)L_6, L_7, ((int32_t)10), /*hidden argument*/InlinedArray_1_AppendWithCapacity_m0CEA5EDA79BB2EA1F841BAD0B4AD4637CC58AF06_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_m465CFAEAB4ED24BB62C62DC25687EC054DA1C29A (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m2A0A7133183C7069BE6A4BB721F7A098A736C078_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_m4DB411E53B538045C8464F2BE4FC00C3627CD0A5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (action == null) InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_0 = ___action0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(action)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionTrace_UnsubscribeFrom_m465CFAEAB4ED24BB62C62DC25687EC054DA1C29A_RuntimeMethod_var))); } IL_000e: { // if (m_CallbackDelegate == null) Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_2 = __this->get_m_CallbackDelegate_7(); if (L_2) { goto IL_0017; } } { // return; return; } IL_0017: { // action.performed -= m_CallbackDelegate; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_3 = ___action0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_4 = __this->get_m_CallbackDelegate_7(); NullCheck(L_3); InputAction_remove_performed_m141C0FA72906BDF08A33EF3728C0193EFD0AAB06(L_3, L_4, /*hidden argument*/NULL); // action.started -= m_CallbackDelegate; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_5 = ___action0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_6 = __this->get_m_CallbackDelegate_7(); NullCheck(L_5); InputAction_remove_started_mA3B325D9E79BD31E7C0040E7188E1FB91B277F72(L_5, L_6, /*hidden argument*/NULL); // action.canceled -= m_CallbackDelegate; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_7 = ___action0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_8 = __this->get_m_CallbackDelegate_7(); NullCheck(L_7); InputAction_remove_canceled_m69E70B6BAFF763F524D38F2D0346911A80C5B7C5(L_7, L_8, /*hidden argument*/NULL); // var index = m_SubscribedActions.IndexOfReference(action); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 L_9 = __this->get_m_SubscribedActions_2(); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_10 = ___action0; int32_t L_11; L_11 = InputArrayExtensions_IndexOfReference_TisInputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_m4DB411E53B538045C8464F2BE4FC00C3627CD0A5(L_9, L_10, /*hidden argument*/InputArrayExtensions_IndexOfReference_TisInputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_m4DB411E53B538045C8464F2BE4FC00C3627CD0A5_RuntimeMethod_var); V_0 = L_11; // if (index != -1) int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0058; } } { // m_SubscribedActions.RemoveAtWithCapacity(index); InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 * L_13 = __this->get_address_of_m_SubscribedActions_2(); int32_t L_14 = V_0; InlinedArray_1_RemoveAtWithCapacity_m2A0A7133183C7069BE6A4BB721F7A098A736C078((InlinedArray_1_t01AA77BA682F760287A6F9E5649DC832D61EEF61 *)L_13, L_14, /*hidden argument*/InlinedArray_1_RemoveAtWithCapacity_m2A0A7133183C7069BE6A4BB721F7A098A736C078_RuntimeMethod_var); } IL_0058: { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_m4B0DB22857C9666A5009D70D2A618BC8477F8D13 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m8F34E217F0F2B97519D2E02F20BD737B7840AB2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_mA3180AD8C98CC064A5EE894323F8FF47E422DB3F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (actionMap == null) InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0 = ___actionMap0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(actionMap)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionTrace_UnsubscribeFrom_m4B0DB22857C9666A5009D70D2A618BC8477F8D13_RuntimeMethod_var))); } IL_000e: { // if (m_CallbackDelegate == null) Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_2 = __this->get_m_CallbackDelegate_7(); if (L_2) { goto IL_0017; } } { // return; return; } IL_0017: { // actionMap.actionTriggered -= m_CallbackDelegate; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_3 = ___actionMap0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_4 = __this->get_m_CallbackDelegate_7(); NullCheck(L_3); InputActionMap_remove_actionTriggered_m8B27A276256133A1E8E3D8E95D3591A6D03C0BE6(L_3, L_4, /*hidden argument*/NULL); // var index = m_SubscribedActionMaps.IndexOfReference(actionMap); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 L_5 = __this->get_m_SubscribedActionMaps_3(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_6 = ___actionMap0; int32_t L_7; L_7 = InputArrayExtensions_IndexOfReference_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_mA3180AD8C98CC064A5EE894323F8FF47E422DB3F(L_5, L_6, /*hidden argument*/InputArrayExtensions_IndexOfReference_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_mA3180AD8C98CC064A5EE894323F8FF47E422DB3F_RuntimeMethod_var); V_0 = L_7; // if (index != -1) int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_0040; } } { // m_SubscribedActionMaps.RemoveAtWithCapacity(index); InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 * L_9 = __this->get_address_of_m_SubscribedActionMaps_3(); int32_t L_10 = V_0; InlinedArray_1_RemoveAtWithCapacity_m8F34E217F0F2B97519D2E02F20BD737B7840AB2C((InlinedArray_1_t4CE43CD17AF11F62A7FF2A584836662A3BF7D427 *)L_9, L_10, /*hidden argument*/InlinedArray_1_RemoveAtWithCapacity_m8F34E217F0F2B97519D2E02F20BD737B7840AB2C_RuntimeMethod_var); } IL_0040: { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::RecordAction(UnityEngine.InputSystem.InputAction/CallbackContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m997994CC8AA0D746ABA7A625ABC707C8DED7F755_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * V_2 = NULL; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * V_3 = NULL; uint8_t* V_4 = NULL; { // var stateIndex = m_ActionMapStates.IndexOfReference(context.m_State); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA L_0 = __this->get_m_ActionMapStates_5(); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_1 = ___context0; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_2 = L_1.get_m_State_0(); int32_t L_3; L_3 = InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41(L_0, L_2, /*hidden argument*/InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41_RuntimeMethod_var); V_0 = L_3; // if (stateIndex == -1) int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { // stateIndex = m_ActionMapStates.AppendWithCapacity(context.m_State); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_5 = __this->get_address_of_m_ActionMapStates_5(); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_6 = ___context0; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_7 = L_6.get_m_State_0(); int32_t L_8; L_8 = InlinedArray_1_AppendWithCapacity_m997994CC8AA0D746ABA7A625ABC707C8DED7F755((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_5, L_7, ((int32_t)10), /*hidden argument*/InlinedArray_1_AppendWithCapacity_m997994CC8AA0D746ABA7A625ABC707C8DED7F755_RuntimeMethod_var); V_0 = L_8; } IL_002a: { // HookOnActionChange(); InputActionTrace_HookOnActionChange_mE79B2905B04F291A68491671521652CDB6BEAF4B(__this, /*hidden argument*/NULL); // var valueSizeInBytes = context.valueSizeInBytes; int32_t L_9; L_9 = CallbackContext_get_valueSizeInBytes_m8D88006E0B0286EE9B95E595EED187A70137B5B8((CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D *)(&___context0), /*hidden argument*/NULL); V_1 = L_9; // var eventPtr = // (ActionEvent*)m_EventBuffer.AllocateEvent(ActionEvent.GetEventSizeWithValueSize(valueSizeInBytes)); InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * L_10 = __this->get_address_of_m_EventBuffer_4(); int32_t L_11 = V_1; int32_t L_12; L_12 = ActionEvent_GetEventSizeWithValueSize_m16709DC82904594A0E95F3F5EB82829B362FB5E0(L_11, /*hidden argument*/NULL); InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_13; L_13 = InputEventBuffer_AllocateEvent_m6B00F1F2E19EC9A1DA3F76CE0DBC5F1A825C1FAE((InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA *)L_10, L_12, ((int32_t)2048), 4, /*hidden argument*/NULL); V_2 = (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_13; // ref var triggerState = ref context.m_State.actionStates[context.m_ActionIndex]; CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_14 = ___context0; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_15 = L_14.get_m_State_0(); NullCheck(L_15); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_16; L_16 = InputActionState_get_actionStates_m61D67028542007D960DED19F0092A55FC5A1421B(L_15, /*hidden argument*/NULL); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_17 = ___context0; int32_t L_18 = L_17.get_m_ActionIndex_1(); uint32_t L_19 = sizeof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ); V_3 = (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)L_19)))); // eventPtr->baseEvent.type = ActionEvent.Type; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_20 = V_2; NullCheck(L_20); InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_21 = L_20->get_address_of_baseEvent_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_22; L_22 = ActionEvent_get_Type_mF09BE9363DDE0A48C7AC8248B9B8A5697FC7E9B3(/*hidden argument*/NULL); InputEvent_set_type_mA59021B1AC85CEA52E1DB983D42FB3E01F6D8233((InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_21, L_22, /*hidden argument*/NULL); // eventPtr->baseEvent.time = triggerState.time; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_23 = V_2; NullCheck(L_23); InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_24 = L_23->get_address_of_baseEvent_0(); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_25 = V_3; double L_26; L_26 = TriggerState_get_time_mEF5F8E6EA1177F885A7F1EE8FBEF374EFB43660C_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_25, /*hidden argument*/NULL); InputEvent_set_time_m026DE5343264E144044FB92A15264BDCDF79B962((InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_24, L_26, /*hidden argument*/NULL); // eventPtr->stateIndex = stateIndex; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_27 = V_2; int32_t L_28 = V_0; ActionEvent_set_stateIndex_m3103C18C6563E457EC350612C7894E6D51C47812((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_27, L_28, /*hidden argument*/NULL); // eventPtr->controlIndex = triggerState.controlIndex; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_29 = V_2; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_30 = V_3; int32_t L_31; L_31 = TriggerState_get_controlIndex_m960A306864E08240EEFEEDE399279D9B60C53BC4((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_30, /*hidden argument*/NULL); ActionEvent_set_controlIndex_m8241C32F96E025247E83722D1CD27432C69DF127((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_29, L_31, /*hidden argument*/NULL); // eventPtr->bindingIndex = triggerState.bindingIndex; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_32 = V_2; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_33 = V_3; int32_t L_34; L_34 = TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_33, /*hidden argument*/NULL); ActionEvent_set_bindingIndex_m12B6237A1A52A7084EB3A6743F057A3783E67054((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_32, L_34, /*hidden argument*/NULL); // eventPtr->interactionIndex = triggerState.interactionIndex; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_35 = V_2; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_36 = V_3; int32_t L_37; L_37 = TriggerState_get_interactionIndex_m901FE8EF223E7846033D0F2A9406A9026967A1F2((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_36, /*hidden argument*/NULL); ActionEvent_set_interactionIndex_mBAE9685543B8BF9ADAEDBF2606133B8889764288((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_35, L_37, /*hidden argument*/NULL); // eventPtr->startTime = triggerState.startTime; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_38 = V_2; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_39 = V_3; double L_40; L_40 = TriggerState_get_startTime_m465D962E69624146FD140452618312328005299A_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_39, /*hidden argument*/NULL); ActionEvent_set_startTime_m003BF36CD6B43A7850BD68239C6E34666DE197CA_inline((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_38, L_40, /*hidden argument*/NULL); // eventPtr->phase = triggerState.phase; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_41 = V_2; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_42 = V_3; int32_t L_43; L_43 = TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_42, /*hidden argument*/NULL); ActionEvent_set_phase_m41C5C78A893866EFF81459E0510DE15B5E4DEDDE((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_41, L_43, /*hidden argument*/NULL); // var valueBuffer = eventPtr->valueData; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * L_44 = V_2; uint8_t* L_45; L_45 = ActionEvent_get_valueData_m39DEC496D4903277C11ACA7C9432C0B43412982E((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)L_44, /*hidden argument*/NULL); V_4 = (uint8_t*)L_45; // context.ReadValue(valueBuffer, valueSizeInBytes); uint8_t* L_46 = V_4; int32_t L_47 = V_1; CallbackContext_ReadValue_m9129610EDDB8B085822C60429FF3379D9A16B34A((CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D *)(&___context0), (void*)(void*)L_46, L_47, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_Clear_mD1CB12634920B5AE042A1A154A0BCDB41CE7B74C (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_ClearWithCapacity_mDB45AAFAD9D13EA761592E959B583DE72F1914C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_EventBuffer.Reset(); InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * L_0 = __this->get_address_of_m_EventBuffer_4(); InputEventBuffer_Reset_m35B27C04062C1C9C0B61207995552DC7DE57037C((InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA *)L_0, /*hidden argument*/NULL); // m_ActionMapStates.ClearWithCapacity(); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_1 = __this->get_address_of_m_ActionMapStates_5(); InlinedArray_1_ClearWithCapacity_mDB45AAFAD9D13EA761592E959B583DE72F1914C4((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_1, /*hidden argument*/InlinedArray_1_ClearWithCapacity_mDB45AAFAD9D13EA761592E959B583DE72F1914C4_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_Finalize_m85A8EE55B4FB47822F3F4A8D75C1164114A1E0E3 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) // DisposeInternal(); InputActionTrace_DisposeInternal_m034D91D1CBE774492BF8E31F00551FC08E12F0AE(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0xF, FINALLY_0008); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: { // begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(8) } // end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF, IL_000f) } IL_000f: { // } return; } } // System.String UnityEngine.InputSystem.Utilities.InputActionTrace::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionTrace_ToString_m461F168E2DD9203A0E8B5468044183D089FFC2F0 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t5E9B26CA18253E1FF65932EF8F5E305589FA6B48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAEB8AB8FA5DBF660BD005C879516F2A127142D3); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (count == 0) int32_t L_0; L_0 = InputActionTrace_get_count_m13D740DF87DAD5A908E8A765E36AD893D6DF998A(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { // return "[]"; return _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; } IL_000e: { // var str = new StringBuilder(); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_0 = L_1; // str.Append('['); StringBuilder_t * L_2 = V_0; NullCheck(L_2); StringBuilder_t * L_3; L_3 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_2, ((int32_t)91), /*hidden argument*/NULL); // var isFirst = true; V_1 = (bool)1; // foreach (var eventPtr in this) RuntimeObject* L_4; L_4 = InputActionTrace_GetEnumerator_mC5CA992F3133625E583AB868A4DB9654036A550E(__this, /*hidden argument*/NULL); V_2 = L_4; } IL_0026: try { // begin try (depth: 1) { goto IL_0054; } IL_0028: { // foreach (var eventPtr in this) RuntimeObject* L_5 = V_2; NullCheck(L_5); ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 L_6; L_6 = InterfaceFuncInvoker0< ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t5E9B26CA18253E1FF65932EF8F5E305589FA6B48_il2cpp_TypeInfo_var, L_5); V_3 = L_6; // if (!isFirst) bool L_7 = V_1; if (L_7) { goto IL_003e; } } IL_0032: { // str.Append(",\n"); StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteralBAEB8AB8FA5DBF660BD005C879516F2A127142D3, /*hidden argument*/NULL); } IL_003e: { // str.Append(eventPtr.ToString()); StringBuilder_t * L_10 = V_0; String_t* L_11; L_11 = ActionEventPtr_ToString_m7E96EA5FAA79A5ADC0C731E70DCE6EDD28BDD2BC((ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 *)(&V_3), /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_t * L_12; L_12 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_11, /*hidden argument*/NULL); // isFirst = false; V_1 = (bool)0; } IL_0054: { // foreach (var eventPtr in this) RuntimeObject* L_13 = V_2; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0028; } } IL_005c: { IL2CPP_LEAVE(0x68, FINALLY_005e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_2; if (!L_15) { goto IL_0067; } } IL_0061: { RuntimeObject* L_16 = V_2; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_16); } IL_0067: { IL2CPP_END_FINALLY(94) } } // end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x68, IL_0068) } IL_0068: { // str.Append(']'); StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_t * L_18; L_18 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_17, ((int32_t)93), /*hidden argument*/NULL); // return str.ToString(); StringBuilder_t * L_19 = V_0; NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19); return L_20; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_Dispose_m79471D7F77A79D2EE7B236FF73A671FD8C8CCAEA (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { { // UnsubscribeFromAll(); InputActionTrace_UnsubscribeFromAll_m8832633635CB6A9D06D96B6144A5588DEB7E0257(__this, /*hidden argument*/NULL); // DisposeInternal(); InputActionTrace_DisposeInternal_m034D91D1CBE774492BF8E31F00551FC08E12F0AE(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::DisposeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_DisposeInternal_m034D91D1CBE774492BF8E31F00551FC08E12F0AE (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_mFF2DB79F9EB02D20F40C141D71324F14E9A9C607_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (var i = 0; i < m_ActionMapStateClones.length; ++i) V_0 = 0; goto IL_0019; } IL_0004: { // m_ActionMapStateClones[i].Dispose(); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_0 = __this->get_address_of_m_ActionMapStateClones_6(); int32_t L_1 = V_0; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_2; L_2 = InlinedArray_1_get_Item_mFF2DB79F9EB02D20F40C141D71324F14E9A9C607((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_0, L_1, /*hidden argument*/InlinedArray_1_get_Item_mFF2DB79F9EB02D20F40C141D71324F14E9A9C607_RuntimeMethod_var); NullCheck(L_2); InputActionState_Dispose_m7E13A79D392E4E065F84558ABC8D9BF954CEA464(L_2, /*hidden argument*/NULL); // for (var i = 0; i < m_ActionMapStateClones.length; ++i) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0019: { // for (var i = 0; i < m_ActionMapStateClones.length; ++i) int32_t L_4 = V_0; InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_5 = __this->get_address_of_m_ActionMapStateClones_6(); int32_t L_6 = L_5->get_length_0(); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0004; } } { // m_EventBuffer.Dispose(); InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * L_7 = __this->get_address_of_m_EventBuffer_4(); InputEventBuffer_Dispose_mE775668BD216C49FC5BA6F8DCED3600CFF7A6C66((InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA *)L_7, /*hidden argument*/NULL); // m_ActionMapStates.Clear(); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_8 = __this->get_address_of_m_ActionMapStates_5(); InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_8, /*hidden argument*/InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23_RuntimeMethod_var); // m_ActionMapStateClones.Clear(); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_9 = __this->get_address_of_m_ActionMapStateClones_6(); InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_9, /*hidden argument*/InlinedArray_1_Clear_mC95ABB9F54C2E77452EE1668BE5791373BEEFF23_RuntimeMethod_var); // if (m_ActionChangeDelegate != null) Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * L_10 = __this->get_m_ActionChangeDelegate_8(); if (!L_10) { goto IL_0062; } } { // InputSystem.onActionChange -= m_ActionChangeDelegate; Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * L_11 = __this->get_m_ActionChangeDelegate_8(); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_remove_onActionChange_m47900AD8CE0D7A2FDDF8932AC8048F889B6FE28A(L_11, /*hidden argument*/NULL); // m_ActionChangeDelegate = null; __this->set_m_ActionChangeDelegate_8((Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 *)NULL); } IL_0062: { // } return; } } // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.Utilities.InputActionTrace::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionTrace_GetEnumerator_mC5CA992F3133625E583AB868A4DB9654036A550E (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Enumerator(this); Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mBCC2958BA37DF6892F186B51CB108BB0A46C0679((&L_0), __this, /*hidden argument*/NULL); Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F L_1 = L_0; RuntimeObject * L_2 = Box(Enumerator_t911E67F38E45C32C35E2F8FF6BB8063FF7EFE05F_il2cpp_TypeInfo_var, &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator UnityEngine.InputSystem.Utilities.InputActionTrace::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionTrace_System_Collections_IEnumerable_GetEnumerator_mB799DA60426F15A8A6F1A33FA908ABF5FCDBDB3C (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { { // return GetEnumerator(); RuntimeObject* L_0; L_0 = InputActionTrace_GetEnumerator_mC5CA992F3133625E583AB868A4DB9654036A550E(__this, /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::HookOnActionChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_HookOnActionChange_mE79B2905B04F291A68491671521652CDB6BEAF4B (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m7911F5ADE86345772C80DAB8E9B4656F75B225CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionTrace_OnActionChange_mAAA1B49EDD3616CF65221A88E613861625D7C8D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_OnActionChangeHooked) bool L_0 = __this->get_m_OnActionChangeHooked_1(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (m_ActionChangeDelegate == null) Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * L_1 = __this->get_m_ActionChangeDelegate_8(); if (L_1) { goto IL_0023; } } { // m_ActionChangeDelegate = OnActionChange; Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * L_2 = (Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 *)il2cpp_codegen_object_new(Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7_il2cpp_TypeInfo_var); Action_2__ctor_m7911F5ADE86345772C80DAB8E9B4656F75B225CE(L_2, __this, (intptr_t)((intptr_t)InputActionTrace_OnActionChange_mAAA1B49EDD3616CF65221A88E613861625D7C8D7_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m7911F5ADE86345772C80DAB8E9B4656F75B225CE_RuntimeMethod_var); __this->set_m_ActionChangeDelegate_8(L_2); } IL_0023: { // InputSystem.onActionChange += m_ActionChangeDelegate; Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * L_3 = __this->get_m_ActionChangeDelegate_8(); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_add_onActionChange_m6D7657DDFC4D49F8E3689942AE72C0C9B710B020(L_3, /*hidden argument*/NULL); // m_OnActionChangeHooked = true; __this->set_m_OnActionChangeHooked_1((bool)1); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnhookOnActionChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnhookOnActionChange_mEE4045C0B3293853B9C7BD2B2B4E955FC729526C (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!m_OnActionChangeHooked) bool L_0 = __this->get_m_OnActionChangeHooked_1(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // InputSystem.onActionChange -= m_ActionChangeDelegate; Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * L_1 = __this->get_m_ActionChangeDelegate_8(); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_remove_onActionChange_m47900AD8CE0D7A2FDDF8932AC8048F889B6FE28A(L_1, /*hidden argument*/NULL); // m_OnActionChangeHooked = false; __this->set_m_OnActionChangeHooked_1((bool)0); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::OnActionChange(System.Object,UnityEngine.InputSystem.InputActionChange) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_OnActionChange_mAAA1B49EDD3616CF65221A88E613861625D7C8D7 (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, RuntimeObject * ___actionOrMapOrAsset0, int32_t ___change1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF47FFED7BC1472D574FD823FB9D5901101093F23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m4B462AE49216761627FB72319163404C1E36311D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2EA116160CA205BBE65E8C64EC9A446964806E8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_mB3C3CBDF93C98702EBCFD891077418629EF85CEE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * V_0 = NULL; int32_t V_1 = 0; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * V_2 = NULL; CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D V_3; memset((&V_3), 0, sizeof(V_3)); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D V_4; memset((&V_4), 0, sizeof(V_4)); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * V_5 = NULL; InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * V_6 = NULL; Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB V_7; memset((&V_7), 0, sizeof(V_7)); ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E V_8; memset((&V_8), 0, sizeof(V_8)); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (m_SubscribedToAll) bool L_0 = __this->get_m_SubscribedToAll_0(); if (!L_0) { goto IL_0049; } } { int32_t L_1 = ___change1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)4))) <= ((uint32_t)2)))) { goto IL_0049; } } { // var triggeredAction = (InputAction)actionOrMapOrAsset; RuntimeObject * L_2 = ___actionOrMapOrAsset0; // var actionIndex = triggeredAction.m_ActionIndexInState; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_3 = ((InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)CastclassSealed((RuntimeObject*)L_2, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_il2cpp_TypeInfo_var)); NullCheck(L_3); int32_t L_4 = L_3->get_m_ActionIndexInState_13(); V_1 = L_4; // var stateForAction = triggeredAction.m_ActionMap.m_State; NullCheck(L_3); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_5 = L_3->get_m_ActionMap_14(); NullCheck(L_5); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_6 = L_5->get_m_State_10(); V_2 = L_6; // var context = new InputAction.CallbackContext // { // m_State = stateForAction, // m_ActionIndex = actionIndex, // }; il2cpp_codegen_initobj((&V_4), sizeof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D )); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_7 = V_2; (&V_4)->set_m_State_0(L_7); int32_t L_8 = V_1; (&V_4)->set_m_ActionIndex_1(L_8); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_9 = V_4; V_3 = L_9; // RecordAction(context); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_10 = V_3; InputActionTrace_RecordAction_m3D40706455CF31859F36AD64E20D0C5BC22834E5(__this, L_10, /*hidden argument*/NULL); // return; return; } IL_0049: { // if (change != InputActionChange.BoundControlsAboutToChange) int32_t L_11 = ___change1; if ((((int32_t)L_11) == ((int32_t)7))) { goto IL_004e; } } { // return; return; } IL_004e: { // if (actionOrMapOrAsset is InputAction action) RuntimeObject * L_12 = ___actionOrMapOrAsset0; V_0 = ((InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)IsInstSealed((RuntimeObject*)L_12, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B_il2cpp_TypeInfo_var)); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_13 = V_0; if (!L_13) { goto IL_0065; } } { // CloneActionStateBeforeBindingsChange(action.m_ActionMap); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_14 = V_0; NullCheck(L_14); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_15 = L_14->get_m_ActionMap_14(); InputActionTrace_CloneActionStateBeforeBindingsChange_mE8653AB4B700E64DD8B02D3F2CB516B507B642BB(__this, L_15, /*hidden argument*/NULL); return; } IL_0065: { // else if (actionOrMapOrAsset is InputActionMap actionMap) RuntimeObject * L_16 = ___actionOrMapOrAsset0; V_5 = ((InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *)IsInstSealed((RuntimeObject*)L_16, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_il2cpp_TypeInfo_var)); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_17 = V_5; if (!L_17) { goto IL_007a; } } { // CloneActionStateBeforeBindingsChange(actionMap); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_18 = V_5; InputActionTrace_CloneActionStateBeforeBindingsChange_mE8653AB4B700E64DD8B02D3F2CB516B507B642BB(__this, L_18, /*hidden argument*/NULL); return; } IL_007a: { // else if (actionOrMapOrAsset is InputActionAsset actionAsset) RuntimeObject * L_19 = ___actionOrMapOrAsset0; V_6 = ((InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 *)IsInstClass((RuntimeObject*)L_19, InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18_il2cpp_TypeInfo_var)); InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * L_20 = V_6; if (!L_20) { goto IL_00c4; } } { // foreach (var actionMapInAsset in actionAsset.actionMaps) InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * L_21 = V_6; NullCheck(L_21); ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E L_22; L_22 = InputActionAsset_get_actionMaps_mBDAA40E766440933ECE83611029158A5023A8699(L_21, /*hidden argument*/NULL); V_8 = L_22; Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB L_23; L_23 = ReadOnlyArray_1_GetEnumerator_mB3C3CBDF93C98702EBCFD891077418629EF85CEE((ReadOnlyArray_1_tDCD6876FB423A802FA6A5A3AA309181AB9D6D58E *)(&V_8), /*hidden argument*/ReadOnlyArray_1_GetEnumerator_mB3C3CBDF93C98702EBCFD891077418629EF85CEE_RuntimeMethod_var); V_7 = L_23; } IL_0098: try { // begin try (depth: 1) { goto IL_00ab; } IL_009a: { // foreach (var actionMapInAsset in actionAsset.actionMaps) InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_24; L_24 = Enumerator_get_Current_m2EA116160CA205BBE65E8C64EC9A446964806E8D((Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB *)(&V_7), /*hidden argument*/Enumerator_get_Current_m2EA116160CA205BBE65E8C64EC9A446964806E8D_RuntimeMethod_var); V_9 = L_24; // CloneActionStateBeforeBindingsChange(actionMapInAsset); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_25 = V_9; InputActionTrace_CloneActionStateBeforeBindingsChange_mE8653AB4B700E64DD8B02D3F2CB516B507B642BB(__this, L_25, /*hidden argument*/NULL); } IL_00ab: { // foreach (var actionMapInAsset in actionAsset.actionMaps) bool L_26; L_26 = Enumerator_MoveNext_m4B462AE49216761627FB72319163404C1E36311D((Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB *)(&V_7), /*hidden argument*/Enumerator_MoveNext_m4B462AE49216761627FB72319163404C1E36311D_RuntimeMethod_var); if (L_26) { goto IL_009a; } } IL_00b4: { IL2CPP_LEAVE(0xC4, FINALLY_00b6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b6; } FINALLY_00b6: { // begin finally (depth: 1) Enumerator_Dispose_mF47FFED7BC1472D574FD823FB9D5901101093F23((Enumerator_t39EB3BB6A7390FCD80184EA4F12F1C3F5188CCBB *)(&V_7), /*hidden argument*/Enumerator_Dispose_mF47FFED7BC1472D574FD823FB9D5901101093F23_RuntimeMethod_var); IL2CPP_END_FINALLY(182) } // end finally (depth: 1) IL2CPP_CLEANUP(182) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC4, IL_00c4) } IL_00c4: { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::CloneActionStateBeforeBindingsChange(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_CloneActionStateBeforeBindingsChange_mE8653AB4B700E64DD8B02D3F2CB516B507B642BB (InputActionTrace_tC3267A7DBED6A384009BD802DDA0259FA663430A * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Append_m89F92E71DC833F72221C00EFFA6F67A9AC51E396_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_set_Item_m2D5D5787134EEABB14C7A5993237AC20BA145512_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * V_0 = NULL; int32_t V_1 = 0; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * V_2 = NULL; { // var state = actionMap.m_State; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0 = ___actionMap0; NullCheck(L_0); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_1 = L_0->get_m_State_10(); V_0 = L_1; // if (state == null) InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_2 = V_0; if (L_2) { goto IL_000b; } } { // return; return; } IL_000b: { // var stateIndex = m_ActionMapStates.IndexOfReference(state); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA L_3 = __this->get_m_ActionMapStates_5(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_4 = V_0; int32_t L_5; L_5 = InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41(L_3, L_4, /*hidden argument*/InputArrayExtensions_IndexOfReference_TisInputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_mE454E5386359F5DE4FBB026B4C54CEFE996F7D41_RuntimeMethod_var); V_1 = L_5; // if (stateIndex == -1) int32_t L_6 = V_1; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_001d; } } { // return; return; } IL_001d: { // var clone = state.Clone(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_7 = V_0; NullCheck(L_7); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_8; L_8 = InputActionState_Clone_m54C13AF2B2F419A0A3D81132F267BB3C43FF971A(L_7, /*hidden argument*/NULL); V_2 = L_8; // m_ActionMapStateClones.Append(clone); InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_9 = __this->get_address_of_m_ActionMapStateClones_6(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_10 = V_2; int32_t L_11; L_11 = InlinedArray_1_Append_m89F92E71DC833F72221C00EFFA6F67A9AC51E396((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_9, L_10, /*hidden argument*/InlinedArray_1_Append_m89F92E71DC833F72221C00EFFA6F67A9AC51E396_RuntimeMethod_var); // m_ActionMapStates[stateIndex] = clone; InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA * L_12 = __this->get_address_of_m_ActionMapStates_5(); int32_t L_13 = V_1; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_14 = V_2; InlinedArray_1_set_Item_m2D5D5787134EEABB14C7A5993237AC20BA145512((InlinedArray_1_t6D67B486260AFA5369A4A25D540ECDF487C80BDA *)L_12, L_13, L_14, /*hidden argument*/InlinedArray_1_set_Item_m2D5D5787134EEABB14C7A5993237AC20BA145512_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.InputBinding IL2CPP_EXTERN_C void InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshal_pinvoke(const InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB& unmarshaled, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke& marshaled) { marshaled.___m_Name_2 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Name_2()); marshaled.___m_Id_3 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Id_3()); marshaled.___m_Path_4 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Path_4()); marshaled.___m_Interactions_5 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Interactions_5()); marshaled.___m_Processors_6 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Processors_6()); marshaled.___m_Groups_7 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Groups_7()); marshaled.___m_Action_8 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Action_8()); marshaled.___m_Flags_9 = unmarshaled.get_m_Flags_9(); marshaled.___m_OverridePath_10 = il2cpp_codegen_marshal_string(unmarshaled.get_m_OverridePath_10()); marshaled.___m_OverrideInteractions_11 = il2cpp_codegen_marshal_string(unmarshaled.get_m_OverrideInteractions_11()); marshaled.___m_OverrideProcessors_12 = il2cpp_codegen_marshal_string(unmarshaled.get_m_OverrideProcessors_12()); } IL2CPP_EXTERN_C void InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshal_pinvoke_back(const InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke& marshaled, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB& unmarshaled) { unmarshaled.set_m_Name_2(il2cpp_codegen_marshal_string_result(marshaled.___m_Name_2)); unmarshaled.set_m_Id_3(il2cpp_codegen_marshal_string_result(marshaled.___m_Id_3)); unmarshaled.set_m_Path_4(il2cpp_codegen_marshal_string_result(marshaled.___m_Path_4)); unmarshaled.set_m_Interactions_5(il2cpp_codegen_marshal_string_result(marshaled.___m_Interactions_5)); unmarshaled.set_m_Processors_6(il2cpp_codegen_marshal_string_result(marshaled.___m_Processors_6)); unmarshaled.set_m_Groups_7(il2cpp_codegen_marshal_string_result(marshaled.___m_Groups_7)); unmarshaled.set_m_Action_8(il2cpp_codegen_marshal_string_result(marshaled.___m_Action_8)); int32_t unmarshaled_m_Flags_temp_7 = 0; unmarshaled_m_Flags_temp_7 = marshaled.___m_Flags_9; unmarshaled.set_m_Flags_9(unmarshaled_m_Flags_temp_7); unmarshaled.set_m_OverridePath_10(il2cpp_codegen_marshal_string_result(marshaled.___m_OverridePath_10)); unmarshaled.set_m_OverrideInteractions_11(il2cpp_codegen_marshal_string_result(marshaled.___m_OverrideInteractions_11)); unmarshaled.set_m_OverrideProcessors_12(il2cpp_codegen_marshal_string_result(marshaled.___m_OverrideProcessors_12)); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBinding IL2CPP_EXTERN_C void InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshal_pinvoke_cleanup(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_Name_2); marshaled.___m_Name_2 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_Id_3); marshaled.___m_Id_3 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_Path_4); marshaled.___m_Path_4 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_Interactions_5); marshaled.___m_Interactions_5 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_Processors_6); marshaled.___m_Processors_6 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_Groups_7); marshaled.___m_Groups_7 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_Action_8); marshaled.___m_Action_8 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_OverridePath_10); marshaled.___m_OverridePath_10 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_OverrideInteractions_11); marshaled.___m_OverrideInteractions_11 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_OverrideProcessors_12); marshaled.___m_OverrideProcessors_12 = NULL; } // Conversion methods for marshalling of: UnityEngine.InputSystem.InputBinding IL2CPP_EXTERN_C void InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshal_com(const InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB& unmarshaled, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com& marshaled) { marshaled.___m_Name_2 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Name_2()); marshaled.___m_Id_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Id_3()); marshaled.___m_Path_4 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Path_4()); marshaled.___m_Interactions_5 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Interactions_5()); marshaled.___m_Processors_6 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Processors_6()); marshaled.___m_Groups_7 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Groups_7()); marshaled.___m_Action_8 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Action_8()); marshaled.___m_Flags_9 = unmarshaled.get_m_Flags_9(); marshaled.___m_OverridePath_10 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_OverridePath_10()); marshaled.___m_OverrideInteractions_11 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_OverrideInteractions_11()); marshaled.___m_OverrideProcessors_12 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_OverrideProcessors_12()); } IL2CPP_EXTERN_C void InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshal_com_back(const InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com& marshaled, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB& unmarshaled) { unmarshaled.set_m_Name_2(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_2)); unmarshaled.set_m_Id_3(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Id_3)); unmarshaled.set_m_Path_4(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Path_4)); unmarshaled.set_m_Interactions_5(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Interactions_5)); unmarshaled.set_m_Processors_6(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Processors_6)); unmarshaled.set_m_Groups_7(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Groups_7)); unmarshaled.set_m_Action_8(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Action_8)); int32_t unmarshaled_m_Flags_temp_7 = 0; unmarshaled_m_Flags_temp_7 = marshaled.___m_Flags_9; unmarshaled.set_m_Flags_9(unmarshaled_m_Flags_temp_7); unmarshaled.set_m_OverridePath_10(il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverridePath_10)); unmarshaled.set_m_OverrideInteractions_11(il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverrideInteractions_11)); unmarshaled.set_m_OverrideProcessors_12(il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverrideProcessors_12)); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBinding IL2CPP_EXTERN_C void InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshal_com_cleanup(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_Name_2); marshaled.___m_Name_2 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_Id_3); marshaled.___m_Id_3 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_Path_4); marshaled.___m_Path_4 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_Interactions_5); marshaled.___m_Interactions_5 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_Processors_6); marshaled.___m_Processors_6 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_Groups_7); marshaled.___m_Groups_7 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_Action_8); marshaled.___m_Action_8 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_OverridePath_10); marshaled.___m_OverridePath_10 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_OverrideInteractions_11); marshaled.___m_OverrideInteractions_11 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_OverrideProcessors_12); marshaled.___m_OverrideProcessors_12 = NULL; } // System.String UnityEngine.InputSystem.InputBinding::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Name; String_t* L_0 = __this->get_m_Name_2(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_name_m65CCC48184079BF94EE1056FD0032EB703E9D646 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Name = value; String_t* L_0 = ___value0; __this->set_m_Name_2(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_name_m65CCC48184079BF94EE1056FD0032EB703E9D646_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_name_m65CCC48184079BF94EE1056FD0032EB703E9D646_inline(_thisAdjusted, ___value0, method); } // System.Guid UnityEngine.InputSystem.InputBinding::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputBinding_get_id_mBA18981D396A746A1701E8E81BF66020CB85CF8F (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { // if (string.IsNullOrEmpty(m_Id)) String_t* L_0 = __this->get_m_Id_3(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { // return default; il2cpp_codegen_initobj((&V_0), sizeof(Guid_t )); Guid_t L_2 = V_0; return L_2; } IL_0017: { // return new Guid(m_Id); String_t* L_3 = __this->get_m_Id_3(); Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_4), L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C Guid_t InputBinding_get_id_mBA18981D396A746A1701E8E81BF66020CB85CF8F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); Guid_t _returnValue; _returnValue = InputBinding_get_id_mBA18981D396A746A1701E8E81BF66020CB85CF8F(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_id(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_id_m593F5907FC9FA190E9F65A4DC4D329C46D2B2593 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, Guid_t ___value0, const RuntimeMethod* method) { { // set => m_Id = value.ToString(); String_t* L_0; L_0 = Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75((Guid_t *)(&___value0), /*hidden argument*/NULL); __this->set_m_Id_3(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_id_m593F5907FC9FA190E9F65A4DC4D329C46D2B2593_AdjustorThunk (RuntimeObject * __this, Guid_t ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_id_m593F5907FC9FA190E9F65A4DC4D329C46D2B2593(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Path; String_t* L_0 = __this->get_m_Path_4(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_path_m155AEB022A6C164DD89346BE90A4389736420D37 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Path = value; String_t* L_0 = ___value0; __this->set_m_Path_4(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_path_m155AEB022A6C164DD89346BE90A4389736420D37_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_path_m155AEB022A6C164DD89346BE90A4389736420D37_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_overridePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_OverridePath; String_t* L_0 = __this->get_m_OverridePath_10(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_overridePath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m566FBC858E7CBB7442366E3B19C71C954978FFE2 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_OverridePath = value; String_t* L_0 = ___value0; __this->set_m_OverridePath_10(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_overridePath_m566FBC858E7CBB7442366E3B19C71C954978FFE2_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_overridePath_m566FBC858E7CBB7442366E3B19C71C954978FFE2_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_interactions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m3F7844FCB73D237C5F1859971EDCDB4B5908EFA1 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Interactions; String_t* L_0 = __this->get_m_Interactions_5(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_interactions_m3F7844FCB73D237C5F1859971EDCDB4B5908EFA1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_interactions_m3F7844FCB73D237C5F1859971EDCDB4B5908EFA1_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_interactions(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m26748286516301C036B1AAEE42A11AA8DE8A2F80 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Interactions = value; String_t* L_0 = ___value0; __this->set_m_Interactions_5(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_interactions_m26748286516301C036B1AAEE42A11AA8DE8A2F80_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_interactions_m26748286516301C036B1AAEE42A11AA8DE8A2F80_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_overrideInteractions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_OverrideInteractions; String_t* L_0 = __this->get_m_OverrideInteractions_11(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_overrideInteractions(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_m7E7349B4B5DB8220EACF031789B42B37C2B07DC7 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_OverrideInteractions = value; String_t* L_0 = ___value0; __this->set_m_OverrideInteractions_11(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_overrideInteractions_m7E7349B4B5DB8220EACF031789B42B37C2B07DC7_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_overrideInteractions_m7E7349B4B5DB8220EACF031789B42B37C2B07DC7_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_processors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m90B4DDB0FF38F3A0420FE37A460D372B0B28F2E6 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Processors; String_t* L_0 = __this->get_m_Processors_6(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_processors_m90B4DDB0FF38F3A0420FE37A460D372B0B28F2E6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_processors_m90B4DDB0FF38F3A0420FE37A460D372B0B28F2E6_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_processors(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_processors_m012FEC247CA969C328AF577C140836558F155087 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Processors = value; String_t* L_0 = ___value0; __this->set_m_Processors_6(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_processors_m012FEC247CA969C328AF577C140836558F155087_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_processors_m012FEC247CA969C328AF577C140836558F155087_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_overrideProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_OverrideProcessors; String_t* L_0 = __this->get_m_OverrideProcessors_12(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_overrideProcessors(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_m1F14EFA7DF936896DFA62AD0B9A0170A3E57B7EC (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_OverrideProcessors = value; String_t* L_0 = ___value0; __this->set_m_OverrideProcessors_12(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_overrideProcessors_m1F14EFA7DF936896DFA62AD0B9A0170A3E57B7EC_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_overrideProcessors_m1F14EFA7DF936896DFA62AD0B9A0170A3E57B7EC_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_groups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Groups; String_t* L_0 = __this->get_m_Groups_7(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_groups(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Groups = value; String_t* L_0 = ___value0; __this->set_m_Groups_7(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8_inline(_thisAdjusted, ___value0, method); } // System.String UnityEngine.InputSystem.InputBinding::get_action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Action; String_t* L_0 = __this->get_m_Action_8(); return L_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_action(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_action_mFA772BCE0132EBA5AABBBC10D13708732FB3E754 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Action = value; String_t* L_0 = ___value0; __this->set_m_Action_8(L_0); return; } } IL2CPP_EXTERN_C void InputBinding_set_action_mFA772BCE0132EBA5AABBBC10D13708732FB3E754_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_action_mFA772BCE0132EBA5AABBBC10D13708732FB3E754_inline(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.InputBinding::get_isComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => (m_Flags & Flags.Composite) == Flags.Composite; int32_t L_0 = __this->get_m_Flags_9(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)4))) == ((int32_t)4))? 1 : 0); } } IL2CPP_EXTERN_C bool InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_isComposite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isComposite_m087307D015EAA95892167916BFAE095A4B282388 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_Flags |= Flags.Composite; int32_t L_1 = __this->get_m_Flags_9(); __this->set_m_Flags_9(((int32_t)((int32_t)L_1|(int32_t)4))); return; } IL_0012: { // m_Flags &= ~Flags.Composite; int32_t L_2 = __this->get_m_Flags_9(); __this->set_m_Flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))); // } return; } } IL2CPP_EXTERN_C void InputBinding_set_isComposite_m087307D015EAA95892167916BFAE095A4B282388_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_isComposite_m087307D015EAA95892167916BFAE095A4B282388(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.InputBinding::get_isPartOfComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isPartOfComposite_m0E880211AC122888A0C95F0F523CF6CC3EE56CC6 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => (m_Flags & Flags.PartOfComposite) == Flags.PartOfComposite; int32_t L_0 = __this->get_m_Flags_9(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)8))) == ((int32_t)8))? 1 : 0); } } IL2CPP_EXTERN_C bool InputBinding_get_isPartOfComposite_m0E880211AC122888A0C95F0F523CF6CC3EE56CC6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_get_isPartOfComposite_m0E880211AC122888A0C95F0F523CF6CC3EE56CC6(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::set_isPartOfComposite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isPartOfComposite_m31225D2BB418382243F6AC33B13891D7FE04987A (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_Flags |= Flags.PartOfComposite; int32_t L_1 = __this->get_m_Flags_9(); __this->set_m_Flags_9(((int32_t)((int32_t)L_1|(int32_t)8))); return; } IL_0012: { // m_Flags &= ~Flags.PartOfComposite; int32_t L_2 = __this->get_m_Flags_9(); __this->set_m_Flags_9(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)))); // } return; } } IL2CPP_EXTERN_C void InputBinding_set_isPartOfComposite_m31225D2BB418382243F6AC33B13891D7FE04987A_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_set_isPartOfComposite_m31225D2BB418382243F6AC33B13891D7FE04987A(_thisAdjusted, ___value0, method); } // System.Boolean UnityEngine.InputSystem.InputBinding::get_hasOverrides() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_hasOverrides_mF90AF05E25D5EEDBEF792722128D7242060189F6 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // public bool hasOverrides => overridePath != null || overrideProcessors != null || overrideInteractions != null; String_t* L_0; L_0 = InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { String_t* L_1; L_1 = InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { String_t* L_2; L_2 = InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(String_t*)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_001a: { return (bool)1; } } IL2CPP_EXTERN_C bool InputBinding_get_hasOverrides_mF90AF05E25D5EEDBEF792722128D7242060189F6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_get_hasOverrides_mF90AF05E25D5EEDBEF792722128D7242060189F6(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::.ctor(System.String,System.String,System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding__ctor_m70EAB9951FF4A08CFE7ACD74D2AAF7FEC6E3E705 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method) { { // m_Path = path; String_t* L_0 = ___path0; __this->set_m_Path_4(L_0); // m_Action = action; String_t* L_1 = ___action1; __this->set_m_Action_8(L_1); // m_Groups = groups; String_t* L_2 = ___groups2; __this->set_m_Groups_7(L_2); // m_Processors = processors; String_t* L_3 = ___processors3; __this->set_m_Processors_6(L_3); // m_Interactions = interactions; String_t* L_4 = ___interactions4; __this->set_m_Interactions_5(L_4); // m_Name = name; String_t* L_5 = ___name5; __this->set_m_Name_2(L_5); // m_Id = default; __this->set_m_Id_3((String_t*)NULL); // m_Flags = default; __this->set_m_Flags_9(0); // m_OverridePath = default; __this->set_m_OverridePath_10((String_t*)NULL); // m_OverrideInteractions = default; __this->set_m_OverrideInteractions_11((String_t*)NULL); // m_OverrideProcessors = default; __this->set_m_OverrideProcessors_12((String_t*)NULL); // } return; } } IL2CPP_EXTERN_C void InputBinding__ctor_m70EAB9951FF4A08CFE7ACD74D2AAF7FEC6E3E705_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding__ctor_m70EAB9951FF4A08CFE7ACD74D2AAF7FEC6E3E705(_thisAdjusted, ___path0, ___action1, ___groups2, ___processors3, ___interactions4, ___name5, method); } // System.String UnityEngine.InputSystem.InputBinding::GetNameOfComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_GetNameOfComposite_mB4AB2C69CF78573219A76F1B1F7A42EB52C375DF (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!isComposite) bool L_0; L_0 = InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return null; return (String_t*)NULL; } IL_000a: { // return NameAndParameters.Parse(effectivePath).name; String_t* L_1; L_1 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_2; L_2 = NameAndParameters_Parse_mE4BAE4F2D223C96E2867B858C375F72A1B28F6BB(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3; L_3 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_0), /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* InputBinding_GetNameOfComposite_mB4AB2C69CF78573219A76F1B1F7A42EB52C375DF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_GetNameOfComposite_mB4AB2C69CF78573219A76F1B1F7A42EB52C375DF(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBinding::GenerateId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_GenerateId_mBFA7BCF7726F327274BE4A61CC300593FFCB1227 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { // m_Id = Guid.NewGuid().ToString(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_0; L_0 = Guid_NewGuid_mA7DA3F652640919C3C83918D48310941AF3FCED4(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1; L_1 = Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75((Guid_t *)(&V_0), /*hidden argument*/NULL); __this->set_m_Id_3(L_1); // } return; } } IL2CPP_EXTERN_C void InputBinding_GenerateId_mBFA7BCF7726F327274BE4A61CC300593FFCB1227_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_GenerateId_mBFA7BCF7726F327274BE4A61CC300593FFCB1227(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.InputBinding::RemoveOverrides() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_RemoveOverrides_mB58329AFD8C1FFBE4EB91783E9960F0E13B045BA (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // m_OverridePath = null; __this->set_m_OverridePath_10((String_t*)NULL); // m_OverrideInteractions = null; __this->set_m_OverrideInteractions_11((String_t*)NULL); // m_OverrideProcessors = null; __this->set_m_OverrideProcessors_12((String_t*)NULL); // } return; } } IL2CPP_EXTERN_C void InputBinding_RemoveOverrides_mB58329AFD8C1FFBE4EB91783E9960F0E13B045BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); InputBinding_RemoveOverrides_mB58329AFD8C1FFBE4EB91783E9960F0E13B045BA(_thisAdjusted, method); } // UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputBinding::MaskByGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB InputBinding_MaskByGroup_m9D6E1D9E2606F6D5815578492E998BD6760F4763 (String_t* ___group0, const RuntimeMethod* method) { InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB V_0; memset((&V_0), 0, sizeof(V_0)); { // return new InputBinding {groups = group}; il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )); String_t* L_0 = ___group0; InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&V_0), L_0, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_1 = V_0; return L_1; } } // UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputBinding::MaskByGroups(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB InputBinding_MaskByGroups_mBA575CF0F643CE37B8D41A93469EC462CD633244 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___groups0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisString_t_m271D41E8381DE1CDAC5C54BDCDD26B76A63D7E02_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m6397C103AFDCE68F75EDF44FB493A9B6651F7AFE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m376C629E8574CE53614FD1CCF61A848CD6246407_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB V_0; memset((&V_0), 0, sizeof(V_0)); Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * G_B2_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_1 = NULL; String_t* G_B2_2 = NULL; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * G_B2_3 = NULL; Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * G_B1_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_1 = NULL; String_t* G_B1_2 = NULL; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * G_B1_3 = NULL; { // return new InputBinding {groups = string.Join(kSeparatorString, groups.Where(x => !string.IsNullOrEmpty(x)))}; il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___groups0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var); Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * L_1 = ((U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var))->get_U3CU3E9__45_0_1(); Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; G_B1_2 = _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; G_B1_3 = (&V_0); if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; G_B2_2 = _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; G_B2_3 = (&V_0); goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var); U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625 * L_3 = ((U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * L_4 = (Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D *)il2cpp_codegen_object_new(Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D_il2cpp_TypeInfo_var); Func_2__ctor_m6397C103AFDCE68F75EDF44FB493A9B6651F7AFE(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m376C629E8574CE53614FD1CCF61A848CD6246407_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m6397C103AFDCE68F75EDF44FB493A9B6651F7AFE_RuntimeMethod_var); Func_2_t8B45BBA625F1F9197CEB4999F9B2A963FCE4B92D * L_5 = L_4; ((U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE9DB258F8501D02634457468E070D8C1A61EE625_il2cpp_TypeInfo_var))->set_U3CU3E9__45_0_1(L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; } IL_002f: { RuntimeObject* L_6; L_6 = Enumerable_Where_TisString_t_m271D41E8381DE1CDAC5C54BDCDD26B76A63D7E02((RuntimeObject*)(RuntimeObject*)G_B2_1, G_B2_0, /*hidden argument*/Enumerable_Where_TisString_t_m271D41E8381DE1CDAC5C54BDCDD26B76A63D7E02_RuntimeMethod_var); String_t* L_7; L_7 = String_Join_m0522A013F5616F75C1A52BC224B50B35FA3DDA5E(G_B2_2, L_6, /*hidden argument*/NULL); InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)G_B2_3, L_7, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_8 = V_0; return L_8; } } // System.String UnityEngine.InputSystem.InputBinding::get_effectivePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { // public string effectivePath => overridePath ?? path; String_t* L_0; L_0 = InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } { String_t* L_2; L_2 = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B2_0 = L_2; } IL_0010: { return G_B2_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputBinding::get_effectiveInteractions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { // public string effectiveInteractions => overrideInteractions ?? interactions; String_t* L_0; L_0 = InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } { String_t* L_2; L_2 = InputBinding_get_interactions_m3F7844FCB73D237C5F1859971EDCDB4B5908EFA1_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B2_0 = L_2; } IL_0010: { return G_B2_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputBinding::get_effectiveProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { // public string effectiveProcessors => overrideProcessors ?? processors; String_t* L_0; L_0 = InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } { String_t* L_2; L_2 = InputBinding_get_processors_m90B4DDB0FF38F3A0420FE37A460D372B0B28F2E6_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B2_0 = L_2; } IL_0010: { return G_B2_0; } } IL2CPP_EXTERN_C String_t* InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::get_isEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isEmpty_m3FAAE1C93E37BD1D4023A07513A07168F804E8A3 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // string.IsNullOrEmpty(effectivePath) && string.IsNullOrEmpty(action) && // string.IsNullOrEmpty(groups); String_t* L_0; L_0 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0026; } } { String_t* L_2; L_2 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { String_t* L_4; L_4 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); bool L_5; L_5 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_4, /*hidden argument*/NULL); return L_5; } IL_0026: { return (bool)0; } } IL2CPP_EXTERN_C bool InputBinding_get_isEmpty_m3FAAE1C93E37BD1D4023A07513A07168F804E8A3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_get_isEmpty_m3FAAE1C93E37BD1D4023A07513A07168F804E8A3(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::Equals(UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_m94DB19705D92F4DE937D0C7F5477E16788879CA7 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___other0, const RuntimeMethod* method) { { // return string.Equals(effectivePath, other.effectivePath, StringComparison.InvariantCultureIgnoreCase) && // string.Equals(effectiveInteractions, other.effectiveInteractions, StringComparison.InvariantCultureIgnoreCase) && // string.Equals(effectiveProcessors, other.effectiveProcessors, StringComparison.InvariantCultureIgnoreCase) && // string.Equals(groups, other.groups, StringComparison.InvariantCultureIgnoreCase) && // string.Equals(action, other.action, StringComparison.InvariantCultureIgnoreCase); String_t* L_0; L_0 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_1; L_1 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___other0), /*hidden argument*/NULL); bool L_2; L_2 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_0, L_1, 3, /*hidden argument*/NULL); if (!L_2) { goto IL_0068; } } { String_t* L_3; L_3 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_4; L_4 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___other0), /*hidden argument*/NULL); bool L_5; L_5 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_3, L_4, 3, /*hidden argument*/NULL); if (!L_5) { goto IL_0068; } } { String_t* L_6; L_6 = InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_7; L_7 = InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___other0), /*hidden argument*/NULL); bool L_8; L_8 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_6, L_7, 3, /*hidden argument*/NULL); if (!L_8) { goto IL_0068; } } { String_t* L_9; L_9 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_10; L_10 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___other0), /*hidden argument*/NULL); bool L_11; L_11 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_9, L_10, 3, /*hidden argument*/NULL); if (!L_11) { goto IL_0068; } } { String_t* L_12; L_12 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); String_t* L_13; L_13 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___other0), /*hidden argument*/NULL); bool L_14; L_14 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_12, L_13, 3, /*hidden argument*/NULL); return L_14; } IL_0068: { return (bool)0; } } IL2CPP_EXTERN_C bool InputBinding_Equals_m94DB19705D92F4DE937D0C7F5477E16788879CA7_AdjustorThunk (RuntimeObject * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___other0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_Equals_m94DB19705D92F4DE937D0C7F5477E16788879CA7(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_mAA6E25E52C766063041907F54866688EFEDBCAD2 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB V_0; memset((&V_0), 0, sizeof(V_0)); { // if (ReferenceEquals(null, obj)) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // return obj is InputBinding binding && Equals(binding); RuntimeObject * L_1 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject * L_2 = ___obj0; V_0 = ((*(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)UnBox(L_2, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var)))); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_3 = V_0; bool L_4; L_4 = InputBinding_Equals_m94DB19705D92F4DE937D0C7F5477E16788879CA7((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, L_3, /*hidden argument*/NULL); return L_4; } IL_001c: { return (bool)0; } } IL2CPP_EXTERN_C bool InputBinding_Equals_mAA6E25E52C766063041907F54866688EFEDBCAD2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_Equals_mAA6E25E52C766063041907F54866688EFEDBCAD2(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::op_Equality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Equality_m8BFB7D772A059D18B061BD27F23FBC6555C10BBF (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___left0, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___right1, const RuntimeMethod* method) { { // return left.Equals(right); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_0 = ___right1; bool L_1; L_1 = InputBinding_Equals_m94DB19705D92F4DE937D0C7F5477E16788879CA7((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___left0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean UnityEngine.InputSystem.InputBinding::op_Inequality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Inequality_mD57C26312173D6DC7AB7AB0FEB6C08ACCE23EC52 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___left0, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___right1, const RuntimeMethod* method) { { // return !(left == right); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_0 = ___left0; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_1 = ___right1; bool L_2; L_2 = InputBinding_op_Equality_m8BFB7D772A059D18B061BD27F23FBC6555C10BBF(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Int32 UnityEngine.InputSystem.InputBinding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBinding_GetHashCode_m2FD1F6F8BC295352B372E64F8A81703B8799C604 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B11_0 = 0; int32_t G_B10_0 = 0; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; int32_t G_B14_0 = 0; int32_t G_B13_0 = 0; int32_t G_B15_0 = 0; int32_t G_B15_1 = 0; { // var hashCode = (effectivePath != null ? effectivePath.GetHashCode() : 0); String_t* L_0; L_0 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { String_t* L_1; L_1 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); G_B3_0 = L_2; } IL_0016: { // hashCode = (hashCode * 397) ^ (effectiveInteractions != null ? effectiveInteractions.GetHashCode() : 0); String_t* L_3; L_3 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B3_0, (int32_t)((int32_t)397))); if (L_3) { G_B5_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B3_0, (int32_t)((int32_t)397))); goto IL_0027; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_0032; } IL_0027: { String_t* L_4; L_4 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_0032: { // hashCode = (hashCode * 397) ^ (effectiveProcessors != null ? effectiveProcessors.GetHashCode() : 0); String_t* L_6; L_6 = InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B6_1^(int32_t)G_B6_0)), (int32_t)((int32_t)397))); if (L_6) { G_B8_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B6_1^(int32_t)G_B6_0)), (int32_t)((int32_t)397))); goto IL_0044; } } { G_B9_0 = 0; G_B9_1 = G_B7_0; goto IL_004f; } IL_0044: { String_t* L_7; L_7 = InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_7); G_B9_0 = L_8; G_B9_1 = G_B8_0; } IL_004f: { // hashCode = (hashCode * 397) ^ (groups != null ? groups.GetHashCode() : 0); String_t* L_9; L_9 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B10_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B9_1^(int32_t)G_B9_0)), (int32_t)((int32_t)397))); if (L_9) { G_B11_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B9_1^(int32_t)G_B9_0)), (int32_t)((int32_t)397))); goto IL_0061; } } { G_B12_0 = 0; G_B12_1 = G_B10_0; goto IL_006c; } IL_0061: { String_t* L_10; L_10 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10); G_B12_0 = L_11; G_B12_1 = G_B11_0; } IL_006c: { // hashCode = (hashCode * 397) ^ (action != null ? action.GetHashCode() : 0); String_t* L_12; L_12 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B13_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B12_1^(int32_t)G_B12_0)), (int32_t)((int32_t)397))); if (L_12) { G_B14_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B12_1^(int32_t)G_B12_0)), (int32_t)((int32_t)397))); goto IL_007e; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; goto IL_0089; } IL_007e: { String_t* L_13; L_13 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13); G_B15_0 = L_14; G_B15_1 = G_B14_0; } IL_0089: { // return hashCode; return ((int32_t)((int32_t)G_B15_1^(int32_t)G_B15_0)); } } IL2CPP_EXTERN_C int32_t InputBinding_GetHashCode_m2FD1F6F8BC295352B372E64F8A81703B8799C604_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputBinding_GetHashCode_m2FD1F6F8BC295352B372E64F8A81703B8799C604(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputBinding::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToString_m9133811852F53B9F08E5716583F50E2B2CBE06A7 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; { // var builder = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; // if (!string.IsNullOrEmpty(action)) String_t* L_1; L_1 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { // builder.Append(action); StringBuilder_t * L_3 = V_0; String_t* L_4; L_4 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, L_4, /*hidden argument*/NULL); // builder.Append(':'); StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, ((int32_t)58), /*hidden argument*/NULL); } IL_0029: { // var path = effectivePath; String_t* L_8; L_8 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); V_1 = L_8; // if (!string.IsNullOrEmpty(path)) String_t* L_9 = V_1; bool L_10; L_10 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0040; } } { // builder.Append(path); StringBuilder_t * L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_11); StringBuilder_t * L_13; L_13 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, L_12, /*hidden argument*/NULL); } IL_0040: { // if (!string.IsNullOrEmpty(groups)) String_t* L_14; L_14 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); bool L_15; L_15 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_006c; } } { // builder.Append('['); StringBuilder_t * L_16 = V_0; NullCheck(L_16); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_16, ((int32_t)91), /*hidden argument*/NULL); // builder.Append(groups); StringBuilder_t * L_18 = V_0; String_t* L_19; L_19 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, L_19, /*hidden argument*/NULL); // builder.Append(']'); StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_21, ((int32_t)93), /*hidden argument*/NULL); } IL_006c: { // return builder.ToString(); StringBuilder_t * L_23 = V_0; NullCheck(L_23); String_t* L_24; L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); return L_24; } } IL2CPP_EXTERN_C String_t* InputBinding_ToString_m9133811852F53B9F08E5716583F50E2B2CBE06A7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_ToString_m9133811852F53B9F08E5716583F50E2B2CBE06A7(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_m1D4FFA807FE025BFB5001FBFE0A7F2DB70E08875 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, int32_t ___options0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control1, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { // return ToDisplayString(out var _, out var _, options, control); int32_t L_0 = ___options0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1 = ___control1; String_t* L_2; L_2 = InputBinding_ToDisplayString_mFFC636423B35FADC83855C70BD5BDE3E163A9BFD((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, (String_t**)(&V_0), (String_t**)(&V_1), L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* InputBinding_ToDisplayString_m1D4FFA807FE025BFB5001FBFE0A7F2DB70E08875_AdjustorThunk (RuntimeObject * __this, int32_t ___options0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control1, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_ToDisplayString_m1D4FFA807FE025BFB5001FBFE0A7F2DB70E08875(_thisAdjusted, ___options0, ___control1, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(System.String&,System.String&,UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_mFFC636423B35FADC83855C70BD5BDE3E163A9BFD (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t11A4DD8C8A897B31E9F14F85734A35486782D576_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA V_4; memset((&V_4), 0, sizeof(V_4)); String_t* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B9_0 = NULL; { // if (isComposite) bool L_0; L_0 = InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { // deviceLayoutName = null; String_t** L_1 = ___deviceLayoutName0; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); // controlPath = null; String_t** L_2 = ___controlPath1; *((RuntimeObject **)L_2) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)NULL); // return string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0014: { // var readableStringOptions = default(InputControlPath.HumanReadableStringOptions); V_0 = 0; // if ((options & DisplayStringOptions.DontOmitDevice) == 0) int32_t L_4 = ___options2; if (((int32_t)((int32_t)L_4&(int32_t)2))) { goto IL_001f; } } { // readableStringOptions |= InputControlPath.HumanReadableStringOptions.OmitDevice; int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)L_5|(int32_t)2)); } IL_001f: { // if ((options & DisplayStringOptions.DontUseShortDisplayNames) == 0) int32_t L_6 = ___options2; if (((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_0028; } } { // readableStringOptions |= InputControlPath.HumanReadableStringOptions.UseShortNames; int32_t L_7 = V_0; V_0 = ((int32_t)((int32_t)L_7|(int32_t)4)); } IL_0028: { // var pathToUse = (options & DisplayStringOptions.IgnoreBindingOverrides) != 0 // ? path // : effectivePath; int32_t L_8 = ___options2; if (((int32_t)((int32_t)L_8&(int32_t)8))) { goto IL_0035; } } { String_t* L_9; L_9 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B9_0 = L_9; goto IL_003b; } IL_0035: { String_t* L_10; L_10 = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); G_B9_0 = L_10; } IL_003b: { // var result = InputControlPath.ToHumanReadableString(pathToUse, out deviceLayoutName, out controlPath, readableStringOptions, control); String_t** L_11 = ___deviceLayoutName0; String_t** L_12 = ___controlPath1; int32_t L_13 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___control3; String_t* L_15; L_15 = InputControlPath_ToHumanReadableString_m750054169D7A81FC2BEF82B6593EBEC88ED0A5B8(G_B9_0, (String_t**)L_11, (String_t**)L_12, L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; // if (!string.IsNullOrEmpty(effectiveInteractions) && (options & DisplayStringOptions.DontIncludeInteractions) == 0) String_t* L_16; L_16 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); bool L_17; L_17 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_00d7; } } { int32_t L_18 = ___options2; if (((int32_t)((int32_t)L_18&(int32_t)4))) { goto IL_00d7; } } { // var interactionString = string.Empty; String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_19; // var parsedInteractions = NameAndParameters.ParseMultiple(effectiveInteractions); String_t* L_20; L_20 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); RuntimeObject* L_21; L_21 = NameAndParameters_ParseMultiple_m3E8300D442E98EF2D7AEA44E1FBCDB6C02FB091D(L_20, /*hidden argument*/NULL); // foreach (var element in parsedInteractions) NullCheck(L_21); RuntimeObject* L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D_il2cpp_TypeInfo_var, L_21); V_3 = L_22; } IL_0072: try { // begin try (depth: 1) { goto IL_00ae; } IL_0074: { // foreach (var element in parsedInteractions) RuntimeObject* L_23 = V_3; NullCheck(L_23); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_24; L_24 = InterfaceFuncInvoker0< NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t11A4DD8C8A897B31E9F14F85734A35486782D576_il2cpp_TypeInfo_var, L_23); V_4 = L_24; // var interaction = element.name; String_t* L_25; L_25 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_4), /*hidden argument*/NULL); // var interactionDisplayName = InputInteraction.GetDisplayName(interaction); String_t* L_26; L_26 = InputInteraction_GetDisplayName_mCCBCA3612441E933006CE842A9832B3DED6CE981(L_25, /*hidden argument*/NULL); V_5 = L_26; // if (string.IsNullOrEmpty(interactionDisplayName)) String_t* L_27 = V_5; bool L_28; L_28 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00ae; } } IL_0093: { // if (!string.IsNullOrEmpty(interactionString)) String_t* L_29 = V_2; bool L_30; L_30 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00ab; } } IL_009b: { // interactionString = $"{interactionString} or {interactionDisplayName}"; String_t* L_31 = V_2; String_t* L_32 = V_5; String_t* L_33; L_33 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_31, _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68, L_32, /*hidden argument*/NULL); V_2 = L_33; goto IL_00ae; } IL_00ab: { // interactionString = interactionDisplayName; String_t* L_34 = V_5; V_2 = L_34; } IL_00ae: { // foreach (var element in parsedInteractions) RuntimeObject* L_35 = V_3; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); if (L_36) { goto IL_0074; } } IL_00b6: { IL2CPP_LEAVE(0xC2, FINALLY_00b8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: { // begin finally (depth: 1) { RuntimeObject* L_37 = V_3; if (!L_37) { goto IL_00c1; } } IL_00bb: { RuntimeObject* L_38 = V_3; NullCheck(L_38); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_38); } IL_00c1: { IL2CPP_END_FINALLY(184) } } // end finally (depth: 1) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC2, IL_00c2) } IL_00c2: { // if (!string.IsNullOrEmpty(interactionString)) String_t* L_39 = V_2; bool L_40; L_40 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_00d7; } } { // result = $"{interactionString} {result}"; String_t* L_41 = V_2; String_t* L_42 = V_1; String_t* L_43; L_43 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_41, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_42, /*hidden argument*/NULL); V_1 = L_43; } IL_00d7: { // return result; String_t* L_44 = V_1; return L_44; } } IL2CPP_EXTERN_C String_t* InputBinding_ToDisplayString_mFFC636423B35FADC83855C70BD5BDE3E163A9BFD_AdjustorThunk (RuntimeObject * __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control3, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputBinding_ToDisplayString_mFFC636423B35FADC83855C70BD5BDE3E163A9BFD(_thisAdjusted, ___deviceLayoutName0, ___controlPath1, ___options2, ___control3, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::TriggersAction(UnityEngine.InputSystem.InputAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_TriggersAction_mA2C09E283BE6494B34F667CC8D04107348E10DA2 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method) { { // return string.Compare(action.name, this.action, StringComparison.InvariantCultureIgnoreCase) == 0 // || this.action == action.m_Id; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_0 = ___action0; NullCheck(L_0); String_t* L_1; L_1 = InputAction_get_name_mD793438E7135692C402DBB981AD15DEE65A20F38_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); int32_t L_3; L_3 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_1, L_2, 3, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { String_t* L_4; L_4 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_5 = ___action0; NullCheck(L_5); String_t* L_6 = L_5->get_m_Id_3(); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_6, /*hidden argument*/NULL); return L_7; } IL_0026: { return (bool)1; } } IL2CPP_EXTERN_C bool InputBinding_TriggersAction_mA2C09E283BE6494B34F667CC8D04107348E10DA2_AdjustorThunk (RuntimeObject * __this, InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___action0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_TriggersAction_mA2C09E283BE6494B34F667CC8D04107348E10DA2(_thisAdjusted, ___action0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m4E31CC5EBC262A4AC58A1BFF6B145E1CF05A021A (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___binding0, const RuntimeMethod* method) { { // return Matches(ref binding); bool L_0; L_0 = InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&___binding0), 0, /*hidden argument*/NULL); return L_0; } } IL2CPP_EXTERN_C bool InputBinding_Matches_m4E31CC5EBC262A4AC58A1BFF6B145E1CF05A021A_AdjustorThunk (RuntimeObject * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___binding0, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_Matches_m4E31CC5EBC262A4AC58A1BFF6B145E1CF05A021A(_thisAdjusted, ___binding0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding&,UnityEngine.InputSystem.InputBinding/MatchOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // if (name != null) String_t* L_0; L_0 = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0027; } } { // if (binding.name == null // || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(name, binding.name, Separator)) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_1 = ___binding0; String_t* L_2; L_2 = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { String_t* L_3; L_3 = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_4 = ___binding0; String_t* L_5; L_5 = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_4, /*hidden argument*/NULL); bool L_6; L_6 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_3, L_5, ((int32_t)59), /*hidden argument*/NULL); if (L_6) { goto IL_0027; } } IL_0025: { // return false; return (bool)0; } IL_0027: { // if (path != null) String_t* L_7; L_7 = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (!L_7) { goto IL_004e; } } { // if (binding.path == null // || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(path, binding.path, Separator)) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_8 = ___binding0; String_t* L_9; L_9 = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004c; } } { String_t* L_10; L_10 = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_11 = ___binding0; String_t* L_12; L_12 = InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_11, /*hidden argument*/NULL); bool L_13; L_13 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_10, L_12, ((int32_t)59), /*hidden argument*/NULL); if (L_13) { goto IL_004e; } } IL_004c: { // return false; return (bool)0; } IL_004e: { // if (action != null) String_t* L_14; L_14 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (!L_14) { goto IL_0075; } } { // if (binding.action == null // || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(action, binding.action, Separator)) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_15 = ___binding0; String_t* L_16; L_16 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0073; } } { String_t* L_17; L_17 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_18 = ___binding0; String_t* L_19; L_19 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_18, /*hidden argument*/NULL); bool L_20; L_20 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_17, L_19, ((int32_t)59), /*hidden argument*/NULL); if (L_20) { goto IL_0075; } } IL_0073: { // return false; return (bool)0; } IL_0075: { // if (groups != null) String_t* L_21; L_21 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); if (!L_21) { goto IL_00b0; } } { // var haveGroupsOnBinding = !string.IsNullOrEmpty(binding.groups); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_22 = ___binding0; String_t* L_23; L_23 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_22, /*hidden argument*/NULL); bool L_24; L_24 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_23, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0); // if (!haveGroupsOnBinding && (options & MatchOptions.EmptyGroupMatchesAny) == 0) bool L_25 = V_0; if (L_25) { goto IL_0096; } } { int32_t L_26 = ___options1; if (((int32_t)((int32_t)L_26&(int32_t)1))) { goto IL_0096; } } { // return false; return (bool)0; } IL_0096: { // if (haveGroupsOnBinding // && !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(groups, binding.groups, Separator)) bool L_27 = V_0; if (!L_27) { goto IL_00b0; } } { String_t* L_28; L_28 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_29 = ___binding0; String_t* L_30; L_30 = InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_29, /*hidden argument*/NULL); bool L_31; L_31 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_28, L_30, ((int32_t)59), /*hidden argument*/NULL); if (L_31) { goto IL_00b0; } } { // return false; return (bool)0; } IL_00b0: { // if (!string.IsNullOrEmpty(m_Id)) String_t* L_32 = __this->get_m_Id_3(); bool L_33; L_33 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00d2; } } { // if (binding.id != id) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_34 = ___binding0; Guid_t L_35; L_35 = InputBinding_get_id_mBA18981D396A746A1701E8E81BF66020CB85CF8F((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_34, /*hidden argument*/NULL); Guid_t L_36; L_36 = InputBinding_get_id_mBA18981D396A746A1701E8E81BF66020CB85CF8F((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Guid_op_Inequality_m1BAF17908D4F09DC51AE6239AF52AF487F091175(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00d2; } } { // return false; return (bool)0; } IL_00d2: { // return true; return (bool)1; } } IL2CPP_EXTERN_C bool InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489_AdjustorThunk (RuntimeObject * __this, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding0, int32_t ___options1, const RuntimeMethod* method) { int32_t _offset = 1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489(_thisAdjusted, ___binding0, ___options1, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.InputSystem.InputBindingComposite::EvaluateMagnitude(UnityEngine.InputSystem.InputBindingCompositeContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingComposite_EvaluateMagnitude_m82BB207DF57087FC2365E963415EAD670114BF19 (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * __this, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * ___context0, const RuntimeMethod* method) { { // return -1; return (-1.0f); } } // System.Void UnityEngine.InputSystem.InputBindingComposite::FinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite_FinishSetup_m9DB671AA514799992DC2119EBFBF1FB7F924A255 (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * __this, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * ___context0, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.InputBindingComposite::CallFinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite_CallFinishSetup_m906D156BA02160826131C1282A772C2163D24053 (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * __this, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * ___context0, const RuntimeMethod* method) { { // FinishSetup(ref context); InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * L_0 = ___context0; VirtActionInvoker1< InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputBindingComposite::FinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&) */, __this, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)L_0); // } return; } } // System.Type UnityEngine.InputSystem.InputBindingComposite::GetValueType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * InputBindingComposite_GetValueType_m15FEAC3770F1E811CC439ACA400D22D0BA691177 (String_t* ___composite0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_1_tAE53EC1774E968D7B41A49F25A4223B55D763851_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { // if (string.IsNullOrEmpty(composite)) String_t* L_0 = ___composite0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(composite)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetValueType_m15FEAC3770F1E811CC439ACA400D22D0BA691177_RuntimeMethod_var))); } IL_0013: { // var compositeType = s_Composites.LookupTypeRegistration(composite); String_t* L_3 = ___composite0; Type_t * L_4; L_4 = TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var))->get_address_of_s_Composites_0()), L_3, /*hidden argument*/NULL); V_0 = L_4; // if (compositeType == null) Type_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { // return null; return (Type_t *)NULL; } IL_002a: { // return TypeHelpers.GetGenericTypeArgumentFromHierarchy(compositeType, typeof(InputBindingComposite<>), 0); Type_t * L_7 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (InputBindingComposite_1_tAE53EC1774E968D7B41A49F25A4223B55D763851_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_8, /*hidden argument*/NULL); Type_t * L_10; L_10 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_mAC39DFBA374535C9D576EF7278163E933E2598C8(L_7, L_9, 0, /*hidden argument*/NULL); return L_10; } } // System.String UnityEngine.InputSystem.InputBindingComposite::GetExpectedControlLayoutName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetExpectedControlLayoutName_mA6D71F17F6E11750AA5FD9FC93248C99677517AE (String_t* ___composite0, String_t* ___part1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_mC8CCE038538D4EB29456F9DE49AE6247D66EB33F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; FieldInfo_t * V_1 = NULL; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * G_B10_0 = NULL; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * G_B9_0 = NULL; { // if (string.IsNullOrEmpty(composite)) String_t* L_0 = ___composite0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(composite)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetExpectedControlLayoutName_mA6D71F17F6E11750AA5FD9FC93248C99677517AE_RuntimeMethod_var))); } IL_0013: { // if (string.IsNullOrEmpty(part)) String_t* L_3 = ___part1; bool L_4; L_4 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { // throw new ArgumentNullException(nameof(part)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BD8BFCCD034050ABDF24FC357095653412B69BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetExpectedControlLayoutName_mA6D71F17F6E11750AA5FD9FC93248C99677517AE_RuntimeMethod_var))); } IL_0026: { // var compositeType = s_Composites.LookupTypeRegistration(composite); String_t* L_6 = ___composite0; Type_t * L_7; L_7 = TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var))->get_address_of_s_Composites_0()), L_6, /*hidden argument*/NULL); V_0 = L_7; // if (compositeType == null) Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_8, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { // return null; return (String_t*)NULL; } IL_003d: { // var field = compositeType.GetField(part, // BindingFlags.Instance | BindingFlags.IgnoreCase | BindingFlags.Public); Type_t * L_10 = V_0; String_t* L_11 = ___part1; NullCheck(L_10); FieldInfo_t * L_12; L_12 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_10, L_11, ((int32_t)21)); V_1 = L_12; // if (field == null) FieldInfo_t * L_13 = V_1; bool L_14; L_14 = FieldInfo_op_Equality_m29EAACA601BEF1949070822B6E0062071085D5A7(L_13, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0052; } } { // return null; return (String_t*)NULL; } IL_0052: { // var attribute = field.GetCustomAttribute(false); FieldInfo_t * L_15 = V_1; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_16; L_16 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_mC8CCE038538D4EB29456F9DE49AE6247D66EB33F(L_15, (bool)0, /*hidden argument*/CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_mC8CCE038538D4EB29456F9DE49AE6247D66EB33F_RuntimeMethod_var); // return attribute?.layout; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_17 = L_16; G_B9_0 = L_17; if (L_17) { G_B10_0 = L_17; goto IL_005f; } } { return (String_t*)NULL; } IL_005f: { NullCheck(G_B10_0); String_t* L_18; L_18 = InputControlAttribute_get_layout_mE86350BE6428A1D0C6E076716EA2F6C7CA6A5CA2_inline(G_B10_0, /*hidden argument*/NULL); return L_18; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.InputBindingComposite::GetPartNames(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingComposite_GetPartNames_mD96A0B93E3077BA8ED70BC31F6010AA454BC84BD (String_t* ___composite0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5 * L_0 = (U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5 *)il2cpp_codegen_object_new(U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5_il2cpp_TypeInfo_var); U3CGetPartNamesU3Ed__12__ctor_m3AB6A670B02CB1E1C44A46643B643F7A734D5454(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CGetPartNamesU3Ed__12_t8093CEE7CE538FBA597320873AE2E5067D5822B5 * L_1 = L_0; String_t* L_2 = ___composite0; NullCheck(L_1); L_1->set_U3CU3E3__composite_4(L_2); return L_1; } } // System.String UnityEngine.InputSystem.InputBindingComposite::GetDisplayFormatString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetDisplayFormatString_m0EAE7DA35F36ED4103FBF1AC2EA4B8C6C62C3883 (String_t* ___composite0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7_m43AF5BD4308A2B7765A374E725A7C4B24389BCC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * V_1 = NULL; { // if (string.IsNullOrEmpty(composite)) String_t* L_0 = ___composite0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(composite)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetDisplayFormatString_m0EAE7DA35F36ED4103FBF1AC2EA4B8C6C62C3883_RuntimeMethod_var))); } IL_0013: { // var compositeType = s_Composites.LookupTypeRegistration(composite); String_t* L_3 = ___composite0; Type_t * L_4; L_4 = TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var))->get_address_of_s_Composites_0()), L_3, /*hidden argument*/NULL); V_0 = L_4; // if (compositeType == null) Type_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { // return null; return (String_t*)NULL; } IL_002a: { // var displayFormatAttribute = compositeType.GetCustomAttribute(); Type_t * L_7 = V_0; DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * L_8; L_8 = CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7_m43AF5BD4308A2B7765A374E725A7C4B24389BCC2(L_7, /*hidden argument*/CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7_m43AF5BD4308A2B7765A374E725A7C4B24389BCC2_RuntimeMethod_var); V_1 = L_8; // if (displayFormatAttribute == null) DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * L_9 = V_1; if (L_9) { goto IL_0036; } } { // return null; return (String_t*)NULL; } IL_0036: { // return displayFormatAttribute.formatString; DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = DisplayStringFormatAttribute_get_formatString_m581FD4119BDE34F222336388B7C8CFB32D4CE717_inline(L_10, /*hidden argument*/NULL); return L_11; } } // System.Void UnityEngine.InputSystem.InputBindingComposite::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite__ctor_m249B17086EA65CFABEA3AA6B1F2603E424DB44E8 (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext IL2CPP_EXTERN_C void InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshal_pinvoke(const InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570& unmarshaled, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_pinvoke& marshaled) { Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL); } IL2CPP_EXTERN_C void InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshal_pinvoke_back(const InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_pinvoke& marshaled, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570& unmarshaled) { Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext IL2CPP_EXTERN_C void InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshal_pinvoke_cleanup(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext IL2CPP_EXTERN_C void InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshal_com(const InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570& unmarshaled, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_com& marshaled) { Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL); } IL2CPP_EXTERN_C void InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshal_com_back(const InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_com& marshaled, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570& unmarshaled) { Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext IL2CPP_EXTERN_C void InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshal_com_cleanup(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_com& marshaled) { } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.InputBindingCompositeContext::get_controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_get_controls_m2B97B0E7A6B00820F03E674D1057A6FD755C7756 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E * L_0 = (U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E *)il2cpp_codegen_object_new(U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E_il2cpp_TypeInfo_var); U3Cget_controlsU3Ed__2__ctor_m252D68CC3B02B5F91307177F6B1A418F74A78AC3(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3Cget_controlsU3Ed__2_t249033E1E2F1DFFCC90C4B7681FCDB137489C13E * L_1 = L_0; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 L_2 = (*(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)__this); NullCheck(L_1); L_1->set_U3CU3E3__U3CU3E4__this_4(L_2); return L_1; } } IL2CPP_EXTERN_C RuntimeObject* InputBindingCompositeContext_get_controls_m2B97B0E7A6B00820F03E674D1057A6FD755C7756_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = InputBindingCompositeContext_get_controls_m2B97B0E7A6B00820F03E674D1057A6FD755C7756(_thisAdjusted, method); return _returnValue; } // System.Single UnityEngine.InputSystem.InputBindingCompositeContext::EvaluateMagnitude(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingCompositeContext_EvaluateMagnitude_m18AA77B72E7CB977BAE48385B90D9F7E7FD46C20 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method) { { // return m_State.EvaluateCompositePartMagnitude(m_BindingIndex, partNumber); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_0 = __this->get_m_State_0(); int32_t L_1 = __this->get_m_BindingIndex_1(); int32_t L_2 = ___partNumber0; NullCheck(L_0); float L_3; L_3 = InputActionState_EvaluateCompositePartMagnitude_m5F27B56A9134E862F2A1C7F422E9823D61F025B9(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C float InputBindingCompositeContext_EvaluateMagnitude_m18AA77B72E7CB977BAE48385B90D9F7E7FD46C20_AdjustorThunk (RuntimeObject * __this, int32_t ___partNumber0, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = InputBindingCompositeContext_EvaluateMagnitude_m18AA77B72E7CB977BAE48385B90D9F7E7FD46C20(_thisAdjusted, ___partNumber0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsButton(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBindingCompositeContext_ReadValueAsButton_m0CC1825644963B7ED41BAE9880FE7E1FE62027A4 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (m_State == null) InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_0 = __this->get_m_State_0(); if (L_0) { goto IL_000a; } } { // return default; return (bool)0; } IL_000a: { // var buttonValue = false; V_0 = (bool)0; // m_State.ReadCompositePartValue>(m_BindingIndex, partNumber, &buttonValue, // out _); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_1 = __this->get_m_State_0(); int32_t L_2 = __this->get_m_BindingIndex_1(); int32_t L_3 = ___partNumber0; il2cpp_codegen_initobj((&V_2), sizeof(DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 )); DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 L_4 = V_2; NullCheck(L_1); float L_5; L_5 = InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F(L_1, L_2, L_3, (bool*)(bool*)((uintptr_t)(&V_0)), (int32_t*)(&V_1), L_4, /*hidden argument*/InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F_RuntimeMethod_var); // return buttonValue; bool L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C bool InputBindingCompositeContext_ReadValueAsButton_m0CC1825644963B7ED41BAE9880FE7E1FE62027A4_AdjustorThunk (RuntimeObject * __this, int32_t ___partNumber0, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputBindingCompositeContext_ReadValueAsButton_m0CC1825644963B7ED41BAE9880FE7E1FE62027A4(_thisAdjusted, ___partNumber0, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingCompositeContext_ReadValue_mCD5D7E1325C052E53864CB895B871917E372DC02 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * G_B2_0 = NULL; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * G_B1_0 = NULL; { // m_State?.ReadCompositePartValue(m_BindingIndex, partNumber, buffer, bufferSize); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_0 = __this->get_m_State_0(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { return; } IL_000b: { int32_t L_2 = __this->get_m_BindingIndex_1(); int32_t L_3 = ___partNumber0; void* L_4 = ___buffer1; int32_t L_5 = ___bufferSize2; NullCheck(G_B2_0); bool L_6; L_6 = InputActionState_ReadCompositePartValue_m953BBBA70FCF55EBA32B7E333234229C1B0E81DA(G_B2_0, L_2, L_3, (void*)(void*)L_4, L_5, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void InputBindingCompositeContext_ReadValue_mCD5D7E1325C052E53864CB895B871917E372DC02_AdjustorThunk (RuntimeObject * __this, int32_t ___partNumber0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); InputBindingCompositeContext_ReadValue_mCD5D7E1325C052E53864CB895B871917E372DC02(_thisAdjusted, ___partNumber0, ___buffer1, ___bufferSize2, method); } // System.Object UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputBindingCompositeContext_ReadValueAsObject_mF80B02812AE2D6DF981CBFAFE8F6D15310E53684 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method) { { // return m_State.ReadCompositePartValueAsObject(m_BindingIndex, partNumber); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_0 = __this->get_m_State_0(); int32_t L_1 = __this->get_m_BindingIndex_1(); int32_t L_2 = ___partNumber0; NullCheck(L_0); RuntimeObject * L_3; L_3 = InputActionState_ReadCompositePartValueAsObject_m5847650FB4A66D8B997D68407A25E76B37FF1484(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C RuntimeObject * InputBindingCompositeContext_ReadValueAsObject_mF80B02812AE2D6DF981CBFAFE8F6D15310E53684_AdjustorThunk (RuntimeObject * __this, int32_t ___partNumber0, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = InputBindingCompositeContext_ReadValueAsObject_mF80B02812AE2D6DF981CBFAFE8F6D15310E53684(_thisAdjusted, ___partNumber0, method); return _returnValue; } // System.Double UnityEngine.InputSystem.InputBindingCompositeContext::GetPressTime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputBindingCompositeContext_GetPressTime_mDA9832857625A249A6BE2D6924EFC6BB2C22C92A (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method) { { // return m_State.GetCompositePartPressTime(m_BindingIndex, partNumber); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_0 = __this->get_m_State_0(); int32_t L_1 = __this->get_m_BindingIndex_1(); int32_t L_2 = ___partNumber0; NullCheck(L_0); double L_3; L_3 = InputActionState_GetCompositePartPressTime_mDBAE57B3D7FE1BFD7C07602CBCF13B2F5AA91376(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C double InputBindingCompositeContext_GetPressTime_mDA9832857625A249A6BE2D6924EFC6BB2C22C92A_AdjustorThunk (RuntimeObject * __this, int32_t ___partNumber0, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = InputBindingCompositeContext_GetPressTime_mDA9832857625A249A6BE2D6924EFC6BB2C22C92A(_thisAdjusted, ___partNumber0, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingResolver IL2CPP_EXTERN_C void InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshal_pinvoke(const InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720& unmarshaled, InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_pinvoke& marshaled) { Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL); } IL2CPP_EXTERN_C void InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshal_pinvoke_back(const InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_pinvoke& marshaled, InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720& unmarshaled) { Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingResolver IL2CPP_EXTERN_C void InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshal_pinvoke_cleanup(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingResolver IL2CPP_EXTERN_C void InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshal_com(const InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720& unmarshaled, InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_com& marshaled) { Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL); } IL2CPP_EXTERN_C void InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshal_com_back(const InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_com& marshaled, InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720& unmarshaled) { Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingResolver IL2CPP_EXTERN_C void InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshal_com_cleanup(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_com& marshaled) { } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalMapCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method) { { // public int totalMapCount => memory.mapCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_0 = __this->get_address_of_memory_5(); int32_t L_1 = L_0->get_mapCount_1(); return L_1; } } IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalActionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalActionCount_m92C6E6A924D92A53CD26D08F44921FE54E9FF767 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method) { { // public int totalActionCount => memory.actionCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_0 = __this->get_address_of_memory_5(); int32_t L_1 = L_0->get_actionCount_2(); return L_1; } } IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalActionCount_m92C6E6A924D92A53CD26D08F44921FE54E9FF767_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputBindingResolver_get_totalActionCount_m92C6E6A924D92A53CD26D08F44921FE54E9FF767(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalBindingCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalBindingCount_mCE77D073CEB73DB3C49F9AF95AB37C15567F7913 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method) { { // public int totalBindingCount => memory.bindingCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_0 = __this->get_address_of_memory_5(); int32_t L_1 = L_0->get_bindingCount_4(); return L_1; } } IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalBindingCount_mCE77D073CEB73DB3C49F9AF95AB37C15567F7913_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputBindingResolver_get_totalBindingCount_mCE77D073CEB73DB3C49F9AF95AB37C15567F7913(_thisAdjusted, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalControlCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalControlCount_m2E251CBE44753C3675234BD53B4F7301601A8A7A (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method) { { // public int totalControlCount => memory.controlCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_0 = __this->get_address_of_memory_5(); int32_t L_1 = L_0->get_controlCount_5(); return L_1; } } IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalControlCount_m2E251CBE44753C3675234BD53B4F7301601A8A7A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputBindingResolver_get_totalControlCount_m2E251CBE44753C3675234BD53B4F7301601A8A7A(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputBindingResolver::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_Dispose_m14FCDD5B72F3BBFCF4675DA24209A84AF6B927FF (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, const RuntimeMethod* method) { { // memory.Dispose(); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_0 = __this->get_address_of_memory_5(); UnmanagedMemory_Dispose_m52964A71995C33B300945236638CF81112F59989((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)L_0, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void InputBindingResolver_Dispose_m14FCDD5B72F3BBFCF4675DA24209A84AF6B927FF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); InputBindingResolver_Dispose_m14FCDD5B72F3BBFCF4675DA24209A84AF6B927FF(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.InputBindingResolver::StartWithPreviousResolve(UnityEngine.InputSystem.InputActionState,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_StartWithPreviousResolve_m26CF5D1A84D39DC609534935D82C39CB7D3CEDD4 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___state0, bool ___isFullResolve1, const RuntimeMethod* method) { { // m_IsControlOnlyResolve = !isFullResolve; bool L_0 = ___isFullResolve1; __this->set_m_IsControlOnlyResolve_10((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); // maps = state.maps; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_1 = ___state0; NullCheck(L_1); InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* L_2 = L_1->get_maps_1(); __this->set_maps_3(L_2); // interactions = state.interactions; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_3 = ___state0; NullCheck(L_3); IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* L_4 = L_3->get_interactions_3(); __this->set_interactions_6(L_4); // processors = state.processors; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_5 = ___state0; NullCheck(L_5); InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_6 = L_5->get_processors_4(); __this->set_processors_7(L_6); // composites = state.composites; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_7 = ___state0; NullCheck(L_7); InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_8 = L_7->get_composites_5(); __this->set_composites_8(L_8); // controls = state.controls; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_9 = ___state0; NullCheck(L_9); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_10 = L_9->get_controls_2(); __this->set_controls_4(L_10); // if (isFullResolve) bool L_11 = ___isFullResolve1; if (!L_11) { goto IL_00b1; } } { // if (maps != null) InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* L_12 = __this->get_maps_3(); if (!L_12) { goto IL_0063; } } { // Array.Clear(maps, 0, state.totalMapCount); InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* L_13 = __this->get_maps_3(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_14 = ___state0; NullCheck(L_14); int32_t L_15; L_15 = InputActionState_get_totalMapCount_m6D06466631F34731F419DAC24E56AE639DB041AA(L_14, /*hidden argument*/NULL); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_13, 0, L_15, /*hidden argument*/NULL); } IL_0063: { // if (interactions != null) IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* L_16 = __this->get_interactions_6(); if (!L_16) { goto IL_007d; } } { // Array.Clear(interactions, 0, state.totalInteractionCount); IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* L_17 = __this->get_interactions_6(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_18 = ___state0; NullCheck(L_18); int32_t L_19; L_19 = InputActionState_get_totalInteractionCount_m38E8F61A4322A1B101587BECDD4054D2D10BC4A9(L_18, /*hidden argument*/NULL); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_17, 0, L_19, /*hidden argument*/NULL); } IL_007d: { // if (processors != null) InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_20 = __this->get_processors_7(); if (!L_20) { goto IL_0097; } } { // Array.Clear(processors, 0, state.totalProcessorCount); InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_21 = __this->get_processors_7(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_22 = ___state0; NullCheck(L_22); int32_t L_23 = L_22->get_totalProcessorCount_6(); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_21, 0, L_23, /*hidden argument*/NULL); } IL_0097: { // if (composites != null) InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_24 = __this->get_composites_8(); if (!L_24) { goto IL_00b1; } } { // Array.Clear(composites, 0, state.totalCompositeCount); InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_25 = __this->get_composites_8(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_26 = ___state0; NullCheck(L_26); int32_t L_27; L_27 = InputActionState_get_totalCompositeCount_m27514771791721760F0FAA9E1E462C209D5209AE(L_26, /*hidden argument*/NULL); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_25, 0, L_27, /*hidden argument*/NULL); } IL_00b1: { // if (controls != null) // Always clear this one as every resolve will change it. InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_28 = __this->get_controls_4(); if (!L_28) { goto IL_00cb; } } { // Array.Clear(controls, 0, state.totalControlCount); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_29 = __this->get_controls_4(); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_30 = ___state0; NullCheck(L_30); int32_t L_31; L_31 = InputActionState_get_totalControlCount_mB94081AA7865A81DA19E10F46D3FCB45BD3B941C(L_30, /*hidden argument*/NULL); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_29, 0, L_31, /*hidden argument*/NULL); } IL_00cb: { // state.maps = null; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_32 = ___state0; NullCheck(L_32); L_32->set_maps_1((InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609*)NULL); // state.interactions = null; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_33 = ___state0; NullCheck(L_33); L_33->set_interactions_3((IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA*)NULL); // state.processors = null; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_34 = ___state0; NullCheck(L_34); L_34->set_processors_4((InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0*)NULL); // state.composites = null; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_35 = ___state0; NullCheck(L_35); L_35->set_composites_5((InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083*)NULL); // state.controls = null; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_36 = ___state0; NullCheck(L_36); L_36->set_controls_2((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)NULL); // } return; } } IL2CPP_EXTERN_C void InputBindingResolver_StartWithPreviousResolve_m26CF5D1A84D39DC609534935D82C39CB7D3CEDD4_AdjustorThunk (RuntimeObject * __this, InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___state0, bool ___isFullResolve1, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); InputBindingResolver_StartWithPreviousResolve_m26CF5D1A84D39DC609534935D82C39CB7D3CEDD4(_thisAdjusted, ___state0, ___isFullResolve1, method); } // System.Void UnityEngine.InputSystem.InputBindingResolver::AddActionMap(UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendListWithCapacity_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_TisInputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A_m3A58BA121EC7C9643ED016539F81284B5BB7007A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_m70BE3ADC1118B234875F0E4C197DE96296B9AC57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_m00AF9F43F056EBCE62BCBD16624B779A524CEB9A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_FindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mF44DB1CC013401526FF90BD8E9FF03C3B0155CEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA51DE26DD6DFCB676E8E8EE4EA725AA6E7596758_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m30AF0D651134010271C50F54A97B6D6D3B37E7E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m49A10559EA7200653E50E8C52D7D3045535802DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m7FDACBCB1ABE4D8F3FD65F47FE316DA5376E70FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* V_0 = NULL; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * V_16 = NULL; Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 V_17; memset((&V_17), 0, sizeof(V_17)); Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 V_18; memset((&V_18), 0, sizeof(V_18)); bool V_19 = false; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A V_20; memset((&V_20), 0, sizeof(V_20)); int32_t V_21 = 0; int32_t V_22 = 0; int32_t V_23 = 0; int32_t V_24 = 0; int32_t V_25 = 0; int32_t V_26 = 0; int32_t V_27 = 0; int32_t V_28 = 0; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * V_29 = NULL; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * V_30 = NULL; int32_t V_31 = 0; bool V_32 = false; bool V_33 = false; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * V_34 = NULL; int32_t V_35 = 0; int32_t V_36 = 0; int32_t V_37 = 0; int32_t V_38 = 0; int32_t V_39 = 0; int32_t V_40 = 0; int32_t V_41 = 0; int32_t V_42 = 0; int32_t V_43 = 0; String_t* V_44 = NULL; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * V_45 = NULL; String_t* V_46 = NULL; bool V_47 = false; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB V_48; memset((&V_48), 0, sizeof(V_48)); ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 V_49; memset((&V_49), 0, sizeof(V_49)); int32_t V_50 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_51 = NULL; String_t* V_52 = NULL; String_t* V_53 = NULL; int32_t V_54 = 0; int32_t V_55 = 0; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * V_56 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 V_57; memset((&V_57), 0, sizeof(V_57)); Exception_t * V_58 = NULL; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 V_59; memset((&V_59), 0, sizeof(V_59)); int32_t V_60 = 0; int32_t V_61 = 0; int32_t V_62 = 0; int32_t V_63 = 0; int32_t V_64 = 0; int32_t V_65 = 0; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * V_66 = NULL; int32_t V_67 = 0; int32_t V_68 = 0; int32_t V_69 = 0; int32_t V_70 = 0; bool V_71 = false; bool V_72 = false; bool V_73 = false; int32_t V_74 = 0; int32_t V_75 = 0; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * V_76 = NULL; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 V_77; memset((&V_77), 0, sizeof(V_77)); ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A V_78; memset((&V_78), 0, sizeof(V_78)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; int32_t G_B13_0 = 0; int32_t G_B41_0 = 0; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B83_0 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B83_1 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B82_0 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B82_1 = NULL; int32_t G_B84_0 = 0; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B84_1 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B84_2 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B86_0 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B86_1 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B85_0 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B85_1 = NULL; int32_t G_B87_0 = 0; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B87_1 = NULL; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * G_B87_2 = NULL; int32_t G_B123_0 = 0; { // InputSystem.EnsureInitialized(); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_EnsureInitialized_mA5DFEDAF7173CFCEF20407E63FD286B90DC29467(/*hidden argument*/NULL); // var actionsInThisMap = actionMap.m_Actions; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0 = ___actionMap0; NullCheck(L_0); InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* L_1 = L_0->get_m_Actions_3(); V_0 = L_1; // var bindingsInThisMap = actionMap.m_Bindings; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_2 = ___actionMap0; NullCheck(L_2); InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_3 = L_2->get_m_Bindings_4(); V_1 = L_3; // var bindingCountInThisMap = bindingsInThisMap?.Length ?? 0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_4 = V_1; if (L_4) { goto IL_0019; } } { G_B3_0 = 0; goto IL_001c; } IL_0019: { InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_5 = V_1; NullCheck(L_5); G_B3_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))); } IL_001c: { V_2 = G_B3_0; // var actionCountInThisMap = actionsInThisMap?.Length ?? 0; InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* L_6 = V_0; if (L_6) { goto IL_0023; } } { G_B6_0 = 0; goto IL_0026; } IL_0023: { InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* L_7 = V_0; NullCheck(L_7); G_B6_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); } IL_0026: { V_3 = G_B6_0; // var mapIndex = totalMapCount; int32_t L_8; L_8 = InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); V_4 = L_8; // var actionStartIndex = totalActionCount; int32_t L_9; L_9 = InputBindingResolver_get_totalActionCount_m92C6E6A924D92A53CD26D08F44921FE54E9FF767((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); V_5 = L_9; // var bindingStartIndex = totalBindingCount; int32_t L_10; L_10 = InputBindingResolver_get_totalBindingCount_mCE77D073CEB73DB3C49F9AF95AB37C15567F7913((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); V_6 = L_10; // var controlStartIndex = totalControlCount; int32_t L_11; L_11 = InputBindingResolver_get_totalControlCount_m2E251CBE44753C3675234BD53B4F7301601A8A7A((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); V_7 = L_11; // var interactionStartIndex = totalInteractionCount; int32_t L_12 = __this->get_totalInteractionCount_2(); V_8 = L_12; // var processorStartIndex = totalProcessorCount; int32_t L_13 = __this->get_totalProcessorCount_0(); V_9 = L_13; // var compositeStartIndex = totalCompositeCount; int32_t L_14 = __this->get_totalCompositeCount_1(); V_10 = L_14; // var newMemory = new InputActionState.UnmanagedMemory(); il2cpp_codegen_initobj((&V_11), sizeof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 )); // newMemory.Allocate( // mapCount: totalMapCount + 1, // actionCount: totalActionCount + actionCountInThisMap, // bindingCount: totalBindingCount + bindingCountInThisMap, // // We reallocate for the following once we know the final count. // interactionCount: totalInteractionCount, // compositeCount: totalCompositeCount, // controlCount: totalControlCount); int32_t L_15; L_15 = InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); int32_t L_16; L_16 = InputBindingResolver_get_totalActionCount_m92C6E6A924D92A53CD26D08F44921FE54E9FF767((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); int32_t L_17 = V_3; int32_t L_18; L_18 = InputBindingResolver_get_totalBindingCount_mCE77D073CEB73DB3C49F9AF95AB37C15567F7913((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); int32_t L_19 = V_2; int32_t L_20 = __this->get_totalInteractionCount_2(); V_21 = L_20; int32_t L_21 = __this->get_totalCompositeCount_1(); V_22 = L_21; int32_t L_22; L_22 = InputBindingResolver_get_totalControlCount_m2E251CBE44753C3675234BD53B4F7301601A8A7A((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); int32_t L_23 = V_21; int32_t L_24 = V_22; UnmanagedMemory_Allocate_mEAC8F1B0173047D4C87CA78B345DE53F4B27EF2D((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)(&V_11), ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), L_22, L_23, L_24, /*hidden argument*/NULL); // if (memory.isAllocated) UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_25 = __this->get_address_of_memory_5(); bool L_26; L_26 = UnmanagedMemory_get_isAllocated_m6A9FF20952EE7C66C8503968AB4DECBA673BCB01((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00ba; } } { // newMemory.CopyDataFrom(memory); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_27 = __this->get_memory_5(); UnmanagedMemory_CopyDataFrom_mBFF6F97F63786E718462625715519392CDEBAB21((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)(&V_11), L_27, /*hidden argument*/NULL); } IL_00ba: { // var currentCompositeBindingIndex = InputActionState.kInvalidIndex; V_12 = (-1); // var currentCompositeIndex = InputActionState.kInvalidIndex; V_13 = (-1); // var currentCompositePartCount = 0; V_14 = 0; // var currentCompositeActionIndexInMap = InputActionState.kInvalidIndex; V_15 = (-1); // InputAction currentCompositeAction = null; V_16 = (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)NULL; // var bindingMaskOnThisMap = actionMap.m_BindingMask; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_28 = ___actionMap0; NullCheck(L_28); Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 L_29 = L_28->get_m_BindingMask_11(); V_17 = L_29; // var devicesForThisMap = actionMap.devices; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_30 = ___actionMap0; NullCheck(L_30); Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 L_31; L_31 = InputActionMap_get_devices_m317EAC43E48EA75BBE4D3F699E6609024AC7EDCE(L_30, /*hidden argument*/NULL); V_18 = L_31; // var isSingletonAction = actionMap.m_SingletonAction != null; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_32 = ___actionMap0; NullCheck(L_32); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_33 = L_32->get_m_SingletonAction_8(); V_19 = (bool)((!(((RuntimeObject*)(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)L_33) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); // var resolvedControls = new InputControlList(Allocator.Temp); InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), 2, 0, /*hidden argument*/InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); } IL_00ed: try { // begin try (depth: 1) try { // begin try (depth: 2) { // for (var n = 0; n < bindingCountInThisMap; ++n) V_28 = 0; goto IL_05dc; } IL_00f5: { // var bindingStatesPtr = newMemory.bindingStates; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_34 = V_11; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_35 = L_34.get_bindingStates_8(); V_29 = (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_35; // ref var unresolvedBinding = ref bindingsInThisMap[n]; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_36 = V_1; int32_t L_37 = V_28; NullCheck(L_36); V_30 = (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)((L_36)->GetAddressAt(static_cast(L_37))); // var bindingIndex = bindingStartIndex + n; int32_t L_38 = V_6; int32_t L_39 = V_28; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)); // var isComposite = unresolvedBinding.isComposite; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_40 = V_30; bool L_41; L_41 = InputBinding_get_isComposite_mA2F3438B0CB0C9EEFDDBCA16D0BA29FBF136B9EC((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_40, /*hidden argument*/NULL); V_32 = L_41; // var isPartOfComposite = !isComposite && unresolvedBinding.isPartOfComposite; bool L_42 = V_32; if (L_42) { goto IL_0125; } } IL_011c: { InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_43 = V_30; bool L_44; L_44 = InputBinding_get_isPartOfComposite_m0E880211AC122888A0C95F0F523CF6CC3EE56CC6((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_43, /*hidden argument*/NULL); G_B13_0 = ((int32_t)(L_44)); goto IL_0126; } IL_0125: { G_B13_0 = 0; } IL_0126: { V_33 = (bool)G_B13_0; // var bindingState = &bindingStatesPtr[bindingIndex]; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_45 = V_29; int32_t L_46 = V_31; uint32_t L_47 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); V_34 = (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((uintptr_t)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_46), (int32_t)L_47))))); } IL_0138: try { // begin try (depth: 3) { // var firstControlIndex = 0; // numControls dictates whether this is a valid index or not. V_35 = 0; // var firstInteractionIndex = InputActionState.kInvalidIndex; V_36 = (-1); // var firstProcessorIndex = InputActionState.kInvalidIndex; V_37 = (-1); // var actionIndexForBinding = InputActionState.kInvalidIndex; V_38 = (-1); // var partIndex = InputActionState.kInvalidIndex; V_39 = (-1); // var numControls = 0; V_40 = 0; // var numInteractions = 0; V_41 = 0; // var numProcessors = 0; V_42 = 0; // if (isPartOfComposite && currentCompositeBindingIndex == InputActionState.kInvalidIndex) bool L_48 = V_33; if (!L_48) { goto IL_0175; } } IL_0154: { int32_t L_49 = V_12; if ((!(((uint32_t)L_49) == ((uint32_t)(-1))))) { goto IL_0175; } } IL_0159: { // throw new InvalidOperationException( // $"Binding '{unresolvedBinding}' is marked as being part of a composite but the preceding binding is not a composite"); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_50 = V_30; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_51 = (*(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_50); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_52 = L_51; RuntimeObject * L_53 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var)), &L_52); String_t* L_54; L_54 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFCCC13D0E7868905982D0B60AF70D9084074D66)), L_53, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_55 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_55, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F_RuntimeMethod_var))); } IL_0175: { // var actionIndexInMap = InputActionState.kInvalidIndex; V_43 = (-1); // var actionName = unresolvedBinding.action; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_56 = V_30; String_t* L_57; L_57 = InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_56, /*hidden argument*/NULL); V_44 = L_57; // InputAction action = null; V_45 = (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)NULL; // if (!isPartOfComposite) bool L_58 = V_33; if (L_58) { goto IL_01b1; } } IL_0188: { // if (isSingletonAction) bool L_59 = V_19; if (!L_59) { goto IL_0191; } } IL_018c: { // actionIndexInMap = 0; V_43 = 0; // } goto IL_01a4; } IL_0191: { // else if (!string.IsNullOrEmpty(actionName)) String_t* L_60 = V_44; bool L_61; L_61 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_60, /*hidden argument*/NULL); if (L_61) { goto IL_01a4; } } IL_019a: { // actionIndexInMap = actionMap.FindActionIndex(actionName); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_62 = ___actionMap0; String_t* L_63 = V_44; NullCheck(L_62); int32_t L_64; L_64 = InputActionMap_FindActionIndex_mB3944FD9A4A29943C006555FF2B6C29E77FCB5D8(L_62, L_63, /*hidden argument*/NULL); V_43 = L_64; } IL_01a4: { // if (actionIndexInMap != InputActionState.kInvalidIndex) int32_t L_65 = V_43; if ((((int32_t)L_65) == ((int32_t)(-1)))) { goto IL_01b9; } } IL_01a9: { // action = actionsInThisMap[actionIndexInMap]; InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* L_66 = V_0; int32_t L_67 = V_43; NullCheck(L_66); int32_t L_68 = L_67; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_69 = (L_66)->GetAt(static_cast(L_68)); V_45 = L_69; // } goto IL_01b9; } IL_01b1: { // actionIndexInMap = currentCompositeActionIndexInMap; int32_t L_70 = V_15; V_43 = L_70; // action = currentCompositeAction; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_71 = V_16; V_45 = L_71; } IL_01b9: { // if (isComposite) bool L_72 = V_32; if (!L_72) { goto IL_01c9; } } IL_01bd: { // currentCompositeBindingIndex = bindingIndex; int32_t L_73 = V_31; V_12 = L_73; // currentCompositeAction = action; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_74 = V_45; V_16 = L_74; // currentCompositeActionIndexInMap = actionIndexInMap; int32_t L_75 = V_43; V_15 = L_75; } IL_01c9: { // var path = unresolvedBinding.effectivePath; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_76 = V_30; String_t* L_77; L_77 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_76, /*hidden argument*/NULL); V_46 = L_77; // var bindingIsDisabled = string.IsNullOrEmpty(path) // // // Also, if we can't find the action to trigger for the binding, we just go and disable // // the binding. // || action == null // // // Also, disabled if binding doesn't match with our binding mask (might be empty). // || (!isComposite && bindingMask != null && // !bindingMask.Value.Matches(ref unresolvedBinding, // InputBinding.MatchOptions.EmptyGroupMatchesAny)) // // // Also, disabled if binding doesn't match the binding mask on the map (might be empty). // || (!isComposite && bindingMaskOnThisMap != null && // !bindingMaskOnThisMap.Value.Matches(ref unresolvedBinding, // InputBinding.MatchOptions.EmptyGroupMatchesAny)) // // // Finally, also disabled if binding doesn't match the binding mask on the action (might be empty). // || (!isComposite && action?.m_BindingMask != null && // !action.m_BindingMask.Value.Matches(ref unresolvedBinding, // InputBinding.MatchOptions.EmptyGroupMatchesAny)); String_t* L_78 = V_46; bool L_79; L_79 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_78, /*hidden argument*/NULL); if (L_79) { goto IL_0267; } } IL_01de: { InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_80 = V_45; if (!L_80) { goto IL_0267; } } IL_01e5: { bool L_81 = V_32; if (L_81) { goto IL_020f; } } IL_01e9: { Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * L_82 = __this->get_address_of_bindingMask_9(); bool L_83; L_83 = Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_inline((Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *)L_82, /*hidden argument*/Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_RuntimeMethod_var); if (!L_83) { goto IL_020f; } } IL_01f6: { Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * L_84 = __this->get_address_of_bindingMask_9(); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_85; L_85 = Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0((Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *)L_84, /*hidden argument*/Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_RuntimeMethod_var); V_48 = L_85; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_86 = V_30; bool L_87; L_87 = InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&V_48), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_86, 1, /*hidden argument*/NULL); if (!L_87) { goto IL_0267; } } IL_020f: { bool L_88 = V_32; if (L_88) { goto IL_0231; } } IL_0213: { bool L_89; L_89 = Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_inline((Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *)(&V_17), /*hidden argument*/Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_RuntimeMethod_var); if (!L_89) { goto IL_0231; } } IL_021c: { InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_90; L_90 = Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0((Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *)(&V_17), /*hidden argument*/Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_RuntimeMethod_var); V_48 = L_90; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_91 = V_30; bool L_92; L_92 = InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&V_48), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_91, 1, /*hidden argument*/NULL); if (!L_92) { goto IL_0267; } } IL_0231: { bool L_93 = V_32; if (L_93) { goto IL_0264; } } IL_0235: { InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_94 = V_45; if (!L_94) { goto IL_0264; } } IL_0239: { InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_95 = V_45; NullCheck(L_95); Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * L_96 = L_95->get_address_of_m_BindingMask_8(); bool L_97; L_97 = Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_inline((Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *)L_96, /*hidden argument*/Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_RuntimeMethod_var); if (!L_97) { goto IL_0264; } } IL_0247: { InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_98 = V_45; NullCheck(L_98); Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * L_99 = L_98->get_address_of_m_BindingMask_8(); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_100; L_100 = Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0((Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 *)L_99, /*hidden argument*/Nullable_1_get_Value_m6704B174DF349C78B8D336E2785063DE39D2D9B0_RuntimeMethod_var); V_48 = L_100; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_101 = V_30; bool L_102; L_102 = InputBinding_Matches_m71A34048650C90F7FC4F7A42C25E4D48D1BC3489((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(&V_48), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_101, 1, /*hidden argument*/NULL); G_B41_0 = ((((int32_t)L_102) == ((int32_t)0))? 1 : 0); goto IL_0268; } IL_0264: { G_B41_0 = 0; goto IL_0268; } IL_0267: { G_B41_0 = 1; } IL_0268: { V_47 = (bool)G_B41_0; // if (!bindingIsDisabled && !isComposite) bool L_103 = V_47; if (L_103) { goto IL_02e1; } } IL_026e: { bool L_104 = V_32; if (L_104) { goto IL_02e1; } } IL_0272: { // firstControlIndex = memory.controlCount + resolvedControls.Count; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_105 = __this->get_address_of_memory_5(); int32_t L_106 = L_105->get_controlCount_5(); int32_t L_107; L_107 = InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_inline((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), /*hidden argument*/InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_RuntimeMethod_var); V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)L_107)); // if (devicesForThisMap != null) bool L_108; L_108 = Nullable_1_get_HasValue_mA51DE26DD6DFCB676E8E8EE4EA725AA6E7596758_inline((Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 *)(&V_18), /*hidden argument*/Nullable_1_get_HasValue_mA51DE26DD6DFCB676E8E8EE4EA725AA6E7596758_RuntimeMethod_var); if (!L_108) { goto IL_02d6; } } IL_0290: { // var list = devicesForThisMap.Value; ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 L_109; L_109 = Nullable_1_get_Value_m30AF0D651134010271C50F54A97B6D6D3B37E7E9((Nullable_1_tBEF09D72CFF9E2D592AFCA675901D5F45B483C22 *)(&V_18), /*hidden argument*/Nullable_1_get_Value_m30AF0D651134010271C50F54A97B6D6D3B37E7E9_RuntimeMethod_var); V_49 = L_109; // for (var i = 0; i < list.Count; ++i) V_50 = 0; goto IL_02c9; } IL_029e: { // var device = list[i]; int32_t L_110 = V_50; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_111; L_111 = ReadOnlyArray_1_get_Item_m7FDACBCB1ABE4D8F3FD65F47FE316DA5376E70FB((ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *)(&V_49), L_110, /*hidden argument*/ReadOnlyArray_1_get_Item_m7FDACBCB1ABE4D8F3FD65F47FE316DA5376E70FB_RuntimeMethod_var); V_51 = L_111; // if (!device.added) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_112 = V_51; NullCheck(L_112); bool L_113; L_113 = InputDevice_get_added_m6228E4D9FD11390012BA1693DE2EC3ECF55AD255(L_112, /*hidden argument*/NULL); if (!L_113) { goto IL_02c3; } } IL_02b2: { // numControls += InputControlPath.TryFindControls(device, path, 0, ref resolvedControls); int32_t L_114 = V_40; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_115 = V_51; String_t* L_116 = V_46; int32_t L_117; L_117 = InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC(L_115, L_116, 0, (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), /*hidden argument*/InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var); V_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)L_117)); } IL_02c3: { // for (var i = 0; i < list.Count; ++i) int32_t L_118 = V_50; V_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); } IL_02c9: { // for (var i = 0; i < list.Count; ++i) int32_t L_119 = V_50; int32_t L_120; L_120 = ReadOnlyArray_1_get_Count_m49A10559EA7200653E50E8C52D7D3045535802DF_inline((ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *)(&V_49), /*hidden argument*/ReadOnlyArray_1_get_Count_m49A10559EA7200653E50E8C52D7D3045535802DF_RuntimeMethod_var); if ((((int32_t)L_119) < ((int32_t)L_120))) { goto IL_029e; } } IL_02d4: { // } goto IL_02e1; } IL_02d6: { // numControls = InputSystem.FindControls(path, ref resolvedControls); String_t* L_121 = V_46; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); int32_t L_122; L_122 = InputSystem_FindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mF44DB1CC013401526FF90BD8E9FF03C3B0155CEB(L_121, (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), /*hidden argument*/InputSystem_FindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mF44DB1CC013401526FF90BD8E9FF03C3B0155CEB_RuntimeMethod_var); V_40 = L_122; } IL_02e1: { // if (!bindingIsDisabled) bool L_123 = V_47; if (L_123) { goto IL_0456; } } IL_02e8: { // var processorString = unresolvedBinding.effectiveProcessors; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_124 = V_30; String_t* L_125; L_125 = InputBinding_get_effectiveProcessors_m5FE9A1EF0A93934A61B7BFC57206B497A1F804EE((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_124, /*hidden argument*/NULL); V_52 = L_125; // if (!string.IsNullOrEmpty(processorString)) String_t* L_126 = V_52; bool L_127; L_127 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_126, /*hidden argument*/NULL); if (L_127) { goto IL_0328; } } IL_02fa: { // firstProcessorIndex = InstantiateWithParameters(InputProcessor.s_Processors, processorString, // ref processors, ref totalProcessorCount, actionMap, ref unresolvedBinding); TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F L_128 = ((InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields*)il2cpp_codegen_static_fields_for(InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var))->get_s_Processors_0(); String_t* L_129 = V_52; InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** L_130 = __this->get_address_of_processors_7(); int32_t* L_131 = __this->get_address_of_totalProcessorCount_0(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_132 = ___actionMap0; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_133 = V_30; int32_t L_134; L_134 = InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, L_128, L_129, (InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0**)L_130, (int32_t*)L_131, L_132, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_133, /*hidden argument*/InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174_RuntimeMethod_var); V_37 = L_134; // if (firstProcessorIndex != InputActionState.kInvalidIndex) int32_t L_135 = V_37; if ((((int32_t)L_135) == ((int32_t)(-1)))) { goto IL_0328; } } IL_031d: { // numProcessors = totalProcessorCount - firstProcessorIndex; int32_t L_136 = __this->get_totalProcessorCount_0(); int32_t L_137 = V_37; V_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_137)); } IL_0328: { // if (!string.IsNullOrEmpty(action.m_Processors)) InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_138 = V_45; NullCheck(L_138); String_t* L_139 = L_138->get_m_Processors_4(); bool L_140; L_140 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_139, /*hidden argument*/NULL); if (L_140) { goto IL_0375; } } IL_0336: { // var index = InstantiateWithParameters(InputProcessor.s_Processors, action.m_Processors, ref processors, // ref totalProcessorCount, actionMap, ref unresolvedBinding); TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F L_141 = ((InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields*)il2cpp_codegen_static_fields_for(InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var))->get_s_Processors_0(); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_142 = V_45; NullCheck(L_142); String_t* L_143 = L_142->get_m_Processors_4(); InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** L_144 = __this->get_address_of_processors_7(); int32_t* L_145 = __this->get_address_of_totalProcessorCount_0(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_146 = ___actionMap0; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_147 = V_30; int32_t L_148; L_148 = InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, L_141, L_143, (InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0**)L_144, (int32_t*)L_145, L_146, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_147, /*hidden argument*/InputBindingResolver_InstantiateWithParameters_TisInputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_m472515454FAC2281D7F484DCFF054AD146DED174_RuntimeMethod_var); V_54 = L_148; // if (index != InputActionState.kInvalidIndex) int32_t L_149 = V_54; if ((((int32_t)L_149) == ((int32_t)(-1)))) { goto IL_0375; } } IL_035e: { // if (firstProcessorIndex == InputActionState.kInvalidIndex) int32_t L_150 = V_37; if ((!(((uint32_t)L_150) == ((uint32_t)(-1))))) { goto IL_0367; } } IL_0363: { // firstProcessorIndex = index; int32_t L_151 = V_54; V_37 = L_151; } IL_0367: { // numProcessors += totalProcessorCount - index; int32_t L_152 = V_42; int32_t L_153 = __this->get_totalProcessorCount_0(); int32_t L_154 = V_54; V_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)L_154)))); } IL_0375: { // var interactionString = unresolvedBinding.effectiveInteractions; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_155 = V_30; String_t* L_156; L_156 = InputBinding_get_effectiveInteractions_m927CED5F36E1AEE44BC857AD652AADD8EEE9DD7E((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_155, /*hidden argument*/NULL); V_53 = L_156; // if (!string.IsNullOrEmpty(interactionString)) String_t* L_157 = V_53; bool L_158; L_158 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_157, /*hidden argument*/NULL); if (L_158) { goto IL_03b5; } } IL_0387: { // firstInteractionIndex = InstantiateWithParameters(InputInteraction.s_Interactions, interactionString, // ref interactions, ref totalInteractionCount, actionMap, ref unresolvedBinding); TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F L_159 = ((InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields*)il2cpp_codegen_static_fields_for(InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var))->get_s_Interactions_0(); String_t* L_160 = V_53; IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** L_161 = __this->get_address_of_interactions_6(); int32_t* L_162 = __this->get_address_of_totalInteractionCount_2(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_163 = ___actionMap0; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_164 = V_30; int32_t L_165; L_165 = InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, L_159, L_160, (IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA**)L_161, (int32_t*)L_162, L_163, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_164, /*hidden argument*/InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782_RuntimeMethod_var); V_36 = L_165; // if (firstInteractionIndex != InputActionState.kInvalidIndex) int32_t L_166 = V_36; if ((((int32_t)L_166) == ((int32_t)(-1)))) { goto IL_03b5; } } IL_03aa: { // numInteractions = totalInteractionCount - firstInteractionIndex; int32_t L_167 = __this->get_totalInteractionCount_2(); int32_t L_168 = V_36; V_41 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_167, (int32_t)L_168)); } IL_03b5: { // if (!string.IsNullOrEmpty(action.m_Interactions)) InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_169 = V_45; NullCheck(L_169); String_t* L_170 = L_169->get_m_Interactions_5(); bool L_171; L_171 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_170, /*hidden argument*/NULL); if (L_171) { goto IL_0402; } } IL_03c3: { // var index = InstantiateWithParameters(InputInteraction.s_Interactions, action.m_Interactions, // ref interactions, ref totalInteractionCount, actionMap, ref unresolvedBinding); TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F L_172 = ((InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields*)il2cpp_codegen_static_fields_for(InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var))->get_s_Interactions_0(); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_173 = V_45; NullCheck(L_173); String_t* L_174 = L_173->get_m_Interactions_5(); IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** L_175 = __this->get_address_of_interactions_6(); int32_t* L_176 = __this->get_address_of_totalInteractionCount_2(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_177 = ___actionMap0; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_178 = V_30; int32_t L_179; L_179 = InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, L_172, L_174, (IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA**)L_175, (int32_t*)L_176, L_177, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_178, /*hidden argument*/InputBindingResolver_InstantiateWithParameters_TisIInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_mC3DB19C6B527922D6F6B5B4AC35A92921E7E2782_RuntimeMethod_var); V_55 = L_179; // if (index != InputActionState.kInvalidIndex) int32_t L_180 = V_55; if ((((int32_t)L_180) == ((int32_t)(-1)))) { goto IL_0402; } } IL_03eb: { // if (firstInteractionIndex == InputActionState.kInvalidIndex) int32_t L_181 = V_36; if ((!(((uint32_t)L_181) == ((uint32_t)(-1))))) { goto IL_03f4; } } IL_03f0: { // firstInteractionIndex = index; int32_t L_182 = V_55; V_36 = L_182; } IL_03f4: { // numInteractions += totalInteractionCount - index; int32_t L_183 = V_41; int32_t L_184 = __this->get_totalInteractionCount_2(); int32_t L_185 = V_55; V_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_184, (int32_t)L_185)))); } IL_0402: { // if (isComposite) bool L_186 = V_32; if (!L_186) { goto IL_043e; } } IL_0406: { // var composite = InstantiateBindingComposite(ref unresolvedBinding, actionMap); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_187 = V_30; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_188 = ___actionMap0; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_189; L_189 = InputBindingResolver_InstantiateBindingComposite_m18B4740CF15E15B4C3F0C74F79239477D8A915B1((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_187, L_188, /*hidden argument*/NULL); V_56 = L_189; // currentCompositeIndex = // ArrayHelpers.AppendWithCapacity(ref composites, ref totalCompositeCount, composite); InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083** L_190 = __this->get_address_of_composites_8(); int32_t* L_191 = __this->get_address_of_totalCompositeCount_1(); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_192 = V_56; int32_t L_193; L_193 = ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_m00AF9F43F056EBCE62BCBD16624B779A524CEB9A((InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083**)L_190, (int32_t*)L_191, L_192, ((int32_t)10), /*hidden argument*/ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_m00AF9F43F056EBCE62BCBD16624B779A524CEB9A_RuntimeMethod_var); V_13 = L_193; // firstControlIndex = memory.controlCount + resolvedControls.Count; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_194 = __this->get_address_of_memory_5(); int32_t L_195 = L_194->get_controlCount_5(); int32_t L_196; L_196 = InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_inline((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), /*hidden argument*/InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_RuntimeMethod_var); V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)L_196)); // } goto IL_0456; } IL_043e: { // if (!isPartOfComposite && currentCompositeBindingIndex != InputActionState.kInvalidIndex) bool L_197 = V_33; if (L_197) { goto IL_0456; } } IL_0442: { int32_t L_198 = V_12; if ((((int32_t)L_198) == ((int32_t)(-1)))) { goto IL_0456; } } IL_0447: { // currentCompositePartCount = 0; V_14 = 0; // currentCompositeBindingIndex = InputActionState.kInvalidIndex; V_12 = (-1); // currentCompositeIndex = InputActionState.kInvalidIndex; V_13 = (-1); // currentCompositeAction = null; V_16 = (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)NULL; // currentCompositeActionIndexInMap = InputActionState.kInvalidIndex; V_15 = (-1); } IL_0456: { // if (isPartOfComposite && currentCompositeBindingIndex != InputActionState.kInvalidIndex && numControls > 0) bool L_199 = V_33; if (!L_199) { goto IL_04e7; } } IL_045d: { int32_t L_200 = V_12; if ((((int32_t)L_200) == ((int32_t)(-1)))) { goto IL_04e7; } } IL_0465: { int32_t L_201 = V_40; if ((((int32_t)L_201) <= ((int32_t)0))) { goto IL_04e7; } } IL_046a: { // if (string.IsNullOrEmpty(unresolvedBinding.name)) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_202 = V_30; String_t* L_203; L_203 = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_202, /*hidden argument*/NULL); bool L_204; L_204 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_203, /*hidden argument*/NULL); if (!L_204) { goto IL_049d; } } IL_0478: { // throw new InvalidOperationException( // $"Binding '{unresolvedBinding}' that is part of composite '{composites[currentCompositeIndex]}' is missing a name"); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_205 = V_30; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_206 = (*(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_205); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_207 = L_206; RuntimeObject * L_208 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var)), &L_207); InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_209 = __this->get_composites_8(); int32_t L_210 = V_13; NullCheck(L_209); int32_t L_211 = L_210; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_212 = (L_209)->GetAt(static_cast(L_211)); String_t* L_213; L_213 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46FE71343C8DEBCF6B78E9C5D708A6B06287395C)), L_208, L_212, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_214 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_214, L_213, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_214, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F_RuntimeMethod_var))); } IL_049d: { // partIndex = AssignCompositePartIndex(composites[currentCompositeIndex], unresolvedBinding.name, // ref currentCompositePartCount); InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_215 = __this->get_composites_8(); int32_t L_216 = V_13; NullCheck(L_215); int32_t L_217 = L_216; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_218 = (L_215)->GetAt(static_cast(L_217)); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_219 = V_30; String_t* L_220; L_220 = InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_219, /*hidden argument*/NULL); int32_t L_221; L_221 = InputBindingResolver_AssignCompositePartIndex_mA8C8189F68F46C622E6696EA77D1785048C20845(L_218, L_220, (int32_t*)(&V_14), /*hidden argument*/NULL); V_39 = L_221; // bindingStatesPtr[currentCompositeBindingIndex].controlCount += numControls; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_222 = V_29; int32_t L_223 = V_12; uint32_t L_224 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_225 = (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_222, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_223), (int32_t)L_224)))); int32_t L_226; L_226 = BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_225, /*hidden argument*/NULL); int32_t L_227 = V_40; BindingState_set_controlCount_mA37FCDBE9FD060C4B7AF31D8CC68488933EF4B87((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_225, ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)L_227)), /*hidden argument*/NULL); // actionIndexForBinding = bindingStatesPtr[currentCompositeBindingIndex].actionIndex; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_228 = V_29; int32_t L_229 = V_12; uint32_t L_230 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_231; L_231 = BindingState_get_actionIndex_m76A8FD26DBB8C6F2E6A6BF93AE89C7F4609974BE((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_228, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_229), (int32_t)L_230)))), /*hidden argument*/NULL); V_38 = L_231; // } goto IL_04f3; } IL_04e7: { // else if (actionIndexInMap != InputActionState.kInvalidIndex) int32_t L_232 = V_43; if ((((int32_t)L_232) == ((int32_t)(-1)))) { goto IL_04f3; } } IL_04ec: { // actionIndexForBinding = actionStartIndex + actionIndexInMap; int32_t L_233 = V_5; int32_t L_234 = V_43; V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_233, (int32_t)L_234)); } IL_04f3: { // *bindingState = new InputActionState.BindingState // { // controlStartIndex = firstControlIndex, // // For composites, this will be adjusted as we add each part. // controlCount = numControls, // interactionStartIndex = firstInteractionIndex, // interactionCount = numInteractions, // processorStartIndex = firstProcessorIndex, // processorCount = numProcessors, // isComposite = isComposite, // isPartOfComposite = unresolvedBinding.isPartOfComposite, // partIndex = partIndex, // actionIndex = actionIndexForBinding, // compositeOrCompositeBindingIndex = isComposite ? currentCompositeIndex : currentCompositeBindingIndex, // mapIndex = totalMapCount, // wantsInitialStateCheck = action?.wantsInitialStateCheck ?? false // }; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_235 = V_34; il2cpp_codegen_initobj((&V_57), sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 )); int32_t L_236 = V_35; BindingState_set_controlStartIndex_m4F3F29609CE34C44950D588ABFCC3A90F1263883((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_236, /*hidden argument*/NULL); int32_t L_237 = V_40; BindingState_set_controlCount_mA37FCDBE9FD060C4B7AF31D8CC68488933EF4B87((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_237, /*hidden argument*/NULL); int32_t L_238 = V_36; BindingState_set_interactionStartIndex_m2CF582FFD9F9903509FC67EB28B3A46C14B774E6((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_238, /*hidden argument*/NULL); int32_t L_239 = V_41; BindingState_set_interactionCount_mCE1303769B46213D9A74F876D6AC3705443F14C9((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_239, /*hidden argument*/NULL); int32_t L_240 = V_37; BindingState_set_processorStartIndex_m045E607A0AB4EA7CF2497BBE6954D50B48C50B72((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_240, /*hidden argument*/NULL); int32_t L_241 = V_42; BindingState_set_processorCount_mFBC7287E06A6990929809FEB3F2A0946F3D68B3D((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_241, /*hidden argument*/NULL); bool L_242 = V_32; BindingState_set_isComposite_m7F16029AA091618963A8938BD1E39B5F014FF58E((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_242, /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_243 = V_30; bool L_244; L_244 = InputBinding_get_isPartOfComposite_m0E880211AC122888A0C95F0F523CF6CC3EE56CC6((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_243, /*hidden argument*/NULL); BindingState_set_isPartOfComposite_mAC74EA5A73C6347A0825E23079C8307FAD6CF97C((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_244, /*hidden argument*/NULL); int32_t L_245 = V_39; BindingState_set_partIndex_m25859FAA67AB79C1AEFF8F67020F30CEEE1915F6((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_245, /*hidden argument*/NULL); int32_t L_246 = V_38; BindingState_set_actionIndex_mD898163DA2E581B8421D0D74BE047BB9361DAD29((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_246, /*hidden argument*/NULL); bool L_247 = V_32; G_B82_0 = (&V_57); G_B82_1 = L_235; if (L_247) { G_B83_0 = (&V_57); G_B83_1 = L_235; goto IL_0566; } } IL_0562: { int32_t L_248 = V_12; G_B84_0 = L_248; G_B84_1 = G_B82_0; G_B84_2 = G_B82_1; goto IL_0568; } IL_0566: { int32_t L_249 = V_13; G_B84_0 = L_249; G_B84_1 = G_B83_0; G_B84_2 = G_B83_1; } IL_0568: { BindingState_set_compositeOrCompositeBindingIndex_mE2382D671A10DC6DB89643ECD3CAFB0CC46204E5((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)G_B84_1, G_B84_0, /*hidden argument*/NULL); int32_t L_250; L_250 = InputBindingResolver_get_totalMapCount_m4D17F5DB738FF7884EF0ADB98BB4CE13C2A95163((InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *)__this, /*hidden argument*/NULL); BindingState_set_mapIndex_m5572CE375EAE360C6AEAC30206CAB2EDD88614ED((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(&V_57), L_250, /*hidden argument*/NULL); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_251 = V_45; G_B85_0 = (&V_57); G_B85_1 = G_B84_2; if (L_251) { G_B86_0 = (&V_57); G_B86_1 = G_B84_2; goto IL_0583; } } IL_0580: { G_B87_0 = 0; G_B87_1 = G_B85_0; G_B87_2 = G_B85_1; goto IL_058a; } IL_0583: { InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_252 = V_45; NullCheck(L_252); bool L_253; L_253 = InputAction_get_wantsInitialStateCheck_m5FFBE04D4C7AB2DCFE506F8CF116C22312B7217F(L_252, /*hidden argument*/NULL); G_B87_0 = ((int32_t)(L_253)); G_B87_1 = G_B86_0; G_B87_2 = G_B86_1; } IL_058a: { BindingState_set_wantsInitialStateCheck_m322D9D441CC220D24D29DF25BE73D29B6D80D2C2((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)G_B87_1, (bool)G_B87_0, /*hidden argument*/NULL); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 L_254 = V_57; *(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)G_B87_2 = L_254; // } goto IL_05d6; } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0598; } throw e; } CATCH_0598: { // begin catch(System.Exception) { // catch (Exception exception) V_58 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogError( // $"{exception.GetType().Name} while resolving binding '{unresolvedBinding}' in action map '{actionMap}'"); Exception_t * L_255 = V_58; NullCheck(L_255); Type_t * L_256; L_256 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F(L_255, /*hidden argument*/NULL); NullCheck(L_256); String_t* L_257; L_257 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_256); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_258 = V_30; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_259 = (*(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_258); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_260 = L_259; RuntimeObject * L_261 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_il2cpp_TypeInfo_var)), &L_260); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_262 = ___actionMap0; String_t* L_263; L_263 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCDE3F83E09FA8D9A5FF936FFA898EF95969AC8B9)), L_257, L_261, L_262, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_263, /*hidden argument*/NULL); // Debug.LogException(exception); Exception_t * L_264 = V_58; Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7(L_264, /*hidden argument*/NULL); // if (exception.IsExceptionIndicatingBugInCode()) Exception_t * L_265 = V_58; bool L_266; L_266 = ExceptionHelpers_IsExceptionIndicatingBugInCode_m0D0D108262F6CE1307BD356127F7DBE9E5187E4C(L_265, /*hidden argument*/NULL); if (!L_266) { goto IL_05d4; } } IL_05d2: { // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F_RuntimeMethod_var))); } IL_05d4: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_05d6; } } // end catch (depth: 3) IL_05d6: { // for (var n = 0; n < bindingCountInThisMap; ++n) int32_t L_267 = V_28; V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_267, (int32_t)1)); } IL_05dc: { // for (var n = 0; n < bindingCountInThisMap; ++n) int32_t L_268 = V_28; int32_t L_269 = V_2; if ((((int32_t)L_268) < ((int32_t)L_269))) { goto IL_00f5; } } IL_05e4: { // var controlCountInThisMap = resolvedControls.Count; int32_t L_270; L_270 = InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_inline((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), /*hidden argument*/InputControlList_1_get_Count_mE19A84E21BF313B9725241C813CB9E6927605C13_RuntimeMethod_var); V_23 = L_270; // var newTotalControlCount = memory.controlCount + controlCountInThisMap; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_271 = __this->get_address_of_memory_5(); int32_t L_272 = L_271->get_controlCount_5(); int32_t L_273 = V_23; V_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_272, (int32_t)L_273)); // if (newMemory.interactionCount != totalInteractionCount || // newMemory.compositeCount != totalCompositeCount || // newMemory.controlCount != newTotalControlCount) UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_274 = V_11; int32_t L_275 = L_274.get_interactionCount_3(); int32_t L_276 = __this->get_totalInteractionCount_2(); if ((!(((uint32_t)L_275) == ((uint32_t)L_276)))) { goto IL_0626; } } IL_060c: { UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_277 = V_11; int32_t L_278 = L_277.get_compositeCount_6(); int32_t L_279 = __this->get_totalCompositeCount_1(); if ((!(((uint32_t)L_278) == ((uint32_t)L_279)))) { goto IL_0626; } } IL_061b: { UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_280 = V_11; int32_t L_281 = L_280.get_controlCount_5(); int32_t L_282 = V_24; if ((((int32_t)L_281) == ((int32_t)L_282))) { goto IL_066c; } } IL_0626: { // var finalMemory = new InputActionState.UnmanagedMemory(); il2cpp_codegen_initobj((&V_59), sizeof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 )); // finalMemory.Allocate( // mapCount: newMemory.mapCount, // actionCount: newMemory.actionCount, // bindingCount: newMemory.bindingCount, // controlCount: newTotalControlCount, // interactionCount: totalInteractionCount, // compositeCount: totalCompositeCount); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_283 = V_11; int32_t L_284 = L_283.get_mapCount_1(); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_285 = V_11; int32_t L_286 = L_285.get_actionCount_2(); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_287 = V_11; int32_t L_288 = L_287.get_bindingCount_4(); int32_t L_289 = V_24; int32_t L_290 = __this->get_totalInteractionCount_2(); int32_t L_291 = __this->get_totalCompositeCount_1(); UnmanagedMemory_Allocate_mEAC8F1B0173047D4C87CA78B345DE53F4B27EF2D((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)(&V_59), L_284, L_286, L_288, L_289, L_290, L_291, /*hidden argument*/NULL); // finalMemory.CopyDataFrom(newMemory); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_292 = V_11; UnmanagedMemory_CopyDataFrom_mBFF6F97F63786E718462625715519392CDEBAB21((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)(&V_59), L_292, /*hidden argument*/NULL); // newMemory.Dispose(); UnmanagedMemory_Dispose_m52964A71995C33B300945236638CF81112F59989((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)(&V_11), /*hidden argument*/NULL); // newMemory = finalMemory; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_293 = V_59; V_11 = L_293; } IL_066c: { // var controlCountInArray = memory.controlCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_294 = __this->get_address_of_memory_5(); int32_t L_295 = L_294->get_controlCount_5(); V_25 = L_295; // ArrayHelpers.AppendListWithCapacity(ref controls, ref controlCountInArray, resolvedControls); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** L_296 = __this->get_address_of_controls_4(); InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A L_297 = V_20; int32_t L_298; L_298 = ArrayHelpers_AppendListWithCapacity_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_TisInputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A_m3A58BA121EC7C9643ED016539F81284B5BB7007A((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**)L_296, (int32_t*)(&V_25), L_297, ((int32_t)10), /*hidden argument*/ArrayHelpers_AppendListWithCapacity_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_TisInputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A_m3A58BA121EC7C9643ED016539F81284B5BB7007A_RuntimeMethod_var); // for (var i = 0; i < bindingCountInThisMap; ++i) V_60 = 0; goto IL_06e2; } IL_0690: { // var bindingStatesPtr = newMemory.bindingStates; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_299 = V_11; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_300 = L_299.get_bindingStates_8(); // var bindingState = &bindingStatesPtr[bindingStartIndex + i]; int32_t L_301 = V_6; int32_t L_302 = V_60; uint32_t L_303 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); // var numControls = bindingState->controlCount; uintptr_t L_304 = ((uintptr_t)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_300, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_301, (int32_t)L_302))), (int32_t)L_303))))); int32_t L_305; L_305 = BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_304, /*hidden argument*/NULL); V_61 = L_305; // var startIndex = bindingState->controlStartIndex; int32_t L_306; L_306 = BindingState_get_controlStartIndex_m375A0C96296F49CF19639FADF46C20E9D855412E_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_304, /*hidden argument*/NULL); V_62 = L_306; // for (var n = 0; n < numControls; ++n) V_63 = 0; goto IL_06d6; } IL_06ba: { // newMemory.controlIndexToBindingIndex[startIndex + n] = bindingStartIndex + i; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_307 = V_11; int32_t* L_308 = L_307.get_controlIndexToBindingIndex_15(); int32_t L_309 = V_62; int32_t L_310 = V_63; int32_t L_311 = V_6; int32_t L_312 = V_60; *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_308, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)L_310))), (int32_t)4))))) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_311, (int32_t)L_312)); // for (var n = 0; n < numControls; ++n) int32_t L_313 = V_63; V_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_313, (int32_t)1)); } IL_06d6: { // for (var n = 0; n < numControls; ++n) int32_t L_314 = V_63; int32_t L_315 = V_61; if ((((int32_t)L_314) < ((int32_t)L_315))) { goto IL_06ba; } } IL_06dc: { // for (var i = 0; i < bindingCountInThisMap; ++i) int32_t L_316 = V_60; V_60 = ((int32_t)il2cpp_codegen_add((int32_t)L_316, (int32_t)1)); } IL_06e2: { // for (var i = 0; i < bindingCountInThisMap; ++i) int32_t L_317 = V_60; int32_t L_318 = V_2; if ((((int32_t)L_317) < ((int32_t)L_318))) { goto IL_0690; } } IL_06e7: { // for (var i = memory.interactionCount; i < newMemory.interactionCount; ++i) UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_319 = __this->get_address_of_memory_5(); int32_t L_320 = L_319->get_interactionCount_3(); V_64 = L_320; goto IL_071b; } IL_06f6: { // ref var interactionState = ref newMemory.interactionStates[i]; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_321 = V_11; InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * L_322 = L_321.get_interactionStates_9(); int32_t L_323 = V_64; uint32_t L_324 = sizeof(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 ); // interactionState.phase = InputActionPhase.Waiting; InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * L_325 = (InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 *)((InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 *)il2cpp_codegen_add((intptr_t)L_322, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_323), (int32_t)L_324)))); InteractionState_set_phase_m5FD2CEF7F80B6134EDC170418AED219284EC8375((InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 *)(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 *)L_325, 1, /*hidden argument*/NULL); // interactionState.triggerControlIndex = InputActionState.kInvalidIndex; InteractionState_set_triggerControlIndex_m6A1E133C5917738C85B1526E03306DAD7A6B2AD6((InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 *)(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 *)L_325, (-1), /*hidden argument*/NULL); // for (var i = memory.interactionCount; i < newMemory.interactionCount; ++i) int32_t L_326 = V_64; V_64 = ((int32_t)il2cpp_codegen_add((int32_t)L_326, (int32_t)1)); } IL_071b: { // for (var i = memory.interactionCount; i < newMemory.interactionCount; ++i) int32_t L_327 = V_64; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_328 = V_11; int32_t L_329 = L_328.get_interactionCount_3(); if ((((int32_t)L_327) < ((int32_t)L_329))) { goto IL_06f6; } } IL_0726: { // var runningIndexInBindingIndices = memory.bindingCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_330 = __this->get_address_of_memory_5(); int32_t L_331 = L_330->get_bindingCount_4(); V_26 = L_331; // for (var i = 0; i < actionCountInThisMap; ++i) V_65 = 0; goto IL_08af; } IL_073b: { // var action = actionsInThisMap[i]; InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* L_332 = V_0; int32_t L_333 = V_65; NullCheck(L_332); int32_t L_334 = L_333; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_335 = (L_332)->GetAt(static_cast(L_334)); V_66 = L_335; // var actionIndex = actionStartIndex + i; int32_t L_336 = V_5; int32_t L_337 = V_65; V_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_336, (int32_t)L_337)); // action.m_ActionIndexInState = actionIndex; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_338 = V_66; int32_t L_339 = V_67; NullCheck(L_338); L_338->set_m_ActionIndexInState_13(L_339); // newMemory.actionBindingIndicesAndCounts[actionIndex * 2] = (ushort)runningIndexInBindingIndices; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_340 = V_11; uint16_t* L_341 = L_340.get_actionBindingIndicesAndCounts_13(); int32_t L_342 = V_67; int32_t L_343 = V_26; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_341, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_342, (int32_t)2))), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_343)); // var firstBindingIndexForAction = -1; V_68 = (-1); // var bindingCountForAction = 0; V_69 = 0; // var numPossibleConcurrentActuations = 0; V_70 = 0; // for (var n = 0; n < bindingCountInThisMap; ++n) V_74 = 0; goto IL_07f8; } IL_0775: { // var bindingIndex = bindingStartIndex + n; int32_t L_344 = V_6; int32_t L_345 = V_74; V_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_344, (int32_t)L_345)); // var bindingState = &newMemory.bindingStates[bindingIndex]; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_346 = V_11; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_347 = L_346.get_bindingStates_8(); int32_t L_348 = V_75; uint32_t L_349 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); V_76 = (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((uintptr_t)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_347, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_348), (int32_t)L_349))))); // if (bindingState->actionIndex != actionIndex) BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_350 = V_76; int32_t L_351; L_351 = BindingState_get_actionIndex_m76A8FD26DBB8C6F2E6A6BF93AE89C7F4609974BE((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_350, /*hidden argument*/NULL); int32_t L_352 = V_67; if ((!(((uint32_t)L_351) == ((uint32_t)L_352)))) { goto IL_07f2; } } IL_079c: { // if (bindingState->isPartOfComposite) BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_353 = V_76; bool L_354; L_354 = BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_353, /*hidden argument*/NULL); if (L_354) { goto IL_07f2; } } IL_07a5: { // newMemory.actionBindingIndices[runningIndexInBindingIndices] = (ushort)bindingIndex; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_355 = V_11; uint16_t* L_356 = L_355.get_actionBindingIndices_14(); int32_t L_357 = V_26; int32_t L_358 = V_75; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_356, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_357), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_358)); // ++runningIndexInBindingIndices; int32_t L_359 = V_26; V_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_359, (int32_t)1)); // ++bindingCountForAction; int32_t L_360 = V_69; V_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_360, (int32_t)1)); // if (firstBindingIndexForAction == -1) int32_t L_361 = V_68; if ((!(((uint32_t)L_361) == ((uint32_t)(-1))))) { goto IL_07cb; } } IL_07c7: { // firstBindingIndexForAction = bindingIndex; int32_t L_362 = V_75; V_68 = L_362; } IL_07cb: { // if (bindingState->isComposite) BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_363 = V_76; bool L_364; L_364 = BindingState_get_isComposite_m27507CD70AFA017D1487A01B28390EBF94B2F19B((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_363, /*hidden argument*/NULL); if (!L_364) { goto IL_07e6; } } IL_07d4: { // if (bindingState->controlCount > 0) BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_365 = V_76; int32_t L_366; L_366 = BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_365, /*hidden argument*/NULL); if ((((int32_t)L_366) <= ((int32_t)0))) { goto IL_07f2; } } IL_07de: { // ++numPossibleConcurrentActuations; int32_t L_367 = V_70; V_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_367, (int32_t)1)); // } goto IL_07f2; } IL_07e6: { // numPossibleConcurrentActuations += bindingState->controlCount; int32_t L_368 = V_70; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_369 = V_76; int32_t L_370; L_370 = BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)L_369, /*hidden argument*/NULL); V_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_368, (int32_t)L_370)); } IL_07f2: { // for (var n = 0; n < bindingCountInThisMap; ++n) int32_t L_371 = V_74; V_74 = ((int32_t)il2cpp_codegen_add((int32_t)L_371, (int32_t)1)); } IL_07f8: { // for (var n = 0; n < bindingCountInThisMap; ++n) int32_t L_372 = V_74; int32_t L_373 = V_2; if ((((int32_t)L_372) < ((int32_t)L_373))) { goto IL_0775; } } IL_0800: { // if (firstBindingIndexForAction == -1) int32_t L_374 = V_68; if ((!(((uint32_t)L_374) == ((uint32_t)(-1))))) { goto IL_0808; } } IL_0805: { // firstBindingIndexForAction = 0; V_68 = 0; } IL_0808: { // newMemory.actionBindingIndicesAndCounts[actionIndex * 2 + 1] = (ushort)bindingCountForAction; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_375 = V_11; uint16_t* L_376 = L_375.get_actionBindingIndicesAndCounts_13(); int32_t L_377 = V_67; int32_t L_378 = V_69; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_376, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_377, (int32_t)2)), (int32_t)1))), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_378)); // var isPassThroughAction = action.type == InputActionType.PassThrough; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_379 = V_66; NullCheck(L_379); int32_t L_380; L_380 = InputAction_get_type_m614E0FF26B312EC179AC497AA16E20C4E4572FE2_inline(L_379, /*hidden argument*/NULL); V_71 = (bool)((((int32_t)L_380) == ((int32_t)2))? 1 : 0); // var isButtonAction = action.type == InputActionType.Button; InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_381 = V_66; NullCheck(L_381); int32_t L_382; L_382 = InputAction_get_type_m614E0FF26B312EC179AC497AA16E20C4E4572FE2_inline(L_381, /*hidden argument*/NULL); V_72 = (bool)((((int32_t)L_382) == ((int32_t)1))? 1 : 0); // var mayNeedConflictResolution = !isPassThroughAction && numPossibleConcurrentActuations > 1; bool L_383 = V_71; if (L_383) { goto IL_0840; } } IL_0839: { int32_t L_384 = V_70; G_B123_0 = ((((int32_t)L_384) > ((int32_t)1))? 1 : 0); goto IL_0841; } IL_0840: { G_B123_0 = 0; } IL_0841: { V_73 = (bool)G_B123_0; // newMemory.actionStates[actionIndex] = // new InputActionState.TriggerState // { // phase = InputActionPhase.Disabled, // mapIndex = mapIndex, // controlIndex = InputActionState.kInvalidIndex, // interactionIndex = InputActionState.kInvalidIndex, // isPassThrough = isPassThroughAction, // isButton = isButtonAction, // mayNeedConflictResolution = mayNeedConflictResolution, // bindingIndex = firstBindingIndexForAction // }; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_385 = V_11; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_386 = L_385.get_actionStates_7(); int32_t L_387 = V_67; uint32_t L_388 = sizeof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ); il2cpp_codegen_initobj((&V_77), sizeof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 )); TriggerState_set_phase_mF1192287B0FA1F1B5213E7A9E2DF393047E107BC((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), 0, /*hidden argument*/NULL); int32_t L_389 = V_4; TriggerState_set_mapIndex_m77CA7D5BF6C96A486CDFD461A840471B3B5C16B4((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), L_389, /*hidden argument*/NULL); TriggerState_set_controlIndex_m22FB2392BE73AA9B2D8F86A45050DAAA9F545EE4((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), (-1), /*hidden argument*/NULL); TriggerState_set_interactionIndex_mD8C4BCBF26C49F91E6BCC2222B1FD8D2C26C5D69((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), (-1), /*hidden argument*/NULL); bool L_390 = V_71; TriggerState_set_isPassThrough_mA9E2C8E812F9F8214993BD8E78BD1190330C617E((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), L_390, /*hidden argument*/NULL); bool L_391 = V_72; TriggerState_set_isButton_m29B539E3F6E88A670B01B30599BB86AD65C1D9CC((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), L_391, /*hidden argument*/NULL); bool L_392 = V_73; TriggerState_set_mayNeedConflictResolution_m6E439CE97328023C7601351867B8D0E45F60D7B9((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), L_392, /*hidden argument*/NULL); int32_t L_393 = V_68; TriggerState_set_bindingIndex_m845217CEA5F4AB53E3D5442EAD6AF8F351378CD9((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(&V_77), L_393, /*hidden argument*/NULL); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 L_394 = V_77; *(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)il2cpp_codegen_add((intptr_t)L_386, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_387), (int32_t)L_388)))) = L_394; // for (var i = 0; i < actionCountInThisMap; ++i) int32_t L_395 = V_65; V_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_395, (int32_t)1)); } IL_08af: { // for (var i = 0; i < actionCountInThisMap; ++i) int32_t L_396 = V_65; int32_t L_397 = V_3; if ((((int32_t)L_396) < ((int32_t)L_397))) { goto IL_073b; } } IL_08b7: { // newMemory.mapIndices[mapIndex] = // new InputActionState.ActionMapIndices // { // actionStartIndex = actionStartIndex, // actionCount = actionCountInThisMap, // controlStartIndex = controlStartIndex, // controlCount = controlCountInThisMap, // bindingStartIndex = bindingStartIndex, // bindingCount = bindingCountInThisMap, // interactionStartIndex = interactionStartIndex, // interactionCount = totalInteractionCount - interactionStartIndex, // processorStartIndex = processorStartIndex, // processorCount = totalProcessorCount - processorStartIndex, // compositeStartIndex = compositeStartIndex, // compositeCount = totalCompositeCount - compositeStartIndex, // }; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_398 = V_11; ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * L_399 = L_398.get_mapIndices_18(); int32_t L_400 = V_4; uint32_t L_401 = sizeof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A ); il2cpp_codegen_initobj((&V_78), sizeof(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A )); int32_t L_402 = V_5; (&V_78)->set_actionStartIndex_0(L_402); int32_t L_403 = V_3; (&V_78)->set_actionCount_1(L_403); int32_t L_404 = V_7; (&V_78)->set_controlStartIndex_2(L_404); int32_t L_405 = V_23; (&V_78)->set_controlCount_3(L_405); int32_t L_406 = V_6; (&V_78)->set_bindingStartIndex_4(L_406); int32_t L_407 = V_2; (&V_78)->set_bindingCount_5(L_407); int32_t L_408 = V_8; (&V_78)->set_interactionStartIndex_6(L_408); int32_t L_409 = __this->get_totalInteractionCount_2(); int32_t L_410 = V_8; (&V_78)->set_interactionCount_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_409, (int32_t)L_410))); int32_t L_411 = V_9; (&V_78)->set_processorStartIndex_8(L_411); int32_t L_412 = __this->get_totalProcessorCount_0(); int32_t L_413 = V_9; (&V_78)->set_processorCount_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_412, (int32_t)L_413))); int32_t L_414 = V_10; (&V_78)->set_compositeStartIndex_10(L_414); int32_t L_415 = __this->get_totalCompositeCount_1(); int32_t L_416 = V_10; (&V_78)->set_compositeCount_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_415, (int32_t)L_416))); ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A L_417 = V_78; *(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A *)((ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A *)il2cpp_codegen_add((intptr_t)L_399, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_400), (int32_t)L_401)))) = L_417; // actionMap.m_MapIndexInState = mapIndex; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_418 = ___actionMap0; int32_t L_419 = V_4; NullCheck(L_418); L_418->set_m_MapIndexInState_9(L_419); // var finalActionMapCount = memory.mapCount; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_420 = __this->get_address_of_memory_5(); int32_t L_421 = L_420->get_mapCount_1(); V_27 = L_421; // ArrayHelpers.AppendWithCapacity(ref maps, ref finalActionMapCount, actionMap, capacityIncrement: 4); InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** L_422 = __this->get_address_of_maps_3(); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_423 = ___actionMap0; int32_t L_424; L_424 = ArrayHelpers_AppendWithCapacity_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_m70BE3ADC1118B234875F0E4C197DE96296B9AC57((InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609**)L_422, (int32_t*)(&V_27), L_423, 4, /*hidden argument*/ArrayHelpers_AppendWithCapacity_TisInputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_m70BE3ADC1118B234875F0E4C197DE96296B9AC57_RuntimeMethod_var); // memory.Dispose(); UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * L_425 = __this->get_address_of_memory_5(); UnmanagedMemory_Dispose_m52964A71995C33B300945236638CF81112F59989((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)L_425, /*hidden argument*/NULL); // memory = newMemory; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 L_426 = V_11; __this->set_memory_5(L_426); // } IL2CPP_LEAVE(0x9A3, FINALLY_099b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0991; } throw e; } CATCH_0991: { // begin catch(System.Exception) // catch (Exception) // newMemory.Dispose(); UnmanagedMemory_Dispose_m52964A71995C33B300945236638CF81112F59989((UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 *)(&V_11), /*hidden argument*/NULL); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F_RuntimeMethod_var))); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_099b; } FINALLY_099b: { // begin finally (depth: 1) // resolvedControls.Dispose(); InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_20), /*hidden argument*/InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var); // } IL2CPP_END_FINALLY(2459) } // end finally (depth: 1) IL2CPP_CLEANUP(2459) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9A3, IL_09a3) } IL_09a3: { // } return; } } IL2CPP_EXTERN_C void InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F_AdjustorThunk (RuntimeObject * __this, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap0, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); InputBindingResolver_AddActionMap_mC593E6C676B3AB2F02D8CD35765F7578C892441F(_thisAdjusted, ___actionMap0, method); } // UnityEngine.InputSystem.InputBindingComposite UnityEngine.InputSystem.InputBindingResolver::InstantiateBindingComposite(UnityEngine.InputSystem.InputBinding&,UnityEngine.InputSystem.InputActionMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * InputBindingResolver_InstantiateBindingComposite_m18B4740CF15E15B4C3F0C74F79239477D8A915B1 (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding0, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA V_0; memset((&V_0), 0, sizeof(V_0)); Type_t * V_1 = NULL; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * V_2 = NULL; { // var nameAndParametersParsed = NameAndParameters.Parse(binding.effectivePath); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_0 = ___binding0; String_t* L_1; L_1 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_0, /*hidden argument*/NULL); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_2; L_2 = NameAndParameters_Parse_mE4BAE4F2D223C96E2867B858C375F72A1B28F6BB(L_1, /*hidden argument*/NULL); V_0 = L_2; // var type = InputBindingComposite.s_Composites.LookupTypeRegistration(nameAndParametersParsed.name); String_t* L_3; L_3 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_0), /*hidden argument*/NULL); Type_t * L_4; L_4 = TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var))->get_address_of_s_Composites_0()), L_3, /*hidden argument*/NULL); V_1 = L_4; // if (type == null) Type_t * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0043; } } { // throw new InvalidOperationException( // $"No binding composite with name '{nameAndParametersParsed.name}' has been registered"); String_t* L_7; L_7 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_0), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral031EDEA3235FDF00759EB2911A563AD03089E25D)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCBAB5C977DCEA977E3523589EC03FFA6223F48F)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_InstantiateBindingComposite_m18B4740CF15E15B4C3F0C74F79239477D8A915B1_RuntimeMethod_var))); } IL_0043: { // if (!(Activator.CreateInstance(type) is InputBindingComposite instance)) Type_t * L_10 = V_1; RuntimeObject * L_11; L_11 = Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD(L_10, /*hidden argument*/NULL); V_2 = ((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)IsInstClass((RuntimeObject*)L_11, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var)); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_12 = V_2; if (L_12) { goto IL_008e; } } { // throw new InvalidOperationException( // $"Registered type '{type.Name}' used for '{nameAndParametersParsed.name}' is not an InputBindingComposite"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE401ACE5A5341728744D0B85FE6F1CEB6B85775E))); (L_14)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE401ACE5A5341728744D0B85FE6F1CEB6B85775E))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; Type_t * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_16); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(1), (String_t*)L_17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_15; NullCheck(L_18); ArrayElementTypeCheck (L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D24D1F9C2B780184F8AB89F887E73CF3478A74C))); (L_18)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D24D1F9C2B780184F8AB89F887E73CF3478A74C))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; String_t* L_20; L_20 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_0), /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(3), (String_t*)L_20); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_19; NullCheck(L_21); ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF3035221EDE7802CCF1B6B56275F50021F141EE))); (L_21)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF3035221EDE7802CCF1B6B56275F50021F141EE))); String_t* L_22; L_22 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_21, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_23 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_InstantiateBindingComposite_m18B4740CF15E15B4C3F0C74F79239477D8A915B1_RuntimeMethod_var))); } IL_008e: { // ApplyParameters(nameAndParametersParsed.parameters, instance, actionMap, ref binding, nameAndParametersParsed.name, // binding.effectivePath); ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_24; L_24 = NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_0), /*hidden argument*/NULL); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_25 = V_2; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_26 = ___actionMap1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_27 = ___binding0; String_t* L_28; L_28 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_0), /*hidden argument*/NULL); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_29 = ___binding0; String_t* L_30; L_30 = InputBinding_get_effectivePath_mD18873A3BF7CE6BE448526D4F3BC6BBAC70C5324((InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_29, /*hidden argument*/NULL); InputBindingResolver_ApplyParameters_mBFECAFEB2CC074A11109BF06DCAFEAC2D1F79E86(L_24, L_25, L_26, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_27, L_28, L_30, /*hidden argument*/NULL); // return instance; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_31 = V_2; return L_31; } } // System.Void UnityEngine.InputSystem.InputBindingResolver::ApplyParameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1,System.Object,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_ApplyParameters_mBFECAFEB2CC074A11109BF06DCAFEAC2D1F79E86 (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___parameters0, RuntimeObject * ___instance1, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap2, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding3, String_t* ___objectRegistrationName4, String_t* ___namesAndParameters5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral481C61A5280118E098E32A8CA408514C143752F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FD3E53F899089E4616D724E055A9FC1301622BB); s_Il2CppMethodInitialized = true; } Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 V_0; memset((&V_0), 0, sizeof(V_0)); NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 V_1; memset((&V_1), 0, sizeof(V_1)); FieldInfo_t * V_2 = NULL; int32_t V_3 = 0; Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE V_4; memset((&V_4), 0, sizeof(V_4)); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 V_5; memset((&V_5), 0, sizeof(V_5)); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 G_B7_0; memset((&G_B7_0), 0, sizeof(G_B7_0)); { // foreach (var parameter in parameters) Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 L_0; L_0 = ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0((ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 *)(&___parameters0), /*hidden argument*/ReadOnlyArray_1_GetEnumerator_m14909DDA6F91B2BA93B8DBA2A55EB8C1FEB47CD0_RuntimeMethod_var); V_0 = L_0; } IL_0008: try { // begin try (depth: 1) { goto IL_00e6; } IL_000d: { // foreach (var parameter in parameters) NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 L_1; L_1 = Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D((Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mA0F12E6E60FF1455789A81A9413D5F09C049143D_RuntimeMethod_var); V_1 = L_1; // var field = instance.GetType().GetField(parameter.name, // BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic); RuntimeObject * L_2 = ___instance1; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = NamedValue_get_name_m691219CE5D6F1DA3F84DADBF8173FD8E3E76A1D4_inline((NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_3); FieldInfo_t * L_5; L_5 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_3, L_4, ((int32_t)53)); V_2 = L_5; // if (field == null) FieldInfo_t * L_6 = V_2; bool L_7; L_7 = FieldInfo_op_Equality_m29EAACA601BEF1949070822B6E0062071085D5A7(L_6, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0090; } } IL_0033: { // Debug.LogError( // $"Type '{instance.GetType().Name}' registered as '{objectRegistrationName}' (mentioned in '{namesAndParameters}') has no public field called '{parameter.name}'"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7); (L_9)->SetAt(static_cast(0), (String_t*)_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; RuntimeObject * L_11 = ___instance1; NullCheck(L_11); Type_t * L_12; L_12 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral481C61A5280118E098E32A8CA408514C143752F4); (L_14)->SetAt(static_cast(2), (String_t*)_stringLiteral481C61A5280118E098E32A8CA408514C143752F4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; String_t* L_16 = ___objectRegistrationName4; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(3), (String_t*)L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_15; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); (L_17)->SetAt(static_cast(4), (String_t*)_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; String_t* L_19 = ___namesAndParameters5; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(5), (String_t*)L_19); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral4FD3E53F899089E4616D724E055A9FC1301622BB); (L_20)->SetAt(static_cast(6), (String_t*)_stringLiteral4FD3E53F899089E4616D724E055A9FC1301622BB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; String_t* L_22; L_22 = NamedValue_get_name_m691219CE5D6F1DA3F84DADBF8173FD8E3E76A1D4_inline((NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(7), (String_t*)L_22); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); (L_23)->SetAt(static_cast(8), (String_t*)_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); String_t* L_24; L_24 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1(L_24, /*hidden argument*/NULL); // continue; goto IL_00e6; } IL_0090: { // var fieldTypeCode = Type.GetTypeCode(field.FieldType); FieldInfo_t * L_25 = V_2; NullCheck(L_25); Type_t * L_26; L_26 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_27; L_27 = Type_GetTypeCode_mC0FBF8DFCAC822CC01A76F54BF058140211142BF(L_26, /*hidden argument*/NULL); V_3 = L_27; // var parameterOverride = // InputActionRebindingExtensions.ParameterOverride.Find(actionMap, ref binding, parameter.name, objectRegistrationName); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_28 = ___actionMap2; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_29 = ___binding3; String_t* L_30; L_30 = NamedValue_get_name_m691219CE5D6F1DA3F84DADBF8173FD8E3E76A1D4_inline((NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(&V_1), /*hidden argument*/NULL); String_t* L_31 = ___objectRegistrationName4; Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE L_32; L_32 = ParameterOverride_Find_m9165F14A3B0347B24D5CEF1A7D3B0B9DE0EC1F22(L_28, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_29, L_30, L_31, /*hidden argument*/NULL); V_4 = L_32; // var value = parameterOverride != null // ? parameterOverride.Value.value // : parameter.value; bool L_33; L_33 = Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_inline((Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_RuntimeMethod_var); if (L_33) { goto IL_00c0; } } IL_00b7: { PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_34; L_34 = NamedValue_get_value_m1E8245C58479105E6D2077840593A0036E872A3D_inline((NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(&V_1), /*hidden argument*/NULL); G_B7_0 = L_34; goto IL_00cc; } IL_00c0: { ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 L_35; L_35 = Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC((Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE *)(&V_4), /*hidden argument*/Nullable_1_get_Value_m18E2C4112E5670EADEBF8027C9C92235CC6F2EFC_RuntimeMethod_var); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_36 = L_35.get_value_3(); G_B7_0 = L_36; } IL_00cc: { V_5 = G_B7_0; // field.SetValue(instance, value.ConvertTo(fieldTypeCode).ToObject()); FieldInfo_t * L_37 = V_2; RuntimeObject * L_38 = ___instance1; int32_t L_39 = V_3; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_40; L_40 = PrimitiveValue_ConvertTo_m5D0853E2783E85495AA8C4480C79657CB4AA9A7C((PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 *)(&V_5), L_39, /*hidden argument*/NULL); V_6 = L_40; RuntimeObject * L_41; L_41 = PrimitiveValue_ToObject_m8A6543DF11C5730DE0B96BA0AB906E17DC3CD304((PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 *)(&V_6), /*hidden argument*/NULL); NullCheck(L_37); FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C(L_37, L_38, L_41, /*hidden argument*/NULL); } IL_00e6: { // foreach (var parameter in parameters) bool L_42; L_42 = Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F((Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mE744CCCEFECA96984221AAC1B66BAE24C9E7967F_RuntimeMethod_var); if (L_42) { goto IL_000d; } } IL_00f2: { IL2CPP_LEAVE(0x102, FINALLY_00f4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f4; } FINALLY_00f4: { // begin finally (depth: 1) Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E((Enumerator_t342A4AE1D57F0BF440B9F9FDCF6EC41598354A40 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mB8F5F3122DDC070C63BEAD2782A4CAD94416B38E_RuntimeMethod_var); IL2CPP_END_FINALLY(244) } // end finally (depth: 1) IL2CPP_CLEANUP(244) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x102, IL_0102) } IL_0102: { // } return; } } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::AssignCompositePartIndex(System.Object,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_AssignCompositePartIndex_mA8C8189F68F46C622E6696EA77D1785048C20845 (RuntimeObject * ___composite0, String_t* ___name1, int32_t* ___currentCompositePartCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; FieldInfo_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // var type = composite.GetType(); RuntimeObject * L_0 = ___composite0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_0 = L_1; // var field = type.GetField(name, // BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic); Type_t * L_2 = V_0; String_t* L_3 = ___name1; NullCheck(L_2); FieldInfo_t * L_4; L_4 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_2, L_3, ((int32_t)53)); V_1 = L_4; // if (field == null) FieldInfo_t * L_5 = V_1; bool L_6; L_6 = FieldInfo_op_Equality_m29EAACA601BEF1949070822B6E0062071085D5A7(L_5, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002d; } } { // throw new InvalidOperationException( // $"Cannot find public field '{name}' used as parameter of binding composite '{composite}' of type '{type}'"); String_t* L_7 = ___name1; RuntimeObject * L_8 = ___composite0; Type_t * L_9 = V_0; String_t* L_10; L_10 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E67B9ACDFC44C91C96EA98590958FDCEC692638)), L_7, L_8, L_9, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AssignCompositePartIndex_mA8C8189F68F46C622E6696EA77D1785048C20845_RuntimeMethod_var))); } IL_002d: { // var fieldType = field.FieldType; FieldInfo_t * L_12 = V_1; NullCheck(L_12); Type_t * L_13; L_13 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_12); // if (fieldType != typeof(int)) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005c; } } { // throw new InvalidOperationException( // $"Field '{name}' used as a parameter of binding composite '{composite}' must be of type 'int' but is of type '{type.Name}' instead"); String_t* L_17 = ___name1; RuntimeObject * L_18 = ___composite0; Type_t * L_19 = V_0; NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_19); String_t* L_21; L_21 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56A75E04CD97B6A418FE40346BF926E16071CF55)), L_17, L_18, L_20, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_22 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AssignCompositePartIndex_mA8C8189F68F46C622E6696EA77D1785048C20845_RuntimeMethod_var))); } IL_005c: { // var partIndex = (int)field.GetValue(composite); FieldInfo_t * L_23 = V_1; RuntimeObject * L_24 = ___composite0; NullCheck(L_23); RuntimeObject * L_25; L_25 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_23, L_24); V_2 = ((*(int32_t*)((int32_t*)UnBox(L_25, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); // if (partIndex == 0) int32_t L_26 = V_2; if (L_26) { goto IL_0083; } } { // partIndex = ++currentCompositePartCount; int32_t* L_27 = ___currentCompositePartCount2; int32_t* L_28 = ___currentCompositePartCount2; int32_t L_29 = *((int32_t*)L_28); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); int32_t L_30 = V_3; *((int32_t*)L_27) = (int32_t)L_30; int32_t L_31 = V_3; V_2 = L_31; // field.SetValue(composite, partIndex); FieldInfo_t * L_32 = V_1; RuntimeObject * L_33 = ___composite0; int32_t L_34 = V_2; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_35); NullCheck(L_32); FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C(L_32, L_33, L_36, /*hidden argument*/NULL); } IL_0083: { // return partIndex; int32_t L_37 = V_2; return L_37; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityEngine.InputSystem.InputControl::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public string name => m_Name; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Name_1(); String_t* L_1; L_1 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_0, /*hidden argument*/NULL); return L_1; } } // System.String UnityEngine.InputSystem.InputControl::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // RefreshConfigurationIfNeeded(); InputControl_RefreshConfigurationIfNeeded_m17BED71161748608E0FBD530A4F755548D09B7B7(__this, /*hidden argument*/NULL); // if (m_DisplayName != null) String_t* L_0 = __this->get_m_DisplayName_3(); if (!L_0) { goto IL_0015; } } { // return m_DisplayName; String_t* L_1 = __this->get_m_DisplayName_3(); return L_1; } IL_0015: { // if (m_DisplayNameFromLayout != null) String_t* L_2 = __this->get_m_DisplayNameFromLayout_4(); if (!L_2) { goto IL_0024; } } { // return m_DisplayNameFromLayout; String_t* L_3 = __this->get_m_DisplayNameFromLayout_4(); return L_3; } IL_0024: { // return m_Name; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_4 = __this->get_m_Name_1(); String_t* L_5; L_5 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void UnityEngine.InputSystem.InputControl::set_displayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_displayName_m0F7A059B5F3BB02760014628C850283968E84626 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___value0, const RuntimeMethod* method) { { // protected set => m_DisplayName = value; String_t* L_0 = ___value0; __this->set_m_DisplayName_3(L_0); return; } } // System.String UnityEngine.InputSystem.InputControl::get_shortDisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_shortDisplayName_mE793715F37AA1ECC524C1D0DB36A689A3AE8D35C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // RefreshConfigurationIfNeeded(); InputControl_RefreshConfigurationIfNeeded_m17BED71161748608E0FBD530A4F755548D09B7B7(__this, /*hidden argument*/NULL); // if (m_ShortDisplayName != null) String_t* L_0 = __this->get_m_ShortDisplayName_5(); if (!L_0) { goto IL_0015; } } { // return m_ShortDisplayName; String_t* L_1 = __this->get_m_ShortDisplayName_5(); return L_1; } IL_0015: { // if (m_ShortDisplayNameFromLayout != null) String_t* L_2 = __this->get_m_ShortDisplayNameFromLayout_6(); if (!L_2) { goto IL_0024; } } { // return m_ShortDisplayNameFromLayout; String_t* L_3 = __this->get_m_ShortDisplayNameFromLayout_6(); return L_3; } IL_0024: { // return null; return (String_t*)NULL; } } // System.Void UnityEngine.InputSystem.InputControl::set_shortDisplayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_shortDisplayName_mF8C37370AF22FF480CFDA17CCEAECD58C7F1179F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___value0, const RuntimeMethod* method) { { // protected set => m_ShortDisplayName = value; String_t* L_0 = ___value0; __this->set_m_ShortDisplayName_5(L_0); return; } } // System.String UnityEngine.InputSystem.InputControl::get_path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // if (m_Path == null) String_t* L_0 = __this->get_m_Path_2(); if (L_0) { goto IL_0024; } } { // m_Path = InputControlPath.Combine(m_Parent, m_Name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1 = __this->get_m_Parent_10(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_2 = __this->get_m_Name_1(); String_t* L_3; L_3 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = InputControlPath_Combine_mD29B9FBDF6BAEB9E3A93A0914B52FD4D64ED78DB(L_1, L_3, /*hidden argument*/NULL); __this->set_m_Path_2(L_4); } IL_0024: { // return m_Path; String_t* L_5 = __this->get_m_Path_2(); return L_5; } } // System.String UnityEngine.InputSystem.InputControl::get_layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public string layout => m_Layout; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Layout_7(); String_t* L_1; L_1 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_0, /*hidden argument*/NULL); return L_1; } } // System.String UnityEngine.InputSystem.InputControl::get_variants() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_variants_mFA112F2481D20D96F30E611A12CF266B06A4F579 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public string variants => m_Variants; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Variants_8(); String_t* L_1; L_1 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputDevice device => m_Device; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); return L_0; } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputControl parent => m_Parent; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = __this->get_m_Parent_10(); return L_0; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mDE3905C6077EF7D32FC8FD010C84829559A1659B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // new ReadOnlyArray(m_Device.m_ChildrenForEachControl, m_ChildStartIndex, m_ChildCount); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); NullCheck(L_0); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_1 = L_0->get_m_ChildrenForEachControl_34(); int32_t L_2 = __this->get_m_ChildStartIndex_16(); int32_t L_3 = __this->get_m_ChildCount_15(); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_4; memset((&L_4), 0, sizeof(L_4)); ReadOnlyArray_1__ctor_mDE3905C6077EF7D32FC8FD010C84829559A1659B((&L_4), L_1, L_2, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_mDE3905C6077EF7D32FC8FD010C84829559A1659B_RuntimeMethod_var); return L_4; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_usages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // new ReadOnlyArray(m_Device.m_UsagesForEachControl, m_UsageStartIndex, m_UsageCount); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); NullCheck(L_0); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = L_0->get_m_UsagesForEachControl_32(); int32_t L_2 = __this->get_m_UsageStartIndex_12(); int32_t L_3 = __this->get_m_UsageCount_11(); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_4; memset((&L_4), 0, sizeof(L_4)); ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1((&L_4), L_1, L_2, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_RuntimeMethod_var); return L_4; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_aliases() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 InputControl_get_aliases_m810333CC1D83E25C2C6B3CB56A02DA9E2F3DC138 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // new ReadOnlyArray(m_Device.m_AliasesForEachControl, m_AliasStartIndex, m_AliasCount); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); NullCheck(L_0); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = L_0->get_m_AliasesForEachControl_31(); int32_t L_2 = __this->get_m_AliasStartIndex_14(); int32_t L_3 = __this->get_m_AliasCount_13(); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_4; memset((&L_4), 0, sizeof(L_4)); ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1((&L_4), L_1, L_2, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_mDF4653A3654B77321BB06D3381B9097B58D6F6F1_RuntimeMethod_var); return L_4; } } // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::get_stateBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputStateBlock stateBlock => m_StateBlock; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_0 = __this->get_m_StateBlock_0(); return L_0; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_noisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_noisy_m75E27EA55EB0C920F1BA11F11427BAF3CF6FC840 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.IsNoisy) != 0; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_noisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0043; } } { // m_ControlFlags |= ControlFlags.IsNoisy; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)2))); // var list = children; ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_2; L_2 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A(__this, /*hidden argument*/NULL); V_0 = L_2; // for (var i = 0; i < list.Count; ++i) V_1 = 0; goto IL_0038; } IL_001c: { // if (null != list[i]) int32_t L_3 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), L_3, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); if (!L_4) { goto IL_0034; } } { // list[i].noisy = true; int32_t L_5 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6; L_6 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), L_5, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); NullCheck(L_6); InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D(L_6, (bool)1, /*hidden argument*/NULL); } IL_0034: { // for (var i = 0; i < list.Count; ++i) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0038: { // for (var i = 0; i < list.Count; ++i) int32_t L_8 = V_1; int32_t L_9; L_9 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_001c; } } { // } return; } IL_0043: { // m_ControlFlags &= ~ControlFlags.IsNoisy; int32_t L_10 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_10&(int32_t)((int32_t)-3)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_synthetic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_synthetic_m7BDF1221CDDF8B669504AAB9ED6A42D32E2A4462 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.IsSynthetic) != 0; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_synthetic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_synthetic_mB81094C8EB244441E411BC0366FC4F2BFCAC26D6 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_ControlFlags |= ControlFlags.IsSynthetic; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)4))); return; } IL_0012: { // m_ControlFlags &= ~ControlFlags.IsSynthetic; int32_t L_2 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))); // } return; } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_get_Item_mEFD17207D22413F12488BB51A188B14DE107696C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B2_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B1_0 = NULL; { // var control = InputControlPath.TryFindChild(this, path); String_t* L_0 = ___path0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1; L_1 = InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D(__this, L_0, 0, /*hidden argument*/NULL); // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001d; } } { // throw new KeyNotFoundException( // $"Cannot find control '{path}' as child of '{this}'"); String_t* L_3 = ___path0; String_t* L_4; L_4 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C39BC33DAC2D2C2E879A4CCEF7DAD865B2716B7)), L_3, __this, /*hidden argument*/NULL); KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * L_5 = (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_il2cpp_TypeInfo_var))); KeyNotFoundException__ctor_m0EC42CEED5BA7A842158FFADCF05BBACF33B700D(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_get_Item_mEFD17207D22413F12488BB51A188B14DE107696C_RuntimeMethod_var))); } IL_001d: { // return control; return G_B2_0; } } // System.String UnityEngine.InputSystem.InputControl::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_ToString_mD7583A6A2490D8503A4B083EEB8E2624541E1D2A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { // return $"{layout}:{path}"; String_t* L_0; L_0 = InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_0, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_1, /*hidden argument*/NULL); return L_2; } } // System.String UnityEngine.InputSystem.InputControl::DebuggerDisplay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_DebuggerDisplay_m96C9B82B878AACB8F993D872AEBAA5CC640EC9B2 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E62D20596338177174CEAB270788FF6D7D36B6C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!device.added) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0; L_0 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = InputDevice_get_added_m6228E4D9FD11390012BA1693DE2EC3ECF55AD255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // return ToString(); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); return L_2; } IL_0014: { } IL_0015: try { // begin try (depth: 1) // return $"{layout}:{path}={this.ReadValueAsObject()}"; String_t* L_3; L_3 = InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(__this, /*hidden argument*/NULL); RuntimeObject * L_5; L_5 = InputControlExtensions_ReadValueAsObject_m5619782F0D0BFCBAC4241CA70815DA55E9C6B64F(__this, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteral0E62D20596338177174CEAB270788FF6D7D36B6C, L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_003e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0034; } throw e; } CATCH_0034: { // begin catch(System.Exception) // catch (Exception) // return ToString(); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); V_0 = L_7; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003e; } // end catch (depth: 1) IL_003e: { // } String_t* L_8 = V_0; return L_8; } } // System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_m7228DE8EE0B0B59D2C05EA3B176E9F4BBA54B2B8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // return EvaluateMagnitude(currentStatePtr); void* L_0; L_0 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(__this, /*hidden argument*/NULL); float L_1; L_1 = VirtFuncInvoker1< float, void* >::Invoke(6 /* System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude(System.Void*) */, __this, (void*)(void*)L_0); return L_1; } } // System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_m0EE4820DF9E5B730AEE92E1B0C515CDB9B91403A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, void* ___statePtr0, const RuntimeMethod* method) { { // return -1; return (-1.0f); } } // System.Void UnityEngine.InputSystem.InputControl::WriteValueFromBufferIntoState(System.Void*,System.Int32,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_WriteValueFromBufferIntoState_m218E063DEFA5120EB9C788D32F152C6F171BCC7E (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, void* ___bufferPtr0, int32_t ___bufferSize1, void* ___statePtr2, const RuntimeMethod* method) { { // throw new NotSupportedException( // $"Control '{this}' does not support writing"); String_t* L_0; L_0 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8CC9DA34E42D8EA9F7CD68E022BA1D1547595A7)), __this, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_WriteValueFromBufferIntoState_m218E063DEFA5120EB9C788D32F152C6F171BCC7E_RuntimeMethod_var))); } } // System.Void UnityEngine.InputSystem.InputControl::WriteValueFromObjectIntoState(System.Object,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_WriteValueFromObjectIntoState_mF4EE42BED8A891E6A0F4E0FF339436E7EA7BEC3A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, RuntimeObject * ___value0, void* ___statePtr1, const RuntimeMethod* method) { { // throw new NotSupportedException( // $"Control '{this}' does not support writing"); String_t* L_0; L_0 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8CC9DA34E42D8EA9F7CD68E022BA1D1547595A7)), __this, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_WriteValueFromObjectIntoState_mF4EE42BED8A891E6A0F4E0FF339436E7EA7BEC3A_RuntimeMethod_var))); } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::TryGetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method) { { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE_RuntimeMethod_var))); } IL_0013: { // return InputControlPath.TryFindChild(this, path); String_t* L_3 = ___path0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D(__this, L_3, 0, /*hidden argument*/NULL); return L_4; } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::GetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_GetChildControl_m031F7AB7ADCD6BFDE6C782FB13AAB3195FED0186 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B4_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B3_0 = NULL; { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_GetChildControl_m031F7AB7ADCD6BFDE6C782FB13AAB3195FED0186_RuntimeMethod_var))); } IL_0013: { // var control = TryGetChildControl(path); String_t* L_3 = ___path0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE(__this, L_3, /*hidden argument*/NULL); // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = L_4; G_B3_0 = L_5; if (L_5) { G_B4_0 = L_5; goto IL_003e; } } { // throw new ArgumentException($"Cannot find input control '{MakeChildPath(path)}'", nameof(path)); String_t* L_6 = ___path0; String_t* L_7; L_7 = InputControl_MakeChildPath_m7F3C2482F89A2A191256B00950CBBC78FA4F1556(__this, L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7345B213158444DB089FE8F3E6B0D4CB40C9861)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_GetChildControl_m031F7AB7ADCD6BFDE6C782FB13AAB3195FED0186_RuntimeMethod_var))); } IL_003e: { // return control; return G_B4_0; } } // System.Void UnityEngine.InputSystem.InputControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl__ctor_mB2EA7C433195535901875F35BD5D35B60D4AABB5 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // protected InputControl() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_StateBlock.byteOffset = InputStateBlock.AutomaticOffset; // Request automatic layout by default. InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_0 = __this->get_address_of_m_StateBlock_0(); InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_0, ((int32_t)-2), /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputControl::FinishSetup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_FinishSetup_mEB69119B48274B87A1C9756D99C19AA382484350 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.InputControl::RefreshConfigurationIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfigurationIfNeeded_m17BED71161748608E0FBD530A4F755548D09B7B7 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // if (!isConfigUpToDate) bool L_0; L_0 = InputControl_get_isConfigUpToDate_mCE5639536880D34F59EE4F77476059F0F70EA61D(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { // RefreshConfiguration(); VirtActionInvoker0::Invoke(14 /* System.Void UnityEngine.InputSystem.InputControl::RefreshConfiguration() */, __this); // isConfigUpToDate = true; InputControl_set_isConfigUpToDate_m0501F37D081C6938751F24DB71B72D5F1F6AFE93(__this, (bool)1, /*hidden argument*/NULL); } IL_0015: { // } return; } } // System.Void UnityEngine.InputSystem.InputControl::RefreshConfiguration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfiguration_m29F2304AB86C80EAAA923A2CD084A04A40873AEE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void* UnityEngine.InputSystem.InputControl::get_currentStatePtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // protected internal unsafe void* currentStatePtr => InputStateBuffers.GetFrontBufferForDevice(GetDeviceIndex()); int32_t L_0; L_0 = InputControl_GetDeviceIndex_mA5EF19FAE10F79B9B9FA092C5DC60D4B7BA4E046(__this, /*hidden argument*/NULL); void* L_1; L_1 = InputStateBuffers_GetFrontBufferForDevice_m4386695914C24C31BF87EA999554E078830366AC(L_0, /*hidden argument*/NULL); return (void*)(L_1); } } // System.Void* UnityEngine.InputSystem.InputControl::get_previousFrameStatePtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_previousFrameStatePtr_m5F032BCE00F52B406F4795D722EA54813E7F7426 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // protected internal unsafe void* previousFrameStatePtr => InputStateBuffers.GetBackBufferForDevice(GetDeviceIndex()); int32_t L_0; L_0 = InputControl_GetDeviceIndex_mA5EF19FAE10F79B9B9FA092C5DC60D4B7BA4E046(__this, /*hidden argument*/NULL); void* L_1; L_1 = InputStateBuffers_GetBackBufferForDevice_mBAA6BACF043BC95F1E43A1FDF313FF957DCED1A2(L_0, /*hidden argument*/NULL); return (void*)(L_1); } } // System.Void* UnityEngine.InputSystem.InputControl::get_defaultStatePtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m37116C9D7D2F799DC929E931364954D8895854C1 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected internal unsafe void* defaultStatePtr => InputStateBuffers.s_DefaultStateBuffer; void* L_0 = ((InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var))->get_s_DefaultStateBuffer_7(); return (void*)(L_0); } } // System.Void* UnityEngine.InputSystem.InputControl::get_noiseMaskPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_noiseMaskPtr_mAA7D590B7333195F94A32F7EA2A2D869890C4FE0 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected internal unsafe void* noiseMaskPtr => InputStateBuffers.s_NoiseMaskBuffer; void* L_0 = ((InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var))->get_s_NoiseMaskBuffer_8(); return (void*)(L_0); } } // System.UInt32 UnityEngine.InputSystem.InputControl::get_stateOffsetRelativeToDeviceRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControl_get_stateOffsetRelativeToDeviceRoot_m6A443B04B0F1020E70D38E37C7CB49E57463880F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { // var deviceStateOffset = device.m_StateBlock.byteOffset; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0; L_0 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_1 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0)->get_address_of_m_StateBlock_0(); uint32_t L_2; L_2 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_1, /*hidden argument*/NULL); V_0 = L_2; // return m_StateBlock.byteOffset - deviceStateOffset; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_3 = __this->get_address_of_m_StateBlock_0(); uint32_t L_4; L_4 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); } } // System.Boolean UnityEngine.InputSystem.InputControl::get_isSetupFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isSetupFinished_m525C6A677DE0C176CFED39BD3411304D5F4EA4F3 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.SetupFinished) == ControlFlags.SetupFinished; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_isSetupFinished(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isSetupFinished_mBE58E65A7D00B1DD8CEE4EEE1110A7F9A84D84AB (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // m_ControlFlags |= ControlFlags.SetupFinished; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)((int32_t)32)))); return; } IL_0013: { // m_ControlFlags &= ~ControlFlags.SetupFinished; int32_t L_2 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-33)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_isButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isButton_mC61BD75AEDE7A60CA800EFD668C3915256A9D869 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.IsButton) == ControlFlags.IsButton; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)8))) == ((int32_t)8))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_isButton(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isButton_mDA4D5D976FFA107E3021BE8D9BC570EB0E3B42C6 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_ControlFlags |= ControlFlags.IsButton; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)8))); return; } IL_0012: { // m_ControlFlags &= ~ControlFlags.IsButton; int32_t L_2 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_isConfigUpToDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isConfigUpToDate_mCE5639536880D34F59EE4F77476059F0F70EA61D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.ConfigUpToDate) == ControlFlags.ConfigUpToDate; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)1))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_isConfigUpToDate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isConfigUpToDate_m0501F37D081C6938751F24DB71B72D5F1F6AFE93 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_ControlFlags |= ControlFlags.ConfigUpToDate; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)1))); return; } IL_0012: { // m_ControlFlags &= ~ControlFlags.ConfigUpToDate; int32_t L_2 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_dontReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_dontReset_m0722B71B9454D082AE46C399A5556FCFD2CF25E8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.DontReset) == ControlFlags.DontReset; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_dontReset(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_dontReset_mB3D97F6940771C0ECF62EFC3990B59963E24879C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // m_ControlFlags |= ControlFlags.DontReset; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)((int32_t)16)))); return; } IL_0013: { // m_ControlFlags &= ~ControlFlags.DontReset; int32_t L_2 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-17)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_usesStateFromOtherControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_usesStateFromOtherControl_mF8BB494214A289DCD94A6230422AE344DEE875F8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // get => (m_ControlFlags & ControlFlags.UsesStateFromOtherControl) == ControlFlags.UsesStateFromOtherControl; int32_t L_0 = __this->get_m_ControlFlags_17(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) == ((int32_t)((int32_t)64)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::set_usesStateFromOtherControl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_usesStateFromOtherControl_m48E002937B356249F4B8235DD466D349107D2839 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // m_ControlFlags |= ControlFlags.UsesStateFromOtherControl; int32_t L_1 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_1|(int32_t)((int32_t)64)))); return; } IL_0013: { // m_ControlFlags &= ~ControlFlags.UsesStateFromOtherControl; int32_t L_2 = __this->get_m_ControlFlags_17(); __this->set_m_ControlFlags_17(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-65)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControl::get_hasDefaultState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_hasDefaultState_m71C8065BD0541051571EA9230AB8EF135F1FC2A7 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // internal bool hasDefaultState => !m_DefaultState.isEmpty; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * L_0 = __this->get_address_of_m_DefaultState_18(); bool L_1; L_1 = PrimitiveValue_get_isEmpty_m6E8D8E3435F6A3C3AC7CA21076ACDCD2B9A0BFA8((PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 *)L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::CallFinishSetupRecursive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_CallFinishSetupRecursive_m433B17049A829371815D9EA01124F8DF16CA24EA (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // var list = children; ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_0; L_0 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A(__this, /*hidden argument*/NULL); V_0 = L_0; // for (var i = 0; i < list.Count; ++i) V_1 = 0; goto IL_001c; } IL_000b: { // list[i].CallFinishSetupRecursive(); int32_t L_1 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2; L_2 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), L_1, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); NullCheck(L_2); InputControl_CallFinishSetupRecursive_m433B17049A829371815D9EA01124F8DF16CA24EA(L_2, /*hidden argument*/NULL); // for (var i = 0; i < list.Count; ++i) int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001c: { // for (var i = 0; i < list.Count; ++i) int32_t L_4 = V_1; int32_t L_5; L_5 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_000b; } } { // FinishSetup(); VirtActionInvoker0::Invoke(13 /* System.Void UnityEngine.InputSystem.InputControl::FinishSetup() */, __this); // } return; } } // System.String UnityEngine.InputSystem.InputControl::MakeChildPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_MakeChildPath_m7F3C2482F89A2A191256B00950CBBC78FA4F1556 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { // if (this is InputDevice) if (!((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)IsInstClass((RuntimeObject*)__this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var))) { goto IL_000a; } } { // return path; String_t* L_0 = ___path0; return L_0; } IL_000a: { // return $"{this.path}/{path}"; String_t* L_1; L_1 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(__this, /*hidden argument*/NULL); String_t* L_2 = ___path0; String_t* L_3; L_3 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_1, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void UnityEngine.InputSystem.InputControl::BakeOffsetIntoStateBlockRecursive(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_BakeOffsetIntoStateBlockRecursive_m711ADB2CA8BBDE69B11B4FE52B0C08B3B6D95FE2 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, uint32_t ___offset0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // m_StateBlock.byteOffset += offset; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_0 = __this->get_address_of_m_StateBlock_0(); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_1 = L_0; uint32_t L_2; L_2 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_1, /*hidden argument*/NULL); uint32_t L_3 = ___offset0; InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); // var list = children; ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_4; L_4 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A(__this, /*hidden argument*/NULL); V_0 = L_4; // for (var i = 0; i < list.Count; ++i) V_1 = 0; goto IL_0030; } IL_001e: { // list[i].BakeOffsetIntoStateBlockRecursive(offset); int32_t L_5 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6; L_6 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), L_5, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); uint32_t L_7 = ___offset0; NullCheck(L_6); InputControl_BakeOffsetIntoStateBlockRecursive_m711ADB2CA8BBDE69B11B4FE52B0C08B3B6D95FE2(L_6, L_7, /*hidden argument*/NULL); // for (var i = 0; i < list.Count; ++i) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0030: { // for (var i = 0; i < list.Count; ++i) int32_t L_9 = V_1; int32_t L_10; L_10 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_001e; } } { // } return; } } // System.Int32 UnityEngine.InputSystem.InputControl::GetDeviceIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControl_GetDeviceIndex_mA5EF19FAE10F79B9B9FA092C5DC60D4B7BA4E046 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // var deviceIndex = m_Device.m_DeviceIndex; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); NullCheck(L_0); int32_t L_1 = L_0->get_m_DeviceIndex_27(); V_0 = L_1; // if (deviceIndex == InputDevice.kInvalidDeviceIndex) int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0050; } } { // throw new InvalidOperationException( // $"Cannot query value of control '{path}' before '{device.name}' has been added to system!"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33829C7BB04A604767CDFE3D96A2317C3436BD0F))); (L_4)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33829C7BB04A604767CDFE3D96A2317C3436BD0F))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; String_t* L_6; L_6 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(__this, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (String_t*)L_6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E82556626A1474C2CE13437C5A2A7F814D5295A))); (L_7)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E82556626A1474C2CE13437C5A2A7F814D5295A))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_9; L_9 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2(L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(3), (String_t*)L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_8; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5FDF81C994D5E769C12EB8370C2C63E98E419FCD))); (L_11)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5FDF81C994D5E769C12EB8370C2C63E98E419FCD))); String_t* L_12; L_12 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_11, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_GetDeviceIndex_mA5EF19FAE10F79B9B9FA092C5DC60D4B7BA4E046_RuntimeMethod_var))); } IL_0050: { // return deviceIndex; int32_t L_14 = V_0; return L_14; } } // System.Boolean UnityEngine.InputSystem.InputControl::IsValueConsideredPressed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_IsValueConsideredPressed_m045BE5F406429461ACBDAD800826675C1C2BBD2B (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (isButton) bool L_0; L_0 = InputControl_get_isButton_mC61BD75AEDE7A60CA800EFD668C3915256A9D869(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { // return ((ButtonControl)this).IsValueConsideredPressed(value); float L_1 = ___value0; NullCheck(((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)CastclassClass((RuntimeObject*)__this, ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var))); bool L_2; L_2 = ButtonControl_IsValueConsideredPressed_m1A0921A4D40FDF31103536AF5D29A235DA058703(((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)CastclassClass((RuntimeObject*)__this, ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/NULL); return L_2; } IL_0015: { // return value >= ButtonControl.s_GlobalDefaultButtonPressPoint; float L_3 = ___value0; float L_4 = ((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var))->get_s_GlobalDefaultButtonPressPoint_34(); return (bool)((((int32_t)((!(((float)L_3) >= ((float)L_4)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputControl::AddProcessor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_AddProcessor_mE85C300CF57C85ABD301982A910C176CB88287C8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, RuntimeObject * ___first0, const RuntimeMethod* method) { { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_mE86350BE6428A1D0C6E076716EA2F6C7CA6A5CA2 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string layout { get; set; } String_t* L_0 = __this->get_U3ClayoutU3Ek__BackingField_0(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_layout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_layout_m0FB74C4F0C0F7EF234157D032B7B423C0643A3CD (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string layout { get; set; } String_t* L_0 = ___value0; __this->set_U3ClayoutU3Ek__BackingField_0(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_variants() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_variants_m48EBEC5433E94809AAFDC50675D812CFA8539791 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string variants { get; set; } String_t* L_0 = __this->get_U3CvariantsU3Ek__BackingField_1(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_variants(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_variants_m491E2E61AC32FF4DA9CFF47E3014311CDA7A6B13 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string variants { get; set; } String_t* L_0 = ___value0; __this->set_U3CvariantsU3Ek__BackingField_1(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_name_m3F1A3B6E5AD8B1204AC6CA8B797AF54FAB67640E (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string name { get; set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_2(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_name_m3EAD18E5E57A2FCD7690C22A3AF050BF072FB4DB (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string name { get; set; } String_t* L_0 = ___value0; __this->set_U3CnameU3Ek__BackingField_2(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_format_m9D0E76150737B13D6F2755926726C1F0FC27859F (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string format { get; set; } String_t* L_0 = __this->get_U3CformatU3Ek__BackingField_3(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_format(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_format_m5D330DADB92CB432E705CDFA0401D7F6A1BC7C09 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string format { get; set; } String_t* L_0 = ___value0; __this->set_U3CformatU3Ek__BackingField_3(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_usage_mDEF4BECD896FCB9AD3C00882DABC43263190E4FD (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string usage { get; set; } String_t* L_0 = __this->get_U3CusageU3Ek__BackingField_4(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_usage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_usage_mF1B16013A378761897EE2B9370044CB510482D00 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string usage { get; set; } String_t* L_0 = ___value0; __this->set_U3CusageU3Ek__BackingField_4(L_0); return; } } // System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlAttribute_get_usages_mA5ACEAC618A3EDECB3A6C210579163EF121F1393 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string[] usages { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_U3CusagesU3Ek__BackingField_5(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_usages(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_usages_m4A47292AFAD409908814B4AA40EBB161F76D8243 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method) { { // public string[] usages { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___value0; __this->set_U3CusagesU3Ek__BackingField_5(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_parameters_mCA2F96E84FA9AC0FF7D8AF4E55210CCE5050DB8D (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string parameters { get; set; } String_t* L_0 = __this->get_U3CparametersU3Ek__BackingField_6(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_parameters_m8812E5B55019C4158D03AA5E658A7CB76BFAEEE2 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string parameters { get; set; } String_t* L_0 = ___value0; __this->set_U3CparametersU3Ek__BackingField_6(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_processors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_processors_m7E5C10231BC8D956129E10D2FF51819BA9C1386D (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string processors { get; set; } String_t* L_0 = __this->get_U3CprocessorsU3Ek__BackingField_7(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_processors(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_processors_m18ACF1D57F6CC2BE4FB14939DE6CCD088E41C8A4 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string processors { get; set; } String_t* L_0 = ___value0; __this->set_U3CprocessorsU3Ek__BackingField_7(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_alias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_alias_m335700058F61A3497689731A14438BC6509C2476 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string alias { get; set; } String_t* L_0 = __this->get_U3CaliasU3Ek__BackingField_8(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_alias(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_alias_m1E6A8F22AECCEBFD389168350E0FC67B641FABB9 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string alias { get; set; } String_t* L_0 = ___value0; __this->set_U3CaliasU3Ek__BackingField_8(L_0); return; } } // System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_aliases() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlAttribute_get_aliases_m0560178E882F10856DC63F67F5974DC42E4036B6 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string[] aliases { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_U3CaliasesU3Ek__BackingField_9(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_aliases(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_aliases_mBD95DA43DA98267AA0E5372A3B084E0C7D57EC63 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method) { { // public string[] aliases { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___value0; __this->set_U3CaliasesU3Ek__BackingField_9(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_useStateFrom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_useStateFrom_m23F76928B1001E1A5C9FC891666A9CA77284F1DA (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string useStateFrom { get; set; } String_t* L_0 = __this->get_U3CuseStateFromU3Ek__BackingField_10(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_useStateFrom(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_useStateFrom_mBD48733982420A5099822D17E9EAD025EF807014 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string useStateFrom { get; set; } String_t* L_0 = ___value0; __this->set_U3CuseStateFromU3Ek__BackingField_10(L_0); return; } } // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_bit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_bit_m5189AC9BA7198BFD3DFB7870B06636DCABCDC128 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint bit { get; set; } = InputStateBlock.InvalidOffset; uint32_t L_0 = __this->get_U3CbitU3Ek__BackingField_11(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_bit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_bit_m092CB2C331E3B0E78ECE8F1935A41C641F386435 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint bit { get; set; } = InputStateBlock.InvalidOffset; uint32_t L_0 = ___value0; __this->set_U3CbitU3Ek__BackingField_11(L_0); return; } } // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_offset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_offset_m1CDE3836C58B3C5EF8C097BD00A6356A7B59C7C4 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint offset { get; set; } = InputStateBlock.InvalidOffset; uint32_t L_0 = __this->get_U3CoffsetU3Ek__BackingField_12(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_offset(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_offset_m8FA8AEE49E7FA0390A49D1AF1F1317E7B4A5A6CF (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint offset { get; set; } = InputStateBlock.InvalidOffset; uint32_t L_0 = ___value0; __this->set_U3CoffsetU3Ek__BackingField_12(L_0); return; } } // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_sizeInBits() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_sizeInBits_mCFA5F11B50E7966FAF2E13BAA40DCF7D22FDA010 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = __this->get_U3CsizeInBitsU3Ek__BackingField_13(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_sizeInBits(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_sizeInBits_m4B3AB354336C2720959547E6735EC555F1181494 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = ___value0; __this->set_U3CsizeInBitsU3Ek__BackingField_13(L_0); return; } } // System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_arraySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlAttribute_get_arraySize_mFAF1FB5F10297F31088998A00CE45E8483FA115C (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public int arraySize { get; set; } int32_t L_0 = __this->get_U3CarraySizeU3Ek__BackingField_14(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_arraySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_arraySize_m9F1D9414CE3F55FCCE6FAF1C752B6E1B9379225A (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int arraySize { get; set; } int32_t L_0 = ___value0; __this->set_U3CarraySizeU3Ek__BackingField_14(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_displayName_mFF7BC4D8925CE539C3E8FADE741A7342DE27600F (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->get_U3CdisplayNameU3Ek__BackingField_15(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_displayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_displayName_m0E6677D374ECE18D201B44ACAAB1C64CCB9E547A (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = ___value0; __this->set_U3CdisplayNameU3Ek__BackingField_15(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_shortDisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_shortDisplayName_mFDD806CB369D26BD40BC3C113582D39D562D163D (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string shortDisplayName { get; set; } String_t* L_0 = __this->get_U3CshortDisplayNameU3Ek__BackingField_16(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_shortDisplayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_shortDisplayName_mBC98DD1D015E9C35C9D176CA20402753D921E69B (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string shortDisplayName { get; set; } String_t* L_0 = ___value0; __this->set_U3CshortDisplayNameU3Ek__BackingField_16(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_noisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlAttribute_get_noisy_m9DD698B683D5DE1D82D526B7D4AB1A89C05F6DEF (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public bool noisy { get; set; } bool L_0 = __this->get_U3CnoisyU3Ek__BackingField_17(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_noisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_noisy_mE5054AE02B511BD38B093FD62856126F8F2B281B (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool noisy { get; set; } bool L_0 = ___value0; __this->set_U3CnoisyU3Ek__BackingField_17(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_synthetic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlAttribute_get_synthetic_m368A197FB6DCFD5BBD26383FC1524A24CE43A741 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public bool synthetic { get; set; } bool L_0 = __this->get_U3CsyntheticU3Ek__BackingField_18(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_synthetic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_synthetic_m483AACE4076C749034FB171A8441527F5C30D16B (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool synthetic { get; set; } bool L_0 = ___value0; __this->set_U3CsyntheticU3Ek__BackingField_18(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_dontReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlAttribute_get_dontReset_mFFD276CC2D72290F7FAC014FA6D5DE8111384D4F (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public bool dontReset { get; set; } bool L_0 = __this->get_U3CdontResetU3Ek__BackingField_19(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_dontReset(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_dontReset_mCB5D95760F7C153D71BC39957D165CFCD26ABE2D (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool dontReset { get; set; } bool L_0 = ___value0; __this->set_U3CdontResetU3Ek__BackingField_19(L_0); return; } } // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_defaultState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_defaultState_mC0138D14C0B4DC9C0FB1F03A75E02BDE1E61185B (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public object defaultState { get; set; } RuntimeObject * L_0 = __this->get_U3CdefaultStateU3Ek__BackingField_20(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_defaultState(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_defaultState_m77D8AF3F2A4B9D7A7ACB2A3927D93AAA83D54803 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // public object defaultState { get; set; } RuntimeObject * L_0 = ___value0; __this->set_U3CdefaultStateU3Ek__BackingField_20(L_0); return; } } // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_minValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_minValue_mA8467185C4CF576AD8485D57A036639F810F80F0 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public object minValue { get; set; } RuntimeObject * L_0 = __this->get_U3CminValueU3Ek__BackingField_21(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_minValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_minValue_m43590B3AB98DD7C7263E5E5DC0200A56385311EC (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // public object minValue { get; set; } RuntimeObject * L_0 = ___value0; __this->set_U3CminValueU3Ek__BackingField_21(L_0); return; } } // System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_maxValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_maxValue_m8A64EA27BAA6C4486D69776CCDC62E3D14804A18 (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public object maxValue { get; set; } RuntimeObject * L_0 = __this->get_U3CmaxValueU3Ek__BackingField_22(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_maxValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_maxValue_mFA127863412833A0193F83E5AFD90C2E03DF359A (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // public object maxValue { get; set; } RuntimeObject * L_0 = ___value0; __this->set_U3CmaxValueU3Ek__BackingField_22(L_0); return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute__ctor_m9E7A90E305920083161DB4D81D6DC36D259D8EBC (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint bit { get; set; } = InputStateBlock.InvalidOffset; __this->set_U3CbitU3Ek__BackingField_11((-1)); // public uint offset { get; set; } = InputStateBlock.InvalidOffset; __this->set_U3CoffsetU3Ek__BackingField_12((-1)); PropertyAttribute__ctor_mA13181D93341AEAE429F0615989CB4647F2EB8A7(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityEngine.InputSystem.InputControlExtensions::IsPressed(UnityEngine.InputSystem.InputControl,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_IsPressed_m8CCC4E2A8279738666F549704B93041DAC6E78B4 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, float ___buttonPressPoint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * V_0 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_IsPressed_m8CCC4E2A8279738666F549704B93041DAC6E78B4_RuntimeMethod_var))); } IL_000e: { // if (Mathf.Approximately(0, buttonPressPoint)) float L_2 = ___buttonPressPoint1; bool L_3; L_3 = Mathf_Approximately_mFEB0CB3531393F6CBE07C6E0FCB473B3311F799A((0.0f), L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0036; } } { // if (control is ButtonControl button) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; V_0 = ((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)IsInstClass((RuntimeObject*)L_4, ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var)); ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * L_5 = V_0; if (!L_5) { goto IL_002f; } } { // buttonPressPoint = button.pressPointOrDefault; ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * L_6 = V_0; NullCheck(L_6); float L_7; L_7 = ButtonControl_get_pressPointOrDefault_mD01867DB1DD0815A0DCFDE49A351C83DAE297842(L_6, /*hidden argument*/NULL); ___buttonPressPoint1 = L_7; goto IL_0036; } IL_002f: { // buttonPressPoint = ButtonControl.s_GlobalDefaultButtonPressPoint; float L_8 = ((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var))->get_s_GlobalDefaultButtonPressPoint_34(); ___buttonPressPoint1 = L_8; } IL_0036: { // return control.IsActuated(buttonPressPoint); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = ___control0; float L_10 = ___buttonPressPoint1; bool L_11; L_11 = InputControlExtensions_IsActuated_mADBE5F859610D2F4E56F2A6EC4A50C786A761370(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::IsActuated(UnityEngine.InputSystem.InputControl,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_IsActuated_mADBE5F859610D2F4E56F2A6EC4A50C786A761370 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, float ___threshold1, const RuntimeMethod* method) { float V_0 = 0.0f; { // if (control.CheckStateIsAtDefault()) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; bool L_1; L_1 = InputControlExtensions_CheckStateIsAtDefault_m3DE0CE991740EB78A885B4BD1436AF27EACA4210(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // var magnitude = control.EvaluateMagnitude(); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck(L_2); float L_3; L_3 = InputControl_EvaluateMagnitude_m7228DE8EE0B0B59D2C05EA3B176E9F4BBA54B2B8(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (magnitude < 0) float L_4 = V_0; if ((!(((float)L_4) < ((float)(0.0f))))) { goto IL_002a; } } { // if (Mathf.Approximately(threshold, 0)) float L_5 = ___threshold1; bool L_6; L_6 = Mathf_Approximately_mFEB0CB3531393F6CBE07C6E0FCB473B3311F799A(L_5, (0.0f), /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { // return true; return (bool)1; } IL_0028: { // return false; return (bool)0; } IL_002a: { // if (Mathf.Approximately(threshold, 0)) float L_7 = ___threshold1; bool L_8; L_8 = Mathf_Approximately_mFEB0CB3531393F6CBE07C6E0FCB473B3311F799A(L_7, (0.0f), /*hidden argument*/NULL); if (!L_8) { goto IL_0040; } } { // return magnitude > 0; float L_9 = V_0; return (bool)((((float)L_9) > ((float)(0.0f)))? 1 : 0); } IL_0040: { // return magnitude >= threshold; float L_10 = V_0; float L_11 = ___threshold1; return (bool)((((int32_t)((!(((float)L_10) >= ((float)L_11)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueAsObject(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlExtensions_ReadValueAsObject_m5619782F0D0BFCBAC4241CA70815DA55E9C6B64F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadValueAsObject_m5619782F0D0BFCBAC4241CA70815DA55E9C6B64F_RuntimeMethod_var))); } IL_000e: { // return control.ReadValueFromStateAsObject(control.currentStatePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = ___control0; NullCheck(L_3); void* L_4; L_4 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_2, (void*)(void*)L_4); return L_5; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::ReadValueIntoBuffer(UnityEngine.InputSystem.InputControl,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_ReadValueIntoBuffer_mD08D1AC276C3AB4E54F3B7202A49008EF17A288F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadValueIntoBuffer_mD08D1AC276C3AB4E54F3B7202A49008EF17A288F_RuntimeMethod_var))); } IL_000e: { // if (buffer == null) void* L_2 = ___buffer1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(buffer)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadValueIntoBuffer_mD08D1AC276C3AB4E54F3B7202A49008EF17A288F_RuntimeMethod_var))); } IL_001e: { // control.ReadValueFromStateIntoBuffer(control.currentStatePtr, buffer, bufferSize); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck(L_5); void* L_6; L_6 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_5, /*hidden argument*/NULL); void* L_7 = ___buffer1; int32_t L_8 = ___bufferSize2; NullCheck(L_4); VirtActionInvoker3< void*, void*, int32_t >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputControl::ReadValueFromStateIntoBuffer(System.Void*,System.Void*,System.Int32) */, L_4, (void*)(void*)L_6, (void*)(void*)L_7, L_8); // } return; } } // System.Object UnityEngine.InputSystem.InputControlExtensions::ReadDefaultValueAsObject(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlExtensions_ReadDefaultValueAsObject_m2C16E8B5DA3CA166DA635644E01FA709B35A414C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadDefaultValueAsObject_m2C16E8B5DA3CA166DA635644E01FA709B35A414C_RuntimeMethod_var))); } IL_000e: { // return control.ReadValueFromStateAsObject(control.defaultStatePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = ___control0; NullCheck(L_3); void* L_4; L_4 = InputControl_get_defaultStatePtr_m37116C9D7D2F799DC929E931364954D8895854C1_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_2, (void*)(void*)L_4); return L_5; } } // System.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueFromEventAsObject(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlExtensions_ReadValueFromEventAsObject_m013BD7488A40921DB2E60ECBFF34FF03EF252F62 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadValueFromEventAsObject_m013BD7488A40921DB2E60ECBFF34FF03EF252F62_RuntimeMethod_var))); } IL_000e: { // var statePtr = control.GetStatePtrFromStateEvent(inputEvent); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___inputEvent1; void* L_4; L_4 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A(L_2, L_3, /*hidden argument*/NULL); V_0 = (void*)L_4; // if (statePtr == null) void* L_5 = V_0; if ((!(((uintptr_t)L_5) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0022; } } { // return control.ReadDefaultValueAsObject(); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control0; RuntimeObject * L_7; L_7 = InputControlExtensions_ReadDefaultValueAsObject_m2C16E8B5DA3CA166DA635644E01FA709B35A414C(L_6, /*hidden argument*/NULL); return L_7; } IL_0022: { // return control.ReadValueFromStateAsObject(statePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; void* L_9 = V_0; NullCheck(L_8); RuntimeObject * L_10; L_10 = VirtFuncInvoker1< RuntimeObject *, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_8, (void*)(void*)L_9); return L_10; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueFromObjectIntoEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueFromObjectIntoEvent_mC43E3171E654A5BE0B8907FCAF4FA3DA351F3F9B (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, RuntimeObject * ___value2, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueFromObjectIntoEvent_mC43E3171E654A5BE0B8907FCAF4FA3DA351F3F9B_RuntimeMethod_var))); } IL_000e: { // var statePtr = control.GetStatePtrFromStateEvent(eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___eventPtr1; void* L_4; L_4 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A(L_2, L_3, /*hidden argument*/NULL); V_0 = (void*)L_4; // if (statePtr == null) void* L_5 = V_0; if ((!(((uintptr_t)L_5) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001c; } } { // return; return; } IL_001c: { // control.WriteValueFromObjectIntoState(value, statePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control0; RuntimeObject * L_7 = ___value2; void* L_8 = V_0; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, void* >::Invoke(11 /* System.Void UnityEngine.InputSystem.InputControl::WriteValueFromObjectIntoState(System.Object,System.Void*) */, L_6, L_7, (void*)(void*)L_8); // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoState(UnityEngine.InputSystem.InputControl,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoState_mE2E478D8241AF8E5EE0FB23AF6F8524A75B1F399 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, const RuntimeMethod* method) { int32_t V_0 = 0; void* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_mE2E478D8241AF8E5EE0FB23AF6F8524A75B1F399_RuntimeMethod_var))); } IL_000e: { // if (statePtr == null) void* L_2 = ___statePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_mE2E478D8241AF8E5EE0FB23AF6F8524A75B1F399_RuntimeMethod_var))); } IL_001e: { // var valueSize = control.valueSizeInBytes; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputControl::get_valueSizeInBytes() */, L_4); V_0 = L_5; // var valuePtr = UnsafeUtility.Malloc(valueSize, 8, Allocator.Temp); int32_t L_6 = V_0; void* L_7; L_7 = UnsafeUtility_Malloc_m540451750CEC21D0DEEE8C42ED25AE9B623E2BAE(((int64_t)((int64_t)L_6)), 8, 2, /*hidden argument*/NULL); V_1 = (void*)L_7; } IL_002f: try { // begin try (depth: 1) // control.ReadValueFromStateIntoBuffer(control.currentStatePtr, valuePtr, valueSize); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = ___control0; NullCheck(L_9); void* L_10; L_10 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_9, /*hidden argument*/NULL); void* L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_8); VirtActionInvoker3< void*, void*, int32_t >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputControl::ReadValueFromStateIntoBuffer(System.Void*,System.Void*,System.Int32) */, L_8, (void*)(void*)L_10, (void*)(void*)L_11, L_12); // control.WriteValueFromBufferIntoState(valuePtr, valueSize, statePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = ___control0; void* L_14 = V_1; int32_t L_15 = V_0; void* L_16 = ___statePtr1; NullCheck(L_13); VirtActionInvoker3< void*, int32_t, void* >::Invoke(10 /* System.Void UnityEngine.InputSystem.InputControl::WriteValueFromBufferIntoState(System.Void*,System.Int32,System.Void*) */, L_13, (void*)(void*)L_14, L_15, (void*)(void*)L_16); // } IL2CPP_LEAVE(0x50, FINALLY_0048); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: { // begin finally (depth: 1) // UnsafeUtility.Free(valuePtr, Allocator.Temp); void* L_17 = V_1; UnsafeUtility_Free_mBC2D8A194E2E34662D81ACF759610790010D5919((void*)(void*)L_17, 2, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(72) } // end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x50, IL_0050) } IL_0050: { // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::CopyState(UnityEngine.InputSystem.InputDevice,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_CopyState_mA04686E5619A5BF831AE8775455B21A412620A62 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, void* ___buffer1, int32_t ___bufferSizeInBytes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_0; memset((&V_0), 0, sizeof(V_0)); int64_t V_1 = 0; { // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CopyState_mA04686E5619A5BF831AE8775455B21A412620A62_RuntimeMethod_var))); } IL_000e: { // if (bufferSizeInBytes <= 0) int32_t L_2 = ___bufferSizeInBytes2; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0022; } } { // throw new ArgumentException("bufferSizeInBytes must be positive", nameof(bufferSizeInBytes)); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EC4944900771CFA4854E25A9C2AE358153B77)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54916CA71553C3C0A28C1D0FE7135B11FF3EA9C3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CopyState_mA04686E5619A5BF831AE8775455B21A412620A62_RuntimeMethod_var))); } IL_0022: { // var stateBlock = device.m_StateBlock; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_4 = ___device0; NullCheck(L_4); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_5 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4)->get_m_StateBlock_0(); V_0 = L_5; // var sizeToCopy = Math.Min(bufferSizeInBytes, stateBlock.alignedSizeInBytes); int32_t L_6 = ___bufferSizeInBytes2; uint32_t L_7; L_7 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int64_t L_8; L_8 = Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151(((int64_t)((int64_t)L_6)), ((int64_t)((uint64_t)L_7)), /*hidden argument*/NULL); V_1 = L_8; // UnsafeUtility.MemCpy(buffer, (byte*)device.currentStatePtr + stateBlock.byteOffset, sizeToCopy); void* L_9 = ___buffer1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_10 = ___device0; NullCheck(L_10); void* L_11; L_11 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_10, /*hidden argument*/NULL); uint32_t L_12; L_12 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_0), /*hidden argument*/NULL); int64_t L_13 = V_1; UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E((void*)(void*)L_9, (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((uintptr_t)L_12))), L_13, /*hidden argument*/NULL); // } return; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m3DE0CE991740EB78A885B4BD1436AF27EACA4210 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefault_m3DE0CE991740EB78A885B4BD1436AF27EACA4210_RuntimeMethod_var))); } IL_000e: { // return CheckStateIsAtDefault(control, control.currentStatePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = ___control0; NullCheck(L_3); void* L_4; L_4 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_3, /*hidden argument*/NULL); bool L_5; L_5 = InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7(L_2, (void*)(void*)L_4, (void*)(void*)((uintptr_t)0), /*hidden argument*/NULL); return L_5; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7_RuntimeMethod_var))); } IL_000e: { // if (statePtr == null) void* L_2 = ___statePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7_RuntimeMethod_var))); } IL_001e: { // return control.CompareState(statePtr, control.defaultStatePtr, maskPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; void* L_5 = ___statePtr1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control0; NullCheck(L_6); void* L_7; L_7 = InputControl_get_defaultStatePtr_m37116C9D7D2F799DC929E931364954D8895854C1_inline(L_6, /*hidden argument*/NULL); void* L_8 = ___maskPtr2; bool L_9; L_9 = InputControlExtensions_CompareState_m6FF76934415AFD375C387773560DDB9D33074686(L_4, (void*)(void*)L_5, (void*)(void*)L_7, (void*)(void*)L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefaultIgnoringNoise(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m98D408A4D9A61E8AE7707DE940B37B3AB9D7C3E3 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m98D408A4D9A61E8AE7707DE940B37B3AB9D7C3E3_RuntimeMethod_var))); } IL_000e: { // return control.CheckStateIsAtDefaultIgnoringNoise(control.currentStatePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = ___control0; NullCheck(L_3); void* L_4; L_4 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_3, /*hidden argument*/NULL); bool L_5; L_5 = InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m316B33259F15BC13EE3620DFD6FF7579CDA153C5(L_2, (void*)(void*)L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefaultIgnoringNoise(UnityEngine.InputSystem.InputControl,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m316B33259F15BC13EE3620DFD6FF7579CDA153C5 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m316B33259F15BC13EE3620DFD6FF7579CDA153C5_RuntimeMethod_var))); } IL_000e: { // if (statePtr == null) void* L_2 = ___statePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m316B33259F15BC13EE3620DFD6FF7579CDA153C5_RuntimeMethod_var))); } IL_001e: { // return control.CheckStateIsAtDefault(statePtr, InputStateBuffers.s_NoiseMaskBuffer); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; void* L_5 = ___statePtr1; void* L_6 = ((InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var))->get_s_NoiseMaskBuffer_8(); bool L_7; L_7 = InputControlExtensions_CheckStateIsAtDefault_m3ABEA16151F3AD943F150B891F37B68ADE6A8FE7(L_4, (void*)(void*)L_5, (void*)(void*)L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareStateIgnoringNoise(UnityEngine.InputSystem.InputControl,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareStateIgnoringNoise_m8B4D17B210B5A338C1E17213EB56CB844881AB4F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CompareStateIgnoringNoise_m8B4D17B210B5A338C1E17213EB56CB844881AB4F_RuntimeMethod_var))); } IL_000e: { // if (statePtr == null) void* L_2 = ___statePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CompareStateIgnoringNoise_m8B4D17B210B5A338C1E17213EB56CB844881AB4F_RuntimeMethod_var))); } IL_001e: { // return control.CompareState(control.currentStatePtr, statePtr, control.noiseMaskPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck(L_5); void* L_6; L_6 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_5, /*hidden argument*/NULL); void* L_7 = ___statePtr1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; NullCheck(L_8); void* L_9; L_9 = InputControl_get_noiseMaskPtr_mAA7D590B7333195F94A32F7EA2A2D869890C4FE0_inline(L_8, /*hidden argument*/NULL); bool L_10; L_10 = InputControlExtensions_CompareState_m6FF76934415AFD375C387773560DDB9D33074686(L_4, (void*)(void*)L_6, (void*)(void*)L_7, (void*)(void*)L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareState(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareState_m6FF76934415AFD375C387773560DDB9D33074686 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___firstStatePtr1, void* ___secondStatePtr2, void* ___maskPtr3, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; uintptr_t G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { // var firstPtr = (byte*)firstStatePtr + (int)control.m_StateBlock.byteOffset; void* L_0 = ___firstStatePtr1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1 = ___control0; NullCheck(L_1); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_2 = L_1->get_address_of_m_StateBlock_0(); uint32_t L_3; L_3 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_2, /*hidden argument*/NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3)); // var secondPtr = (byte*)secondStatePtr + (int)control.m_StateBlock.byteOffset; void* L_4 = ___secondStatePtr2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck(L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_6 = L_5->get_address_of_m_StateBlock_0(); uint32_t L_7; L_7 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_6, /*hidden argument*/NULL); V_1 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_7)); // var mask = maskPtr != null ? (byte*)maskPtr + (int)control.m_StateBlock.byteOffset : null; void* L_8 = ___maskPtr3; if ((!(((uintptr_t)L_8) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0025; } } { G_B3_0 = ((uintptr_t)0); goto IL_0032; } IL_0025: { void* L_9 = ___maskPtr3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_10 = ___control0; NullCheck(L_10); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_11 = L_10->get_address_of_m_StateBlock_0(); uint32_t L_12; L_12 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_11, /*hidden argument*/NULL); G_B3_0 = ((uintptr_t)(intptr_t)(((void*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_12)))); } IL_0032: { V_2 = (uint8_t*)G_B3_0; // if (control.m_StateBlock.sizeInBits == 1) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = ___control0; NullCheck(L_13); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_14 = L_13->get_address_of_m_StateBlock_0(); uint32_t L_15; L_15 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0080; } } { // if (mask != null && MemoryHelpers.ReadSingleBit(mask, control.m_StateBlock.bitOffset)) uint8_t* L_16 = V_2; if ((((intptr_t)L_16) == ((intptr_t)((uintptr_t)0)))) { goto IL_005b; } } { uint8_t* L_17 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_18 = ___control0; NullCheck(L_18); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_19 = L_18->get_address_of_m_StateBlock_0(); uint32_t L_20; L_20 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_19, /*hidden argument*/NULL); bool L_21; L_21 = MemoryHelpers_ReadSingleBit_mE71E91E875B5F9D54F764C33A97744D22F2ADA48((void*)(void*)L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_005b; } } { // return true; return (bool)1; } IL_005b: { // return MemoryHelpers.ReadSingleBit(secondPtr, control.m_StateBlock.bitOffset) == // MemoryHelpers.ReadSingleBit(firstPtr, control.m_StateBlock.bitOffset); uint8_t* L_22 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_23 = ___control0; NullCheck(L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_24 = L_23->get_address_of_m_StateBlock_0(); uint32_t L_25; L_25 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_24, /*hidden argument*/NULL); bool L_26; L_26 = MemoryHelpers_ReadSingleBit_mE71E91E875B5F9D54F764C33A97744D22F2ADA48((void*)(void*)L_22, L_25, /*hidden argument*/NULL); uint8_t* L_27 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_28 = ___control0; NullCheck(L_28); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_29 = L_28->get_address_of_m_StateBlock_0(); uint32_t L_30; L_30 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_29, /*hidden argument*/NULL); bool L_31; L_31 = MemoryHelpers_ReadSingleBit_mE71E91E875B5F9D54F764C33A97744D22F2ADA48((void*)(void*)L_27, L_30, /*hidden argument*/NULL); return (bool)((((int32_t)L_26) == ((int32_t)L_31))? 1 : 0); } IL_0080: { // return MemoryHelpers.MemCmpBitRegion(firstPtr, secondPtr, // control.m_StateBlock.bitOffset, control.m_StateBlock.sizeInBits, mask); uint8_t* L_32 = V_0; uint8_t* L_33 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_34 = ___control0; NullCheck(L_34); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_35 = L_34->get_address_of_m_StateBlock_0(); uint32_t L_36; L_36 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_35, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37 = ___control0; NullCheck(L_37); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_38 = L_37->get_address_of_m_StateBlock_0(); uint32_t L_39; L_39 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_38, /*hidden argument*/NULL); uint8_t* L_40 = V_2; bool L_41; L_41 = MemoryHelpers_MemCmpBitRegion_m7CE0F9702BDDC872ABA853E622F8406E40885FC7((void*)(void*)L_32, (void*)(void*)L_33, L_36, L_39, (void*)(void*)L_40, /*hidden argument*/NULL); return L_41; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareState(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareState_mFA2E260EE7FDD3A8E0789D7DD1FA07CAE04160E8 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CompareState_mFA2E260EE7FDD3A8E0789D7DD1FA07CAE04160E8_RuntimeMethod_var))); } IL_000e: { // if (statePtr == null) void* L_2 = ___statePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CompareState_mFA2E260EE7FDD3A8E0789D7DD1FA07CAE04160E8_RuntimeMethod_var))); } IL_001e: { // return control.CompareState(control.currentStatePtr, statePtr, maskPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck(L_5); void* L_6; L_6 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_5, /*hidden argument*/NULL); void* L_7 = ___statePtr1; void* L_8 = ___maskPtr2; bool L_9; L_9 = InputControlExtensions_CompareState_m6FF76934415AFD375C387773560DDB9D33074686(L_4, (void*)(void*)L_6, (void*)(void*)L_7, (void*)(void*)L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasValueChangeInState(UnityEngine.InputSystem.InputControl,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasValueChangeInState_mE16BA066A93FCFF4AC8F7A4A0BF390FB5F559E11 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, void* ___statePtr1, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInState_mE16BA066A93FCFF4AC8F7A4A0BF390FB5F559E11_RuntimeMethod_var))); } IL_000e: { // if (statePtr == null) void* L_2 = ___statePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_001e; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInState_mE16BA066A93FCFF4AC8F7A4A0BF390FB5F559E11_RuntimeMethod_var))); } IL_001e: { // return control.CompareValue(control.currentStatePtr, statePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck(L_5); void* L_6; L_6 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_5, /*hidden argument*/NULL); void* L_7 = ___statePtr1; NullCheck(L_4); bool L_8; L_8 = VirtFuncInvoker2< bool, void*, void* >::Invoke(12 /* System.Boolean UnityEngine.InputSystem.InputControl::CompareValue(System.Void*,System.Void*) */, L_4, (void*)(void*)L_6, (void*)(void*)L_7); return L_8; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasValueChangeInEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasValueChangeInEvent_m595EDEF1157BF621CA970E41C449B515205BE385 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInEvent_m595EDEF1157BF621CA970E41C449B515205BE385_RuntimeMethod_var))); } IL_000e: { // if (!eventPtr.valid) bool L_2; L_2 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr1), /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInEvent_m595EDEF1157BF621CA970E41C449B515205BE385_RuntimeMethod_var))); } IL_0022: { // var statePtr = control.GetStatePtrFromStateEvent(eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_5 = ___eventPtr1; void* L_6; L_6 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A(L_4, L_5, /*hidden argument*/NULL); V_0 = (void*)L_6; // if (statePtr == null) void* L_7 = V_0; if ((!(((uintptr_t)L_7) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0031; } } { // return false; return (bool)0; } IL_0031: { // return control.CompareValue(control.currentStatePtr, statePtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = ___control0; NullCheck(L_9); void* L_10; L_10 = InputControl_get_currentStatePtr_m069609EF2EEE5BD33A09A697690CE09FB618F693(L_9, /*hidden argument*/NULL); void* L_11 = V_0; NullCheck(L_8); bool L_12; L_12 = VirtFuncInvoker2< bool, void*, void* >::Invoke(12 /* System.Boolean UnityEngine.InputSystem.InputControl::CompareValue(System.Void*,System.Void*) */, L_8, (void*)(void*)L_10, (void*)(void*)L_11); return L_12; } } // System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, const RuntimeMethod* method) { { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A_RuntimeMethod_var))); } IL_000e: { // if (!eventPtr.valid) bool L_2; L_2 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr1), /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A_RuntimeMethod_var))); } IL_0022: { // return GetStatePtrFromStateEventUnchecked(control, eventPtr, eventPtr.type); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_5 = ___eventPtr1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_6; L_6 = InputEventPtr_get_type_mC6EF58B6562D5B232170DC64DC0F1A99FE996BD2((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr1), /*hidden argument*/NULL); void* L_7; L_7 = InputControlExtensions_GetStatePtrFromStateEventUnchecked_m032DFA7D96651CB07651F3A39D4F448DDD581394(L_4, L_5, L_6, /*hidden argument*/NULL); return (void*)(L_7); } } // System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEventUnchecked(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m032DFA7D96651CB07651F3A39D4F448DDD581394 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___eventType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateCallbackReceiver_t4C5C8728DA2734584B886F3D78491E19738BC79A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 V_1; memset((&V_1), 0, sizeof(V_1)); uint32_t V_2 = 0; void* V_3 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_4 = NULL; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * V_5 = NULL; int64_t V_6 = 0; { // if (eventType == StateEvent.Type) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = ___eventType2; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_1; L_1 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1398030676), /*hidden argument*/NULL); bool L_2; L_2 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0030; } } { // var stateEvent = StateEvent.FromUnchecked(eventPtr); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___eventPtr1; StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * L_4; L_4 = StateEvent_FromUnchecked_mBA1C200CACC998DEA3063B300C6B93EAF7E71DD1(L_3, /*hidden argument*/NULL); // stateOffset = 0; V_0 = 0; // stateFormat = stateEvent->stateFormat; StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * L_5 = (StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)L_4; NullCheck(L_5); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_6 = L_5->get_stateFormat_3(); V_1 = L_6; // stateSizeInBytes = stateEvent->stateSizeInBytes; StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * L_7 = (StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)L_5; uint32_t L_8; L_8 = StateEvent_get_stateSizeInBytes_mF7D46CB26D7C0793ED3C699357F315102093EE65((StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)L_7, /*hidden argument*/NULL); V_2 = L_8; // statePtr = stateEvent->state; void* L_9; L_9 = StateEvent_get_state_mFAD2786AB2A030B34EA4B23A0111289F67B16B2B((StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)L_7, /*hidden argument*/NULL); V_3 = (void*)L_9; // } goto IL_0080; } IL_0030: { // else if (eventType == DeltaStateEvent.Type) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_10 = ___eventType2; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_11; L_11 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1145852993), /*hidden argument*/NULL); bool L_12; L_12 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0065; } } { // var deltaEvent = DeltaStateEvent.FromUnchecked(eventPtr); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_13 = ___eventPtr1; DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * L_14; L_14 = DeltaStateEvent_FromUnchecked_m12565448560ACE283BD588A131E71A6E85F74F3C(L_13, /*hidden argument*/NULL); // stateOffset = deltaEvent->stateOffset; DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * L_15 = (DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)L_14; NullCheck(L_15); uint32_t L_16 = L_15->get_stateOffset_3(); V_0 = L_16; // stateFormat = deltaEvent->stateFormat; DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * L_17 = (DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)L_15; NullCheck(L_17); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_18 = L_17->get_stateFormat_2(); V_1 = L_18; // stateSizeInBytes = deltaEvent->deltaStateSizeInBytes; DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * L_19 = (DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)L_17; uint32_t L_20; L_20 = DeltaStateEvent_get_deltaStateSizeInBytes_m9BED7AD9113828078EFB6E9271AC74055964782E((DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)L_19, /*hidden argument*/NULL); V_2 = L_20; // statePtr = deltaEvent->deltaState; void* L_21; L_21 = DeltaStateEvent_get_deltaState_m57A2F01023052672A37EA8188AD16511008F5B9A((DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)L_19, /*hidden argument*/NULL); V_3 = (void*)L_21; // } goto IL_0080; } IL_0065: { // throw new ArgumentException($"Event must be a StateEvent or DeltaStateEvent but is a {eventType} instead", // nameof(eventPtr)); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_22 = ___eventType2; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_23 = L_22; RuntimeObject * L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9_il2cpp_TypeInfo_var)), &L_23); String_t* L_25; L_25 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3683D1DC155E5058FE8C353EC7CED94C5B6EBA4A)), L_24, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_26, L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_GetStatePtrFromStateEventUnchecked_m032DFA7D96651CB07651F3A39D4F448DDD581394_RuntimeMethod_var))); } IL_0080: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_27 = ___control0; NullCheck(L_27); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_28; L_28 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_27, /*hidden argument*/NULL); V_4 = L_28; // if (stateFormat != device.m_StateBlock.format) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_29 = V_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_30 = V_4; NullCheck(L_30); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_31 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_30)->get_address_of_m_StateBlock_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_32; L_32 = InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_31, /*hidden argument*/NULL); bool L_33; L_33 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_29, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00ba; } } { // if (!device.hasStateCallbacks || // !((IInputStateCallbackReceiver)device).GetStateOffsetForEvent(control, eventPtr, ref stateOffset)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_34 = V_4; NullCheck(L_34); bool L_35; L_35 = InputDevice_get_hasStateCallbacks_mD2180C045B5F2BC58EBCC491C2FE8AD0993582C8(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00b7; } } { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_36 = V_4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_38 = ___eventPtr1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_36, IInputStateCallbackReceiver_t4C5C8728DA2734584B886F3D78491E19738BC79A_il2cpp_TypeInfo_var))); bool L_39; L_39 = InterfaceFuncInvoker3< bool, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , uint32_t* >::Invoke(2 /* System.Boolean UnityEngine.InputSystem.LowLevel.IInputStateCallbackReceiver::GetStateOffsetForEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.UInt32&) */, IInputStateCallbackReceiver_t4C5C8728DA2734584B886F3D78491E19738BC79A_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_36, IInputStateCallbackReceiver_t4C5C8728DA2734584B886F3D78491E19738BC79A_il2cpp_TypeInfo_var)), L_37, L_38, (uint32_t*)(&V_0)); if (L_39) { goto IL_00ba; } } IL_00b7: { // return null; return (void*)(((uintptr_t)0)); } IL_00ba: { // stateOffset += device.m_StateBlock.byteOffset; uint32_t L_40 = V_0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_41 = V_4; NullCheck(L_41); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_42 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_41)->get_address_of_m_StateBlock_0(); uint32_t L_43; L_43 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_42, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_43)); // ref var controlStateBlock = ref control.m_StateBlock; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_44 = ___control0; NullCheck(L_44); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_45 = L_44->get_address_of_m_StateBlock_0(); V_5 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_45; // var controlOffset = (int)controlStateBlock.effectiveByteOffset - stateOffset; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_46 = V_5; uint32_t L_47; L_47 = InputStateBlock_get_effectiveByteOffset_mCC34FCD88436A14E273FDA1A59F5A3AD7788B2FC((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_46, /*hidden argument*/NULL); uint32_t L_48 = V_0; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_47)))), (int64_t)((int64_t)((uint64_t)L_48)))); // if (controlOffset < 0 || controlOffset + controlStateBlock.alignedSizeInBytes > stateSizeInBytes) int64_t L_49 = V_6; if ((((int64_t)L_49) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_00f3; } } { int64_t L_50 = V_6; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_51 = V_5; uint32_t L_52; L_52 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_51, /*hidden argument*/NULL); uint32_t L_53 = V_2; if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_50, (int64_t)((int64_t)((uint64_t)L_52))))) <= ((int64_t)((int64_t)((uint64_t)L_53))))) { goto IL_00f6; } } IL_00f3: { // return null; return (void*)(((uintptr_t)0)); } IL_00f6: { // return (byte*)statePtr - (int)stateOffset; void* L_54 = V_3; uint32_t L_55 = V_0; return (void*)(((void*)il2cpp_codegen_subtract((intptr_t)L_54, (int32_t)L_55))); } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ResetToDefaultStateInEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ResetToDefaultStateInEvent_mF9F05F24E6F3D331C783767DAACCD04AF8CC2E0F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, const RuntimeMethod* method) { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 V_0; memset((&V_0), 0, sizeof(V_0)); uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * V_3 = NULL; uint32_t V_4 = 0; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ResetToDefaultStateInEvent_mF9F05F24E6F3D331C783767DAACCD04AF8CC2E0F_RuntimeMethod_var))); } IL_000e: { // if (!eventPtr.valid) bool L_2; L_2 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr1), /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ResetToDefaultStateInEvent_mF9F05F24E6F3D331C783767DAACCD04AF8CC2E0F_RuntimeMethod_var))); } IL_0022: { // var eventType = eventPtr.type; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_4; L_4 = InputEventPtr_get_type_mC6EF58B6562D5B232170DC64DC0F1A99FE996BD2((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr1), /*hidden argument*/NULL); V_0 = L_4; // if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_5 = V_0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_6; L_6 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1398030676), /*hidden argument*/NULL); bool L_7; L_7 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005e; } } { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_8 = V_0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_9; L_9 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1145852993), /*hidden argument*/NULL); bool L_10; L_10 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005e; } } { // throw new ArgumentException("Given event is not a StateEvent or a DeltaStateEvent", nameof(eventPtr)); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7F627D69AB621967AE48978A18F4A06EC2A6B1E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ResetToDefaultStateInEvent_mF9F05F24E6F3D331C783767DAACCD04AF8CC2E0F_RuntimeMethod_var))); } IL_005e: { // var statePtr = (byte*)control.GetStatePtrFromStateEvent(eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_12 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_13 = ___eventPtr1; void* L_14; L_14 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A(L_12, L_13, /*hidden argument*/NULL); V_1 = (uint8_t*)L_14; // if (statePtr == null) uint8_t* L_15 = V_1; if ((!(((uintptr_t)L_15) == ((uintptr_t)((uintptr_t)0))))) { goto IL_006d; } } { // return false; return (bool)0; } IL_006d: { // var defaultStatePtr = (byte*)control.defaultStatePtr; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_16 = ___control0; NullCheck(L_16); void* L_17; L_17 = InputControl_get_defaultStatePtr_m37116C9D7D2F799DC929E931364954D8895854C1_inline(L_16, /*hidden argument*/NULL); V_2 = (uint8_t*)L_17; // ref var stateBlock = ref control.m_StateBlock; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_18 = ___control0; NullCheck(L_18); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_19 = L_18->get_address_of_m_StateBlock_0(); V_3 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_19; // var offset = stateBlock.byteOffset; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_20 = V_3; uint32_t L_21; L_21 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_20, /*hidden argument*/NULL); V_4 = L_21; // MemoryHelpers.MemCpyBitRegion(statePtr + offset, defaultStatePtr + offset, stateBlock.bitOffset, stateBlock.sizeInBits); uint8_t* L_22 = V_1; uint32_t L_23 = V_4; uint8_t* L_24 = V_2; uint32_t L_25 = V_4; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_26 = V_3; uint32_t L_27; L_27 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_26, /*hidden argument*/NULL); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_28 = V_3; uint32_t L_29; L_29 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_28, /*hidden argument*/NULL); MemoryHelpers_MemCpyBitRegion_mC2FD673707940BDFD9BB6A887BB2418C63B27E98((void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((uintptr_t)L_23))), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((uintptr_t)L_25))), L_27, L_29, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::AccumulateValueInEvent(UnityEngine.InputSystem.InputControl`1,System.Void*,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_AccumulateValueInEvent_m9B9448193059CA01225DD27CB49C5D98FA50C3E0 (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, void* ___currentStatePtr1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___newState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { // if (control == null) InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_AccumulateValueInEvent_m9B9448193059CA01225DD27CB49C5D98FA50C3E0_RuntimeMethod_var))); } IL_000e: { // if (!control.ReadUnprocessedValueFromEvent(newState, out var newValue)) InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_2 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___newState2; bool L_4; L_4 = InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02(L_2, L_3, (float*)(&V_0), /*hidden argument*/InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_RuntimeMethod_var); if (L_4) { goto IL_001a; } } { // return; // Value for the control not contained in the given event. return; } IL_001a: { // var oldValue = control.ReadUnprocessedValueFromState(currentStatePtr); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_5 = ___control0; void* L_6 = ___currentStatePtr1; NullCheck(L_5); float L_7; L_7 = VirtFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1::ReadUnprocessedValueFromState(System.Void*) */, L_5, (void*)(void*)L_6); V_1 = L_7; // control.WriteValueIntoEvent(oldValue + newValue, newState); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_8 = ___control0; float L_9 = V_1; float L_10 = V_0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_11 = ___newState2; InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C(L_8, ((float)il2cpp_codegen_add((float)L_9, (float)L_10)), L_11, /*hidden argument*/InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::AccumulateValueInEvent(UnityEngine.InputSystem.InputControl`1,System.Void*,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_AccumulateValueInEvent_m330F7178CEE7D0DDE0B9A3C2748092DB6E2A0ABF (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, void* ___currentStatePtr1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___newState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (control == null) InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_AccumulateValueInEvent_m330F7178CEE7D0DDE0B9A3C2748092DB6E2A0ABF_RuntimeMethod_var))); } IL_000e: { // if (!control.ReadUnprocessedValueFromEvent(newState, out var newValue)) InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_2 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___newState2; bool L_4; L_4 = InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0(L_2, L_3, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), /*hidden argument*/InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_RuntimeMethod_var); if (L_4) { goto IL_001a; } } { // return; // Value for the control not contained in the given event. return; } IL_001a: { // var oldDelta = control.ReadUnprocessedValueFromState(currentStatePtr); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_5 = ___control0; void* L_6 = ___currentStatePtr1; NullCheck(L_5); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7; L_7 = VirtFuncInvoker1< Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1::ReadUnprocessedValueFromState(System.Void*) */, L_5, (void*)(void*)L_6); V_1 = L_7; // control.WriteValueIntoEvent(oldDelta + newValue, newState); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_8 = ___control0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = Vector2_op_Addition_m2CC2BE6339AC30EFBA76876EEC529930D146E3C9_inline(L_9, L_10, /*hidden argument*/NULL); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_12 = ___newState2; InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830(L_8, L_11, L_12, /*hidden argument*/InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_RuntimeMethod_var); // } return; } } // System.String UnityEngine.InputSystem.InputControlExtensions::BuildPath(UnityEngine.InputSystem.InputControl,System.String,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlExtensions_BuildPath_mB42DBC26326E8F74414697A97DB9C585286C0267 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___deviceLayout1, StringBuilder_t * ___builder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B5256FC258AA8F48ECBC16FD895E21663487427); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA7FDFA5C1E82DDB87575643DCC593896D758031); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 V_1; memset((&V_1), 0, sizeof(V_1)); String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_5; memset((&V_5), 0, sizeof(V_5)); { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_BuildPath_mB42DBC26326E8F74414697A97DB9C585286C0267_RuntimeMethod_var))); } IL_000e: { // if (string.IsNullOrEmpty(deviceLayout)) String_t* L_2 = ___deviceLayout1; bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { // throw new ArgumentNullException(nameof(deviceLayout)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral132FB7F5A0346F0B8FBAEA5E485475F188E80CD0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_BuildPath_mB42DBC26326E8F74414697A97DB9C585286C0267_RuntimeMethod_var))); } IL_0021: { // if (builder == null) StringBuilder_t * L_5 = ___builder2; if (L_5) { goto IL_002b; } } { // builder = new StringBuilder(); StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_6, /*hidden argument*/NULL); ___builder2 = L_6; } IL_002b: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7 = ___control0; NullCheck(L_7); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_8; L_8 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_7, /*hidden argument*/NULL); V_0 = L_8; // builder.Append('<'); StringBuilder_t * L_9 = ___builder2; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_9, ((int32_t)60), /*hidden argument*/NULL); // builder.Append(deviceLayout.Escape("\\>", "\\>")); StringBuilder_t * L_11 = ___builder2; String_t* L_12 = ___deviceLayout1; String_t* L_13; L_13 = StringHelpers_Escape_m797D81BEE5C1E0F2F235BBF64759737E741FD8A6(L_12, _stringLiteral3B5256FC258AA8F48ECBC16FD895E21663487427, _stringLiteral3B5256FC258AA8F48ECBC16FD895E21663487427, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, L_13, /*hidden argument*/NULL); // builder.Append('>'); StringBuilder_t * L_15 = ___builder2; NullCheck(L_15); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_15, ((int32_t)62), /*hidden argument*/NULL); // var deviceUsages = device.usages; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_17 = V_0; NullCheck(L_17); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_18; L_18 = InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE(L_17, /*hidden argument*/NULL); V_1 = L_18; // for (var i = 0; i < deviceUsages.Count; ++i) V_4 = 0; goto IL_00ad; } IL_0067: { // builder.Append('{'); StringBuilder_t * L_19 = ___builder2; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_19, ((int32_t)123), /*hidden argument*/NULL); // builder.Append(deviceUsages[i].ToString().Escape("\\}", "\\}")); StringBuilder_t * L_21 = ___builder2; int32_t L_22 = V_4; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_23; L_23 = ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_1), L_22, /*hidden argument*/ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); V_5 = L_23; String_t* L_24; L_24 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_5), /*hidden argument*/NULL); String_t* L_25; L_25 = StringHelpers_Escape_m797D81BEE5C1E0F2F235BBF64759737E741FD8A6(L_24, _stringLiteralBA7FDFA5C1E82DDB87575643DCC593896D758031, _stringLiteralBA7FDFA5C1E82DDB87575643DCC593896D758031, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, L_25, /*hidden argument*/NULL); // builder.Append('}'); StringBuilder_t * L_27 = ___builder2; NullCheck(L_27); StringBuilder_t * L_28; L_28 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_27, ((int32_t)125), /*hidden argument*/NULL); // for (var i = 0; i < deviceUsages.Count; ++i) int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00ad: { // for (var i = 0; i < deviceUsages.Count; ++i) int32_t L_30 = V_4; int32_t L_31; L_31 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_1), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0067; } } { // builder.Append(InputControlPath.Separator); StringBuilder_t * L_32 = ___builder2; NullCheck(L_32); StringBuilder_t * L_33; L_33 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_32, ((int32_t)47), /*hidden argument*/NULL); // var devicePath = device.path.Replace("\\", "\\\\"); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_34 = V_0; NullCheck(L_34); String_t* L_35; L_35 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_34, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36; L_36 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_35, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, /*hidden argument*/NULL); V_2 = L_36; // var controlPath = control.path.Replace("\\", "\\\\"); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37 = ___control0; NullCheck(L_37); String_t* L_38; L_38 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39; L_39 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_38, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, /*hidden argument*/NULL); V_3 = L_39; // builder.Append(controlPath, devicePath.Length + 1, controlPath.Length - devicePath.Length - 1); StringBuilder_t * L_40 = ___builder2; String_t* L_41 = V_3; String_t* L_42 = V_2; NullCheck(L_42); int32_t L_43; L_43 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_42, /*hidden argument*/NULL); String_t* L_44 = V_3; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_44, /*hidden argument*/NULL); String_t* L_46 = V_2; NullCheck(L_46); int32_t L_47; L_47 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_46, /*hidden argument*/NULL); NullCheck(L_40); StringBuilder_t * L_48; L_48 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_40, L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_47)), (int32_t)1)), /*hidden argument*/NULL); // return builder.ToString(); StringBuilder_t * L_49 = ___builder2; NullCheck(L_49); String_t* L_50; L_50 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49); return L_50; } } // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControlExtensions/Enumerate,UnityEngine.InputSystem.InputDevice,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, int32_t ___flags1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device2, float ___magnitudeThreshold3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (!eventPtr.valid) bool L_0; L_0 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr0), /*hidden argument*/NULL); if (L_0) { goto IL_0019; } } { // throw new ArgumentNullException(nameof(eventPtr), "Given event pointer must not be null"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE62BC0D1FC9CAF37EEAE37B5DEB77620024AF96)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92_RuntimeMethod_var))); } IL_0019: { // var eventType = eventPtr.type; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_2; L_2 = InputEventPtr_get_type_mC6EF58B6562D5B232170DC64DC0F1A99FE996BD2((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr0), /*hidden argument*/NULL); V_0 = L_2; // if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_3 = V_0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_4; L_4 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1398030676), /*hidden argument*/NULL); bool L_5; L_5 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0060; } } { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_6 = V_0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_7; L_7 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1145852993), /*hidden argument*/NULL); bool L_8; L_8 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0060; } } { // throw new ArgumentException($"Event must be a StateEvent or DeltaStateEvent but is a {eventType} instead", nameof(eventPtr)); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_9 = V_0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3683D1DC155E5058FE8C353EC7CED94C5B6EBA4A)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92_RuntimeMethod_var))); } IL_0060: { // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_14 = ___device2; if (L_14) { goto IL_0091; } } { // var deviceId = eventPtr.deviceId; int32_t L_15; L_15 = InputEventPtr_get_deviceId_m1FECADA1BAB8F96780A21A5B374C96D9FC2A9109((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr0), /*hidden argument*/NULL); V_1 = L_15; // device = InputSystem.GetDeviceById(deviceId); int32_t L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_17; L_17 = InputSystem_GetDeviceById_mE0A4C703EDB098F132536BBCCB1322488268A9EA(L_16, /*hidden argument*/NULL); ___device2 = L_17; // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_18 = ___device2; if (L_18) { goto IL_0091; } } { // throw new ArgumentException($"Cannot find device with ID {deviceId} referenced by event", nameof(eventPtr)); int32_t L_19 = V_1; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_20); String_t* L_22; L_22 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143FDD418DEF283B13F1AC72E245C0E08FA21468)), L_21, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_23, L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92_RuntimeMethod_var))); } IL_0091: { // return new InputEventControlCollection { m_Device = device, m_EventPtr = eventPtr, m_Flags = flags, m_MagnitudeThreshold = magnitudeThreshold }; il2cpp_codegen_initobj((&V_2), sizeof(InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 )); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_24 = ___device2; (&V_2)->set_m_Device_0(L_24); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_25 = ___eventPtr0; (&V_2)->set_m_EventPtr_1(L_25); int32_t L_26 = ___flags1; (&V_2)->set_m_Flags_2(L_26); float L_27 = ___magnitudeThreshold3; (&V_2)->set_m_MagnitudeThreshold_3(L_27); InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 L_28 = V_2; return L_28; } } // UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateChangedControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 InputControlExtensions_EnumerateChangedControls_m23A0A4C5FB018D6CE0C97CD91DF1D75E939CDA0E (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device1, float ___magnitudeThreshold2, const RuntimeMethod* method) { { // return eventPtr.EnumerateControls // (Enumerate.IgnoreControlsInCurrentState, device, magnitudeThreshold); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_0 = ___eventPtr0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_1 = ___device1; float L_2 = ___magnitudeThreshold2; InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 L_3; L_3 = InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92(L_0, 2, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasButtonPress(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasButtonPress_mFB795A5EEF53A2C7D4B737881E3209E494985F54 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method) { { // return eventPtr.GetFirstButtonPressOrNull(magnitude, buttonControlsOnly) != null; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_0 = ___eventPtr0; float L_1 = ___magnitude1; bool L_2 = ___buttonControlsOnly2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3; L_3 = InputControlExtensions_GetFirstButtonPressOrNull_mF077592F4CF6FD8A07CE8047CC1104B8F42962D3(L_0, L_1, L_2, /*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_3) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions::GetFirstButtonPressOrNull(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlExtensions_GetFirstButtonPressOrNull_mF077592F4CF6FD8A07CE8047CC1104B8F42962D3 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 V_0; memset((&V_0), 0, sizeof(V_0)); InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 V_1; memset((&V_1), 0, sizeof(V_1)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_2 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (eventPtr.type != StateEvent.Type && eventPtr.type != DeltaStateEvent.Type) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0; L_0 = InputEventPtr_get_type_mC6EF58B6562D5B232170DC64DC0F1A99FE996BD2((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr0), /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_1; L_1 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1398030676), /*hidden argument*/NULL); bool L_2; L_2 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_3; L_3 = InputEventPtr_get_type_mC6EF58B6562D5B232170DC64DC0F1A99FE996BD2((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr0), /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_4; L_4 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(((int32_t)1145852993), /*hidden argument*/NULL); bool L_5; L_5 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0032; } } { // return null; return (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; } IL_0032: { // if (magnitude < 0) float L_6 = ___magnitude1; if ((!(((float)L_6) < ((float)(0.0f))))) { goto IL_0046; } } { // magnitude = InputSystem.settings.defaultButtonPressPoint; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * L_7; L_7 = InputSystem_get_settings_mA42EFB90BC81DD4A8E7C5B069395915157571ED8(/*hidden argument*/NULL); NullCheck(L_7); float L_8; L_8 = InputSettings_get_defaultButtonPressPoint_m340ACA5AD7B0079097AF1DFEBDD90825B5FA73ED_inline(L_7, /*hidden argument*/NULL); ___magnitude1 = L_8; } IL_0046: { // foreach (var control in eventPtr.EnumerateControls(Enumerate.IgnoreControlsInDefaultState, magnitudeThreshold: magnitude)) InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_9 = ___eventPtr0; float L_10 = ___magnitude1; InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 L_11; L_11 = InputControlExtensions_EnumerateControls_m0A9595C36308FE9B4C3DD2390BE888E87C857B92(L_9, 1, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)NULL, L_10, /*hidden argument*/NULL); V_1 = L_11; InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 L_12; L_12 = InputEventControlCollection_GetEnumerator_m496B04004468B29EC941955883659A439436CAA7((InputEventControlCollection_t02135C9E4CC228A4B9E00140EFF489F1B8854978 *)(&V_1), /*hidden argument*/NULL); V_0 = L_12; } IL_0058: try { // begin try (depth: 1) { goto IL_0071; } IL_005a: { // foreach (var control in eventPtr.EnumerateControls(Enumerate.IgnoreControlsInDefaultState, magnitudeThreshold: magnitude)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13; L_13 = InputEventControlEnumerator_get_Current_m0941FF974D282EB351CE0415CB5A9183036C631B_inline((InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 *)(&V_0), /*hidden argument*/NULL); V_2 = L_13; // if (buttonControlsOnly && !control.isButton) bool L_14 = ___buttonControlsOnly2; if (!L_14) { goto IL_006d; } } IL_0065: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = V_2; NullCheck(L_15); bool L_16; L_16 = InputControl_get_isButton_mC61BD75AEDE7A60CA800EFD668C3915256A9D869(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0071; } } IL_006d: { // return control; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_17 = V_2; V_3 = L_17; IL2CPP_LEAVE(0x8C, FINALLY_007c); } IL_0071: { // foreach (var control in eventPtr.EnumerateControls(Enumerate.IgnoreControlsInDefaultState, magnitudeThreshold: magnitude)) bool L_18; L_18 = InputEventControlEnumerator_MoveNext_m697DD8F0B841779CAF8404885807865ED0E5F35C((InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 *)(&V_0), /*hidden argument*/NULL); if (L_18) { goto IL_005a; } } IL_007a: { IL2CPP_LEAVE(0x8A, FINALLY_007c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: { // begin finally (depth: 1) InputEventControlEnumerator_Dispose_m0700CE99BB2D459BD221C763B38646B2071282E4((InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(124) } // end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8C, IL_008c) IL2CPP_JUMP_TBL(0x8A, IL_008a) } IL_008a: { // return null; return (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; } IL_008c: { // } InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_19 = V_3; return L_19; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.InputControlExtensions::GetAllButtonPresses(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_GetAllButtonPresses_mB34537A59858388A33E37EC32BFC7B5B3454418E (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 * L_0 = (U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 *)il2cpp_codegen_object_new(U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53_il2cpp_TypeInfo_var); U3CGetAllButtonPressesU3Ed__43__ctor_mB0FB6322F25A38590A4E91D5F5625729D16ECF73(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 * L_1 = L_0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_2 = ___eventPtr0; NullCheck(L_1); L_1->set_U3CU3E3__eventPtr_4(L_2); U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 * L_3 = L_1; float L_4 = ___magnitude1; NullCheck(L_3); L_3->set_U3CU3E3__magnitude_6(L_4); U3CGetAllButtonPressesU3Ed__43_t83DF6FDE33D94709E45BFFD03C20FBBD4CFB5E53 * L_5 = L_3; bool L_6 = ___buttonControlsOnly2; NullCheck(L_5); L_5->set_U3CU3E3__buttonControlsOnly_8(L_6); return L_5; } } // UnityEngine.InputSystem.InputControlExtensions/ControlBuilder UnityEngine.InputSystem.InputControlExtensions::Setup(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 InputControlExtensions_Setup_mC885EFFC1240EE33BC91EE58B3315DB569A0E512 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mC885EFFC1240EE33BC91EE58B3315DB569A0E512_RuntimeMethod_var))); } IL_000e: { // if (control.isSetupFinished) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck(L_2); bool L_3; L_3 = InputControl_get_isSetupFinished_m525C6A677DE0C176CFED39BD3411304D5F4EA4F3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { // throw new InvalidOperationException($"The setup of {control} cannot be modified; control is already in use"); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB52C02DB6B58C4729EDC2A0F45966E29EC68E6C0)), L_4, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mC885EFFC1240EE33BC91EE58B3315DB569A0E512_RuntimeMethod_var))); } IL_0027: { // return new ControlBuilder { control = control }; il2cpp_codegen_initobj((&V_0), sizeof(ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 )); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7 = ___control0; ControlBuilder_set_control_m68D9B99E5C7238124B3E8B71096AE82F5C55BA80_inline((ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 *)(&V_0), L_7, /*hidden argument*/NULL); ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 L_8 = V_0; return L_8; } } // UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder UnityEngine.InputSystem.InputControlExtensions::Setup(UnityEngine.InputSystem.InputDevice,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, int32_t ___controlCount1, int32_t ___usageCount2, int32_t ___aliasCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483_RuntimeMethod_var))); } IL_000e: { // if (device.isSetupFinished) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_2 = ___device0; NullCheck(L_2); bool L_3; L_3 = InputControl_get_isSetupFinished_m525C6A677DE0C176CFED39BD3411304D5F4EA4F3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { // throw new InvalidOperationException($"The setup of {device} cannot be modified; control is already in use"); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_4 = ___device0; String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB52C02DB6B58C4729EDC2A0F45966E29EC68E6C0)), L_4, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483_RuntimeMethod_var))); } IL_0027: { // if (controlCount < 1) int32_t L_7 = ___controlCount1; if ((((int32_t)L_7) >= ((int32_t)1))) { goto IL_0036; } } { // throw new ArgumentOutOfRangeException(nameof(controlCount)); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4B467C6FF6B947BFB937621A9466DACB19967C08)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483_RuntimeMethod_var))); } IL_0036: { // if (usageCount < 0) int32_t L_9 = ___usageCount2; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0045; } } { // throw new ArgumentOutOfRangeException(nameof(usageCount)); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8966B0CD3F56CE2B1C4F214B3EB1F6004D18317)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483_RuntimeMethod_var))); } IL_0045: { // if (aliasCount < 0) int32_t L_11 = ___aliasCount3; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0054; } } { // throw new ArgumentOutOfRangeException(nameof(aliasCount)); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADBA5DA01227AF469D9592FABBF832E66CC52FDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mCF4400D5F49A3662D03DE6F23ED1E4C1C95E1483_RuntimeMethod_var))); } IL_0054: { // device.m_Device = device; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_13 = ___device0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_14 = ___device0; NullCheck(L_13); ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_13)->set_m_Device_9(L_14); // device.m_ChildrenForEachControl = new InputControl[controlCount]; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_15 = ___device0; int32_t L_16 = ___controlCount1; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_17 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)SZArrayNew(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680_il2cpp_TypeInfo_var, (uint32_t)L_16); NullCheck(L_15); L_15->set_m_ChildrenForEachControl_34(L_17); // if (usageCount > 0) int32_t L_18 = ___usageCount2; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0083; } } { // device.m_UsagesForEachControl = new InternedString[usageCount]; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_19 = ___device0; int32_t L_20 = ___usageCount2; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_21 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4_il2cpp_TypeInfo_var, (uint32_t)L_20); NullCheck(L_19); L_19->set_m_UsagesForEachControl_32(L_21); // device.m_UsageToControl = new InputControl[usageCount]; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_22 = ___device0; int32_t L_23 = ___usageCount2; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_24 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)SZArrayNew(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680_il2cpp_TypeInfo_var, (uint32_t)L_23); NullCheck(L_22); L_22->set_m_UsageToControl_33(L_24); } IL_0083: { // if (aliasCount > 0) int32_t L_25 = ___aliasCount3; if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_0093; } } { // device.m_AliasesForEachControl = new InternedString[aliasCount]; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26 = ___device0; int32_t L_27 = ___aliasCount3; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_28 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4_il2cpp_TypeInfo_var, (uint32_t)L_27); NullCheck(L_26); L_26->set_m_AliasesForEachControl_31(L_28); } IL_0093: { // return new DeviceBuilder { device = device }; il2cpp_codegen_initobj((&V_0), sizeof(DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 )); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_29 = ___device0; DeviceBuilder_set_device_m048F77A33B3228CF2C9582125FDD63506FB10FC1_inline((DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 *)(&V_0), L_29, /*hidden argument*/NULL); DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 L_30 = V_0; return L_30; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_DefaultVariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static InternedString DefaultVariant => s_DefaultVariant; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_s_DefaultVariant_0(); return L_0; } } // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public InternedString name => m_Name; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Name_2(); return L_0; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_get_displayName_mBE4D91B49592A1737A670D21CCECC71BB2B54651 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { // public string displayName => m_DisplayName ?? m_Name; String_t* L_0 = __this->get_m_DisplayName_12(); String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0015; } } { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_2 = __this->get_m_Name_2(); String_t* L_3; L_3 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_2, /*hidden argument*/NULL); G_B2_0 = L_3; } IL_0015: { return G_B2_0; } } // System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * InputControlLayout_get_type_mEDBAE215519AFDFCCECA8ABABD1FFF21EEB60FA6 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public Type type => m_Type; Type_t * L_0 = __this->get_m_Type_3(); return L_0; } } // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_variants() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_variants_mD81C655DFAE5D41EACD7D0FEE3AF946CC2D79781 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public InternedString variants => m_Variants; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Variants_4(); return L_0; } } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::get_stateFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputControlLayout_get_stateFormat_m96E1DDEB879D659C68D1FE5D32B3286ECD891533 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public FourCC stateFormat => m_StateFormat; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = __this->get_m_StateFormat_5(); return L_0; } } // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::get_stateSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlLayout_get_stateSizeInBytes_mE5989F04C0F1DACA151CCC5E51E4506536D6361A (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public int stateSizeInBytes => m_StateSizeInBytes; int32_t L_0 = __this->get_m_StateSizeInBytes_6(); return L_0; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_baseLayouts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlLayout_get_baseLayouts_m5CA1DBBF375A87E97DB5E3BA63E72FD9F3218EA4 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public IEnumerable baseLayouts => m_BaseLayouts; InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB L_0 = __this->get_m_BaseLayouts_8(); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB L_1 = L_0; RuntimeObject * L_2 = Box(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB_il2cpp_TypeInfo_var, &L_1); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_appliedOverrides() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlLayout_get_appliedOverrides_mED2C6619D58586042D54CB2E4C8AC8A8993C4476 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public IEnumerable appliedOverrides => m_AppliedOverrides; InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB L_0 = __this->get_m_AppliedOverrides_9(); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB L_1 = L_0; RuntimeObject * L_2 = Box(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB_il2cpp_TypeInfo_var, &L_1); return (RuntimeObject*)L_2; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_commonUsages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 InputControlLayout_get_commonUsages_m54B91DACB515F678570EFFABE504313E53231668 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public ReadOnlyArray commonUsages => new ReadOnlyArray(m_CommonUsages); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_0 = __this->get_m_CommonUsages_10(); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_RuntimeMethod_var); return L_1; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 InputControlLayout_get_controls_mCD5F4B7E631163E2F6A771E300E4F38918F771AE (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public ReadOnlyArray controls => new ReadOnlyArray(m_Controls); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_0 = __this->get_m_Controls_11(); ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m2061E15E87C1E0C7B08B275F6F207FBDFA924905_RuntimeMethod_var); return L_1; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_updateBeforeRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_updateBeforeRender_mBA9201006D20E25B5B027F7A6DDB9491295C5209 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public bool updateBeforeRender => m_UpdateBeforeRender ?? false; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of_m_UpdateBeforeRender_7(); bool L_1; L_1 = Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); return L_1; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isDeviceLayout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isDeviceLayout_mC5F5DAC33ABD873016B22929166382D54CFF18DE (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool isDeviceLayout => typeof(InputDevice).IsAssignableFrom(m_Type); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); Type_t * L_2 = __this->get_m_Type_3(); NullCheck(L_1); bool L_3; L_3 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2); return L_3; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isControlLayout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isControlLayout_mF7A62B84D769F8210D91C5CAC37517BD191148F6 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public bool isControlLayout => !isDeviceLayout; bool L_0; L_0 = InputControlLayout_get_isDeviceLayout_mC5F5DAC33ABD873016B22929166382D54CFF18DE(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isOverride_m13FDEDD85A55DA2295CC7E7095FFBF50BDDAB86A (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // get => (m_Flags & Flags.IsOverride) != 0; int32_t L_0 = __this->get_m_Flags_14(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isOverride(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isOverride_m8789424678C0059FDDB1D8FE9C4345AB41D0D4B9 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_Flags |= Flags.IsOverride; int32_t L_1 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_1|(int32_t)4))); return; } IL_0012: { // m_Flags &= ~Flags.IsOverride; int32_t L_2 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))); // } return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isGenericTypeOfDevice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isGenericTypeOfDevice_m4FBD945335E5A2E432E74028D96F9D18C353B739 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // get => (m_Flags & Flags.IsGenericTypeOfDevice) != 0; int32_t L_0 = __this->get_m_Flags_14(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isGenericTypeOfDevice(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isGenericTypeOfDevice_m5430AECF324D0C1628F7AFE17B7C298FB7EA6EF4 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_Flags |= Flags.IsGenericTypeOfDevice; int32_t L_1 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_1|(int32_t)1))); return; } IL_0012: { // m_Flags &= ~Flags.IsGenericTypeOfDevice; int32_t L_2 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2)))); // } return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_hideInUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_hideInUI_mF9EE10F63CDCEEA6B3F93EF21057BC445B57E166 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // get => (m_Flags & Flags.HideInUI) != 0; int32_t L_0 = __this->get_m_Flags_14(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_hideInUI(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_hideInUI_m9D8509A209FD0053F3F6ED784A5AAC577487E312 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_Flags |= Flags.HideInUI; int32_t L_1 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_1|(int32_t)2))); return; } IL_0012: { // m_Flags &= ~Flags.HideInUI; int32_t L_2 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-3)))); // } return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isNoisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isNoisy_mF0188871F6713EBD509DCFDAD1C86FCE14760A35 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // get => (m_Flags & Flags.IsNoisy) != 0; int32_t L_0 = __this->get_m_Flags_14(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isNoisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isNoisy_mF9D783908C68C10E5CBB8877457B90537D815813 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // m_Flags |= Flags.IsNoisy; int32_t L_1 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_1|(int32_t)((int32_t)32)))); return; } IL_0013: { // m_Flags &= ~Flags.IsNoisy; int32_t L_2 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-33)))); // } return; } } // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::get_canRunInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 InputControlLayout_get_canRunInBackground_m23BF21A4854F3F5F08BDD4F5511173DDAA5A31EE (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_0; memset((&V_0), 0, sizeof(V_0)); { // get => (m_Flags & Flags.CanRunInBackgroundIsSet) != 0 ? (bool?)((m_Flags & Flags.CanRunInBackground) != 0) : null; int32_t L_0 = __this->get_m_Flags_14(); if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0015; } } { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1 = V_0; return L_1; } IL_0015: { int32_t L_2 = __this->get_m_Flags_14(); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_3), (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); return L_3; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_canRunInBackground(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_canRunInBackground_m7C57243C59EA112CE6EF04AD8BD956369577746A (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!value.HasValue) bool L_0; L_0 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_0) { goto IL_0019; } } { // m_Flags &= ~Flags.CanRunInBackgroundIsSet; int32_t L_1 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_1&(int32_t)((int32_t)-17)))); // } return; } IL_0019: { // m_Flags |= Flags.CanRunInBackgroundIsSet; int32_t L_2 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_2|(int32_t)((int32_t)16)))); // if (value.Value) bool L_3; L_3 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&___value0), /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); if (!L_3) { goto IL_0040; } } { // m_Flags |= Flags.CanRunInBackground; int32_t L_4 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_4|(int32_t)8))); return; } IL_0040: { // m_Flags &= ~Flags.CanRunInBackground; int32_t L_5 = __this->get_m_Flags_14(); __this->set_m_Flags_14(((int32_t)((int32_t)L_5&(int32_t)((int32_t)-9)))); // } return; } } // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 InputControlLayout_get_Item_m2BA9FA8104C15CE65B74296E9183DABFA88F8EF8 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, String_t* ___path0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_get_Item_m2BA9FA8104C15CE65B74296E9183DABFA88F8EF8_RuntimeMethod_var))); } IL_0013: { // if (m_Controls != null) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_3 = __this->get_m_Controls_11(); if (!L_3) { goto IL_0054; } } { // for (var i = 0; i < m_Controls.Length; ++i) V_0 = 0; goto IL_0049; } IL_001f: { // if (m_Controls[i].name == path) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_4 = __this->get_m_Controls_11(); int32_t L_5 = V_0; NullCheck(L_4); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_6; L_6 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); String_t* L_7 = ___path0; bool L_8; L_8 = InternedString_op_Equality_m423E011916B2AAE156B9B8047F7E602D04F386B4(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0045; } } { // return m_Controls[i]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_9 = __this->get_m_Controls_11(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_12 = (L_9)->GetAt(static_cast(L_11)); return L_12; } IL_0045: { // for (var i = 0; i < m_Controls.Length; ++i) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0049: { // for (var i = 0; i < m_Controls.Length; ++i) int32_t L_14 = V_0; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_15 = __this->get_m_Controls_11(); NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_001f; } } IL_0054: { // throw new KeyNotFoundException($"Cannot find control '{path}' in layout '{name}'"); String_t* L_16 = ___path0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_17; L_17 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(__this, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_18 = L_17; RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_18); String_t* L_20; L_20 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA49C086DDD716250AA25F8901EE39E2B4E4CD45A)), L_16, L_19, /*hidden argument*/NULL); KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * L_21 = (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_il2cpp_TypeInfo_var))); KeyNotFoundException__ctor_m0EC42CEED5BA7A842158FFADCF05BBACF33B700D(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_get_Item_m2BA9FA8104C15CE65B74296E9183DABFA88F8EF8_RuntimeMethod_var))); } } // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::FindControl(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 InputControlLayout_FindControl_mBCA8D27EA1876049D9A2968E5953F6DD3DAEE891 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // if (string.IsNullOrEmpty(path)) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ___path0; String_t* L_1; L_1 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_0, /*hidden argument*/NULL); bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_FindControl_mBCA8D27EA1876049D9A2968E5953F6DD3DAEE891_RuntimeMethod_var))); } IL_0018: { // if (m_Controls == null) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_4 = __this->get_m_Controls_11(); if (L_4) { goto IL_002a; } } { // return null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 )); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_5 = V_0; return L_5; } IL_002a: { // for (var i = 0; i < m_Controls.Length; ++i) V_1 = 0; goto IL_005d; } IL_002e: { // if (m_Controls[i].name == path) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_6 = __this->get_m_Controls_11(); int32_t L_7 = V_1; NullCheck(L_6); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_8; L_8 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_9 = ___path0; bool L_10; L_10 = InternedString_op_Equality_m0D791451F3BDC84D2EBA0F98EA847F781D1F4FA0(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0059; } } { // return m_Controls[i]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_11 = __this->get_m_Controls_11(); int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_14 = (L_11)->GetAt(static_cast(L_13)); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_15; memset((&L_15), 0, sizeof(L_15)); Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_RuntimeMethod_var); return L_15; } IL_0059: { // for (var i = 0; i < m_Controls.Length; ++i) int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005d: { // for (var i = 0; i < m_Controls.Length; ++i) int32_t L_17 = V_1; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_18 = __this->get_m_Controls_11(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_002e; } } { // return null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 )); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_19 = V_0; return L_19; } } // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::FindControlIncludingArrayElements(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 InputControlLayout_FindControlIncludingArrayElements_m761F7B5D4C3E9C2ABC58DEBE7F907B24B82B125E (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, String_t* ___path0, int32_t* ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * V_5 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_6; memset((&V_6), 0, sizeof(V_6)); { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_FindControlIncludingArrayElements_m761F7B5D4C3E9C2ABC58DEBE7F907B24B82B125E_RuntimeMethod_var))); } IL_0013: { // arrayIndex = -1; int32_t* L_3 = ___arrayIndex1; *((int32_t*)L_3) = (int32_t)(-1); // if (m_Controls == null) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_4 = __this->get_m_Controls_11(); if (L_4) { goto IL_0028; } } { // return null; il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 )); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_5 = V_3; return L_5; } IL_0028: { // var arrayIndexAccumulated = 0; V_0 = 0; // var lastDigitIndex = path.Length; String_t* L_6 = ___path0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; goto IL_0049; } IL_0033: { // --lastDigitIndex; int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); // arrayIndexAccumulated *= 10; int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)10))); // arrayIndexAccumulated += path[lastDigitIndex] - '0'; int32_t L_10 = V_0; String_t* L_11 = ___path0; int32_t L_12 = V_1; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)48))))); } IL_0049: { // while (lastDigitIndex > 0 && char.IsDigit(path[lastDigitIndex - 1])) int32_t L_14 = V_1; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_005d; } } { String_t* L_15 = ___path0; int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_18; L_18 = Char_IsDigit_m73245965734C419B757CC9828B24D8C185E0808D(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0033; } } IL_005d: { // var arrayNameLength = 0; V_2 = 0; // if (lastDigitIndex < path.Length && lastDigitIndex > 0) // Protect against name being all digits. int32_t L_19 = V_1; String_t* L_20 = ___path0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) >= ((int32_t)L_21))) { goto IL_006e; } } { int32_t L_22 = V_1; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_006e; } } { // arrayNameLength = lastDigitIndex; int32_t L_23 = V_1; V_2 = L_23; } IL_006e: { // for (var i = 0; i < m_Controls.Length; ++i) V_4 = 0; goto IL_00ff; } IL_0076: { // ref var control = ref m_Controls[i]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_24 = __this->get_m_Controls_11(); int32_t L_25 = V_4; NullCheck(L_24); V_5 = (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_24)->GetAddressAt(static_cast(L_25))); // if (string.Compare(control.name, path, StringComparison.InvariantCultureIgnoreCase) == 0) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_26 = V_5; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_27; L_27 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_27, /*hidden argument*/NULL); String_t* L_29 = ___path0; int32_t L_30; L_30 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_28, L_29, 3, /*hidden argument*/NULL); if (L_30) { goto IL_00a7; } } { // return control; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_31 = V_5; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_32 = (*(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_31); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_33; memset((&L_33), 0, sizeof(L_33)); Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59((&L_33), L_32, /*hidden argument*/Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_RuntimeMethod_var); return L_33; } IL_00a7: { // if (control.isArray && arrayNameLength > 0 && arrayNameLength == control.name.length && // string.Compare(control.name.ToString(), 0, path, 0, arrayNameLength, // StringComparison.InvariantCultureIgnoreCase) == 0) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_34 = V_5; bool L_35; L_35 = ControlItem_get_isArray_m2B5D961F5F4C5A189AB5D11B5158BDA9EA4A55BD((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00f9; } } { int32_t L_36 = V_2; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00f9; } } { int32_t L_37 = V_2; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_38 = V_5; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_39; L_39 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_38, /*hidden argument*/NULL); V_6 = L_39; int32_t L_40; L_40 = InternedString_get_length_m2AC9F381DADB0B77E4479B997DEA0601E852863D((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_6), /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)L_40)))) { goto IL_00f9; } } { ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_41 = V_5; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_42; L_42 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_41, /*hidden argument*/NULL); V_6 = L_42; String_t* L_43; L_43 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_6), /*hidden argument*/NULL); String_t* L_44 = ___path0; int32_t L_45 = V_2; int32_t L_46; L_46 = String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54(L_43, 0, L_44, 0, L_45, 3, /*hidden argument*/NULL); if (L_46) { goto IL_00f9; } } { // arrayIndex = arrayIndexAccumulated; int32_t* L_47 = ___arrayIndex1; int32_t L_48 = V_0; *((int32_t*)L_47) = (int32_t)L_48; // return control; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_49 = V_5; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_50 = (*(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_49); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_51; memset((&L_51), 0, sizeof(L_51)); Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59((&L_51), L_50, /*hidden argument*/Nullable_1__ctor_m688A761BD9A0F1C59B89056E4A24B468FCFECB59_RuntimeMethod_var); return L_51; } IL_00f9: { // for (var i = 0; i < m_Controls.Length; ++i) int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00ff: { // for (var i = 0; i < m_Controls.Length; ++i) int32_t L_53 = V_4; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_54 = __this->get_m_Controls_11(); NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length)))))) { goto IL_0076; } } { // return null; il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 )); Nullable_1_t0AB5DE90888FF4670A44E1F0C9BA110187CBA6D4 L_55 = V_3; return L_55; } } // System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::GetValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * InputControlLayout_GetValueType_m0E841C7D1E1DCA775FBB46D1DF8B1460E99D945C (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_t2DFC93842F8D3E6688D38F76BDABF3895DA86CEE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return TypeHelpers.GetGenericTypeArgumentFromHierarchy(type, typeof(InputControl<>), 0); Type_t * L_0; L_0 = InputControlLayout_get_type_mEDBAE215519AFDFCCECA8ABABD1FFF21EEB60FA6_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InputControl_1_t2DFC93842F8D3E6688D38F76BDABF3895DA86CEE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); Type_t * L_3; L_3 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_mAC39DFBA374535C9D576EF7278163E933E2598C8(L_0, L_2, 0, /*hidden argument*/NULL); return L_3; } } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout::FromType(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * InputControlLayout_FromType_mE6761A59AB2111A5CC228990EC08CFCB907B34E9 (String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA7CDD23B88AE7F0CA837500EE587E0F8823A4547_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C_m96F35714E15519411A80A9E596B4302BAC609B8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromTypeU3Eb__52_0_m4BE354BC6D2DBF23F5CC36F9FC24B1D0E514FA46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * V_0 = NULL; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * V_1 = NULL; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 V_2; memset((&V_2), 0, sizeof(V_2)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_3; memset((&V_3), 0, sizeof(V_3)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * V_4 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_5; memset((&V_5), 0, sizeof(V_5)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B12_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B12_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B11_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B11_1 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B13_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B13_2 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B15_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B15_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B14_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B14_1 = NULL; int32_t G_B16_0 = 0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B16_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B16_2 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B18_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B18_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B17_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B17_1 = NULL; int32_t G_B19_0 = 0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B19_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B19_2 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B21_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B21_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B20_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B20_1 = NULL; String_t* G_B22_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B22_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B22_2 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B24_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B24_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B23_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B23_1 = NULL; String_t* G_B25_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B25_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B25_2 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B27_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B27_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B26_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B26_1 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B28_0; memset((&G_B28_0), 0, sizeof(G_B28_0)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B28_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B28_2 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B30_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B30_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B29_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B29_1 = NULL; int32_t G_B31_0 = 0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B31_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B31_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B34_0 = NULL; Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * G_B37_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B37_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B37_2 = NULL; Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * G_B36_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B36_1 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B36_2 = NULL; { // var controlLayouts = new List(); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_0 = (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *)il2cpp_codegen_object_new(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_il2cpp_TypeInfo_var); List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82(L_0, /*hidden argument*/List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_RuntimeMethod_var); V_0 = L_0; // var layoutAttribute = type.GetCustomAttribute(true); Type_t * L_1 = ___type1; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_2; L_2 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C_m96F35714E15519411A80A9E596B4302BAC609B8E(L_1, (bool)1, /*hidden argument*/CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C_m96F35714E15519411A80A9E596B4302BAC609B8E_RuntimeMethod_var); V_1 = L_2; // var stateFormat = new FourCC(); il2cpp_codegen_initobj((&V_2), sizeof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )); // if (layoutAttribute != null && layoutAttribute.stateType != null) InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_3 = V_1; if (!L_3) { goto IL_0063; } } { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_4 = V_1; NullCheck(L_4); Type_t * L_5; L_5 = InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF_inline(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0063; } } { // AddControlItems(layoutAttribute.stateType, controlLayouts, name); InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_7 = V_1; NullCheck(L_7); Type_t * L_8; L_8 = InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF_inline(L_7, /*hidden argument*/NULL); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_9 = V_0; String_t* L_10 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItems_mF9C89F9F68296699CD5DF955F5FDA2BE7470B72C(L_8, L_9, L_10, /*hidden argument*/NULL); // if (typeof(IInputStateTypeInfo).IsAssignableFrom(layoutAttribute.stateType)) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_11, /*hidden argument*/NULL); InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_13 = V_1; NullCheck(L_13); Type_t * L_14; L_14 = InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15; L_15 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_12, L_14); if (!L_15) { goto IL_006b; } } { // stateFormat = ((IInputStateTypeInfo)Activator.CreateInstance(layoutAttribute.stateType)).format; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_16 = V_1; NullCheck(L_16); Type_t * L_17; L_17 = InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF_inline(L_16, /*hidden argument*/NULL); RuntimeObject * L_18; L_18 = Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD(L_17, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_il2cpp_TypeInfo_var))); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_19; L_19 = InterfaceFuncInvoker0< FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 >::Invoke(0 /* UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.IInputStateTypeInfo::get_format() */, IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_il2cpp_TypeInfo_var))); V_2 = L_19; // } goto IL_006b; } IL_0063: { // AddControlItems(type, controlLayouts, name); Type_t * L_20 = ___type1; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_21 = V_0; String_t* L_22 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItems_mF9C89F9F68296699CD5DF955F5FDA2BE7470B72C(L_20, L_21, L_22, /*hidden argument*/NULL); } IL_006b: { // if (layoutAttribute != null && !string.IsNullOrEmpty(layoutAttribute.stateFormat)) InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_23 = V_1; if (!L_23) { goto IL_0088; } } { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_24 = V_1; NullCheck(L_24); String_t* L_25; L_25 = InputControlLayoutAttribute_get_stateFormat_m7523CD6BC477908ABDA943F475D8627DA74FF6BF_inline(L_24, /*hidden argument*/NULL); bool L_26; L_26 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0088; } } { // stateFormat = new FourCC(layoutAttribute.stateFormat); InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_27 = V_1; NullCheck(L_27); String_t* L_28; L_28 = InputControlLayoutAttribute_get_stateFormat_m7523CD6BC477908ABDA943F475D8627DA74FF6BF_inline(L_27, /*hidden argument*/NULL); FourCC__ctor_mBF587BBA40E731075FD373350692B099FED3A3D1((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 *)(&V_2), L_28, /*hidden argument*/NULL); } IL_0088: { // var variants = new InternedString(); il2cpp_codegen_initobj((&V_3), sizeof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )); // if (layoutAttribute != null) InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_29 = V_1; if (!L_29) { goto IL_00a0; } } { // variants = new InternedString(layoutAttribute.variants); InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_30 = V_1; NullCheck(L_30); String_t* L_31; L_31 = InputControlLayoutAttribute_get_variants_m8851CDA5D48067FA6F56899D266570D5A8109901_inline(L_30, /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_3), L_31, /*hidden argument*/NULL); } IL_00a0: { // var layout = new InputControlLayout(name, type) // { // m_Controls = controlLayouts.ToArray(), // m_StateFormat = stateFormat, // m_Variants = variants, // m_UpdateBeforeRender = layoutAttribute?.updateBeforeRenderInternal, // isGenericTypeOfDevice = layoutAttribute?.isGenericTypeOfDevice ?? false, // hideInUI = layoutAttribute?.hideInUI ?? false, // m_Description = layoutAttribute?.description, // m_DisplayName = layoutAttribute?.displayName, // canRunInBackground = layoutAttribute?.canRunInBackgroundInternal, // isNoisy = layoutAttribute?.isNoisy ?? false // }; String_t* L_32 = ___name0; Type_t * L_33 = ___type1; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_34 = (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 *)il2cpp_codegen_object_new(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout__ctor_m47FAE27B8A1760BE36515E2E214F2FD05FC13EC9(L_34, L_32, L_33, /*hidden argument*/NULL); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_35 = L_34; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_36 = V_0; NullCheck(L_36); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_37; L_37 = List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB(L_36, /*hidden argument*/List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_RuntimeMethod_var); NullCheck(L_35); L_35->set_m_Controls_11(L_37); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_38 = L_35; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_39 = V_2; NullCheck(L_38); L_38->set_m_StateFormat_5(L_39); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_40 = L_38; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_41 = V_3; NullCheck(L_40); L_40->set_m_Variants_4(L_41); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_42 = L_40; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_43 = V_1; G_B11_0 = L_42; G_B11_1 = L_42; if (L_43) { G_B12_0 = L_42; G_B12_1 = L_42; goto IL_00d1; } } { il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_44 = V_5; G_B13_0 = L_44; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_00d7; } IL_00d1: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_45 = V_1; NullCheck(L_45); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_46 = L_45->get_updateBeforeRenderInternal_6(); G_B13_0 = L_46; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_00d7: { NullCheck(G_B13_1); G_B13_1->set_m_UpdateBeforeRender_7(G_B13_0); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_47 = G_B13_2; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_48 = V_1; G_B14_0 = L_47; G_B14_1 = L_47; if (L_48) { G_B15_0 = L_47; G_B15_1 = L_47; goto IL_00e3; } } { G_B16_0 = 0; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_00e9; } IL_00e3: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_49 = V_1; NullCheck(L_49); bool L_50; L_50 = InputControlLayoutAttribute_get_isGenericTypeOfDevice_m40462D5798331F04AD0873174BB6E635D36B33CB_inline(L_49, /*hidden argument*/NULL); G_B16_0 = ((int32_t)(L_50)); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_00e9: { NullCheck(G_B16_1); InputControlLayout_set_isGenericTypeOfDevice_m5430AECF324D0C1628F7AFE17B7C298FB7EA6EF4(G_B16_1, (bool)G_B16_0, /*hidden argument*/NULL); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_51 = G_B16_2; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_52 = V_1; G_B17_0 = L_51; G_B17_1 = L_51; if (L_52) { G_B18_0 = L_51; G_B18_1 = L_51; goto IL_00f5; } } { G_B19_0 = 0; G_B19_1 = G_B17_0; G_B19_2 = G_B17_1; goto IL_00fb; } IL_00f5: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_53 = V_1; NullCheck(L_53); bool L_54; L_54 = InputControlLayoutAttribute_get_hideInUI_m125A8CE0254A445B7606C803EC24305DE822BDCA_inline(L_53, /*hidden argument*/NULL); G_B19_0 = ((int32_t)(L_54)); G_B19_1 = G_B18_0; G_B19_2 = G_B18_1; } IL_00fb: { NullCheck(G_B19_1); InputControlLayout_set_hideInUI_m9D8509A209FD0053F3F6ED784A5AAC577487E312(G_B19_1, (bool)G_B19_0, /*hidden argument*/NULL); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_55 = G_B19_2; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_56 = V_1; G_B20_0 = L_55; G_B20_1 = L_55; if (L_56) { G_B21_0 = L_55; G_B21_1 = L_55; goto IL_0107; } } { G_B22_0 = ((String_t*)(NULL)); G_B22_1 = G_B20_0; G_B22_2 = G_B20_1; goto IL_010d; } IL_0107: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_57 = V_1; NullCheck(L_57); String_t* L_58; L_58 = InputControlLayoutAttribute_get_description_m844569AF1B1561CED3A7DE3EEC7A77955AEE555D_inline(L_57, /*hidden argument*/NULL); G_B22_0 = L_58; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; } IL_010d: { NullCheck(G_B22_1); G_B22_1->set_m_Description_13(G_B22_0); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_59 = G_B22_2; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_60 = V_1; G_B23_0 = L_59; G_B23_1 = L_59; if (L_60) { G_B24_0 = L_59; G_B24_1 = L_59; goto IL_0119; } } { G_B25_0 = ((String_t*)(NULL)); G_B25_1 = G_B23_0; G_B25_2 = G_B23_1; goto IL_011f; } IL_0119: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_61 = V_1; NullCheck(L_61); String_t* L_62; L_62 = InputControlLayoutAttribute_get_displayName_m31B0EE6C7BC9022A5010C341000F605491CD60B7_inline(L_61, /*hidden argument*/NULL); G_B25_0 = L_62; G_B25_1 = G_B24_0; G_B25_2 = G_B24_1; } IL_011f: { NullCheck(G_B25_1); G_B25_1->set_m_DisplayName_12(G_B25_0); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_63 = G_B25_2; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_64 = V_1; G_B26_0 = L_63; G_B26_1 = L_63; if (L_64) { G_B27_0 = L_63; G_B27_1 = L_63; goto IL_0134; } } { il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_65 = V_5; G_B28_0 = L_65; G_B28_1 = G_B26_0; G_B28_2 = G_B26_1; goto IL_013a; } IL_0134: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_66 = V_1; NullCheck(L_66); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_67 = L_66->get_canRunInBackgroundInternal_5(); G_B28_0 = L_67; G_B28_1 = G_B27_0; G_B28_2 = G_B27_1; } IL_013a: { NullCheck(G_B28_1); InputControlLayout_set_canRunInBackground_m7C57243C59EA112CE6EF04AD8BD956369577746A(G_B28_1, G_B28_0, /*hidden argument*/NULL); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_68 = G_B28_2; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_69 = V_1; G_B29_0 = L_68; G_B29_1 = L_68; if (L_69) { G_B30_0 = L_68; G_B30_1 = L_68; goto IL_0146; } } { G_B31_0 = 0; G_B31_1 = G_B29_0; G_B31_2 = G_B29_1; goto IL_014c; } IL_0146: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_70 = V_1; NullCheck(L_70); bool L_71; L_71 = InputControlLayoutAttribute_get_isNoisy_m28D711D74DDCC04E731BACAEA5B5F6B74EED370D_inline(L_70, /*hidden argument*/NULL); G_B31_0 = ((int32_t)(L_71)); G_B31_1 = G_B30_0; G_B31_2 = G_B30_1; } IL_014c: { NullCheck(G_B31_1); InputControlLayout_set_isNoisy_mF9D783908C68C10E5CBB8877457B90537D815813(G_B31_1, (bool)G_B31_0, /*hidden argument*/NULL); V_4 = G_B31_2; // if (layoutAttribute?.commonUsages != null) InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_72 = V_1; if (L_72) { goto IL_0159; } } { G_B34_0 = ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(NULL)); goto IL_015f; } IL_0159: { InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_73 = V_1; NullCheck(L_73); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_74; L_74 = InputControlLayoutAttribute_get_commonUsages_m73156554F50714EAFDE67C7C2BEFA94FAA2C55BF_inline(L_73, /*hidden argument*/NULL); G_B34_0 = L_74; } IL_015f: { if (!G_B34_0) { goto IL_0192; } } { // layout.m_CommonUsages = // ArrayHelpers.Select(layoutAttribute.commonUsages, x => new InternedString(x)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_75 = V_4; InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * L_76 = V_1; NullCheck(L_76); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_77; L_77 = InputControlLayoutAttribute_get_commonUsages_m73156554F50714EAFDE67C7C2BEFA94FAA2C55BF_inline(L_76, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_78 = ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->get_U3CU3E9__52_0_1(); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_79 = L_78; G_B36_0 = L_79; G_B36_1 = L_77; G_B36_2 = L_75; if (L_79) { G_B37_0 = L_79; G_B37_1 = L_77; G_B37_2 = L_75; goto IL_0188; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 * L_80 = ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_81 = (Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 *)il2cpp_codegen_object_new(Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4_il2cpp_TypeInfo_var); Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872(L_81, L_80, (intptr_t)((intptr_t)U3CU3Ec_U3CFromTypeU3Eb__52_0_m4BE354BC6D2DBF23F5CC36F9FC24B1D0E514FA46_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872_RuntimeMethod_var); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_82 = L_81; ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->set_U3CU3E9__52_0_1(L_82); G_B37_0 = L_82; G_B37_1 = G_B36_1; G_B37_2 = G_B36_2; } IL_0188: { InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_83; L_83 = ArrayHelpers_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA7CDD23B88AE7F0CA837500EE587E0F8823A4547(G_B37_1, G_B37_0, /*hidden argument*/ArrayHelpers_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA7CDD23B88AE7F0CA837500EE587E0F8823A4547_RuntimeMethod_var); NullCheck(G_B37_2); G_B37_2->set_m_CommonUsages_10(L_83); } IL_0192: { // return layout; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_84 = V_4; return L_84; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::ToJson() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_ToJson_mC9EF60D7EBC7BABC09452B624F499184BDBACFE3 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var layout = LayoutJson.FromLayout(this); LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 L_0; L_0 = LayoutJson_FromLayout_mD0F38F1C5AC6CD42CBE3AF9FE482DBD8C85AFF80(__this, /*hidden argument*/NULL); // return JsonUtility.ToJson(layout, true); LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 L_1 = L_0; RuntimeObject * L_2 = Box(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_il2cpp_TypeInfo_var, &L_1); String_t* L_3; L_3 = JsonUtility_ToJson_m8A3321288D36CE4383BE7F22C4DACFAF1DEE9ABF(L_2, (bool)1, /*hidden argument*/NULL); return L_3; } } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * InputControlLayout_FromJson_m4DE2BB1610CF9A99A5C9EAB80430950D4FD7E747 (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 V_0; memset((&V_0), 0, sizeof(V_0)); { // var layoutJson = JsonUtility.FromJson(json); String_t* L_0 = ___json0; LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 L_1; L_1 = JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875(L_0, /*hidden argument*/JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875_RuntimeMethod_var); V_0 = L_1; // return layoutJson.ToLayout(); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_2; L_2 = LayoutJson_ToLayout_m0B95D04B51A09B210D430ECE535D485B220DCAE6((LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout__ctor_m47FAE27B8A1760BE36515E2E214F2FD05FC13EC9 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method) { { // private InputControlLayout(string name, Type type) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_Name = new InternedString(name); String_t* L_0 = ___name0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; memset((&L_1), 0, sizeof(L_1)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_1), L_0, /*hidden argument*/NULL); __this->set_m_Name_2(L_1); // m_Type = type; Type_t * L_2 = ___type1; __this->set_m_Type_3(L_2); // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItems(System.Type,System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItems_mF9C89F9F68296699CD5DF955F5FDA2BE7470B72C (Type_t * ___type0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlLayouts1, String_t* ___layoutName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddControlItemsFromFields(type, controlLayouts, layoutName); Type_t * L_0 = ___type0; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_1 = ___controlLayouts1; String_t* L_2 = ___layoutName2; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItemsFromFields_m0A82BF54A7B3347218666CC8D15ED0A613E7E18F(L_0, L_1, L_2, /*hidden argument*/NULL); // AddControlItemsFromProperties(type, controlLayouts, layoutName); Type_t * L_3 = ___type0; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_4 = ___controlLayouts1; String_t* L_5 = ___layoutName2; InputControlLayout_AddControlItemsFromProperties_mD296B376E8EE9A2602DF598B4100245957A3A77B(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromFields(System.Type,System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromFields_m0A82BF54A7B3347218666CC8D15ED0A613E7E18F (Type_t * ___type0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlLayouts1, String_t* ___layoutName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* V_0 = NULL; { // var fields = type.GetFields(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly); Type_t * L_0 = ___type0; NullCheck(L_0); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_1; L_1 = VirtFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(46 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_0, ((int32_t)22)); // AddControlItemsFromMembers(fields, controlLayouts, layoutName); V_0 = (MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E*)L_1; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_2 = V_0; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_3 = ___controlLayouts1; String_t* L_4 = ___layoutName2; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItemsFromMembers_m72F5A881E5D9DAE60883E39A8388949D6E0DCE15(L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromProperties(System.Type,System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromProperties_mD296B376E8EE9A2602DF598B4100245957A3A77B (Type_t * ___type0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlLayouts1, String_t* ___layoutName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* V_0 = NULL; { // var properties = type.GetProperties(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly); Type_t * L_0 = ___type0; NullCheck(L_0); PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_1; L_1 = VirtFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(55 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_0, ((int32_t)22)); // AddControlItemsFromMembers(properties, controlLayouts, layoutName); V_0 = (MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E*)L_1; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_2 = V_0; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_3 = ___controlLayouts1; String_t* L_4 = ___layoutName2; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItemsFromMembers_m72F5A881E5D9DAE60883E39A8388949D6E0DCE15(L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMembers(System.Reflection.MemberInfo[],System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMembers_m72F5A881E5D9DAE60883E39A8388949D6E0DCE15 (MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ___members0, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlItems1, String_t* ___layoutName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m13E4AA6AE2AAE6262DF4E544CD4B5EBDF8985F9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m5BBC8DAB9D0A29688BD54EA76A36535B84F31B2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* V_0 = NULL; int32_t V_1 = 0; MemberInfo_t * V_2 = NULL; Type_t * V_3 = NULL; InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; intptr_t V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_10; memset((&V_10), 0, sizeof(V_10)); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_11; memset((&V_11), 0, sizeof(V_11)); { // foreach (var member in members) MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_0 = ___members0; V_0 = L_0; V_1 = 0; goto IL_0129; } IL_0009: { // foreach (var member in members) MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; MemberInfo_t * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; // if (member.DeclaringType == typeof(InputControl)) MemberInfo_t * L_5 = V_2; NullCheck(L_5); Type_t * L_6; L_6 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_7, /*hidden argument*/NULL); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0125; } } { // var valueType = TypeHelpers.GetValueType(member); MemberInfo_t * L_10 = V_2; Type_t * L_11; L_11 = TypeHelpers_GetValueType_mEB87F669D3BE5244997786CEE894A4CA9CFFB9E1(L_10, /*hidden argument*/NULL); V_3 = L_11; // if (valueType != null && valueType.IsValueType && typeof(IInputStateTypeInfo).IsAssignableFrom(valueType)) Type_t * L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_12, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_00e6; } } { Type_t * L_14 = V_3; NullCheck(L_14); bool L_15; L_15 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00e6; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IInputStateTypeInfo_t4CFC13D4BE4E1D1F904E562F41EBAB14D9DCC88D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_16, /*hidden argument*/NULL); Type_t * L_18 = V_3; NullCheck(L_17); bool L_19; L_19 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_17, L_18); if (!L_19) { goto IL_00e6; } } { // var controlCountBefore = controlItems.Count; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_20 = ___controlItems1; NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline(L_20, /*hidden argument*/List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); V_5 = L_21; // AddControlItems(valueType, controlItems, layoutName); Type_t * L_22 = V_3; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_23 = ___controlItems1; String_t* L_24 = ___layoutName2; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItems_mF9C89F9F68296699CD5DF955F5FDA2BE7470B72C(L_22, L_23, L_24, /*hidden argument*/NULL); // var memberAsField = member as FieldInfo; MemberInfo_t * L_25 = V_2; // if (memberAsField != null) bool L_26; L_26 = FieldInfo_op_Inequality_m1D0F6137217AB3BAB09BD17E300F5130C49798F5(((FieldInfo_t *)IsInstClass((RuntimeObject*)L_25, FieldInfo_t_il2cpp_TypeInfo_var)), (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_26) { goto IL_00e6; } } { // var fieldOffset = Marshal.OffsetOf(member.DeclaringType, member.Name).ToInt32(); MemberInfo_t * L_27 = V_2; NullCheck(L_27); Type_t * L_28; L_28 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_27); MemberInfo_t * L_29 = V_2; NullCheck(L_29); String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_31; L_31 = Marshal_OffsetOf_mE292448ABCA35B04D1B90ED68EC0F8AD54B3559C(L_28, L_30, /*hidden argument*/NULL); V_8 = (intptr_t)L_31; int32_t L_32; L_32 = IntPtr_ToInt32_m94C1C0E438A3B7E040B0A087FDDC0D4F90BABB08((intptr_t*)(&V_8), /*hidden argument*/NULL); V_6 = L_32; // var controlCountAfter = controlItems.Count; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_33 = ___controlItems1; NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline(L_33, /*hidden argument*/List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); V_7 = L_34; // for (var i = controlCountBefore; i < controlCountAfter; ++i) int32_t L_35 = V_5; V_9 = L_35; goto IL_00e0; } IL_00a2: { // var controlLayout = controlItems[i]; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_36 = ___controlItems1; int32_t L_37 = V_9; NullCheck(L_36); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_38; L_38 = List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_inline(L_36, L_37, /*hidden argument*/List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var); V_10 = L_38; // if (controlItems[i].offset != InputStateBlock.InvalidOffset) List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_39 = ___controlItems1; int32_t L_40 = V_9; NullCheck(L_39); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_41; L_41 = List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_inline(L_39, L_40, /*hidden argument*/List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var); V_11 = L_41; uint32_t L_42; L_42 = ControlItem_get_offset_mE7A2844947C981740EDADB9E7476AA8D4465D48B_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_11), /*hidden argument*/NULL); if ((((int32_t)L_42) == ((int32_t)(-1)))) { goto IL_00da; } } { // controlLayout.offset += (uint)fieldOffset; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_43 = (&V_10); uint32_t L_44; L_44 = ControlItem_get_offset_mE7A2844947C981740EDADB9E7476AA8D4465D48B_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_43, /*hidden argument*/NULL); int32_t L_45 = V_6; ControlItem_set_offset_m1B558EA02C0CBBD0805E58FC58BA5BEDBB61C16E_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45)), /*hidden argument*/NULL); // controlItems[i] = controlLayout; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_46 = ___controlItems1; int32_t L_47 = V_9; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_48 = V_10; NullCheck(L_46); List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169(L_46, L_47, L_48, /*hidden argument*/List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_RuntimeMethod_var); } IL_00da: { // for (var i = controlCountBefore; i < controlCountAfter; ++i) int32_t L_49 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00e0: { // for (var i = controlCountBefore; i < controlCountAfter; ++i) int32_t L_50 = V_9; int32_t L_51 = V_7; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_00a2; } } IL_00e6: { // var attributes = member.GetCustomAttributes(false).ToArray(); MemberInfo_t * L_52 = V_2; RuntimeObject* L_53; L_53 = CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m13E4AA6AE2AAE6262DF4E544CD4B5EBDF8985F9C(L_52, (bool)0, /*hidden argument*/CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m13E4AA6AE2AAE6262DF4E544CD4B5EBDF8985F9C_RuntimeMethod_var); InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_54; L_54 = Enumerable_ToArray_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m5BBC8DAB9D0A29688BD54EA76A36535B84F31B2B(L_53, /*hidden argument*/Enumerable_ToArray_TisInputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681_m5BBC8DAB9D0A29688BD54EA76A36535B84F31B2B_RuntimeMethod_var); V_4 = L_54; // if (attributes.Length == 0) InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_55 = V_4; NullCheck(L_55); if ((((RuntimeArray*)L_55)->max_length)) { goto IL_011c; } } { // if (valueType == null || !typeof(InputControl).IsAssignableFrom(valueType)) Type_t * L_56 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_57; L_57 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_56, (Type_t *)NULL, /*hidden argument*/NULL); if (L_57) { goto IL_0125; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59; L_59 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_58, /*hidden argument*/NULL); Type_t * L_60 = V_3; NullCheck(L_59); bool L_61; L_61 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_59, L_60); if (!L_61) { goto IL_0125; } } { // if (member is PropertyInfo) MemberInfo_t * L_62 = V_2; if (((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_62, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0125; } } IL_011c: { // AddControlItemsFromMember(member, attributes, controlItems); MemberInfo_t * L_63 = V_2; InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_64 = V_4; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_65 = ___controlItems1; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InputControlLayout_AddControlItemsFromMember_m81D3F4A202128773F1D2A2031A6F288049CF9BCA(L_63, L_64, L_65, /*hidden argument*/NULL); } IL_0125: { int32_t L_66 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_0129: { // foreach (var member in members) int32_t L_67 = V_1; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_68 = V_0; NullCheck(L_68); if ((((int32_t)L_67) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))))) { goto IL_0009; } } { // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute[],System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMember_m81D3F4A202128773F1D2A2031A6F288049CF9BCA (MemberInfo_t * ___member0, InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* ___attributes1, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___controlItems2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_0; memset((&V_0), 0, sizeof(V_0)); InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* V_1 = NULL; int32_t V_2 = 0; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * V_3 = NULL; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (attributes.Length == 0) InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_0 = ___attributes1; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_0014; } } { // var controlItem = CreateControlItemFromMember(member, null); MemberInfo_t * L_1 = ___member0; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_2; L_2 = InputControlLayout_CreateControlItemFromMember_m64F9A2D0AB8FE7F7AAAE9FCFB08460B25166846C(L_1, (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 *)NULL, /*hidden argument*/NULL); V_0 = L_2; // controlItems.Add(controlItem); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_3 = ___controlItems2; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_4 = V_0; NullCheck(L_3); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_3, L_4, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); // } return; } IL_0014: { // foreach (var attribute in attributes) InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_5 = ___attributes1; V_1 = L_5; V_2 = 0; goto IL_0033; } IL_001a: { // foreach (var attribute in attributes) InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; // var controlItem = CreateControlItemFromMember(member, attribute); MemberInfo_t * L_10 = ___member0; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_12; L_12 = InputControlLayout_CreateControlItemFromMember_m64F9A2D0AB8FE7F7AAAE9FCFB08460B25166846C(L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; // controlItems.Add(controlItem); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_13 = ___controlItems2; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_14 = V_4; NullCheck(L_13); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_13, L_14, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0033: { // foreach (var attribute in attributes) int32_t L_16 = V_2; InputControlAttributeU5BU5D_tC4AFEE466B367D12C0B73F33EDC953BF745E7473* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_001a; } } { // } return; } } // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout::CreateControlItemFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 InputControlLayout_CreateControlItemFromMember_m64F9A2D0AB8FE7F7AAAE9FCFB08460B25166846C (MemberInfo_t * ___member0, InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * ___attribute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_mBAB3E732C7EE0669700F95C5878F421BCC3A2351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m35FF264E76346A973A7FC486B2134DCE766676DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_mAA7CFA2071E3BA33B41C593602CA3553F661627C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; uint32_t V_6 = 0; uint32_t V_7 = 0; uint32_t V_8 = 0; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 V_9; memset((&V_9), 0, sizeof(V_9)); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* V_10 = NULL; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* V_11 = NULL; NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* V_12 = NULL; NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* V_13 = NULL; String_t* V_14 = NULL; bool V_15 = false; bool V_16 = false; bool V_17 = false; int32_t V_18 = 0; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 V_19; memset((&V_19), 0, sizeof(V_19)); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 V_20; memset((&V_20), 0, sizeof(V_20)); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 V_21; memset((&V_21), 0, sizeof(V_21)); intptr_t V_22; memset((&V_22), 0, sizeof(V_22)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_23 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_24 = NULL; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_25; memset((&V_25), 0, sizeof(V_25)); String_t* G_B3_0 = NULL; String_t* G_B8_0 = NULL; String_t* G_B11_0 = NULL; String_t* G_B14_0 = NULL; Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * G_B42_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B42_1 = NULL; Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * G_B41_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B41_1 = NULL; Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * G_B47_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B47_1 = NULL; Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * G_B46_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B46_1 = NULL; { // var name = attribute?.name; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_0 = ___attribute1; if (L_0) { goto IL_0006; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_000c; } IL_0006: { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_1 = ___attribute1; NullCheck(L_1); String_t* L_2; L_2 = InputControlAttribute_get_name_m3F1A3B6E5AD8B1204AC6CA8B797AF54FAB67640E_inline(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; // if (string.IsNullOrEmpty(name)) String_t* L_3 = V_0; bool L_4; L_4 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001c; } } { // name = member.Name; MemberInfo_t * L_5 = ___member0; NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); V_0 = L_6; } IL_001c: { // var isModifyingChildControlByPath = name.IndexOf('/') != -1; String_t* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_7, ((int32_t)47), /*hidden argument*/NULL); V_1 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); // var displayName = attribute?.displayName; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_9 = ___attribute1; if (L_9) { goto IL_0031; } } { G_B8_0 = ((String_t*)(NULL)); goto IL_0037; } IL_0031: { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_10 = ___attribute1; NullCheck(L_10); String_t* L_11; L_11 = InputControlAttribute_get_displayName_mFF7BC4D8925CE539C3E8FADE741A7342DE27600F_inline(L_10, /*hidden argument*/NULL); G_B8_0 = L_11; } IL_0037: { V_2 = G_B8_0; // var shortDisplayName = attribute?.shortDisplayName; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_12 = ___attribute1; if (L_12) { goto IL_003e; } } { G_B11_0 = ((String_t*)(NULL)); goto IL_0044; } IL_003e: { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_13 = ___attribute1; NullCheck(L_13); String_t* L_14; L_14 = InputControlAttribute_get_shortDisplayName_mFDD806CB369D26BD40BC3C113582D39D562D163D_inline(L_13, /*hidden argument*/NULL); G_B11_0 = L_14; } IL_0044: { V_3 = G_B11_0; // var layout = attribute?.layout; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_15 = ___attribute1; if (L_15) { goto IL_004b; } } { G_B14_0 = ((String_t*)(NULL)); goto IL_0051; } IL_004b: { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_16 = ___attribute1; NullCheck(L_16); String_t* L_17; L_17 = InputControlAttribute_get_layout_mE86350BE6428A1D0C6E076716EA2F6C7CA6A5CA2_inline(L_16, /*hidden argument*/NULL); G_B14_0 = L_17; } IL_0051: { V_4 = G_B14_0; // if (string.IsNullOrEmpty(layout) && !isModifyingChildControlByPath && // (!(member is FieldInfo) || member.GetCustomAttribute(false) == null)) // Ignore fixed buffer fields. String_t* L_18 = V_4; bool L_19; L_19 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007d; } } { bool L_20 = V_1; if (L_20) { goto IL_007d; } } { MemberInfo_t * L_21 = ___member0; if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_21, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_0070; } } { MemberInfo_t * L_22 = ___member0; FixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C * L_23; L_23 = CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_mBAB3E732C7EE0669700F95C5878F421BCC3A2351(L_22, (bool)0, /*hidden argument*/CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_tA3523076C957FC980B0B4445B25C2D4AA626DC4C_mBAB3E732C7EE0669700F95C5878F421BCC3A2351_RuntimeMethod_var); if (L_23) { goto IL_007d; } } IL_0070: { // var valueType = TypeHelpers.GetValueType(member); MemberInfo_t * L_24 = ___member0; Type_t * L_25; L_25 = TypeHelpers_GetValueType_mEB87F669D3BE5244997786CEE894A4CA9CFFB9E1(L_24, /*hidden argument*/NULL); // layout = InferLayoutFromValueType(valueType); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); String_t* L_26; L_26 = InputControlLayout_InferLayoutFromValueType_mA70B6C0FF044FF04F12B5EB250387002ED880F3A(L_25, /*hidden argument*/NULL); V_4 = L_26; } IL_007d: { // string variants = null; V_5 = (String_t*)NULL; // if (attribute != null && !string.IsNullOrEmpty(attribute.variants)) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_27 = ___attribute1; if (!L_27) { goto IL_0098; } } { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_28 = ___attribute1; NullCheck(L_28); String_t* L_29; L_29 = InputControlAttribute_get_variants_m48EBEC5433E94809AAFDC50675D812CFA8539791_inline(L_28, /*hidden argument*/NULL); bool L_30; L_30 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0098; } } { // variants = attribute.variants; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_31 = ___attribute1; NullCheck(L_31); String_t* L_32; L_32 = InputControlAttribute_get_variants_m48EBEC5433E94809AAFDC50675D812CFA8539791_inline(L_31, /*hidden argument*/NULL); V_5 = L_32; } IL_0098: { // var offset = InputStateBlock.InvalidOffset; V_6 = (-1); // if (attribute != null && attribute.offset != InputStateBlock.InvalidOffset) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_33 = ___attribute1; if (!L_33) { goto IL_00b1; } } { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_34 = ___attribute1; NullCheck(L_34); uint32_t L_35; L_35 = InputControlAttribute_get_offset_m1CDE3836C58B3C5EF8C097BD00A6356A7B59C7C4_inline(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00b1; } } { // offset = attribute.offset; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_36 = ___attribute1; NullCheck(L_36); uint32_t L_37; L_37 = InputControlAttribute_get_offset_m1CDE3836C58B3C5EF8C097BD00A6356A7B59C7C4_inline(L_36, /*hidden argument*/NULL); V_6 = L_37; goto IL_00d8; } IL_00b1: { // else if (member is FieldInfo && !isModifyingChildControlByPath) MemberInfo_t * L_38 = ___member0; if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_38, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_00d8; } } { bool L_39 = V_1; if (L_39) { goto IL_00d8; } } { // offset = (uint)Marshal.OffsetOf(member.DeclaringType, member.Name).ToInt32(); MemberInfo_t * L_40 = ___member0; NullCheck(L_40); Type_t * L_41; L_41 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_40); MemberInfo_t * L_42 = ___member0; NullCheck(L_42); String_t* L_43; L_43 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_44; L_44 = Marshal_OffsetOf_mE292448ABCA35B04D1B90ED68EC0F8AD54B3559C(L_41, L_43, /*hidden argument*/NULL); V_22 = (intptr_t)L_44; int32_t L_45; L_45 = IntPtr_ToInt32_m94C1C0E438A3B7E040B0A087FDDC0D4F90BABB08((intptr_t*)(&V_22), /*hidden argument*/NULL); V_6 = L_45; } IL_00d8: { // var bit = InputStateBlock.InvalidOffset; V_7 = (-1); // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_46 = ___attribute1; if (!L_46) { goto IL_00e6; } } { // bit = attribute.bit; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_47 = ___attribute1; NullCheck(L_47); uint32_t L_48; L_48 = InputControlAttribute_get_bit_m5189AC9BA7198BFD3DFB7870B06636DCABCDC128_inline(L_47, /*hidden argument*/NULL); V_7 = L_48; } IL_00e6: { // var sizeInBits = 0u; V_8 = 0; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_49 = ___attribute1; if (!L_49) { goto IL_00f4; } } { // sizeInBits = attribute.sizeInBits; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_50 = ___attribute1; NullCheck(L_50); uint32_t L_51; L_51 = InputControlAttribute_get_sizeInBits_mCFA5F11B50E7966FAF2E13BAA40DCF7D22FDA010_inline(L_50, /*hidden argument*/NULL); V_8 = L_51; } IL_00f4: { // var format = new FourCC(); il2cpp_codegen_initobj((&V_9), sizeof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )); // if (attribute != null && !string.IsNullOrEmpty(attribute.format)) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_52 = ___attribute1; if (!L_52) { goto IL_011b; } } { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_53 = ___attribute1; NullCheck(L_53); String_t* L_54; L_54 = InputControlAttribute_get_format_m9D0E76150737B13D6F2755926726C1F0FC27859F_inline(L_53, /*hidden argument*/NULL); bool L_55; L_55 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_54, /*hidden argument*/NULL); if (L_55) { goto IL_011b; } } { // format = new FourCC(attribute.format); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_56 = ___attribute1; NullCheck(L_56); String_t* L_57; L_57 = InputControlAttribute_get_format_m9D0E76150737B13D6F2755926726C1F0FC27859F_inline(L_56, /*hidden argument*/NULL); FourCC__ctor_mBF587BBA40E731075FD373350692B099FED3A3D1((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 *)(&V_9), L_57, /*hidden argument*/NULL); goto IL_0130; } IL_011b: { // else if (!isModifyingChildControlByPath && bit == InputStateBlock.InvalidOffset) bool L_58 = V_1; if (L_58) { goto IL_0130; } } { uint32_t L_59 = V_7; if ((!(((uint32_t)L_59) == ((uint32_t)(-1))))) { goto IL_0130; } } { // var valueType = TypeHelpers.GetValueType(member); MemberInfo_t * L_60 = ___member0; Type_t * L_61; L_61 = TypeHelpers_GetValueType_mEB87F669D3BE5244997786CEE894A4CA9CFFB9E1(L_60, /*hidden argument*/NULL); // format = InputStateBlock.GetPrimitiveFormatFromType(valueType); IL2CPP_RUNTIME_CLASS_INIT(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_62; L_62 = InputStateBlock_GetPrimitiveFormatFromType_m6E904EDD8A89909EE24A58A8B6F31411F8296128(L_61, /*hidden argument*/NULL); V_9 = L_62; } IL_0130: { // InternedString[] aliases = null; V_10 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_63 = ___attribute1; if (!L_63) { goto IL_017a; } } { // var joined = ArrayHelpers.Join(attribute.alias, attribute.aliases); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_64 = ___attribute1; NullCheck(L_64); String_t* L_65; L_65 = InputControlAttribute_get_alias_m335700058F61A3497689731A14438BC6509C2476_inline(L_64, /*hidden argument*/NULL); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_66 = ___attribute1; NullCheck(L_66); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_67; L_67 = InputControlAttribute_get_aliases_m0560178E882F10856DC63F67F5974DC42E4036B6_inline(L_66, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_68; L_68 = ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB(L_65, L_67, /*hidden argument*/ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB_RuntimeMethod_var); V_23 = L_68; // if (joined != null) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_69 = V_23; if (!L_69) { goto IL_017a; } } { // aliases = joined.Select(x => new InternedString(x)).ToArray(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_70 = V_23; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_71 = ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->get_U3CU3E9__75_0_2(); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_72 = L_71; G_B41_0 = L_72; G_B41_1 = L_70; if (L_72) { G_B42_0 = L_72; G_B42_1 = L_70; goto IL_016e; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 * L_73 = ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_74 = (Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 *)il2cpp_codegen_object_new(Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4_il2cpp_TypeInfo_var); Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872(L_74, L_73, (intptr_t)((intptr_t)U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m35FF264E76346A973A7FC486B2134DCE766676DF_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872_RuntimeMethod_var); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_75 = L_74; ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->set_U3CU3E9__75_0_2(L_75); G_B42_0 = L_75; G_B42_1 = G_B41_1; } IL_016e: { RuntimeObject* L_76; L_76 = Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC((RuntimeObject*)(RuntimeObject*)G_B42_1, G_B42_0, /*hidden argument*/Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC_RuntimeMethod_var); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_77; L_77 = Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA(L_76, /*hidden argument*/Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_RuntimeMethod_var); V_10 = L_77; } IL_017a: { // InternedString[] usages = null; V_11 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_78 = ___attribute1; if (!L_78) { goto IL_01c4; } } { // var joined = ArrayHelpers.Join(attribute.usage, attribute.usages); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_79 = ___attribute1; NullCheck(L_79); String_t* L_80; L_80 = InputControlAttribute_get_usage_mDEF4BECD896FCB9AD3C00882DABC43263190E4FD_inline(L_79, /*hidden argument*/NULL); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_81 = ___attribute1; NullCheck(L_81); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_82; L_82 = InputControlAttribute_get_usages_mA5ACEAC618A3EDECB3A6C210579163EF121F1393_inline(L_81, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_83; L_83 = ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB(L_80, L_82, /*hidden argument*/ArrayHelpers_Join_TisString_t_m0B90E61AEC548F446B7D432347D68F01C284A2DB_RuntimeMethod_var); V_24 = L_83; // if (joined != null) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_84 = V_24; if (!L_84) { goto IL_01c4; } } { // usages = joined.Select(x => new InternedString(x)).ToArray(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_85 = V_24; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_86 = ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->get_U3CU3E9__75_1_3(); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_87 = L_86; G_B46_0 = L_87; G_B46_1 = L_85; if (L_87) { G_B47_0 = L_87; G_B47_1 = L_85; goto IL_01b8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var); U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11 * L_88 = ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_89 = (Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 *)il2cpp_codegen_object_new(Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4_il2cpp_TypeInfo_var); Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872(L_89, L_88, (intptr_t)((intptr_t)U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_mAA7CFA2071E3BA33B41C593602CA3553F661627C_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mF6C07D8D6D081755B860BBF96BDB6A6415B42872_RuntimeMethod_var); Func_2_tACBAABEC64E9B7BE7BEEA2621FC3EA7E2EEDFAF4 * L_90 = L_89; ((U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t045D14D93E0618A96C157C1BCC94C1DEDA599E11_il2cpp_TypeInfo_var))->set_U3CU3E9__75_1_3(L_90); G_B47_0 = L_90; G_B47_1 = G_B46_1; } IL_01b8: { RuntimeObject* L_91; L_91 = Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC((RuntimeObject*)(RuntimeObject*)G_B47_1, G_B47_0, /*hidden argument*/Enumerable_Select_TisString_t_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m16F9F949D417C843EDFFC92570F7D6CFAC967EFC_RuntimeMethod_var); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_92; L_92 = Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA(L_91, /*hidden argument*/Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_RuntimeMethod_var); V_11 = L_92; } IL_01c4: { // NamedValue[] parameters = null; V_12 = (NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391*)NULL; // if (attribute != null && !string.IsNullOrEmpty(attribute.parameters)) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_93 = ___attribute1; if (!L_93) { goto IL_01e4; } } { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_94 = ___attribute1; NullCheck(L_94); String_t* L_95; L_95 = InputControlAttribute_get_parameters_mCA2F96E84FA9AC0FF7D8AF4E55210CCE5050DB8D_inline(L_94, /*hidden argument*/NULL); bool L_96; L_96 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_95, /*hidden argument*/NULL); if (L_96) { goto IL_01e4; } } { // parameters = NamedValue.ParseMultiple(attribute.parameters); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_97 = ___attribute1; NullCheck(L_97); String_t* L_98; L_98 = InputControlAttribute_get_parameters_mCA2F96E84FA9AC0FF7D8AF4E55210CCE5050DB8D_inline(L_97, /*hidden argument*/NULL); NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* L_99; L_99 = NamedValue_ParseMultiple_m219B9C9F728A7675097A43927B90670C8C0B64BE(L_98, /*hidden argument*/NULL); V_12 = L_99; } IL_01e4: { // NameAndParameters[] processors = null; V_13 = (NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)NULL; // if (attribute != null && !string.IsNullOrEmpty(attribute.processors)) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_100 = ___attribute1; if (!L_100) { goto IL_0209; } } { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_101 = ___attribute1; NullCheck(L_101); String_t* L_102; L_102 = InputControlAttribute_get_processors_m7E5C10231BC8D956129E10D2FF51819BA9C1386D_inline(L_101, /*hidden argument*/NULL); bool L_103; L_103 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_102, /*hidden argument*/NULL); if (L_103) { goto IL_0209; } } { // processors = NameAndParameters.ParseMultiple(attribute.processors).ToArray(); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_104 = ___attribute1; NullCheck(L_104); String_t* L_105; L_105 = InputControlAttribute_get_processors_m7E5C10231BC8D956129E10D2FF51819BA9C1386D_inline(L_104, /*hidden argument*/NULL); RuntimeObject* L_106; L_106 = NameAndParameters_ParseMultiple_m3E8300D442E98EF2D7AEA44E1FBCDB6C02FB091D(L_105, /*hidden argument*/NULL); NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_107; L_107 = Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7(L_106, /*hidden argument*/Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_RuntimeMethod_var); V_13 = L_107; } IL_0209: { // string useStateFrom = null; V_14 = (String_t*)NULL; // if (attribute != null && !string.IsNullOrEmpty(attribute.useStateFrom)) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_108 = ___attribute1; if (!L_108) { goto IL_0224; } } { InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_109 = ___attribute1; NullCheck(L_109); String_t* L_110; L_110 = InputControlAttribute_get_useStateFrom_m23F76928B1001E1A5C9FC891666A9CA77284F1DA_inline(L_109, /*hidden argument*/NULL); bool L_111; L_111 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_110, /*hidden argument*/NULL); if (L_111) { goto IL_0224; } } { // useStateFrom = attribute.useStateFrom; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_112 = ___attribute1; NullCheck(L_112); String_t* L_113; L_113 = InputControlAttribute_get_useStateFrom_m23F76928B1001E1A5C9FC891666A9CA77284F1DA_inline(L_112, /*hidden argument*/NULL); V_14 = L_113; } IL_0224: { // var isNoisy = false; V_15 = (bool)0; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_114 = ___attribute1; if (!L_114) { goto IL_0232; } } { // isNoisy = attribute.noisy; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_115 = ___attribute1; NullCheck(L_115); bool L_116; L_116 = InputControlAttribute_get_noisy_m9DD698B683D5DE1D82D526B7D4AB1A89C05F6DEF_inline(L_115, /*hidden argument*/NULL); V_15 = L_116; } IL_0232: { // var dontReset = false; V_16 = (bool)0; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_117 = ___attribute1; if (!L_117) { goto IL_0240; } } { // dontReset = attribute.dontReset; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_118 = ___attribute1; NullCheck(L_118); bool L_119; L_119 = InputControlAttribute_get_dontReset_mFFD276CC2D72290F7FAC014FA6D5DE8111384D4F_inline(L_118, /*hidden argument*/NULL); V_16 = L_119; } IL_0240: { // var isSynthetic = false; V_17 = (bool)0; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_120 = ___attribute1; if (!L_120) { goto IL_024e; } } { // isSynthetic = attribute.synthetic; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_121 = ___attribute1; NullCheck(L_121); bool L_122; L_122 = InputControlAttribute_get_synthetic_m368A197FB6DCFD5BBD26383FC1524A24CE43A741_inline(L_121, /*hidden argument*/NULL); V_17 = L_122; } IL_024e: { // var arraySize = 0; V_18 = 0; // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_123 = ___attribute1; if (!L_123) { goto IL_025c; } } { // arraySize = attribute.arraySize; InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_124 = ___attribute1; NullCheck(L_124); int32_t L_125; L_125 = InputControlAttribute_get_arraySize_mFAF1FB5F10297F31088998A00CE45E8483FA115C_inline(L_124, /*hidden argument*/NULL); V_18 = L_125; } IL_025c: { // var defaultState = new PrimitiveValue(); il2cpp_codegen_initobj((&V_19), sizeof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 )); // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_126 = ___attribute1; if (!L_126) { goto IL_0274; } } { // defaultState = PrimitiveValue.FromObject(attribute.defaultState); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_127 = ___attribute1; NullCheck(L_127); RuntimeObject * L_128; L_128 = InputControlAttribute_get_defaultState_mC0138D14C0B4DC9C0FB1F03A75E02BDE1E61185B_inline(L_127, /*hidden argument*/NULL); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_129; L_129 = PrimitiveValue_FromObject_m8DCBB9C8F249D600DA2CA3C4A6612D48A28CD707(L_128, /*hidden argument*/NULL); V_19 = L_129; } IL_0274: { // var minValue = new PrimitiveValue(); il2cpp_codegen_initobj((&V_20), sizeof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 )); // var maxValue = new PrimitiveValue(); il2cpp_codegen_initobj((&V_21), sizeof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 )); // if (attribute != null) InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_130 = ___attribute1; if (!L_130) { goto IL_02a1; } } { // minValue = PrimitiveValue.FromObject(attribute.minValue); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_131 = ___attribute1; NullCheck(L_131); RuntimeObject * L_132; L_132 = InputControlAttribute_get_minValue_mA8467185C4CF576AD8485D57A036639F810F80F0_inline(L_131, /*hidden argument*/NULL); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_133; L_133 = PrimitiveValue_FromObject_m8DCBB9C8F249D600DA2CA3C4A6612D48A28CD707(L_132, /*hidden argument*/NULL); V_20 = L_133; // maxValue = PrimitiveValue.FromObject(attribute.maxValue); InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * L_134 = ___attribute1; NullCheck(L_134); RuntimeObject * L_135; L_135 = InputControlAttribute_get_maxValue_m8A64EA27BAA6C4486D69776CCDC62E3D14804A18_inline(L_134, /*hidden argument*/NULL); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_136; L_136 = PrimitiveValue_FromObject_m8DCBB9C8F249D600DA2CA3C4A6612D48A28CD707(L_135, /*hidden argument*/NULL); V_21 = L_136; } IL_02a1: { // return new ControlItem // { // name = new InternedString(name), // displayName = displayName, // shortDisplayName = shortDisplayName, // layout = new InternedString(layout), // variants = new InternedString(variants), // useStateFrom = useStateFrom, // format = format, // offset = offset, // bit = bit, // sizeInBits = sizeInBits, // parameters = new ReadOnlyArray(parameters), // processors = new ReadOnlyArray(processors), // usages = new ReadOnlyArray(usages), // aliases = new ReadOnlyArray(aliases), // isModifyingExistingControl = isModifyingChildControlByPath, // isFirstDefinedInThisLayout = true, // isNoisy = isNoisy, // dontReset = dontReset, // isSynthetic = isSynthetic, // arraySize = arraySize, // defaultState = defaultState, // minValue = minValue, // maxValue = maxValue, // }; il2cpp_codegen_initobj((&V_25), sizeof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )); String_t* L_137 = V_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_138; memset((&L_138), 0, sizeof(L_138)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_138), L_137, /*hidden argument*/NULL); ControlItem_set_name_mD11795A344C03C4DB28B27764B0A16CD2719DC42_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_138, /*hidden argument*/NULL); String_t* L_139 = V_2; ControlItem_set_displayName_m15530529C10A612AA4E25CE10DF67AAEE1ECC576_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_139, /*hidden argument*/NULL); String_t* L_140 = V_3; ControlItem_set_shortDisplayName_mB6E9992ABF0AEDB81E2E12B816B314CCC8704518_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_140, /*hidden argument*/NULL); String_t* L_141 = V_4; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_142; memset((&L_142), 0, sizeof(L_142)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_142), L_141, /*hidden argument*/NULL); ControlItem_set_layout_m9D23776F129FC89393E4972EC6C6763150F5C124_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_142, /*hidden argument*/NULL); String_t* L_143 = V_5; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_144; memset((&L_144), 0, sizeof(L_144)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_144), L_143, /*hidden argument*/NULL); ControlItem_set_variants_m59A64C45589B42083437AE31044AC29DD57B576B_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_144, /*hidden argument*/NULL); String_t* L_145 = V_14; ControlItem_set_useStateFrom_mCC50D765268B9B5958D73128F73107ACD81417E4_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_145, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_146 = V_9; ControlItem_set_format_m641905A3CC33CA7B51AFF52A9C27805F81580C50_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_146, /*hidden argument*/NULL); uint32_t L_147 = V_6; ControlItem_set_offset_m1B558EA02C0CBBD0805E58FC58BA5BEDBB61C16E_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_147, /*hidden argument*/NULL); uint32_t L_148 = V_7; ControlItem_set_bit_m7E61DFA10E4ECBB50BC0D616E64CBD4A62B4409C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_148, /*hidden argument*/NULL); uint32_t L_149 = V_8; ControlItem_set_sizeInBits_m191AC08572EF732DE8AE1A3A72EE07041B3008F1_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_149, /*hidden argument*/NULL); NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* L_150 = V_12; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_151; memset((&L_151), 0, sizeof(L_151)); ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09((&L_151), L_150, /*hidden argument*/ReadOnlyArray_1__ctor_m65F033FC145E0EF2FC3D64000474A8A1990B0F09_RuntimeMethod_var); ControlItem_set_parameters_m00027232D0F081AA31ED82E3300E172EAEC1AAEA_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_151, /*hidden argument*/NULL); NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_152 = V_13; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_153; memset((&L_153), 0, sizeof(L_153)); ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178((&L_153), L_152, /*hidden argument*/ReadOnlyArray_1__ctor_mBF5CECD545A1CC04AAB8598F17F5C3ADBD686178_RuntimeMethod_var); ControlItem_set_processors_mFAF4DDCB60542CA5AE558EC2DFB6962EC8CD4A87_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_153, /*hidden argument*/NULL); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_154 = V_11; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_155; memset((&L_155), 0, sizeof(L_155)); ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14((&L_155), L_154, /*hidden argument*/ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_RuntimeMethod_var); ControlItem_set_usages_mDD10B49E4A2643056F4F2FA9771DCD817FF3095B_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_155, /*hidden argument*/NULL); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_156 = V_10; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_157; memset((&L_157), 0, sizeof(L_157)); ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14((&L_157), L_156, /*hidden argument*/ReadOnlyArray_1__ctor_m261BEA5C2F7ED06D9DA51625FD819C48F10EFF14_RuntimeMethod_var); ControlItem_set_aliases_m015605778576766C5A0117C542EECDE35857D8A1_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_157, /*hidden argument*/NULL); bool L_158 = V_1; ControlItem_set_isModifyingExistingControl_m4CDB617E025A6B8F17B4A4E878B7DF08DA1A5C3A((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_158, /*hidden argument*/NULL); ControlItem_set_isFirstDefinedInThisLayout_mDFD95EBDE02D5E7B53C1711DC229E1D00F3A0166((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), (bool)1, /*hidden argument*/NULL); bool L_159 = V_15; ControlItem_set_isNoisy_mE3EE55FEA2692DBFBD09A91C6BEF0D21A41181DC((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_159, /*hidden argument*/NULL); bool L_160 = V_16; ControlItem_set_dontReset_m2C2C731C4034916665F945CC07EC5D2429D1C143((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_160, /*hidden argument*/NULL); bool L_161 = V_17; ControlItem_set_isSynthetic_mBD0B332FAE5E9544689D88CB1DCA933883EDA083((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_161, /*hidden argument*/NULL); int32_t L_162 = V_18; ControlItem_set_arraySize_m1D58E01C0D4943774E1DDBBE98CAD035C781E038_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_162, /*hidden argument*/NULL); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_163 = V_19; ControlItem_set_defaultState_m884E2A947B2342D41156A21523A21A2D75DACC81_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_163, /*hidden argument*/NULL); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_164 = V_20; ControlItem_set_minValue_m2EAD4D8F3206C2FF529BD3DD9B58953D6EA8B776_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_164, /*hidden argument*/NULL); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_165 = V_21; ControlItem_set_maxValue_mB8DE0EF5B2DB0A68E673A17C0E493210607E6982_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_25), L_165, /*hidden argument*/NULL); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_166 = V_25; return L_166; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayout::InferLayoutFromValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_InferLayoutFromValueType_mA70B6C0FF044FF04F12B5EB250387002ED880F3A (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C); s_Il2CppMethodInitialized = true; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_0; memset((&V_0), 0, sizeof(V_0)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_1; memset((&V_1), 0, sizeof(V_1)); { // var layout = s_Layouts.TryFindLayoutForType(type); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); Type_t * L_0 = ___type0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; L_1 = Collection_TryFindLayoutForType_mC84D3FC044E2F243F888F3335424CCCA07072AC9((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), L_0, /*hidden argument*/NULL); V_0 = L_1; // if (layout.IsEmpty()) bool L_2; L_2 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_007d; } } { // var typeName = new InternedString(type.Name); Type_t * L_3 = ___type0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_1), L_4, /*hidden argument*/NULL); // if (s_Layouts.HasLayout(typeName)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_5 = V_1; bool L_6; L_6 = Collection_HasLayout_m93C27EDE028A85DDB26705F50A335D76BD330328((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0033; } } { // layout = typeName; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_7 = V_1; V_0 = L_7; goto IL_007d; } IL_0033: { // else if (type.Name.EndsWith("Control")) Type_t * L_8 = ___type0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); NullCheck(L_9); bool L_10; L_10 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_9, _stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C, /*hidden argument*/NULL); if (!L_10) { goto IL_007d; } } { // typeName = new InternedString(type.Name.Substring(0, type.Name.Length - "Control".Length)); Type_t * L_11 = ___type0; NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11); Type_t * L_13 = ___type0; NullCheck(L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); NullCheck(_stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_17; L_17 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_1), L_17, /*hidden argument*/NULL); // if (s_Layouts.HasLayout(typeName)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_18 = V_1; bool L_19; L_19 = Collection_HasLayout_m93C27EDE028A85DDB26705F50A335D76BD330328((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007d; } } { // layout = typeName; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_20 = V_1; V_0 = L_20; } IL_007d: { // return layout; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_21 = V_0; String_t* L_22; L_22 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_21, /*hidden argument*/NULL); return L_22; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::MergeLayout(UnityEngine.InputSystem.Layouts.InputControlLayout) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_MergeLayout_mEFCE2FEB993FDBD3D7E5A1830EB5E211B8909A72 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m6C8EE378A87E60770EC7947DFD6C97EC7FACEA84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAC9F560CBF9F7663D05C7FD80308F8C84E401C00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB0F694FB21EAFA37F54AAF1A8E121059A999E03C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9D0ED07AA1A8EB0D8E309D072F9AE92D3B7F0099_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_U3CMergeLayoutU3Eb__77_0_m9547D6F0CC17EBC5A0DEE050AE7F01F826EE45B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476); s_Il2CppMethodInitialized = true; } bool V_0 = false; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_1; memset((&V_1), 0, sizeof(V_1)); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 V_2; memset((&V_2), 0, sizeof(V_2)); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * V_3 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_4 = NULL; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * V_5 = NULL; Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 V_6; memset((&V_6), 0, sizeof(V_6)); KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 V_7; memset((&V_7), 0, sizeof(V_7)); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_8; memset((&V_8), 0, sizeof(V_8)); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_9; memset((&V_9), 0, sizeof(V_9)); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_10; memset((&V_10), 0, sizeof(V_10)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_11; memset((&V_11), 0, sizeof(V_11)); bool V_12 = false; int32_t V_13 = 0; String_t* V_14 = NULL; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_15; memset((&V_15), 0, sizeof(V_15)); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B V_16; memset((&V_16), 0, sizeof(V_16)); String_t* V_17 = NULL; String_t* V_18 = NULL; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_19; memset((&V_19), 0, sizeof(V_19)); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_20; memset((&V_20), 0, sizeof(V_20)); int32_t V_21 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_22; memset((&V_22), 0, sizeof(V_22)); int32_t V_23 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_24; memset((&V_24), 0, sizeof(V_24)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B4_0 = NULL; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B3_0 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * G_B5_1 = NULL; { // if (other == null) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_0 = ___other0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(other)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_MergeLayout_mEFCE2FEB993FDBD3D7E5A1830EB5E211B8909A72_RuntimeMethod_var))); } IL_000e: { // m_UpdateBeforeRender = m_UpdateBeforeRender ?? other.m_UpdateBeforeRender; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_2 = __this->get_m_UpdateBeforeRender_7(); V_1 = L_2; bool L_3; L_3 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); G_B3_0 = __this; if (L_3) { G_B4_0 = __this; goto IL_0027; } } { InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_4 = ___other0; NullCheck(L_4); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_5 = L_4->get_m_UpdateBeforeRender_7(); G_B5_0 = L_5; G_B5_1 = G_B3_0; goto IL_0028; } IL_0027: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_6 = V_1; G_B5_0 = L_6; G_B5_1 = G_B4_0; } IL_0028: { NullCheck(G_B5_1); G_B5_1->set_m_UpdateBeforeRender_7(G_B5_0); // if (m_Variants.IsEmpty()) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * L_7 = __this->get_address_of_m_Variants_4(); bool L_8; L_8 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0046; } } { // m_Variants = other.m_Variants; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_9 = ___other0; NullCheck(L_9); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_10 = L_9->get_m_Variants_4(); __this->set_m_Variants_4(L_10); } IL_0046: { // if (m_Type == null) Type_t * L_11 = __this->get_m_Type_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_12; L_12 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0062; } } { // m_Type = other.m_Type; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_13 = ___other0; NullCheck(L_13); Type_t * L_14 = L_13->get_m_Type_3(); __this->set_m_Type_3(L_14); goto IL_0081; } IL_0062: { // else if (m_Type.IsAssignableFrom(other.m_Type)) Type_t * L_15 = __this->get_m_Type_3(); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_16 = ___other0; NullCheck(L_16); Type_t * L_17 = L_16->get_m_Type_3(); NullCheck(L_15); bool L_18; L_18 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_17); if (!L_18) { goto IL_0081; } } { // m_Type = other.m_Type; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_19 = ___other0; NullCheck(L_19); Type_t * L_20 = L_19->get_m_Type_3(); __this->set_m_Type_3(L_20); } IL_0081: { // var layoutIsTargetingSpecificVariants = !m_Variants.IsEmpty(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * L_21 = __this->get_address_of_m_Variants_4(); bool L_22; L_22 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_21, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0); // if (m_StateFormat == new FourCC()) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_23 = __this->get_m_StateFormat_5(); il2cpp_codegen_initobj((&V_2), sizeof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_24 = V_2; bool L_25; L_25 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00b2; } } { // m_StateFormat = other.m_StateFormat; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_26 = ___other0; NullCheck(L_26); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_27 = L_26->get_m_StateFormat_5(); __this->set_m_StateFormat_5(L_27); } IL_00b2: { // m_CommonUsages = ArrayHelpers.Merge(other.m_CommonUsages, m_CommonUsages); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_28 = ___other0; NullCheck(L_28); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_29 = L_28->get_m_CommonUsages_10(); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_30 = __this->get_m_CommonUsages_10(); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_31; L_31 = ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F(L_29, L_30, /*hidden argument*/ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F_RuntimeMethod_var); __this->set_m_CommonUsages_10(L_31); // m_AppliedOverrides.Merge(other.m_AppliedOverrides); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * L_32 = __this->get_address_of_m_AppliedOverrides_9(); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_33 = ___other0; NullCheck(L_33); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB L_34 = L_33->get_m_AppliedOverrides_9(); InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C((InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB *)L_32, L_34, /*hidden argument*/InlinedArray_1_Merge_m55A058178C9C259FC2F64391CC7575F9AB1BBB7C_RuntimeMethod_var); // if (string.IsNullOrEmpty(m_DisplayName)) String_t* L_35 = __this->get_m_DisplayName_12(); bool L_36; L_36 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00f3; } } { // m_DisplayName = other.m_DisplayName; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_37 = ___other0; NullCheck(L_37); String_t* L_38 = L_37->get_m_DisplayName_12(); __this->set_m_DisplayName_12(L_38); } IL_00f3: { // if (m_Controls == null) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_39 = __this->get_m_Controls_11(); if (L_39) { goto IL_0108; } } { // m_Controls = other.m_Controls; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_40 = ___other0; NullCheck(L_40); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_41 = L_40->get_m_Controls_11(); __this->set_m_Controls_11(L_41); // } return; } IL_0108: { // else if (other.m_Controls != null) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_42 = ___other0; NullCheck(L_42); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_43 = L_42->get_m_Controls_11(); if (!L_43) { goto IL_043c; } } { // var baseControls = other.m_Controls; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_44 = ___other0; NullCheck(L_44); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_45 = L_44->get_m_Controls_11(); // var controls = new List(); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_46 = (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *)il2cpp_codegen_object_new(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_il2cpp_TypeInfo_var); List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82(L_46, /*hidden argument*/List_1__ctor_m340307B4D2B160C0970D96268D58DD97F200DC82_RuntimeMethod_var); V_3 = L_46; // var baseControlVariants = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_47 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_47, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_4 = L_47; // var baseControlTable = CreateLookupTableForControls(baseControls, baseControlVariants); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_48 = V_4; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_49; L_49 = InputControlLayout_CreateLookupTableForControls_m5FAFB1A2A3B9F6C1FA940A60A79ED7C71F9E596F(L_45, L_48, /*hidden argument*/NULL); V_5 = L_49; // var thisControlTable = CreateLookupTableForControls(m_Controls); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_50 = __this->get_m_Controls_11(); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_51; L_51 = InputControlLayout_CreateLookupTableForControls_m5FAFB1A2A3B9F6C1FA940A60A79ED7C71F9E596F(L_50, (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)NULL, /*hidden argument*/NULL); // foreach (var pair in thisControlTable) NullCheck(L_51); Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 L_52; L_52 = Dictionary_2_GetEnumerator_m6C8EE378A87E60770EC7947DFD6C97EC7FACEA84(L_51, /*hidden argument*/Dictionary_2_GetEnumerator_m6C8EE378A87E60770EC7947DFD6C97EC7FACEA84_RuntimeMethod_var); V_6 = L_52; } IL_0142: try { // begin try (depth: 1) { goto IL_0378; } IL_0147: { // foreach (var pair in thisControlTable) KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 L_53; L_53 = Enumerator_get_Current_m9D0ED07AA1A8EB0D8E309D072F9AE92D3B7F0099_inline((Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 *)(&V_6), /*hidden argument*/Enumerator_get_Current_m9D0ED07AA1A8EB0D8E309D072F9AE92D3B7F0099_RuntimeMethod_var); V_7 = L_53; // if (baseControlTable.TryGetValue(pair.Key, out var baseControlItem)) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_54 = V_5; String_t* L_55; L_55 = KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_RuntimeMethod_var); NullCheck(L_54); bool L_56; L_56 = Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1(L_54, L_55, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); if (!L_56) { goto IL_0192; } } IL_0162: { // var mergedLayout = pair.Value.Merge(baseControlItem); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_57; L_57 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_57; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_58 = V_8; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_59; L_59 = ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), L_58, /*hidden argument*/NULL); V_9 = L_59; // controls.Add(mergedLayout); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_60 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_61 = V_9; NullCheck(L_60); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_60, L_61, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); // baseControlTable.Remove(pair.Key); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_62 = V_5; String_t* L_63; L_63 = KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_RuntimeMethod_var); NullCheck(L_62); bool L_64; L_64 = Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA(L_62, L_63, /*hidden argument*/Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA_RuntimeMethod_var); // } goto IL_0378; } IL_0192: { // else if (pair.Value.variants.IsEmpty() || pair.Value.variants == DefaultVariant) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_65; L_65 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_65; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_66; L_66 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), /*hidden argument*/NULL); V_11 = L_66; bool L_67; L_67 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_11), /*hidden argument*/NULL); if (L_67) { goto IL_01cc; } } IL_01ad: { ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_68; L_68 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_68; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_69; L_69 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_70; L_70 = InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C_inline(/*hidden argument*/NULL); bool L_71; L_71 = InternedString_op_Equality_m0D791451F3BDC84D2EBA0F98EA847F781D1F4FA0(L_69, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_02eb; } } IL_01cc: { // var isTargetingVariants = false; V_12 = (bool)0; // if (layoutIsTargetingSpecificVariants) bool L_72 = V_0; if (!L_72) { goto IL_025a; } } IL_01d5: { // for (var i = 0; i < baseControlVariants.Count; ++i) V_13 = 0; goto IL_024d; } IL_01da: { // if (VariantsMatch(m_Variants.ToLower(), baseControlVariants[i])) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * L_73 = __this->get_address_of_m_Variants_4(); String_t* L_74; L_74 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_73, /*hidden argument*/NULL); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_75 = V_4; int32_t L_76 = V_13; NullCheck(L_75); String_t* L_77; L_77 = List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_inline(L_75, L_76, /*hidden argument*/List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); bool L_78; L_78 = InputControlLayout_VariantsMatch_m59C1CB802A96C5E4C21ED3B30AFDE980BF7C2B94(L_74, L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_0247; } } IL_01f5: { // var key = $"{pair.Key}@{baseControlVariants[i]}"; String_t* L_79; L_79 = KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_80 = V_4; int32_t L_81 = V_13; NullCheck(L_80); String_t* L_82; L_82 = List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_inline(L_80, L_81, /*hidden argument*/List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var); String_t* L_83; L_83 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_79, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_82, /*hidden argument*/NULL); V_14 = L_83; // if (baseControlTable.TryGetValue(key, out baseControlItem)) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_84 = V_5; String_t* L_85 = V_14; NullCheck(L_84); bool L_86; L_86 = Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1(L_84, L_85, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); if (!L_86) { goto IL_0247; } } IL_021e: { // var mergedLayout = pair.Value.Merge(baseControlItem); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_87; L_87 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_87; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_88 = V_8; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_89; L_89 = ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), L_88, /*hidden argument*/NULL); V_15 = L_89; // controls.Add(mergedLayout); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_90 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_91 = V_15; NullCheck(L_90); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_90, L_91, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); // baseControlTable.Remove(key); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_92 = V_5; String_t* L_93 = V_14; NullCheck(L_92); bool L_94; L_94 = Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA(L_92, L_93, /*hidden argument*/Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA_RuntimeMethod_var); // isTargetingVariants = true; V_12 = (bool)1; } IL_0247: { // for (var i = 0; i < baseControlVariants.Count; ++i) int32_t L_95 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_024d: { // for (var i = 0; i < baseControlVariants.Count; ++i) int32_t L_96 = V_13; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_97 = V_4; NullCheck(L_97); int32_t L_98; L_98 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_97, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_96) < ((int32_t)L_98))) { goto IL_01da; } } IL_0258: { // } goto IL_02d2; } IL_025a: { // foreach (var variant in baseControlVariants) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_99 = V_4; NullCheck(L_99); Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B L_100; L_100 = List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF(L_99, /*hidden argument*/List_1_GetEnumerator_m35388695226DE2F7B0B5D0A07016716D6AD9CAEF_RuntimeMethod_var); V_16 = L_100; } IL_0263: try { // begin try (depth: 2) { goto IL_02b9; } IL_0265: { // foreach (var variant in baseControlVariants) String_t* L_101; L_101 = Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_inline((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_16), /*hidden argument*/Enumerator_get_Current_m9B0E356FA9FCFB9B1BECC6D7C5DF5C03309251AA_RuntimeMethod_var); V_17 = L_101; // var key = $"{pair.Key}@{variant}"; String_t* L_102; L_102 = KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m16CE7D46A14B016BAF4D2F3C0F40B97C4D9AB1A4_RuntimeMethod_var); String_t* L_103 = V_17; String_t* L_104; L_104 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_102, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_103, /*hidden argument*/NULL); V_18 = L_104; // if (baseControlTable.TryGetValue(key, out baseControlItem)) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_105 = V_5; String_t* L_106 = V_18; NullCheck(L_105); bool L_107; L_107 = Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1(L_105, L_106, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); if (!L_107) { goto IL_02b9; } } IL_0290: { // var mergedLayout = pair.Value.Merge(baseControlItem); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_108; L_108 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_108; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_109 = V_8; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_110; L_110 = ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), L_109, /*hidden argument*/NULL); V_19 = L_110; // controls.Add(mergedLayout); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_111 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_112 = V_19; NullCheck(L_111); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_111, L_112, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); // baseControlTable.Remove(key); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_113 = V_5; String_t* L_114 = V_18; NullCheck(L_113); bool L_115; L_115 = Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA(L_113, L_114, /*hidden argument*/Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA_RuntimeMethod_var); // isTargetingVariants = true; V_12 = (bool)1; } IL_02b9: { // foreach (var variant in baseControlVariants) bool L_116; L_116 = Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_16), /*hidden argument*/Enumerator_MoveNext_mCE70417061695048D84E473D50556E46B8630F54_RuntimeMethod_var); if (L_116) { goto IL_0265; } } IL_02c2: { IL2CPP_LEAVE(0x2D2, FINALLY_02c4); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02c4; } FINALLY_02c4: { // begin finally (depth: 2) Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7((Enumerator_tCDCE241581BD00D8EDB03C9DC4133A65ADABF67B *)(&V_16), /*hidden argument*/Enumerator_Dispose_m65A91D17CADA79F187F4D68980A9C8640B6C9FC7_RuntimeMethod_var); IL2CPP_END_FINALLY(708) } // end finally (depth: 2) IL2CPP_CLEANUP(708) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D2, IL_02d2) } IL_02d2: { // if (!isTargetingVariants) bool L_117 = V_12; if (L_117) { goto IL_0378; } } IL_02d9: { // controls.Add(pair.Value); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_118 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_119; L_119 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); NullCheck(L_118); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_118, L_119, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); // } goto IL_0378; } IL_02eb: { // else if (baseControlTable.TryGetValue(pair.Value.name.ToLower(), out baseControlItem)) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_120 = V_5; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_121; L_121 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_121; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_122; L_122 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), /*hidden argument*/NULL); V_11 = L_122; String_t* L_123; L_123 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_11), /*hidden argument*/NULL); NullCheck(L_120); bool L_124; L_124 = Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1(L_120, L_123, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); if (!L_124) { goto IL_034e; } } IL_030f: { // var mergedLayout = pair.Value.Merge(baseControlItem); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_125; L_125 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_125; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_126 = V_8; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_127; L_127 = ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), L_126, /*hidden argument*/NULL); V_20 = L_127; // controls.Add(mergedLayout); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_128 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_129 = V_20; NullCheck(L_128); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_128, L_129, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); // baseControlTable.Remove(pair.Value.name.ToLower()); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_130 = V_5; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_131; L_131 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_131; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_132; L_132 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), /*hidden argument*/NULL); V_11 = L_132; String_t* L_133; L_133 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_11), /*hidden argument*/NULL); NullCheck(L_130); bool L_134; L_134 = Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA(L_130, L_133, /*hidden argument*/Dictionary_2_Remove_m748EB6CE2AB5E142BED7FE22F2D5868A3ACEC1AA_RuntimeMethod_var); // } goto IL_0378; } IL_034e: { // else if (VariantsMatch(m_Variants, pair.Value.variants)) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_135 = __this->get_m_Variants_4(); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_136; L_136 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); V_10 = L_136; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_137; L_137 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_10), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); bool L_138; L_138 = InputControlLayout_VariantsMatch_mF371BC5D9CAC27AA7995301048D2ADD658B32C09(L_135, L_137, /*hidden argument*/NULL); if (!L_138) { goto IL_0378; } } IL_036b: { // controls.Add(pair.Value); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_139 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_140; L_140 = KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_inline((KeyValuePair_2_tD0AC065E30026A26C15153B50183BE65BA1E5DA3 *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDC6FD8DD5E13A53389B382B34A225DE4929757A2_RuntimeMethod_var); NullCheck(L_139); List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73(L_139, L_140, /*hidden argument*/List_1_Add_m890FD625FD682C47CC5CCED533A9CFB44EDA4A73_RuntimeMethod_var); } IL_0378: { // foreach (var pair in thisControlTable) bool L_141; L_141 = Enumerator_MoveNext_mB0F694FB21EAFA37F54AAF1A8E121059A999E03C((Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mB0F694FB21EAFA37F54AAF1A8E121059A999E03C_RuntimeMethod_var); if (L_141) { goto IL_0147; } } IL_0384: { IL2CPP_LEAVE(0x394, FINALLY_0386); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0386; } FINALLY_0386: { // begin finally (depth: 1) Enumerator_Dispose_mAC9F560CBF9F7663D05C7FD80308F8C84E401C00((Enumerator_t788F67A48465176796F2F2349B69F282CD6743F7 *)(&V_6), /*hidden argument*/Enumerator_Dispose_mAC9F560CBF9F7663D05C7FD80308F8C84E401C00_RuntimeMethod_var); IL2CPP_END_FINALLY(902) } // end finally (depth: 1) IL2CPP_CLEANUP(902) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x394, IL_0394) } IL_0394: { // if (!layoutIsTargetingSpecificVariants) bool L_142 = V_0; if (L_142) { goto IL_03dc; } } { // var indexStart = controls.Count; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_143 = V_3; NullCheck(L_143); int32_t L_144; L_144 = List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline(L_143, /*hidden argument*/List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); // controls.AddRange(baseControlTable.Values); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_145 = V_3; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_146 = V_5; NullCheck(L_146); ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * L_147; L_147 = Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD(L_146, /*hidden argument*/Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD_RuntimeMethod_var); NullCheck(L_145); List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7(L_145, L_147, /*hidden argument*/List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7_RuntimeMethod_var); // for (var i = indexStart; i < controls.Count; ++i) V_21 = L_144; goto IL_03d0; } IL_03ae: { // var control = controls[i]; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_148 = V_3; int32_t L_149 = V_21; NullCheck(L_148); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_150; L_150 = List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_inline(L_148, L_149, /*hidden argument*/List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var); V_22 = L_150; // control.isFirstDefinedInThisLayout = false; ControlItem_set_isFirstDefinedInThisLayout_mDFD95EBDE02D5E7B53C1711DC229E1D00F3A0166((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_22), (bool)0, /*hidden argument*/NULL); // controls[i] = control; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_151 = V_3; int32_t L_152 = V_21; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_153 = V_22; NullCheck(L_151); List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169(L_151, L_152, L_153, /*hidden argument*/List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_RuntimeMethod_var); // for (var i = indexStart; i < controls.Count; ++i) int32_t L_154 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); } IL_03d0: { // for (var i = indexStart; i < controls.Count; ++i) int32_t L_155 = V_21; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_156 = V_3; NullCheck(L_156); int32_t L_157; L_157 = List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline(L_156, /*hidden argument*/List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); if ((((int32_t)L_155) < ((int32_t)L_157))) { goto IL_03ae; } } { // } goto IL_0430; } IL_03dc: { // var indexStart = controls.Count; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_158 = V_3; NullCheck(L_158); int32_t L_159; L_159 = List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline(L_158, /*hidden argument*/List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); // controls.AddRange( // baseControlTable.Values.Where(x => VariantsMatch(m_Variants, x.variants))); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_160 = V_3; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_161 = V_5; NullCheck(L_161); ValueCollection_t1ED590C910FFA6B4EDD96E2A10005F31216549A9 * L_162; L_162 = Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD(L_161, /*hidden argument*/Dictionary_2_get_Values_mF144F9D1D8C6F6E4C5607F15E7752A312071ACAD_RuntimeMethod_var); Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_163 = (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)il2cpp_codegen_object_new(Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF_il2cpp_TypeInfo_var); Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735(L_163, __this, (intptr_t)((intptr_t)InputControlLayout_U3CMergeLayoutU3Eb__77_0_m9547D6F0CC17EBC5A0DEE050AE7F01F826EE45B5_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m78B37644E8E42BAD85CD45B2C835A7E4E5556735_RuntimeMethod_var); RuntimeObject* L_164; L_164 = Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454(L_162, L_163, /*hidden argument*/Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_RuntimeMethod_var); NullCheck(L_160); List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7(L_160, L_164, /*hidden argument*/List_1_AddRange_m5BE81853542C4E7C761FD17714CA11AC22B407B7_RuntimeMethod_var); // for (var i = indexStart; i < controls.Count; ++i) V_23 = L_159; goto IL_0426; } IL_0404: { // var control = controls[i]; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_165 = V_3; int32_t L_166 = V_23; NullCheck(L_165); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_167; L_167 = List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_inline(L_165, L_166, /*hidden argument*/List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_RuntimeMethod_var); V_24 = L_167; // control.isFirstDefinedInThisLayout = false; ControlItem_set_isFirstDefinedInThisLayout_mDFD95EBDE02D5E7B53C1711DC229E1D00F3A0166((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_24), (bool)0, /*hidden argument*/NULL); // controls[i] = control; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_168 = V_3; int32_t L_169 = V_23; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_170 = V_24; NullCheck(L_168); List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169(L_168, L_169, L_170, /*hidden argument*/List_1_set_Item_mE8226C4AEE5B702DB3B7D1F3A71213052C256169_RuntimeMethod_var); // for (var i = indexStart; i < controls.Count; ++i) int32_t L_171 = V_23; V_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)1)); } IL_0426: { // for (var i = indexStart; i < controls.Count; ++i) int32_t L_172 = V_23; List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_173 = V_3; NullCheck(L_173); int32_t L_174; L_174 = List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_inline(L_173, /*hidden argument*/List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_RuntimeMethod_var); if ((((int32_t)L_172) < ((int32_t)L_174))) { goto IL_0404; } } IL_0430: { // m_Controls = controls.ToArray(); List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * L_175 = V_3; NullCheck(L_175); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_176; L_176 = List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB(L_175, /*hidden argument*/List_1_ToArray_m4BF62AB261578A84A14AD1407FCC5213ADA362FB_RuntimeMethod_var); __this->set_m_Controls_11(L_176); } IL_043c: { // } return; } } // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout::CreateLookupTableForControls(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[],System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * InputControlLayout_CreateLookupTableForControls_m5FAFB1A2A3B9F6C1FA940A60A79ED7C71F9E596F (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___controlItems0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___variants1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476); s_Il2CppMethodInitialized = true; } Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_3; memset((&V_3), 0, sizeof(V_3)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_4; memset((&V_4), 0, sizeof(V_4)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; { // var table = new Dictionary(); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_0 = (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *)il2cpp_codegen_object_new(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341_il2cpp_TypeInfo_var); Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF(L_0, /*hidden argument*/Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF_RuntimeMethod_var); V_0 = L_0; // for (var i = 0; i < controlItems.Length; ++i) V_1 = 0; goto IL_0106; } IL_000d: { // var key = controlItems[i].name.ToLower(); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_1 = ___controlItems0; int32_t L_2 = V_1; NullCheck(L_1); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_3; L_3 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_1)->GetAddressAt(static_cast(L_2))), /*hidden argument*/NULL); V_4 = L_3; String_t* L_4; L_4 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_4), /*hidden argument*/NULL); V_2 = L_4; // var itemVariants = controlItems[i].variants; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_5 = ___controlItems0; int32_t L_6 = V_1; NullCheck(L_5); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_7; L_7 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); V_3 = L_7; // if (!itemVariants.IsEmpty() && itemVariants != DefaultVariant) bool L_8; L_8 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_3), /*hidden argument*/NULL); if (L_8) { goto IL_00f4; } } { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_10; L_10 = InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C_inline(/*hidden argument*/NULL); bool L_11; L_11 = InternedString_op_Inequality_mFCB6E922167245A53F016079F13B8A0E6FBC1D98(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00f4; } } { // if (itemVariants.ToString().IndexOf(VariantSeparator[0]) != -1) String_t* L_12; L_12 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_3), /*hidden argument*/NULL); NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_14; L_14 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_12, L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_00d1; } } { // var itemVariantArray = itemVariants.ToLower().Split(VariantSeparator[0]); String_t* L_15; L_15 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_3), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16; NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(0), (Il2CppChar)L_18); NullCheck(L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19; L_19 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_15, L_17, /*hidden argument*/NULL); // foreach (var name in itemVariantArray) V_5 = L_19; V_6 = 0; goto IL_00c7; } IL_0093: { // foreach (var name in itemVariantArray) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_5; int32_t L_21 = V_6; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); V_7 = L_23; // variants?.Add(name); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_24 = ___variants1; if (!L_24) { goto IL_00a5; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_25 = ___variants1; String_t* L_26 = V_7; NullCheck(L_25); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_25, L_26, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); } IL_00a5: { // key = $"{key}@{name}"; String_t* L_27 = V_2; String_t* L_28 = V_7; String_t* L_29; L_29 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_27, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_28, /*hidden argument*/NULL); V_2 = L_29; // table[key] = controlItems[i]; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_30 = V_0; String_t* L_31 = V_2; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_32 = ___controlItems0; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_30); Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B(L_30, L_31, L_35, /*hidden argument*/Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var); int32_t L_36 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00c7: { // foreach (var name in itemVariantArray) int32_t L_37 = V_6; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = V_5; NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_0093; } } { // continue; goto IL_0102; } IL_00d1: { // key = $"{key}@{itemVariants.ToLower()}"; String_t* L_39 = V_2; String_t* L_40; L_40 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_3), /*hidden argument*/NULL); String_t* L_41; L_41 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_39, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_40, /*hidden argument*/NULL); V_2 = L_41; // variants?.Add(itemVariants.ToLower()); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_42 = ___variants1; if (!L_42) { goto IL_00f4; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_43 = ___variants1; String_t* L_44; L_44 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_3), /*hidden argument*/NULL); NullCheck(L_43); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_43, L_44, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); } IL_00f4: { // table[key] = controlItems[i]; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_45 = V_0; String_t* L_46 = V_2; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_47 = ___controlItems0; int32_t L_48 = V_1; NullCheck(L_47); int32_t L_49 = L_48; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_45); Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B(L_45, L_46, L_50, /*hidden argument*/Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var); } IL_0102: { // for (var i = 0; i < controlItems.Length; ++i) int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_0106: { // for (var i = 0; i < controlItems.Length; ++i) int32_t L_52 = V_1; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_53 = ___controlItems0; NullCheck(L_53); if ((((int32_t)L_52) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))) { goto IL_000d; } } { // return table; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_54 = V_0; return L_54; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_mF371BC5D9CAC27AA7995301048D2ADD658B32C09 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___expected0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___actual1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return VariantsMatch(expected.ToLower(), actual.ToLower()); String_t* L_0; L_0 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___expected0), /*hidden argument*/NULL); String_t* L_1; L_1 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___actual1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); bool L_2; L_2 = InputControlLayout_VariantsMatch_m59C1CB802A96C5E4C21ED3B30AFDE980BF7C2B94(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_m59C1CB802A96C5E4C21ED3B30AFDE980BF7C2B94 (String_t* ___expected0, String_t* ___actual1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } { // if (actual != null && // StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(DefaultVariant, actual, VariantSeparator[0])) String_t* L_0 = ___actual1; if (!L_0) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; L_1 = InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C_inline(/*hidden argument*/NULL); String_t* L_2; L_2 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_1, /*hidden argument*/NULL); String_t* L_3 = ___actual1; NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); bool L_5; L_5 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_2, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0022; } } { // return true; return (bool)1; } IL_0022: { // if (expected == null) String_t* L_6 = ___expected0; if (L_6) { goto IL_0027; } } { // return true; return (bool)1; } IL_0027: { // if (actual == null) String_t* L_7 = ___actual1; if (L_7) { goto IL_002c; } } { // return true; return (bool)1; } IL_002c: { // return StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(expected, actual, VariantSeparator[0]); String_t* L_8 = ___expected0; String_t* L_9 = ___actual1; NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); bool L_11; L_11 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::ParseHeaderFieldsFromJson(System.String,UnityEngine.InputSystem.Utilities.InternedString&,UnityEngine.InputSystem.Utilities.InlinedArray`1&,UnityEngine.InputSystem.Layouts.InputDeviceMatcher&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_ParseHeaderFieldsFromJson_m562BCA6B0FC99EC60C90D0585B4F375FF84ACBE9 (String_t* ___json0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * ___name1, InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * ___baseLayouts2, InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * ___deviceMatcher3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB V_0; memset((&V_0), 0, sizeof(V_0)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { // var header = JsonUtility.FromJson(json); String_t* L_0 = ___json0; LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_1; L_1 = JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8(L_0, /*hidden argument*/JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8_RuntimeMethod_var); V_0 = L_1; // name = new InternedString(header.name); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * L_2 = ___name1; LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_3 = V_0; String_t* L_4 = L_3.get_name_0(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_5; memset((&L_5), 0, sizeof(L_5)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_5), L_4, /*hidden argument*/NULL); *(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_2)->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_2)->___m_StringLowerCase_1), (void*)NULL); #endif // baseLayouts = new InlinedArray(); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * L_6 = ___baseLayouts2; il2cpp_codegen_initobj(L_6, sizeof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB )); // if (!string.IsNullOrEmpty(header.extend)) LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_7 = V_0; String_t* L_8 = L_7.get_extend_1(); bool L_9; L_9 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003e; } } { // baseLayouts.Append(new InternedString(header.extend)); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * L_10 = ___baseLayouts2; LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_11 = V_0; String_t* L_12 = L_11.get_extend_1(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_13; memset((&L_13), 0, sizeof(L_13)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_13), L_12, /*hidden argument*/NULL); int32_t L_14; L_14 = InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2((InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB *)L_10, L_13, /*hidden argument*/InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2_RuntimeMethod_var); } IL_003e: { // if (header.extendMultiple != null) LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_15 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15.get_extendMultiple_2(); if (!L_16) { goto IL_006c; } } { // foreach (var item in header.extendMultiple) LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_17 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17.get_extendMultiple_2(); V_1 = L_18; V_2 = 0; goto IL_0066; } IL_0051: { // foreach (var item in header.extendMultiple) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = V_1; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAt(static_cast(L_21)); V_3 = L_22; // baseLayouts.Append(new InternedString(item)); InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * L_23 = ___baseLayouts2; String_t* L_24 = V_3; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_25; memset((&L_25), 0, sizeof(L_25)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_25), L_24, /*hidden argument*/NULL); int32_t L_26; L_26 = InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2((InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB *)L_23, L_25, /*hidden argument*/InlinedArray_1_Append_m7A6FA2C5A10FF87965B4DC893E2A46B422A361D2_RuntimeMethod_var); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0066: { // foreach (var item in header.extendMultiple) int32_t L_28 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_1; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0051; } } IL_006c: { // deviceMatcher = header.device.ToMatcher(); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * L_30 = ___deviceMatcher3; MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F * L_31 = (&V_0)->get_address_of_device_3(); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 L_32; L_32 = MatcherJson_ToMatcher_m9D64DDEE6ACB63E460BECC5052CDD415ADB00BE2((MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F *)L_31, /*hidden argument*/NULL); *(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)L_30 = L_32; Il2CppCodeGenWriteBarrier((void**)&(((InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)L_30)->___m_Patterns_0), (void*)NULL); // } return; } } // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache& UnityEngine.InputSystem.Layouts.InputControlLayout::get_cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * InputControlLayout_get_cache_m84E6B84C0A763A7A4791E5876F68C8EAF10D520E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ref s_CacheInstance; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); return (Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E *)((((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_CacheInstance_16())); } } // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputControlLayout::CacheRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 InputControlLayout_CacheRef_mE6499AC207F0BD44270545C463324B186E6A2D2D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 V_0; memset((&V_0), 0, sizeof(V_0)); { // ++s_CacheInstanceRef; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); int32_t L_0 = ((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_s_CacheInstanceRef_17(); ((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->set_s_CacheInstanceRef_17(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // return new CacheRefInstance {valid = true}; il2cpp_codegen_initobj((&V_0), sizeof(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 )); (&V_0)->set_valid_0((bool)1); CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 L_1 = V_0; return L_1; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout__cctor_m0B6D2BB6C06001D95EB61CA810BFE8AABEFF2CAA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } { // private static InternedString s_DefaultVariant = new InternedString("Default"); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0; memset((&L_0), 0, sizeof(L_0)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_0), _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, /*hidden argument*/NULL); ((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->set_s_DefaultVariant_0(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::b__77_0(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_U3CMergeLayoutU3Eb__77_0_m9547D6F0CC17EBC5A0DEE050AE7F01F826EE45B5 (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // baseControlTable.Values.Where(x => VariantsMatch(m_Variants, x.variants))); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Variants_4(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; L_1 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___x0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); bool L_2; L_2 = InputControlLayout_VariantsMatch_mF371BC5D9CAC27AA7995301048D2ADD658B32C09(L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public Type stateType { get; set; } Type_t * L_0 = __this->get_U3CstateTypeU3Ek__BackingField_0(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_stateType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_stateType_mB080098B45885F1945A2F2665A634B4E6F3BBC25 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, Type_t * ___value0, const RuntimeMethod* method) { { // public Type stateType { get; set; } Type_t * L_0 = ___value0; __this->set_U3CstateTypeU3Ek__BackingField_0(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_stateFormat_m7523CD6BC477908ABDA943F475D8627DA74FF6BF (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string stateFormat { get; set; } String_t* L_0 = __this->get_U3CstateFormatU3Ek__BackingField_1(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_stateFormat(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_stateFormat_mB7168BDBEA0D541CE42F448BC9D67DDAC7FF1DAB (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string stateFormat { get; set; } String_t* L_0 = ___value0; __this->set_U3CstateFormatU3Ek__BackingField_1(L_0); return; } } // System.String[] UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_commonUsages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlLayoutAttribute_get_commonUsages_m73156554F50714EAFDE67C7C2BEFA94FAA2C55BF (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string[] commonUsages { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_U3CcommonUsagesU3Ek__BackingField_2(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_commonUsages(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_commonUsages_m4898EDD0C790965951717D9438A8F5B4AA1AB9B1 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method) { { // public string[] commonUsages { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___value0; __this->set_U3CcommonUsagesU3Ek__BackingField_2(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_variants() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_variants_m8851CDA5D48067FA6F56899D266570D5A8109901 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string variants { get; set; } String_t* L_0 = __this->get_U3CvariantsU3Ek__BackingField_3(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_variants(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_variants_m87446F9440A7ADF74F36CD1101DB5AC3D9D7DF93 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string variants { get; set; } String_t* L_0 = ___value0; __this->set_U3CvariantsU3Ek__BackingField_3(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isNoisy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isNoisy_m28D711D74DDCC04E731BACAEA5B5F6B74EED370D (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public bool isNoisy { get; set; } bool L_0 = __this->get_U3CisNoisyU3Ek__BackingField_4(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_isNoisy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_isNoisy_m75668B3FE6980B32A7266E6C3B42DFD919CA6267 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, bool ___value0, const RuntimeMethod* method) { { // public bool isNoisy { get; set; } bool L_0 = ___value0; __this->set_U3CisNoisyU3Ek__BackingField_4(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_canRunInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_canRunInBackground_m9DC22875C544D7BF7F159547D79553AD172DCA31 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get => canRunInBackgroundInternal.Value; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of_canRunInBackgroundInternal_5(); bool L_1; L_1 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_1; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_canRunInBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_canRunInBackground_m00E9F47684C5814B941028E606C1FE85968E94B8 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // set => canRunInBackgroundInternal = value; bool L_0 = ___value0; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1; memset((&L_1), 0, sizeof(L_1)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); __this->set_canRunInBackgroundInternal_5(L_1); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_updateBeforeRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_updateBeforeRender_m7B68894759016AB34351F5037EE41BB7061AAB58 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // get => updateBeforeRenderInternal.Value; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of_updateBeforeRenderInternal_6(); bool L_1; L_1 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_1; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_updateBeforeRender(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_updateBeforeRender_m458FBA2AD147DBE17BA9671C8BBAC73CFB24789C (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // set => updateBeforeRenderInternal = value; bool L_0 = ___value0; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1; memset((&L_1), 0, sizeof(L_1)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); __this->set_updateBeforeRenderInternal_6(L_1); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isGenericTypeOfDevice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isGenericTypeOfDevice_m40462D5798331F04AD0873174BB6E635D36B33CB (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public bool isGenericTypeOfDevice { get; set; } bool L_0 = __this->get_U3CisGenericTypeOfDeviceU3Ek__BackingField_7(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_isGenericTypeOfDevice(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_isGenericTypeOfDevice_m9F72281DB145072353EC2CFF1C527299B9234F32 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, bool ___value0, const RuntimeMethod* method) { { // public bool isGenericTypeOfDevice { get; set; } bool L_0 = ___value0; __this->set_U3CisGenericTypeOfDeviceU3Ek__BackingField_7(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_displayName_m31B0EE6C7BC9022A5010C341000F605491CD60B7 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->get_U3CdisplayNameU3Ek__BackingField_8(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_displayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_displayName_m29FDF3A579CAA3EED0F638C8E9F3FC151AD35922 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = ___value0; __this->set_U3CdisplayNameU3Ek__BackingField_8(L_0); return; } } // System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_description_m844569AF1B1561CED3A7DE3EEC7A77955AEE555D (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string description { get; set; } String_t* L_0 = __this->get_U3CdescriptionU3Ek__BackingField_9(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_description(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_description_m67578F2426BFB1CFF997D47B9AB6ED989B73A505 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string description { get; set; } String_t* L_0 = ___value0; __this->set_U3CdescriptionU3Ek__BackingField_9(L_0); return; } } // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_hideInUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_hideInUI_m125A8CE0254A445B7606C803EC24305DE822BDCA (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public bool hideInUI { get; set; } bool L_0 = __this->get_U3ChideInUIU3Ek__BackingField_10(); return L_0; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_hideInUI(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_hideInUI_m2609543269B0FC71822BDD5DF6D3D948E9847883 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, bool ___value0, const RuntimeMethod* method) { { // public bool hideInUI { get; set; } bool L_0 = ___value0; __this->set_U3ChideInUIU3Ek__BackingField_10(L_0); return; } } // System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute__ctor_m8C201473802FDB0442E912B2CCBDF3B0F4C33B36 (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityEngine.InputSystem.InputControlPath::CleanSlashes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_CleanSlashes_mBC857C6748B047E773703DD50ABEB91C87BD0F3A (String_t* ___pathComponent0, const RuntimeMethod* method) { { // return pathComponent.Replace(Separator, SeparatorReplacement); String_t* L_0 = ___pathComponent0; NullCheck(L_0); String_t* L_1; L_1 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_0, ((int32_t)47), ((int32_t)32), /*hidden argument*/NULL); return L_1; } } // System.String UnityEngine.InputSystem.InputControlPath::Combine(UnityEngine.InputSystem.InputControl,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_Combine_mD29B9FBDF6BAEB9E3A93A0914B52FD4D64ED78DB (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { // if (parent == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___parent0; if (L_0) { goto IL_002a; } } { // if (string.IsNullOrEmpty(path)) String_t* L_1 = ___path1; bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0011; } } { // return string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { // if (path[0] != Separator) String_t* L_4 = ___path1; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)47)))) { goto IL_0028; } } { // return Separator + path; String_t* L_6 = ___path1; String_t* L_7; L_7 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_6, /*hidden argument*/NULL); return L_7; } IL_0028: { // return path; String_t* L_8 = ___path1; return L_8; } IL_002a: { // if (string.IsNullOrEmpty(path)) String_t* L_9 = ___path1; bool L_10; L_10 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0039; } } { // return parent.path; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___parent0; NullCheck(L_11); String_t* L_12; L_12 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_11, /*hidden argument*/NULL); return L_12; } IL_0039: { // return $"{parent.path}/{path}"; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = ___parent0; NullCheck(L_13); String_t* L_14; L_14 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_13, /*hidden argument*/NULL); String_t* L_15 = ___path1; String_t* L_16; L_16 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_14, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_15, /*hidden argument*/NULL); return L_16; } } // System.String UnityEngine.InputSystem.InputControlPath::ToHumanReadableString(System.String,UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_ToHumanReadableString_mA47BD5977138A9F3AE96B7B29F700BDC3E56AAC6 (String_t* ___path0, int32_t ___options1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control2, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { // return ToHumanReadableString(path, out _, out _, options, control); String_t* L_0 = ___path0; int32_t L_1 = ___options1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control2; String_t* L_3; L_3 = InputControlPath_ToHumanReadableString_m750054169D7A81FC2BEF82B6593EBEC88ED0A5B8(L_0, (String_t**)(&V_0), (String_t**)(&V_1), L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String UnityEngine.InputSystem.InputControlPath::ToHumanReadableString(System.String,System.String&,System.String&,UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_ToHumanReadableString_m750054169D7A81FC2BEF82B6593EBEC88ED0A5B8 (String_t* ___path0, String_t** ___deviceLayoutName1, String_t** ___controlPath2, int32_t ___options3, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_1; memset((&V_1), 0, sizeof(V_1)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_2 = NULL; String_t* V_3 = NULL; CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 V_4; memset((&V_4), 0, sizeof(V_4)); String_t* V_5 = NULL; String_t* V_6 = NULL; bool V_7 = false; String_t* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B7_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B4_0 = NULL; String_t* G_B12_0 = NULL; { // deviceLayoutName = null; String_t** L_0 = ___deviceLayoutName1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // controlPath = null; String_t** L_1 = ___controlPath2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); // if (string.IsNullOrEmpty(path)) String_t* L_2 = ___path0; bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return string.Empty; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_0014: { // if (control != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control4; if (!L_5) { goto IL_00b3; } } { // var childControl = TryFindControl(control, path); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control4; String_t* L_7 = ___path0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8; L_8 = InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F(L_6, L_7, 0, /*hidden argument*/NULL); // var matchedControl = childControl ?? (Matches(path, control) ? control : null); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = L_8; G_B4_0 = L_9; if (L_9) { G_B7_0 = L_9; goto IL_0037; } } { String_t* L_10 = ___path0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control4; bool L_12; L_12 = InputControlPath_Matches_mDD1750C28430F15F6AA5090CD98D28D610F29179(L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0035; } } { G_B7_0 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)(NULL)); goto IL_0037; } IL_0035: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = ___control4; G_B7_0 = L_13; } IL_0037: { V_2 = G_B7_0; // if (matchedControl != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = V_2; if (!L_14) { goto IL_00b3; } } { // var text = (options & HumanReadableStringOptions.UseShortNames) != 0 && // !string.IsNullOrEmpty(matchedControl.shortDisplayName) // ? matchedControl.shortDisplayName // : matchedControl.displayName; int32_t L_15 = ___options3; if (!((int32_t)((int32_t)L_15&(int32_t)4))) { goto IL_004d; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_16 = V_2; NullCheck(L_16); String_t* L_17; L_17 = InputControl_get_shortDisplayName_mE793715F37AA1ECC524C1D0DB36A689A3AE8D35C(L_16, /*hidden argument*/NULL); bool L_18; L_18 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0055; } } IL_004d: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_19 = V_2; NullCheck(L_19); String_t* L_20; L_20 = InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9(L_19, /*hidden argument*/NULL); G_B12_0 = L_20; goto IL_005b; } IL_0055: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_21 = V_2; NullCheck(L_21); String_t* L_22; L_22 = InputControl_get_shortDisplayName_mE793715F37AA1ECC524C1D0DB36A689A3AE8D35C(L_21, /*hidden argument*/NULL); G_B12_0 = L_22; } IL_005b: { V_3 = G_B12_0; // if ((options & HumanReadableStringOptions.OmitDevice) == 0) int32_t L_23 = ___options3; if (((int32_t)((int32_t)L_23&(int32_t)2))) { goto IL_007d; } } { // text = $"{text} [{matchedControl.device.displayName}]"; String_t* L_24 = V_3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_25 = V_2; NullCheck(L_25); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26; L_26 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27; L_27 = InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9(L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(L_24, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, L_27, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); V_3 = L_28; } IL_007d: { // deviceLayoutName = matchedControl.device.layout; String_t** L_29 = ___deviceLayoutName1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_30 = V_2; NullCheck(L_30); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_31; L_31 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_30, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32; L_32 = InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454(L_31, /*hidden argument*/NULL); *((RuntimeObject **)L_29) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_29, (void*)(RuntimeObject *)L_32); // if (!(matchedControl is InputDevice)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = V_2; if (((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)IsInstClass((RuntimeObject*)L_33, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var))) { goto IL_00b1; } } { // controlPath = matchedControl.path.Substring(matchedControl.device.path.Length + 1); String_t** L_34 = ___controlPath2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_35 = V_2; NullCheck(L_35); String_t* L_36; L_36 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_35, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37 = V_2; NullCheck(L_37); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_38; L_38 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39; L_39 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_41; L_41 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)L_34) = (RuntimeObject *)L_41; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_34, (void*)(RuntimeObject *)L_41); } IL_00b1: { // return text; String_t* L_42 = V_3; return L_42; } IL_00b3: { // var buffer = new StringBuilder(); StringBuilder_t * L_43 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_43, /*hidden argument*/NULL); V_0 = L_43; // var parser = new PathParser(path); String_t* L_44 = ___path0; PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_1), L_44, /*hidden argument*/NULL); // using (InputControlLayout.CacheRef()) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 L_45; L_45 = InputControlLayout_CacheRef_mE6499AC207F0BD44270545C463324B186E6A2D2D(/*hidden argument*/NULL); V_4 = L_45; } IL_00c8: try { // begin try (depth: 1) { // if (parser.MoveToNextComponent()) bool L_46; L_46 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_1), /*hidden argument*/NULL); if (!L_46) { goto IL_014f; } } IL_00d1: { // var device = parser.current.ToHumanReadableString(null, null, out var currentLayoutName, out var _, options); ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_47 = (&V_1)->get_address_of_current_4(); int32_t L_48 = ___options3; String_t* L_49; L_49 = ParsedPathComponent_ToHumanReadableString_m519BBB7981D3119882AE5169F87B3C57D7217E83((ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 *)L_47, (String_t*)NULL, (String_t*)NULL, (String_t**)(&V_6), (String_t**)(&V_8), L_48, /*hidden argument*/NULL); V_5 = L_49; // deviceLayoutName = currentLayoutName; String_t** L_50 = ___deviceLayoutName1; String_t* L_51 = V_6; *((RuntimeObject **)L_50) = (RuntimeObject *)L_51; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_50, (void*)(RuntimeObject *)L_51); // var isFirstControlLevel = true; V_7 = (bool)1; goto IL_011a; } IL_00ef: { // if (!isFirstControlLevel) bool L_52 = V_7; if (L_52) { goto IL_00fc; } } IL_00f3: { // buffer.Append('/'); StringBuilder_t * L_53 = V_0; NullCheck(L_53); StringBuilder_t * L_54; L_54 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_53, ((int32_t)47), /*hidden argument*/NULL); } IL_00fc: { // buffer.Append(parser.current.ToHumanReadableString( // currentLayoutName, controlPath, out currentLayoutName, out controlPath, options)); StringBuilder_t * L_55 = V_0; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_56 = (&V_1)->get_address_of_current_4(); String_t* L_57 = V_6; String_t** L_58 = ___controlPath2; String_t* L_59 = *((String_t**)L_58); String_t** L_60 = ___controlPath2; int32_t L_61 = ___options3; String_t* L_62; L_62 = ParsedPathComponent_ToHumanReadableString_m519BBB7981D3119882AE5169F87B3C57D7217E83((ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 *)L_56, L_57, L_59, (String_t**)(&V_6), (String_t**)L_60, L_61, /*hidden argument*/NULL); NullCheck(L_55); StringBuilder_t * L_63; L_63 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_55, L_62, /*hidden argument*/NULL); // isFirstControlLevel = false; V_7 = (bool)0; } IL_011a: { // while (parser.MoveToNextComponent()) bool L_64; L_64 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_1), /*hidden argument*/NULL); if (L_64) { goto IL_00ef; } } IL_0123: { // if ((options & HumanReadableStringOptions.OmitDevice) == 0 && !string.IsNullOrEmpty(device)) int32_t L_65 = ___options3; if (((int32_t)((int32_t)L_65&(int32_t)2))) { goto IL_014f; } } IL_0128: { String_t* L_66 = V_5; bool L_67; L_67 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_66, /*hidden argument*/NULL); if (L_67) { goto IL_014f; } } IL_0131: { // buffer.Append(" ["); StringBuilder_t * L_68 = V_0; NullCheck(L_68); StringBuilder_t * L_69; L_69 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_68, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, /*hidden argument*/NULL); // buffer.Append(device); StringBuilder_t * L_70 = V_0; String_t* L_71 = V_5; NullCheck(L_70); StringBuilder_t * L_72; L_72 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_70, L_71, /*hidden argument*/NULL); // buffer.Append(']'); StringBuilder_t * L_73 = V_0; NullCheck(L_73); StringBuilder_t * L_74; L_74 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_73, ((int32_t)93), /*hidden argument*/NULL); } IL_014f: { // if (buffer.Length == 0) StringBuilder_t * L_75 = V_0; NullCheck(L_75); int32_t L_76; L_76 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_75, /*hidden argument*/NULL); if (L_76) { goto IL_015c; } } IL_0157: { // return path; String_t* L_77 = ___path0; V_8 = L_77; IL2CPP_LEAVE(0x174, FINALLY_0166); } IL_015c: { // return buffer.ToString(); StringBuilder_t * L_78 = V_0; NullCheck(L_78); String_t* L_79; L_79 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_78); V_8 = L_79; IL2CPP_LEAVE(0x174, FINALLY_0166); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0166; } FINALLY_0166: { // begin finally (depth: 1) CacheRefInstance_Dispose_mA78F80AF748BC6DCA91824F76B2A720AC41A0E31((CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 *)(&V_4), /*hidden argument*/NULL); IL2CPP_END_FINALLY(358) } // end finally (depth: 1) IL2CPP_CLEANUP(358) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x174, IL_0174) } IL_0174: { // } String_t* L_80 = V_8; return L_80; } } // System.String[] UnityEngine.InputSystem.InputControlPath::TryGetDeviceUsages(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlPath_TryGetDeviceUsages_mAA704BA0FE935F1AACB056A9BE13C3972B2645C9 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m523DB06EA3ABEEB5DCA08E73AEA3759328B01585_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_ToArray_TisString_t_mC1D8CBC3948FD984B660EC4DA067DD06B0B00CDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CTryGetDeviceUsagesU3Eb__9_0_mED240A28375FDCFAFCABC14D350EBDD4424B3503_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_0; memset((&V_0), 0, sizeof(V_0)); Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * G_B7_0 = NULL; InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * G_B7_1 = NULL; Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * G_B6_0 = NULL; InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * G_B6_1 = NULL; { // if (path == null) String_t* L_0 = ___path0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryGetDeviceUsages_mAA704BA0FE935F1AACB056A9BE13C3972B2645C9_RuntimeMethod_var))); } IL_000e: { // var parser = new PathParser(path); String_t* L_2 = ___path0; PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), L_2, /*hidden argument*/NULL); // if (!parser.MoveToNextComponent()) bool L_3; L_3 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { // return null; return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } IL_0021: { // if (parser.current.m_Usages.length > 0) PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD L_4 = V_0; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 L_5 = L_4.get_current_4(); InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 L_6 = L_5.get_m_Usages_1(); int32_t L_7 = L_6.get_length_0(); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0065; } } { // return parser.current.m_Usages.ToArray(x => x.ToString()); ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_8 = (&V_0)->get_address_of_current_4(); InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * L_9 = L_8->get_address_of_m_Usages_1(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var); Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * L_10 = ((U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var))->get_U3CU3E9__9_0_1(); Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * L_11 = L_10; G_B6_0 = L_11; G_B6_1 = L_9; if (L_11) { G_B7_0 = L_11; G_B7_1 = L_9; goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var); U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0 * L_12 = ((U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * L_13 = (Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF *)il2cpp_codegen_object_new(Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF_il2cpp_TypeInfo_var); Func_2__ctor_m523DB06EA3ABEEB5DCA08E73AEA3759328B01585(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3CTryGetDeviceUsagesU3Eb__9_0_mED240A28375FDCFAFCABC14D350EBDD4424B3503_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m523DB06EA3ABEEB5DCA08E73AEA3759328B01585_RuntimeMethod_var); Func_2_t8E6284EC871D321E12F51424C7524F7B6531A8AF * L_14 = L_13; ((U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC8BA3839FCD2168EE81CED8DC00529E091FC87D0_il2cpp_TypeInfo_var))->set_U3CU3E9__9_0_1(L_14); G_B7_0 = L_14; G_B7_1 = G_B6_1; } IL_005f: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15; L_15 = InlinedArray_1_ToArray_TisString_t_mC1D8CBC3948FD984B660EC4DA067DD06B0B00CDF((InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 *)G_B7_1, G_B7_0, /*hidden argument*/InlinedArray_1_ToArray_TisString_t_mC1D8CBC3948FD984B660EC4DA067DD06B0B00CDF_RuntimeMethod_var); return L_15; } IL_0065: { // return null; return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } } // System.String UnityEngine.InputSystem.InputControlPath::TryGetDeviceLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08241300E5496F6404B2A3BBEF5C02087B8FA577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral666D35A241AEC9BAAD94C557433CA7AF8BA86298); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); s_Il2CppMethodInitialized = true; } PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_0; memset((&V_0), 0, sizeof(V_0)); { // if (path == null) String_t* L_0 = ___path0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB_RuntimeMethod_var))); } IL_000e: { // var parser = new PathParser(path); String_t* L_2 = ___path0; PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), L_2, /*hidden argument*/NULL); // if (!parser.MoveToNextComponent()) bool L_3; L_3 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { // return null; return (String_t*)NULL; } IL_0021: { // if (parser.current.m_Layout.length > 0) ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_4 = (&V_0)->get_address_of_current_4(); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * L_5 = L_4->get_address_of_m_Layout_0(); int32_t L_6; L_6 = Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_005c; } } { // return parser.current.m_Layout.ToString().Unescape(); ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_7 = (&V_0)->get_address_of_current_4(); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * L_8 = L_7->get_address_of_m_Layout_0(); String_t* L_9; L_9 = Substring_ToString_m12E04072900722487EFCA388796DD4E4A314F134((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = StringHelpers_Unescape_m9F274C6418F8D98404851579939B415853B09B56(L_9, _stringLiteral08241300E5496F6404B2A3BBEF5C02087B8FA577, _stringLiteral666D35A241AEC9BAAD94C557433CA7AF8BA86298, /*hidden argument*/NULL); return L_10; } IL_005c: { // if (parser.current.isWildcard) ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_11 = (&V_0)->get_address_of_current_4(); bool L_12; L_12 = ParsedPathComponent_get_isWildcard_m4D37D54878FDF5D2BC12928C1AC8D2DC592552B4((ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0070; } } { // return Wildcard; return _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7; } IL_0070: { // return null; return (String_t*)NULL; } } // System.String UnityEngine.InputSystem.InputControlPath::TryGetControlLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_TryGetControlLayout_m339A672D50F3BA88D984B090D1B5C54729FD0444 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08241300E5496F6404B2A3BBEF5C02087B8FA577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral666D35A241AEC9BAAD94C557433CA7AF8BA86298); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { // if (path == null) String_t* L_0 = ___path0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryGetControlLayout_m339A672D50F3BA88D984B090D1B5C54729FD0444_RuntimeMethod_var))); } IL_000e: { // var pathLength = path.Length; String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; // var indexOfLastSlash = path.LastIndexOf('/'); String_t* L_4 = ___path0; NullCheck(L_4); int32_t L_5; L_5 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_4, ((int32_t)47), /*hidden argument*/NULL); V_1 = L_5; // if (indexOfLastSlash == -1 || indexOfLastSlash == 0) int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0025; } } { int32_t L_7 = V_1; if (L_7) { goto IL_0027; } } IL_0025: { // return null; return (String_t*)NULL; } IL_0027: { // if (pathLength > indexOfLastSlash + 2 && path[indexOfLastSlash + 1] == '<' && path[pathLength - 1] == '>') int32_t L_8 = V_0; int32_t L_9 = V_1; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2))))) { goto IL_005f; } } { String_t* L_10 = ___path0; int32_t L_11 = V_1; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)60))))) { goto IL_005f; } } { String_t* L_13 = ___path0; int32_t L_14 = V_0; NullCheck(L_13); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)62))))) { goto IL_005f; } } { // var layoutNameStart = indexOfLastSlash + 2; int32_t L_16 = V_1; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)2)); // var layoutNameLength = pathLength - layoutNameStart - 1; int32_t L_17 = V_0; int32_t L_18 = V_4; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), (int32_t)1)); // return path.Substring(layoutNameStart, layoutNameLength); String_t* L_19 = ___path0; int32_t L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_19); String_t* L_22; L_22 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_005f: { // var parser = new PathParser(path); String_t* L_23 = ___path0; PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_2), L_23, /*hidden argument*/NULL); // if (!parser.MoveToNextComponent()) bool L_24; L_24 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_2), /*hidden argument*/NULL); if (L_24) { goto IL_0072; } } { // return null; return (String_t*)NULL; } IL_0072: { // if (parser.current.isWildcard) ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_25 = (&V_2)->get_address_of_current_4(); bool L_26; L_26 = ParsedPathComponent_get_isWildcard_m4D37D54878FDF5D2BC12928C1AC8D2DC592552B4((ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0086; } } { // throw new NotImplementedException(); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_27 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryGetControlLayout_m339A672D50F3BA88D984B090D1B5C54729FD0444_RuntimeMethod_var))); } IL_0086: { // if (parser.current.m_Layout.length == 0) ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_28 = (&V_2)->get_address_of_current_4(); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * L_29 = L_28->get_address_of_m_Layout_0(); int32_t L_30; L_30 = Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)L_29, /*hidden argument*/NULL); if (L_30) { goto IL_009b; } } { // return null; return (String_t*)NULL; } IL_009b: { // var deviceLayoutName = parser.current.m_Layout.ToString(); ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_31 = (&V_2)->get_address_of_current_4(); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * L_32 = L_31->get_address_of_m_Layout_0(); String_t* L_33; L_33 = Substring_ToString_m12E04072900722487EFCA388796DD4E4A314F134((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)L_32, /*hidden argument*/NULL); V_3 = L_33; // if (!parser.MoveToNextComponent()) bool L_34; L_34 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_2), /*hidden argument*/NULL); if (L_34) { goto IL_00be; } } { // return null; // No control component. return (String_t*)NULL; } IL_00be: { // if (parser.current.isWildcard) ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_35 = (&V_2)->get_address_of_current_4(); bool L_36; L_36 = ParsedPathComponent_get_isWildcard_m4D37D54878FDF5D2BC12928C1AC8D2DC592552B4((ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00d2; } } { // return Wildcard; return _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7; } IL_00d2: { // return FindControlLayoutRecursive(ref parser, deviceLayoutName.Unescape()); String_t* L_37 = V_3; String_t* L_38; L_38 = StringHelpers_Unescape_m9F274C6418F8D98404851579939B415853B09B56(L_37, _stringLiteral08241300E5496F6404B2A3BBEF5C02087B8FA577, _stringLiteral666D35A241AEC9BAAD94C557433CA7AF8BA86298, /*hidden argument*/NULL); String_t* L_39; L_39 = InputControlPath_FindControlLayoutRecursive_mB036FBD0847870B371DE74323A4FFA25901EF629((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_2), L_38, /*hidden argument*/NULL); return L_39; } } // System.String UnityEngine.InputSystem.InputControlPath::FindControlLayoutRecursive(UnityEngine.InputSystem.InputControlPath/PathParser&,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_FindControlLayoutRecursive_mB036FBD0847870B371DE74323A4FFA25901EF629 (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser0, String_t* ___layoutName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 V_0; memset((&V_0), 0, sizeof(V_0)); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * V_1 = NULL; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (InputControlLayout.CacheRef()) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 L_0; L_0 = InputControlLayout_CacheRef_mE6499AC207F0BD44270545C463324B186E6A2D2D(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) { // var layout = InputControlLayout.cache.FindOrLoadLayout(new InternedString(layoutName), throwIfNotFound: false); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * L_1; L_1 = InputControlLayout_get_cache_m84E6B84C0A763A7A4791E5876F68C8EAF10D520E(/*hidden argument*/NULL); String_t* L_2 = ___layoutName1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_3; memset((&L_3), 0, sizeof(L_3)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_3), L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_3, /*hidden argument*/NULL); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_5; L_5 = Cache_FindOrLoadLayout_m0ACC5273CB77E87BC83882FD3EC25E32E089109B((Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E *)L_1, L_4, (bool)0, /*hidden argument*/NULL); V_1 = L_5; // if (layout == null) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_6 = V_1; if (L_6) { goto IL_0024; } } IL_0020: { // return null; V_2 = (String_t*)NULL; IL2CPP_LEAVE(0x3C, FINALLY_002e); } IL_0024: { // return FindControlLayoutRecursive(ref parser, layout); PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_7 = ___parser0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_8 = V_1; String_t* L_9; L_9 = InputControlPath_FindControlLayoutRecursive_m56C124218DBDD19BDF1AE0D1E9CDD2DE4F448D4A((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; IL2CPP_LEAVE(0x3C, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) CacheRefInstance_Dispose_mA78F80AF748BC6DCA91824F76B2A720AC41A0E31((CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3C, IL_003c) } IL_003c: { // } String_t* L_10 = V_2; return L_10; } } // System.String UnityEngine.InputSystem.InputControlPath::FindControlLayoutRecursive(UnityEngine.InputSystem.InputControlPath/PathParser&,UnityEngine.InputSystem.Layouts.InputControlLayout) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_FindControlLayoutRecursive_m56C124218DBDD19BDF1AE0D1E9CDD2DE4F448D4A (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser0, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_4; memset((&V_4), 0, sizeof(V_4)); PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_5; memset((&V_5), 0, sizeof(V_5)); String_t* V_6 = NULL; { // string currentResult = null; V_0 = (String_t*)NULL; // var controlCount = layout.controls.Count; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_0 = ___layout1; NullCheck(L_0); ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 L_1; L_1 = InputControlLayout_get_controls_mCD5F4B7E631163E2F6A771E300E4F38918F771AE(L_0, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2; L_2 = ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_inline((ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 *)(&V_2), /*hidden argument*/ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_RuntimeMethod_var); V_1 = L_2; // for (var i = 0; i < controlCount; ++i) V_3 = 0; goto IL_00a1; } IL_0018: { // if (!ControlLayoutMatchesPathComponent(ref layout.m_Controls[i], ref parser)) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_3 = ___layout1; NullCheck(L_3); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_4 = L_3->get_m_Controls_11(); int32_t L_5 = V_3; NullCheck(L_4); PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_6 = ___parser0; bool L_7; L_7 = InputControlPath_ControlLayoutMatchesPathComponent_mC7D0BB8915A7DB21A59B48E5765AA4918CCDA058((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_4)->GetAddressAt(static_cast(L_5))), (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_009d; } } { // var controlLayoutName = layout.m_Controls[i].layout; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_8 = ___layout1; NullCheck(L_8); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_9 = L_8->get_m_Controls_11(); int32_t L_10 = V_3; NullCheck(L_9); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_11; L_11 = ControlItem_get_layout_m768E9E9AD78D936819299826D8BBF577999AECEB_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_9)->GetAddressAt(static_cast(L_10))), /*hidden argument*/NULL); V_4 = L_11; // if (!parser.isAtEnd) PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_12 = ___parser0; bool L_13; L_13 = PathParser_get_isAtEnd_mBF0CC5CBBBF02658C519AE9BD07E60B6DC4768EF((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0080; } } { // var childPathParser = parser; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_14 = ___parser0; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD L_15 = (*(PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)L_14); V_5 = L_15; // if (childPathParser.MoveToNextComponent()) bool L_16; L_16 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_5), /*hidden argument*/NULL); if (!L_16) { goto IL_009d; } } { // var childControlLayoutName = FindControlLayoutRecursive(ref childPathParser, controlLayoutName); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_17 = V_4; String_t* L_18; L_18 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_17, /*hidden argument*/NULL); String_t* L_19; L_19 = InputControlPath_FindControlLayoutRecursive_mB036FBD0847870B371DE74323A4FFA25901EF629((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_5), L_18, /*hidden argument*/NULL); V_6 = L_19; // if (childControlLayoutName != null) String_t* L_20 = V_6; if (!L_20) { goto IL_009d; } } { // if (currentResult != null && childControlLayoutName != currentResult) String_t* L_21 = V_0; if (!L_21) { goto IL_007b; } } { String_t* L_22 = V_6; String_t* L_23 = V_0; bool L_24; L_24 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_007b; } } { // return null; return (String_t*)NULL; } IL_007b: { // currentResult = childControlLayoutName; String_t* L_25 = V_6; V_0 = L_25; // } goto IL_009d; } IL_0080: { // else if (currentResult != null && controlLayoutName != currentResult) String_t* L_26 = V_0; if (!L_26) { goto IL_008f; } } { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_27 = V_4; String_t* L_28 = V_0; bool L_29; L_29 = InternedString_op_Inequality_m68E321E6C3AB1E7FF2327C372888F2225A65B7EC(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_008f; } } { // return null; return (String_t*)NULL; } IL_008f: { // currentResult = controlLayoutName.ToString(); String_t* L_30; L_30 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_4), /*hidden argument*/NULL); V_0 = L_30; } IL_009d: { // for (var i = 0; i < controlCount; ++i) int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a1: { // for (var i = 0; i < controlCount; ++i) int32_t L_32 = V_3; int32_t L_33 = V_1; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0018; } } { // return currentResult; String_t* L_34 = V_0; return L_34; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::ControlLayoutMatchesPathComponent(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,UnityEngine.InputSystem.InputControlPath/PathParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_ControlLayoutMatchesPathComponent_mC7D0BB8915A7DB21A59B48E5765AA4918CCDA058 (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem0, PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F V_0; memset((&V_0), 0, sizeof(V_0)); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; bool V_5 = false; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; { // var layout = parser.current.m_Layout; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_0 = ___parser1; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_1 = L_0->get_address_of_current_4(); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_2 = L_1->get_m_Layout_0(); V_0 = L_2; // if (layout.length > 0) int32_t L_3; L_3 = Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0026; } } { // if (!StringMatches(layout, controlItem.layout)) Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_4 = V_0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_5 = ___controlItem0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_6; L_6 = ControlItem_get_layout_m768E9E9AD78D936819299826D8BBF577999AECEB_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_5, /*hidden argument*/NULL); bool L_7; L_7 = InputControlPath_StringMatches_mA99EE95BA3651F48D26D9064284F26CED77B9577(L_4, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0026; } } { // return false; return (bool)0; } IL_0026: { // if (parser.current.m_Usages.length > 0) PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_8 = ___parser1; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_9 = L_8->get_address_of_current_4(); InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * L_10 = L_9->get_address_of_m_Usages_1(); int32_t L_11 = L_10->get_length_0(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00bc; } } { // for (int usageIndex = 0; usageIndex < parser.current.m_Usages.length; ++usageIndex) V_2 = 0; goto IL_00a9; } IL_0040: { // var usage = parser.current.m_Usages[usageIndex]; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_12 = ___parser1; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_13 = L_12->get_address_of_current_4(); InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * L_14 = L_13->get_address_of_m_Usages_1(); int32_t L_15 = V_2; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_16; L_16 = InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B((InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 *)L_14, L_15, /*hidden argument*/InlinedArray_1_get_Item_m1B125B1ADA0A1CD982DB15B018E7BBE72252EB2B_RuntimeMethod_var); V_3 = L_16; // if (usage.length > 0) int32_t L_17; L_17 = Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&V_3), /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_00a5; } } { // var usageCount = controlItem.usages.Count; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_18 = ___controlItem0; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_19; L_19 = ControlItem_get_usages_m629F38AED6B9FB1A0B5BF1D2A71EBFCBED5FF837_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_18, /*hidden argument*/NULL); V_6 = L_19; int32_t L_20; L_20 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_6), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); V_4 = L_20; // var anyUsageMatches = false; V_5 = (bool)0; // for (var i = 0; i < usageCount; ++i) V_7 = 0; goto IL_0099; } IL_0075: { // if (StringMatches(usage, controlItem.usages[i])) Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_21 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_22 = ___controlItem0; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_23; L_23 = ControlItem_get_usages_m629F38AED6B9FB1A0B5BF1D2A71EBFCBED5FF837_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_22, /*hidden argument*/NULL); V_6 = L_23; int32_t L_24 = V_7; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_25; L_25 = ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_6), L_24, /*hidden argument*/ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); bool L_26; L_26 = InputControlPath_StringMatches_mA99EE95BA3651F48D26D9064284F26CED77B9577(L_21, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0093; } } { // anyUsageMatches = true; V_5 = (bool)1; // break; goto IL_009f; } IL_0093: { // for (var i = 0; i < usageCount; ++i) int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { // for (var i = 0; i < usageCount; ++i) int32_t L_28 = V_7; int32_t L_29 = V_4; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0075; } } IL_009f: { // if (!anyUsageMatches) bool L_30 = V_5; if (L_30) { goto IL_00a5; } } { // return false; return (bool)0; } IL_00a5: { // for (int usageIndex = 0; usageIndex < parser.current.m_Usages.length; ++usageIndex) int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a9: { // for (int usageIndex = 0; usageIndex < parser.current.m_Usages.length; ++usageIndex) int32_t L_32 = V_2; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_33 = ___parser1; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_34 = L_33->get_address_of_current_4(); InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * L_35 = L_34->get_address_of_m_Usages_1(); int32_t L_36 = L_35->get_length_0(); if ((((int32_t)L_32) < ((int32_t)L_36))) { goto IL_0040; } } IL_00bc: { // var name = parser.current.m_Name; PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_37 = ___parser1; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_38 = L_37->get_address_of_current_4(); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_39 = L_38->get_m_Name_2(); V_1 = L_39; // if (name.length > 0) int32_t L_40; L_40 = Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&V_1), /*hidden argument*/NULL); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_00e2; } } { // if (!StringMatches(name, controlItem.name)) Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_41 = V_1; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_42 = ___controlItem0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_43; L_43 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_42, /*hidden argument*/NULL); bool L_44; L_44 = InputControlPath_StringMatches_mA99EE95BA3651F48D26D9064284F26CED77B9577(L_41, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00e2; } } { // return false; return (bool)0; } IL_00e2: { // return true; return (bool)1; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::StringMatches(UnityEngine.InputSystem.Utilities.Substring,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_StringMatches_mA99EE95BA3651F48D26D9064284F26CED77B9577 (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___str0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___matchTo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { // var strLength = str.length; int32_t L_0; L_0 = Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&___str0), /*hidden argument*/NULL); V_0 = L_0; // var matchToLength = matchTo.length; int32_t L_1; L_1 = InternedString_get_length_m2AC9F381DADB0B77E4479B997DEA0601E852863D((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___matchTo1), /*hidden argument*/NULL); V_1 = L_1; // var matchToLowerCase = matchTo.ToLower(); String_t* L_2; L_2 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___matchTo1), /*hidden argument*/NULL); V_2 = L_2; // var posInMatchTo = 0; V_3 = 0; // var posInStr = 0; V_4 = 0; goto IL_00a6; } IL_0022: { // var nextChar = str[posInStr]; int32_t L_3 = V_4; Il2CppChar L_4; L_4 = Substring_get_Item_m0DF197919805FB14F2C761FE0A27A5010F1AF9B0((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&___str0), L_3, /*hidden argument*/NULL); V_5 = L_4; // if (nextChar == '\\' && posInStr + 1 < strLength) Il2CppChar L_5 = V_5; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92))))) { goto IL_004a; } } { int32_t L_6 = V_4; int32_t L_7 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))) >= ((int32_t)L_7))) { goto IL_004a; } } { // nextChar = str[++posInStr]; int32_t L_8 = V_4; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_4 = L_9; Il2CppChar L_10; L_10 = Substring_get_Item_m0DF197919805FB14F2C761FE0A27A5010F1AF9B0((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&___str0), L_9, /*hidden argument*/NULL); V_5 = L_10; } IL_004a: { // if (nextChar == '*') Il2CppChar L_11 = V_5; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)42))))) { goto IL_008a; } } { // if (posInStr == strLength - 1) int32_t L_12 = V_4; int32_t L_13 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))))) { goto IL_0059; } } { // return true; // Wildcard at end of string so rest is matched. return (bool)1; } IL_0059: { // ++posInStr; int32_t L_14 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); // nextChar = char.ToLower(str[posInStr]); int32_t L_15 = V_4; Il2CppChar L_16; L_16 = Substring_get_Item_m0DF197919805FB14F2C761FE0A27A5010F1AF9B0((Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F *)(&___str0), L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_17; L_17 = Char_ToLower_mC90C7FE60F2D108FB130897EC19026D23B397789(L_16, /*hidden argument*/NULL); V_5 = L_17; goto IL_0075; } IL_0071: { // ++posInMatchTo; int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0075: { // while (posInMatchTo < matchToLength && matchToLowerCase[posInMatchTo] != nextChar) int32_t L_19 = V_3; int32_t L_20 = V_1; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_0084; } } { String_t* L_21 = V_2; int32_t L_22 = V_3; NullCheck(L_21); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_21, L_22, /*hidden argument*/NULL); Il2CppChar L_24 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_0071; } } IL_0084: { // if (posInMatchTo == matchToLength) int32_t L_25 = V_3; int32_t L_26 = V_1; if ((!(((uint32_t)L_25) == ((uint32_t)L_26)))) { goto IL_009c; } } { // return false; // Matched all the way to end of matchTo but there's more in str after the wildcard. return (bool)0; } IL_008a: { // else if (char.ToLower(nextChar) != matchToLowerCase[posInMatchTo]) Il2CppChar L_27 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_28; L_28 = Char_ToLower_mC90C7FE60F2D108FB130897EC19026D23B397789(L_27, /*hidden argument*/NULL); String_t* L_29 = V_2; int32_t L_30 = V_3; NullCheck(L_29); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_29, L_30, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)L_31))) { goto IL_009c; } } { // return false; return (bool)0; } IL_009c: { // ++posInMatchTo; int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); // ++posInStr; int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a6: { // while (posInStr < strLength && posInMatchTo < matchToLength) int32_t L_34 = V_4; int32_t L_35 = V_0; if ((((int32_t)L_34) >= ((int32_t)L_35))) { goto IL_00b2; } } { int32_t L_36 = V_3; int32_t L_37 = V_1; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0022; } } IL_00b2: { // return posInMatchTo == matchToLength && posInStr == strLength; // Check if we have consumed all input. Prevent prefix-only match. int32_t L_38 = V_3; int32_t L_39 = V_1; if ((!(((uint32_t)L_38) == ((uint32_t)L_39)))) { goto IL_00bc; } } { int32_t L_40 = V_4; int32_t L_41 = V_0; return (bool)((((int32_t)L_40) == ((int32_t)L_41))? 1 : 0); } IL_00bc: { return (bool)0; } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlPath_TryFindControl_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB0814377100CF99902526C31E09F9099C28B09B9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return TryFindControl(control, path, indexInPath); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; String_t* L_1 = ___path1; int32_t L_2 = ___indexInPath2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3; L_3 = InputControlPath_TryFindControl_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB0814377100CF99902526C31E09F9099C28B09B9(L_0, L_1, L_2, /*hidden argument*/InputControlPath_TryFindControl_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB0814377100CF99902526C31E09F9099C28B09B9_RuntimeMethod_var); return L_3; } } // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputControlPath::TryFindControls(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* InputControlPath_TryFindControls_mB374FA8804161811CFF445331152A0E0A165B41C (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_ToArray_m78C6B503732095FF7F6259969CF07C7CCCD9FF53_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A V_0; memset((&V_0), 0, sizeof(V_0)); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var matches = new InputControlList(Allocator.Temp); InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_0), 2, 0, /*hidden argument*/InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); } IL_0009: try { // begin try (depth: 1) // TryFindControls(control, path, indexInPath, ref matches); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; String_t* L_1 = ___path1; int32_t L_2 = ___indexInPath2; int32_t L_3; L_3 = InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC(L_0, L_1, L_2, (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_0), /*hidden argument*/InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var); // return matches.ToArray(); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_4; L_4 = InputControlList_1_ToArray_m78C6B503732095FF7F6259969CF07C7CCCD9FF53((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_0), (bool)0, /*hidden argument*/InputControlList_1_ToArray_m78C6B503732095FF7F6259969CF07C7CCCD9FF53_RuntimeMethod_var); V_1 = L_4; IL2CPP_LEAVE(0x27, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) // matches.Dispose(); InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_0), /*hidden argument*/InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var); // } IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { // } InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_5 = V_1; return L_5; } } // System.Int32 UnityEngine.InputSystem.InputControlPath::TryFindControls(UnityEngine.InputSystem.InputControl,System.String,UnityEngine.InputSystem.InputControlList`1&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlPath_TryFindControls_mABA5E973F2D6B79169CD6E2F8AAD1BC01473DA8D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * ___matches2, int32_t ___indexInPath3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return TryFindControls(control, path, indexInPath, ref matches); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; String_t* L_1 = ___path1; int32_t L_2 = ___indexInPath3; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * L_3 = ___matches2; int32_t L_4; L_4 = InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC(L_0, L_1, L_2, (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)L_3, /*hidden argument*/InputControlPath_TryFindControls_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m3A7E1465078B0B71FC33168EDF32DC94EEDD85BC_RuntimeMethod_var); return L_4; } } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlPath_TryFindChild_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mA256240F65DF0060F8D4032BCE3C91833C6CFE1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return TryFindChild(control, path, indexInPath); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; String_t* L_1 = ___path1; int32_t L_2 = ___indexInPath2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3; L_3 = InputControlPath_TryFindChild_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mA256240F65DF0060F8D4032BCE3C91833C6CFE1E(L_0, L_1, L_2, /*hidden argument*/InputControlPath_TryFindChild_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mA256240F65DF0060F8D4032BCE3C91833C6CFE1E_RuntimeMethod_var); return L_3; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::Matches(System.String,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_Matches_mDD1750C28430F15F6AA5090CD98D28D610F29179 (String_t* ___expected0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control1, const RuntimeMethod* method) { PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_0; memset((&V_0), 0, sizeof(V_0)); { // if (string.IsNullOrEmpty(expected)) String_t* L_0 = ___expected0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(expected)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB339D905726376F3A334344838DECFB8AD39826C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_Matches_mDD1750C28430F15F6AA5090CD98D28D610F29179_RuntimeMethod_var))); } IL_0013: { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = ___control1; if (L_3) { goto IL_0021; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_Matches_mDD1750C28430F15F6AA5090CD98D28D610F29179_RuntimeMethod_var))); } IL_0021: { // var parser = new PathParser(expected); String_t* L_5 = ___expected0; PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), L_5, /*hidden argument*/NULL); // return MatchesRecursive(ref parser, control); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control1; bool L_7; L_7 = InputControlPath_MatchesRecursive_m2F2A83D8DD940E599305E27D960BA6C4488B1F34((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), L_6, (bool)0, /*hidden argument*/NULL); return L_7; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::MatchesPrefix(System.String,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchesPrefix_m992A406019E79B6064F17208AEEDA9C9CFC31F67 (String_t* ___expected0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control1, const RuntimeMethod* method) { PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD V_0; memset((&V_0), 0, sizeof(V_0)); { // if (string.IsNullOrEmpty(expected)) String_t* L_0 = ___expected0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(expected)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB339D905726376F3A334344838DECFB8AD39826C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_MatchesPrefix_m992A406019E79B6064F17208AEEDA9C9CFC31F67_RuntimeMethod_var))); } IL_0013: { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = ___control1; if (L_3) { goto IL_0021; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_MatchesPrefix_m992A406019E79B6064F17208AEEDA9C9CFC31F67_RuntimeMethod_var))); } IL_0021: { // var parser = new PathParser(expected); String_t* L_5 = ___expected0; PathParser__ctor_mCFD60437552B9F73E44ED41EB860792A1ECC7296((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), L_5, /*hidden argument*/NULL); // if (MatchesRecursive(ref parser, control, prefixOnly: true) && parser.isAtEnd) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control1; bool L_7; L_7 = InputControlPath_MatchesRecursive_m2F2A83D8DD940E599305E27D960BA6C4488B1F34((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), L_6, (bool)1, /*hidden argument*/NULL); if (!L_7) { goto IL_003f; } } { bool L_8; L_8 = PathParser_get_isAtEnd_mBF0CC5CBBBF02658C519AE9BD07E60B6DC4768EF((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)(&V_0), /*hidden argument*/NULL); if (!L_8) { goto IL_003f; } } { // return true; return (bool)1; } IL_003f: { // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::MatchesRecursive(UnityEngine.InputSystem.InputControlPath/PathParser&,UnityEngine.InputSystem.InputControl,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchesRecursive_m2F2A83D8DD940E599305E27D960BA6C4488B1F34 (PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * ___parser0, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___currentControl1, bool ___prefixOnly2, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; { // var parent = currentControl.parent; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___currentControl1; NullCheck(L_0); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1; L_1 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (parent != null && !MatchesRecursive(ref parser, parent, prefixOnly)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = V_0; if (!L_2) { goto IL_0016; } } { PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_3 = ___parser0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = V_0; bool L_5 = ___prefixOnly2; bool L_6; L_6 = InputControlPath_MatchesRecursive_m2F2A83D8DD940E599305E27D960BA6C4488B1F34((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)L_3, L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // if (!parser.MoveToNextComponent()) PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_7 = ___parser0; bool L_8; L_8 = PathParser_MoveToNextComponent_m0F969EB6F4F7A8F08153A301768FE415B578AF6F((PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD *)L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0020; } } { // return prefixOnly; // Failure if we match full path, success if we match prefix only. bool L_9 = ___prefixOnly2; return L_9; } IL_0020: { // return parser.current.Matches(currentControl); PathParser_tE41DE9EDE1038D22BC97195F752FC6DB2A090EFD * L_10 = ___parser0; ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 * L_11 = L_10->get_address_of_current_4(); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_12 = ___currentControl1; bool L_13; L_13 = ParsedPathComponent_Matches_m3E298C66572B5D279C6A372ADED2C929475D4D15((ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 *)L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::MatchPathComponent(System.String,System.String,System.Int32&,UnityEngine.InputSystem.InputControlPath/PathComponentType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06 (String_t* ___component0, String_t* ___path1, int32_t* ___indexInPath2, int32_t ___componentType3, int32_t ___startIndexInComponent4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; { // var componentLength = component.Length; String_t* L_0 = ___component0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // var pathLength = path.Length; String_t* L_2 = ___path1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; // var startIndex = indexInPath; int32_t* L_4 = ___indexInPath2; int32_t L_5 = *((int32_t*)L_4); V_2 = L_5; // var indexInComponent = startIndexInComponent; int32_t L_6 = ___startIndexInComponent4; V_3 = L_6; goto IL_00e3; } IL_0019: { // var nextCharInPath = path[indexInPath]; String_t* L_7 = ___path1; int32_t* L_8 = ___indexInPath2; int32_t L_9 = *((int32_t*)L_8); NullCheck(L_7); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_9, /*hidden argument*/NULL); V_4 = L_10; // if (nextCharInPath == '\\' && indexInPath + 1 < pathLength) Il2CppChar L_11 = V_4; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92))))) { goto IL_0042; } } { int32_t* L_12 = ___indexInPath2; int32_t L_13 = *((int32_t*)L_12); int32_t L_14 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) >= ((int32_t)L_14))) { goto IL_0042; } } { // ++indexInPath; int32_t* L_15 = ___indexInPath2; int32_t* L_16 = ___indexInPath2; int32_t L_17 = *((int32_t*)L_16); *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); // nextCharInPath = path[indexInPath]; String_t* L_18 = ___path1; int32_t* L_19 = ___indexInPath2; int32_t L_20 = *((int32_t*)L_19); NullCheck(L_18); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_20, /*hidden argument*/NULL); V_4 = L_21; // } goto IL_00aa; } IL_0042: { // if (nextCharInPath == '/' && componentType == PathComponentType.Name) Il2CppChar L_22 = V_4; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)47))))) { goto IL_004e; } } { int32_t L_23 = ___componentType3; if (!L_23) { goto IL_00eb; } } IL_004e: { // if ((nextCharInPath == '>' && componentType == PathComponentType.Layout) // || (nextCharInPath == '}' && componentType == PathComponentType.Usage) // || (nextCharInPath == ')' && componentType == PathComponentType.DisplayName)) Il2CppChar L_24 = V_4; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)62))))) { goto IL_0058; } } { int32_t L_25 = ___componentType3; if ((((int32_t)L_25) == ((int32_t)3))) { goto IL_006c; } } IL_0058: { Il2CppChar L_26 = V_4; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)125))))) { goto IL_0062; } } { int32_t L_27 = ___componentType3; if ((((int32_t)L_27) == ((int32_t)2))) { goto IL_006c; } } IL_0062: { Il2CppChar L_28 = V_4; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)41))))) { goto IL_0074; } } { int32_t L_29 = ___componentType3; if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_0074; } } IL_006c: { // ++indexInPath; int32_t* L_30 = ___indexInPath2; int32_t* L_31 = ___indexInPath2; int32_t L_32 = *((int32_t*)L_31); *((int32_t*)L_30) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); // break; goto IL_00eb; } IL_0074: { // if (nextCharInPath == '*') Il2CppChar L_33 = V_4; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)42))))) { goto IL_00aa; } } { // var indexAfterWildcard = indexInPath + 1; int32_t* L_34 = ___indexInPath2; int32_t L_35 = *((int32_t*)L_34); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); // if (indexInPath < (pathLength - 1) && // indexInComponent < componentLength && // MatchPathComponent(component, path, ref indexAfterWildcard, componentType, indexInComponent)) int32_t* L_36 = ___indexInPath2; int32_t L_37 = *((int32_t*)L_36); int32_t L_38 = V_1; if ((((int32_t)L_37) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1))))) { goto IL_009e; } } { int32_t L_39 = V_3; int32_t L_40 = V_0; if ((((int32_t)L_39) >= ((int32_t)L_40))) { goto IL_009e; } } { String_t* L_41 = ___component0; String_t* L_42 = ___path1; int32_t L_43 = ___componentType3; int32_t L_44 = V_3; bool L_45; L_45 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06(L_41, L_42, (int32_t*)(&V_6), L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_009e; } } { // indexInPath = indexAfterWildcard; int32_t* L_46 = ___indexInPath2; int32_t L_47 = V_6; *((int32_t*)L_46) = (int32_t)L_47; // return true; return (bool)1; } IL_009e: { // if (indexInComponent < componentLength) int32_t L_48 = V_3; int32_t L_49 = V_0; if ((((int32_t)L_48) >= ((int32_t)L_49))) { goto IL_00a8; } } { // ++indexInComponent; int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); goto IL_00e3; } IL_00a8: { // return true; return (bool)1; } IL_00aa: { // if (indexInComponent == componentLength) int32_t L_51 = V_3; int32_t L_52 = V_0; if ((!(((uint32_t)L_51) == ((uint32_t)L_52)))) { goto IL_00b3; } } { // indexInPath = startIndex; int32_t* L_53 = ___indexInPath2; int32_t L_54 = V_2; *((int32_t*)L_53) = (int32_t)L_54; // return false; return (bool)0; } IL_00b3: { // var charInComponent = component[indexInComponent]; String_t* L_55 = ___component0; int32_t L_56 = V_3; NullCheck(L_55); Il2CppChar L_57; L_57 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_55, L_56, /*hidden argument*/NULL); V_5 = L_57; // if (charInComponent == nextCharInPath || char.ToLower(charInComponent) == char.ToLower(nextCharInPath)) Il2CppChar L_58 = V_5; Il2CppChar L_59 = V_4; if ((((int32_t)L_58) == ((int32_t)L_59))) { goto IL_00d2; } } { Il2CppChar L_60 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_61; L_61 = Char_ToLower_mC90C7FE60F2D108FB130897EC19026D23B397789(L_60, /*hidden argument*/NULL); Il2CppChar L_62 = V_4; Il2CppChar L_63; L_63 = Char_ToLower_mC90C7FE60F2D108FB130897EC19026D23B397789(L_62, /*hidden argument*/NULL); if ((!(((uint32_t)L_61) == ((uint32_t)L_63)))) { goto IL_00de; } } IL_00d2: { // ++indexInComponent; int32_t L_64 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); // ++indexInPath; int32_t* L_65 = ___indexInPath2; int32_t* L_66 = ___indexInPath2; int32_t L_67 = *((int32_t*)L_66); *((int32_t*)L_65) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); // } goto IL_00e3; } IL_00de: { // indexInPath = startIndex; int32_t* L_68 = ___indexInPath2; int32_t L_69 = V_2; *((int32_t*)L_68) = (int32_t)L_69; // return false; return (bool)0; } IL_00e3: { // while (indexInPath < pathLength) int32_t* L_70 = ___indexInPath2; int32_t L_71 = *((int32_t*)L_70); int32_t L_72 = V_1; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_0019; } } IL_00eb: { // if (indexInComponent == componentLength) int32_t L_73 = V_3; int32_t L_74 = V_0; if ((!(((uint32_t)L_73) == ((uint32_t)L_74)))) { goto IL_00f1; } } { // return true; return (bool)1; } IL_00f1: { // indexInPath = startIndex; int32_t* L_75 = ___indexInPath2; int32_t L_76 = V_2; *((int32_t*)L_75) = (int32_t)L_76; // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.InputControlPath::PathComponentCanYieldMultipleMatches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_PathComponentCanYieldMultipleMatches_mF96E0278535BAA7F4FEFA556978AD89429E45D98 (String_t* ___path0, int32_t ___indexInPath1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // var indexOfNextSlash = path.IndexOf('/', indexInPath); String_t* L_0 = ___path0; int32_t L_1 = ___indexInPath1; NullCheck(L_0); int32_t L_2; L_2 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_0, ((int32_t)47), L_1, /*hidden argument*/NULL); V_0 = L_2; // if (indexOfNextSlash == -1) int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_002c; } } { // return path.IndexOf('*', indexInPath) != -1 || path.IndexOf('<', indexInPath) != -1; String_t* L_4 = ___path0; int32_t L_5 = ___indexInPath1; NullCheck(L_4); int32_t L_6; L_6 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_4, ((int32_t)42), L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_002a; } } { String_t* L_7 = ___path0; int32_t L_8 = ___indexInPath1; NullCheck(L_7); int32_t L_9; L_9 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_7, ((int32_t)60), L_8, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_002a: { return (bool)1; } IL_002c: { // var length = indexOfNextSlash - indexInPath; int32_t L_10 = V_0; int32_t L_11 = ___indexInPath1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)); // return path.IndexOf('*', indexInPath, length) != -1 || path.IndexOf('<', indexInPath, length) != -1; String_t* L_12 = ___path0; int32_t L_13 = ___indexInPath1; int32_t L_14 = V_1; NullCheck(L_12); int32_t L_15; L_15 = String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B(L_12, ((int32_t)42), L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_004e; } } { String_t* L_16 = ___path0; int32_t L_17 = ___indexInPath1; int32_t L_18 = V_1; NullCheck(L_16); int32_t L_19; L_19 = String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B(L_16, ((int32_t)60), L_17, L_18, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_19) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_004e: { return (bool)1; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.InputControlPath::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlPath_Parse_mC422A861CFF073717A1FAED369AB5199BAE6C41D (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F * L_0 = (U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F *)il2cpp_codegen_object_new(U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F_il2cpp_TypeInfo_var); U3CParseU3Ed__33__ctor_m252DA3FC006FF5D681BB028B1156F38AAD588721(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CParseU3Ed__33_tED158D4238E353A3F0BEDC3D46D4958739E4293F * L_1 = L_0; String_t* L_2 = ___path0; NullCheck(L_1); L_1->set_U3CU3E3__path_4(L_2); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme IL2CPP_EXTERN_C void InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshal_pinvoke(const InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340& unmarshaled, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke& marshaled) { marshaled.___m_Name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_Name_0()); marshaled.___m_BindingGroup_1 = il2cpp_codegen_marshal_string(unmarshaled.get_m_BindingGroup_1()); if (unmarshaled.get_m_DeviceRequirements_2() != NULL) { il2cpp_array_size_t _unmarshaled_m_DeviceRequirements_Length = (unmarshaled.get_m_DeviceRequirements_2())->max_length; marshaled.___m_DeviceRequirements_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_m_DeviceRequirements_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_m_DeviceRequirements_Length); i++) { DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_pinvoke((unmarshaled.get_m_DeviceRequirements_2())->GetAtUnchecked(static_cast(i)), (marshaled.___m_DeviceRequirements_2)[i]); } } else { marshaled.___m_DeviceRequirements_2 = NULL; } } IL2CPP_EXTERN_C void InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshal_pinvoke_back(const InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke& marshaled, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_m_Name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_Name_0)); unmarshaled.set_m_BindingGroup_1(il2cpp_codegen_marshal_string_result(marshaled.___m_BindingGroup_1)); if (marshaled.___m_DeviceRequirements_2 != NULL) { if (unmarshaled.get_m_DeviceRequirements_2() == NULL) { unmarshaled.set_m_DeviceRequirements_2(reinterpret_cast((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)SZArrayNew(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_m_DeviceRequirements_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 _marshaled____m_DeviceRequirements_2_i__unmarshaled; memset((&_marshaled____m_DeviceRequirements_2_i__unmarshaled), 0, sizeof(_marshaled____m_DeviceRequirements_2_i__unmarshaled)); DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_pinvoke_back((marshaled.___m_DeviceRequirements_2)[i], _marshaled____m_DeviceRequirements_2_i__unmarshaled); (unmarshaled.get_m_DeviceRequirements_2())->SetAtUnchecked(static_cast(i), _marshaled____m_DeviceRequirements_2_i__unmarshaled); } } } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme IL2CPP_EXTERN_C void InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshal_pinvoke_cleanup(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_Name_0); marshaled.___m_Name_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___m_BindingGroup_1); marshaled.___m_BindingGroup_1 = NULL; if (marshaled.___m_DeviceRequirements_2 != NULL) { const il2cpp_array_size_t marshaled____m_DeviceRequirements_2_CleanupLoopCount = 1; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_DeviceRequirements_2_CleanupLoopCount); i++) { DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_pinvoke_cleanup((marshaled.___m_DeviceRequirements_2)[i]); } il2cpp_codegen_marshal_free(marshaled.___m_DeviceRequirements_2); marshaled.___m_DeviceRequirements_2 = NULL; } } // Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme IL2CPP_EXTERN_C void InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshal_com(const InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340& unmarshaled, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com& marshaled) { marshaled.___m_Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_Name_0()); marshaled.___m_BindingGroup_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_BindingGroup_1()); if (unmarshaled.get_m_DeviceRequirements_2() != NULL) { il2cpp_array_size_t _unmarshaled_m_DeviceRequirements_Length = (unmarshaled.get_m_DeviceRequirements_2())->max_length; marshaled.___m_DeviceRequirements_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_m_DeviceRequirements_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_m_DeviceRequirements_Length); i++) { DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_com((unmarshaled.get_m_DeviceRequirements_2())->GetAtUnchecked(static_cast(i)), (marshaled.___m_DeviceRequirements_2)[i]); } } else { marshaled.___m_DeviceRequirements_2 = NULL; } } IL2CPP_EXTERN_C void InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshal_com_back(const InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com& marshaled, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_m_Name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_0)); unmarshaled.set_m_BindingGroup_1(il2cpp_codegen_marshal_bstring_result(marshaled.___m_BindingGroup_1)); if (marshaled.___m_DeviceRequirements_2 != NULL) { if (unmarshaled.get_m_DeviceRequirements_2() == NULL) { unmarshaled.set_m_DeviceRequirements_2(reinterpret_cast((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)SZArrayNew(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_m_DeviceRequirements_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 _marshaled____m_DeviceRequirements_2_i__unmarshaled; memset((&_marshaled____m_DeviceRequirements_2_i__unmarshaled), 0, sizeof(_marshaled____m_DeviceRequirements_2_i__unmarshaled)); DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_com_back((marshaled.___m_DeviceRequirements_2)[i], _marshaled____m_DeviceRequirements_2_i__unmarshaled); (unmarshaled.get_m_DeviceRequirements_2())->SetAtUnchecked(static_cast(i), _marshaled____m_DeviceRequirements_2_i__unmarshaled); } } } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme IL2CPP_EXTERN_C void InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshal_com_cleanup(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_Name_0); marshaled.___m_Name_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___m_BindingGroup_1); marshaled.___m_BindingGroup_1 = NULL; if (marshaled.___m_DeviceRequirements_2 != NULL) { const il2cpp_array_size_t marshaled____m_DeviceRequirements_2_CleanupLoopCount = 1; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_DeviceRequirements_2_CleanupLoopCount); i++) { DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshal_com_cleanup((marshaled.___m_DeviceRequirements_2)[i]); } il2cpp_codegen_marshal_free(marshaled.___m_DeviceRequirements_2); marshaled.___m_DeviceRequirements_2 = NULL; } } // System.String UnityEngine.InputSystem.InputControlScheme::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mA722D5DC1A6AB066C4F33415EC2719CDDE4E981E (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { { // public string name => m_Name; String_t* L_0 = __this->get_m_Name_0(); return L_0; } } IL2CPP_EXTERN_C String_t* InputControlScheme_get_name_mA722D5DC1A6AB066C4F33415EC2719CDDE4E981E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputControlScheme_get_name_mA722D5DC1A6AB066C4F33415EC2719CDDE4E981E_inline(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputControlScheme::get_bindingGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m70A8F85A4DF48662492E7A322092F38EF4CB7C4A (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { { // get => m_BindingGroup; String_t* L_0 = __this->get_m_BindingGroup_1(); return L_0; } } IL2CPP_EXTERN_C String_t* InputControlScheme_get_bindingGroup_m70A8F85A4DF48662492E7A322092F38EF4CB7C4A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputControlScheme_get_bindingGroup_m70A8F85A4DF48662492E7A322092F38EF4CB7C4A_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputControlScheme::set_bindingGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme_set_bindingGroup_m6ED973B953070C72BEDCEB027931AA656665BC37 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_BindingGroup = value; String_t* L_0 = ___value0; __this->set_m_BindingGroup_1(L_0); return; } } IL2CPP_EXTERN_C void InputControlScheme_set_bindingGroup_m6ED973B953070C72BEDCEB027931AA656665BC37_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControlScheme_set_bindingGroup_m6ED973B953070C72BEDCEB027931AA656665BC37_inline(_thisAdjusted, ___value0, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControlScheme::get_deviceRequirements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C InputControlScheme_get_deviceRequirements_mDFA6F9E394B21FABE1B21AB8EDE7132F8385319F (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // new ReadOnlyArray(m_DeviceRequirements); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_0 = __this->get_m_DeviceRequirements_2(); ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_mFC08D3B65FCDB2F8B3A47E534AFD5F67E3AEC76C_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C InputControlScheme_get_deviceRequirements_mDFA6F9E394B21FABE1B21AB8EDE7132F8385319F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyArray_1_tC1580E98B05EE099B457C8084379F8D30E2D934C _returnValue; _returnValue = InputControlScheme_get_deviceRequirements_mDFA6F9E394B21FABE1B21AB8EDE7132F8385319F(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.InputControlScheme::.ctor(System.String,System.Collections.Generic.IEnumerable`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme__ctor_mC9FCC8AAF259569CF61A9F932829B56DCAC0CD5F (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___name0, RuntimeObject* ___devices1, String_t* ___bindingGroup2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // : this() il2cpp_codegen_initobj(__this, sizeof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )); // if (string.IsNullOrEmpty(name)) String_t* L_0 = ___name0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // throw new ArgumentNullException(nameof(name)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme__ctor_mC9FCC8AAF259569CF61A9F932829B56DCAC0CD5F_RuntimeMethod_var))); } IL_001a: { // SetNameAndBindingGroup(name, bindingGroup); String_t* L_3 = ___name0; String_t* L_4 = ___bindingGroup2; InputControlScheme_SetNameAndBindingGroup_m56C9501A81D0EBB6D9B30A15EDE7D21230904721((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)__this, L_3, L_4, /*hidden argument*/NULL); // m_DeviceRequirements = null; __this->set_m_DeviceRequirements_2((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)NULL); // if (devices != null) RuntimeObject* L_5 = ___devices1; if (!L_5) { goto IL_0048; } } { // m_DeviceRequirements = devices.ToArray(); RuntimeObject* L_6 = ___devices1; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_7; L_7 = Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295(L_6, /*hidden argument*/Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_RuntimeMethod_var); __this->set_m_DeviceRequirements_2(L_7); // if (m_DeviceRequirements.Length == 0) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = __this->get_m_DeviceRequirements_2(); NullCheck(L_8); if ((((RuntimeArray*)L_8)->max_length)) { goto IL_0048; } } { // m_DeviceRequirements = null; __this->set_m_DeviceRequirements_2((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)NULL); } IL_0048: { // } return; } } IL2CPP_EXTERN_C void InputControlScheme__ctor_mC9FCC8AAF259569CF61A9F932829B56DCAC0CD5F_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, RuntimeObject* ___devices1, String_t* ___bindingGroup2, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControlScheme__ctor_mC9FCC8AAF259569CF61A9F932829B56DCAC0CD5F(_thisAdjusted, ___name0, ___devices1, ___bindingGroup2, method); } // System.Void UnityEngine.InputSystem.InputControlScheme::SetNameAndBindingGroup(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme_SetNameAndBindingGroup_m56C9501A81D0EBB6D9B30A15EDE7D21230904721 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___name0, String_t* ___bindingGroup1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * G_B4_0 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * G_B3_0 = NULL; String_t* G_B5_0 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * G_B5_1 = NULL; { // m_Name = name; String_t* L_0 = ___name0; __this->set_m_Name_0(L_0); // if (!string.IsNullOrEmpty(bindingGroup)) String_t* L_1 = ___bindingGroup1; bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { // m_BindingGroup = bindingGroup; String_t* L_3 = ___bindingGroup1; __this->set_m_BindingGroup_1(L_3); return; } IL_0017: { // m_BindingGroup = name.Contains(InputBinding.Separator) // ? name.Replace(InputBinding.kSeparatorString, "") // : name; String_t* L_4 = ___name0; bool L_5; L_5 = StringHelpers_Contains_m856CFBB72FF6C6484ADE3D9A8CF4AE55238F613C(L_4, ((int32_t)59), /*hidden argument*/NULL); G_B3_0 = __this; if (L_5) { G_B4_0 = __this; goto IL_0025; } } { String_t* L_6 = ___name0; G_B5_0 = L_6; G_B5_1 = G_B3_0; goto IL_0035; } IL_0025: { String_t* L_7 = ___name0; NullCheck(L_7); String_t* L_8; L_8 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_7, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); G_B5_0 = L_8; G_B5_1 = G_B4_0; } IL_0035: { G_B5_1->set_m_BindingGroup_1(G_B5_0); // } return; } } IL2CPP_EXTERN_C void InputControlScheme_SetNameAndBindingGroup_m56C9501A81D0EBB6D9B30A15EDE7D21230904721_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, String_t* ___bindingGroup1, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControlScheme_SetNameAndBindingGroup_m56C9501A81D0EBB6D9B30A15EDE7D21230904721(_thisAdjusted, ___name0, ___bindingGroup1, method); } // System.Boolean UnityEngine.InputSystem.InputControlScheme::SupportsDevice(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_SupportsDevice_m0E7A8AE8789415E8131D9C0368A0E44F475959D4 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_SupportsDevice_m0E7A8AE8789415E8131D9C0368A0E44F475959D4_RuntimeMethod_var))); } IL_000e: { // for (var i = 0; i < m_DeviceRequirements.Length; ++i) V_0 = 0; goto IL_0032; } IL_0012: { // var control = InputControlPath.TryFindControl(device, m_DeviceRequirements[i].controlPath); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_2 = ___device0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_3 = __this->get_m_DeviceRequirements_2(); int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5; L_5 = DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6; L_6 = InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F(L_2, L_5, 0, /*hidden argument*/NULL); // if (control != null) if (!L_6) { goto IL_002e; } } { // return true; return (bool)1; } IL_002e: { // for (var i = 0; i < m_DeviceRequirements.Length; ++i) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0032: { // for (var i = 0; i < m_DeviceRequirements.Length; ++i) int32_t L_8 = V_0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_9 = __this->get_m_DeviceRequirements_2(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0012; } } { // return false; return (bool)0; } } IL2CPP_EXTERN_C bool InputControlScheme_SupportsDevice_m0E7A8AE8789415E8131D9C0368A0E44F475959D4_AdjustorThunk (RuntimeObject * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputControlScheme_SupportsDevice_m0E7A8AE8789415E8131D9C0368A0E44F475959D4(_thisAdjusted, ___device0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(UnityEngine.InputSystem.InputControlScheme) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; int32_t V_4 = 0; { // if (!(string.Equals(m_Name, other.m_Name, StringComparison.InvariantCultureIgnoreCase) && // string.Equals(m_BindingGroup, other.m_BindingGroup, StringComparison.InvariantCultureIgnoreCase))) String_t* L_0 = __this->get_m_Name_0(); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_1 = ___other0; String_t* L_2 = L_1.get_m_Name_0(); bool L_3; L_3 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_0, L_2, 3, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { String_t* L_4 = __this->get_m_BindingGroup_1(); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_5 = ___other0; String_t* L_6 = L_5.get_m_BindingGroup_1(); bool L_7; L_7 = String_Equals_mEE55908E87109DB4E5D5A05245332FB2A270F258(L_4, L_6, 3, /*hidden argument*/NULL); if (L_7) { goto IL_002a; } } IL_0028: { // return false; return (bool)0; } IL_002a: { // if (m_DeviceRequirements == null || m_DeviceRequirements.Length == 0) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = __this->get_m_DeviceRequirements_2(); if (!L_8) { goto IL_003b; } } { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_9 = __this->get_m_DeviceRequirements_2(); NullCheck(L_9); if ((((RuntimeArray*)L_9)->max_length)) { goto IL_0050; } } IL_003b: { // return other.m_DeviceRequirements == null || other.m_DeviceRequirements.Length == 0; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_10 = ___other0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_11 = L_10.get_m_DeviceRequirements_2(); if (!L_11) { goto IL_004e; } } { InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_12 = ___other0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_13 = L_12.get_m_DeviceRequirements_2(); NullCheck(L_13); return (bool)((((int32_t)(((RuntimeArray*)L_13)->max_length)) == ((int32_t)0))? 1 : 0); } IL_004e: { return (bool)1; } IL_0050: { // if (other.m_DeviceRequirements == null || m_DeviceRequirements.Length != other.m_DeviceRequirements.Length) InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_14 = ___other0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_15 = L_14.get_m_DeviceRequirements_2(); if (!L_15) { goto IL_006a; } } { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_16 = __this->get_m_DeviceRequirements_2(); NullCheck(L_16); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_17 = ___other0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_18 = L_17.get_m_DeviceRequirements_2(); NullCheck(L_18); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_006c; } } IL_006a: { // return false; return (bool)0; } IL_006c: { // var deviceCount = m_DeviceRequirements.Length; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_19 = __this->get_m_DeviceRequirements_2(); NullCheck(L_19); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))); // for (var i = 0; i < deviceCount; ++i) V_1 = 0; goto IL_00ba; } IL_0079: { // var device = m_DeviceRequirements[i]; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_20 = __this->get_m_DeviceRequirements_2(); int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = L_23; // var haveMatch = false; V_3 = (bool)0; // for (var n = 0; n < deviceCount; ++n) V_4 = 0; goto IL_00ac; } IL_008d: { // if (other.m_DeviceRequirements[n] == device) InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_24 = ___other0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_25 = L_24.get_m_DeviceRequirements_2(); int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_28 = (L_25)->GetAt(static_cast(L_27)); DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_29 = V_2; bool L_30; L_30 = DeviceRequirement_op_Equality_mE768F2BC871EDDF68DBD07FF11A169BB41D2F34A(L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a6; } } { // haveMatch = true; V_3 = (bool)1; // break; goto IL_00b1; } IL_00a6: { // for (var n = 0; n < deviceCount; ++n) int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ac: { // for (var n = 0; n < deviceCount; ++n) int32_t L_32 = V_4; int32_t L_33 = V_0; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_008d; } } IL_00b1: { // if (!haveMatch) bool L_34 = V_3; if (L_34) { goto IL_00b6; } } { // return false; return (bool)0; } IL_00b6: { // for (var i = 0; i < deviceCount; ++i) int32_t L_35 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00ba: { // for (var i = 0; i < deviceCount; ++i) int32_t L_36 = V_1; int32_t L_37 = V_0; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0079; } } { // return true; return (bool)1; } } IL2CPP_EXTERN_C bool InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0_AdjustorThunk (RuntimeObject * __this, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___other0, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m6EC747CE75175C7553C9367ED1416683079D3BDA (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ReferenceEquals(null, obj)) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // return obj is InputControlScheme && Equals((InputControlScheme)obj); RuntimeObject * L_1 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_il2cpp_TypeInfo_var))) { goto IL_001a; } } { RuntimeObject * L_2 = ___obj0; bool L_3; L_3 = InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)__this, ((*(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)UnBox(L_2, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_3; } IL_001a: { return (bool)0; } } IL2CPP_EXTERN_C bool InputControlScheme_Equals_m6EC747CE75175C7553C9367ED1416683079D3BDA_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputControlScheme_Equals_m6EC747CE75175C7553C9367ED1416683079D3BDA(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.InputControlScheme::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlScheme_GetHashCode_m7A23A682AE7B5C1DA77FE2B2A921B5D62570B70C (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; { // var hashCode = (m_Name != null ? m_Name.GetHashCode() : 0); String_t* L_0 = __this->get_m_Name_0(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { String_t* L_1 = __this->get_m_Name_0(); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); G_B3_0 = L_2; } IL_0016: { // hashCode = (hashCode * 397) ^ (m_BindingGroup != null ? m_BindingGroup.GetHashCode() : 0); String_t* L_3 = __this->get_m_BindingGroup_1(); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B3_0, (int32_t)((int32_t)397))); if (L_3) { G_B5_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B3_0, (int32_t)((int32_t)397))); goto IL_0027; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_0032; } IL_0027: { String_t* L_4 = __this->get_m_BindingGroup_1(); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_0032: { // hashCode = (hashCode * 397) ^ (m_DeviceRequirements != null ? m_DeviceRequirements.GetHashCode() : 0); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_6 = __this->get_m_DeviceRequirements_2(); G_B7_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B6_1^(int32_t)G_B6_0)), (int32_t)((int32_t)397))); if (L_6) { G_B8_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)G_B6_1^(int32_t)G_B6_0)), (int32_t)((int32_t)397))); goto IL_0044; } } { G_B9_0 = 0; G_B9_1 = G_B7_0; goto IL_004f; } IL_0044: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_7 = __this->get_m_DeviceRequirements_2(); NullCheck((RuntimeObject *)(RuntimeObject *)L_7); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(RuntimeObject *)L_7); G_B9_0 = L_8; G_B9_1 = G_B8_0; } IL_004f: { // return hashCode; return ((int32_t)((int32_t)G_B9_1^(int32_t)G_B9_0)); } } IL2CPP_EXTERN_C int32_t InputControlScheme_GetHashCode_m7A23A682AE7B5C1DA77FE2B2A921B5D62570B70C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputControlScheme_GetHashCode_m7A23A682AE7B5C1DA77FE2B2A921B5D62570B70C(_thisAdjusted, method); return _returnValue; } // System.String UnityEngine.InputSystem.InputControlScheme::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_ToString_mF5DC505F09EE90678862608D0BDC5ACB48BB38BF (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* V_2 = NULL; int32_t V_3 = 0; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (string.IsNullOrEmpty(m_Name)) String_t* L_0 = __this->get_m_Name_0(); bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { // return base.ToString(); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_2 = (*(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)__this); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_3 = L_2; RuntimeObject * L_4 = Box(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_il2cpp_TypeInfo_var, &L_3); NullCheck((ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 *)L_4); String_t* L_5; L_5 = ValueType_ToString_m11FD6717DAB0C56F2E3DE8AEEE750345400D68E9((ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 *)L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // if (m_DeviceRequirements == null) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_6 = __this->get_m_DeviceRequirements_2(); if (L_6) { goto IL_002d; } } { // return m_Name; String_t* L_7 = __this->get_m_Name_0(); return L_7; } IL_002d: { // var builder = new StringBuilder(); StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_8, /*hidden argument*/NULL); V_0 = L_8; // builder.Append(m_Name); StringBuilder_t * L_9 = V_0; String_t* L_10 = __this->get_m_Name_0(); NullCheck(L_9); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, L_10, /*hidden argument*/NULL); // builder.Append('('); StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, ((int32_t)40), /*hidden argument*/NULL); // var isFirst = true; V_1 = (bool)1; // foreach (var device in m_DeviceRequirements) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_14 = __this->get_m_DeviceRequirements_2(); V_2 = L_14; V_3 = 0; goto IL_007f; } IL_0056: { // foreach (var device in m_DeviceRequirements) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_15 = V_2; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_18 = (L_15)->GetAt(static_cast(L_17)); V_4 = L_18; // if (!isFirst) bool L_19 = V_1; if (L_19) { goto IL_006b; } } { // builder.Append(','); StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, ((int32_t)44), /*hidden argument*/NULL); } IL_006b: { // builder.Append(device.controlPath); StringBuilder_t * L_22 = V_0; String_t* L_23; L_23 = DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(&V_4), /*hidden argument*/NULL); NullCheck(L_22); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, L_23, /*hidden argument*/NULL); // isFirst = false; V_1 = (bool)0; int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_007f: { // foreach (var device in m_DeviceRequirements) int32_t L_26 = V_3; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_27 = V_2; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))) { goto IL_0056; } } { // builder.Append(')'); StringBuilder_t * L_28 = V_0; NullCheck(L_28); StringBuilder_t * L_29; L_29 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_28, ((int32_t)41), /*hidden argument*/NULL); // return builder.ToString(); StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } IL2CPP_EXTERN_C String_t* InputControlScheme_ToString_mF5DC505F09EE90678862608D0BDC5ACB48BB38BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputControlScheme_ToString_mF5DC505F09EE90678862608D0BDC5ACB48BB38BF(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.InputControlScheme::op_Equality(UnityEngine.InputSystem.InputControlScheme,UnityEngine.InputSystem.InputControlScheme) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_op_Equality_m37500B637D2945CB33981440F592E8CF42A7D574 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___left0, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___right1, const RuntimeMethod* method) { { // return left.Equals(right); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_0 = ___right1; bool L_1; L_1 = InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&___left0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean UnityEngine.InputSystem.InputControlScheme::op_Inequality(UnityEngine.InputSystem.InputControlScheme,UnityEngine.InputSystem.InputControlScheme) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_op_Inequality_m7C6FBE0748031BA2AFBC27CF457D59E349B0A530 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___left0, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___right1, const RuntimeMethod* method) { { // return !left.Equals(right); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_0 = ___right1; bool L_1; L_1 = InputControlScheme_Equals_m135B722C35CEB3D0EB7320682758B7B58BC822C0((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&___left0), L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::get_description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 InputDevice_get_description_m3F54BB4D6E85ADD8CDBB2906821A9D828CAC8305 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public InputDeviceDescription description => m_Description; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 L_0 = __this->get_m_Description_28(); return L_0; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_enabled_m9804D43CD889D2D99E778707FE7BC00F4B54C70E (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // if ((m_DeviceFlags & (DeviceFlags.DisabledInFrontend | DeviceFlags.DisabledWhileInBackground)) != 0) int32_t L_0 = __this->get_m_DeviceFlags_24(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)288)))) { goto IL_0010; } } { // return false; return (bool)0; } IL_0010: { // return QueryEnabledStateFromRuntime(); bool L_1; L_1 = InputDevice_QueryEnabledStateFromRuntime_mC1EE103B877C82AB7A413F2694875CC66508B4AC(__this, /*hidden argument*/NULL); return L_1; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_canRunInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_canRunInBackground_m472778EA0CF42AD6B5C860497C8B2258124206F3 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA V_0; memset((&V_0), 0, sizeof(V_0)); { // if ((m_DeviceFlags & DeviceFlags.CanRunInBackgroundHasBeenQueried) != 0) int32_t L_0 = __this->get_m_DeviceFlags_24(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)4096)))) { goto IL_001e; } } { // return (m_DeviceFlags & DeviceFlags.CanRunInBackground) != 0; int32_t L_1 = __this->get_m_DeviceFlags_24(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0); } IL_001e: { // var command = QueryCanRunInBackground.Create(); QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA L_2; L_2 = QueryCanRunInBackground_Create_m7FC7C25ABCB735E32E203E8E7797F1808A218030(/*hidden argument*/NULL); V_0 = L_2; // m_DeviceFlags |= DeviceFlags.CanRunInBackgroundHasBeenQueried; int32_t L_3 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_3|(int32_t)((int32_t)4096)))); // if (ExecuteCommand(ref command) >= 0 && command.canRunInBackground) int64_t L_4; L_4 = InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B(__this, (QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA *)(&V_0), /*hidden argument*/InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B_RuntimeMethod_var); if ((((int64_t)L_4) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_005e; } } { QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA L_5 = V_0; bool L_6 = L_5.get_canRunInBackground_2(); if (!L_6) { goto IL_005e; } } { // m_DeviceFlags |= DeviceFlags.CanRunInBackground; int32_t L_7 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_7|(int32_t)((int32_t)2048)))); // return true; return (bool)1; } IL_005e: { // m_DeviceFlags &= ~DeviceFlags.CanRunInBackground; int32_t L_8 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_8&(int32_t)((int32_t)-2049)))); // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_added() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_added_m6228E4D9FD11390012BA1693DE2EC3ECF55AD255 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public bool added => m_DeviceIndex != kInvalidDeviceIndex; int32_t L_0 = __this->get_m_DeviceIndex_27(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_remote() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_remote_mC1C2A5CB87863CFD667C57ECA5D5847A93101832 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public bool remote => (m_DeviceFlags & DeviceFlags.Remote) == DeviceFlags.Remote; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)8))) == ((int32_t)8))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_native() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_native_m480C408308E3B4FAB47D7551025D405E250C0F78 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public bool native => (m_DeviceFlags & DeviceFlags.Native) == DeviceFlags.Native; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_updateBeforeRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_updateBeforeRender_m8B0830820DF38D0D8682EA88EBC3A8094340DBE8 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public bool updateBeforeRender => (m_DeviceFlags & DeviceFlags.UpdateBeforeRender) == DeviceFlags.UpdateBeforeRender; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)1))? 1 : 0); } } // System.Int32 UnityEngine.InputSystem.InputDevice::get_deviceId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mDDE1531F7B9A1E03B17094C7AC37E58177E4AA0D (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public int deviceId => m_DeviceId; int32_t L_0 = __this->get_m_DeviceId_25(); return L_0; } } // System.Double UnityEngine.InputSystem.InputDevice::get_lastUpdateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputDevice_get_lastUpdateTime_mB99678F1B76A9836F1F2D14CBDF53A66B7351A3C (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public double lastUpdateTime => m_LastUpdateTimeInternal - InputRuntime.s_CurrentTimeOffsetToRealtimeSinceStartup; double L_0 = __this->get_m_LastUpdateTimeInternal_29(); double L_1 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_CurrentTimeOffsetToRealtimeSinceStartup_1(); return ((double)il2cpp_codegen_subtract((double)L_0, (double)L_1)); } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_wasUpdatedThisFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_wasUpdatedThisFrame_mB52315091A0761BC4D5ADE3A4D0DA78BE1396B7B (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool wasUpdatedThisFrame => m_CurrentUpdateStepCount == InputUpdate.s_UpdateStepCount; uint32_t L_0 = __this->get_m_CurrentUpdateStepCount_30(); uint32_t L_1 = ((InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t16159151984D134E806E18584FE12416F7A6DA57_il2cpp_TypeInfo_var))->get_s_UpdateStepCount_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputDevice::get_allControls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 InputDevice_get_allControls_mD986E92DCF42FBA62A009692D7B7E51CDC55175B (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mFCBD4105D4BA9FB005270EF84B7306B340DD99F8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // new ReadOnlyArray(m_ChildrenForEachControl); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_0 = __this->get_m_ChildrenForEachControl_34(); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyArray_1__ctor_mFCBD4105D4BA9FB005270EF84B7306B340DD99F8((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_mFCBD4105D4BA9FB005270EF84B7306B340DD99F8_RuntimeMethod_var); return L_1; } } // System.Type UnityEngine.InputSystem.InputDevice::get_valueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * InputDevice_get_valueType_m551A67915DA3C4984498062D63D9E6336BD1F3FE (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public override Type valueType => typeof(byte[]); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 UnityEngine.InputSystem.InputDevice::get_valueSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDevice_get_valueSizeInBytes_m589E140B95E2728DCB5D5923CEBBD25E2FA6AC3C (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public override int valueSizeInBytes => (int)m_StateBlock.alignedSizeInBytes; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_0 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_1; L_1 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputDevice::get_all() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 InputDevice_get_all_mDF36E95D20F746C4B3971E782F8A4052948E86BA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static ReadOnlyArray all => InputSystem.devices; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 L_0; L_0 = InputSystem_get_devices_mB346D1402C607C5EEF4CBAED94C3DADF52CF3831(/*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.InputSystem.InputDevice::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice__ctor_m418D8F72F7931E2EFE558B227008774BE1A2DAFF (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public InputDevice() InputControl__ctor_mB2EA7C433195535901875F35BD5D35B60D4AABB5(__this, /*hidden argument*/NULL); // m_DeviceId = InvalidDeviceId; __this->set_m_DeviceId_25(0); // m_ParticipantId = kLocalParticipantId; __this->set_m_ParticipantId_26(0); // m_DeviceIndex = kInvalidDeviceIndex; __this->set_m_DeviceIndex_27((-1)); // } return; } } // System.Object UnityEngine.InputSystem.InputDevice::ReadValueFromBufferAsObject(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputDevice_ReadValueFromBufferAsObject_m1BE6CAFF94C5A397DF310A36F56C6274FD9549B5 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method) { { // throw new NotImplementedException(); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_ReadValueFromBufferAsObject_m1BE6CAFF94C5A397DF310A36F56C6274FD9549B5_RuntimeMethod_var))); } } // System.Object UnityEngine.InputSystem.InputDevice::ReadValueFromStateAsObject(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputDevice_ReadValueFromStateAsObject_m8882FD0643D0EF514A3396917A9CFCD4065F0547 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, void* ___statePtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_1; memset((&V_1), 0, sizeof(V_1)); uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; uint8_t* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B4_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B6_0 = NULL; { // if (m_DeviceIndex == kInvalidDeviceIndex) int32_t L_0 = __this->get_m_DeviceIndex_27(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000b; } } { // return null; return NULL; } IL_000b: { // var numBytes = stateBlock.alignedSizeInBytes; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_1; L_1 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline(__this, /*hidden argument*/NULL); V_1 = L_1; uint32_t L_2; L_2 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_1), /*hidden argument*/NULL); V_0 = L_2; // var array = new byte[numBytes]; uint32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); // fixed(byte* arrayPtr = array) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5; V_3 = L_6; G_B3_0 = L_5; if (!L_6) { G_B4_0 = L_5; goto IL_002a; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_3; NullCheck(L_7); G_B4_0 = G_B3_0; if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { G_B5_0 = G_B3_0; goto IL_002f; } } IL_002a: { V_2 = (uint8_t*)((uintptr_t)0); G_B6_0 = G_B4_0; goto IL_0038; } IL_002f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_3; NullCheck(L_8); V_2 = (uint8_t*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); G_B6_0 = G_B5_0; } IL_0038: { // var adjustedStatePtr = (byte*)statePtr + m_StateBlock.byteOffset; void* L_9 = ___statePtr0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_10 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_11; L_11 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_10, /*hidden argument*/NULL); V_4 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((uintptr_t)L_11))); // UnsafeUtility.MemCpy(arrayPtr, adjustedStatePtr, numBytes); uint8_t* L_12 = V_2; uint8_t* L_13 = V_4; uint32_t L_14 = V_0; UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E((void*)(void*)L_12, (void*)(void*)L_13, ((int64_t)((uint64_t)L_14)), /*hidden argument*/NULL); V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // return array; return (RuntimeObject *)G_B6_0; } } // System.Void UnityEngine.InputSystem.InputDevice::ReadValueFromStateIntoBuffer(System.Void*,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_ReadValueFromStateIntoBuffer_m086B1598CC8622B40C5B5B6A5C3CA871527E8A8C (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, void* ___statePtr0, void* ___bufferPtr1, int32_t ___bufferSize2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // if (statePtr == null) void* L_0 = ___statePtr0; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0010; } } { // throw new ArgumentNullException(nameof(statePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_ReadValueFromStateIntoBuffer_m086B1598CC8622B40C5B5B6A5C3CA871527E8A8C_RuntimeMethod_var))); } IL_0010: { // if (bufferPtr == null) void* L_2 = ___bufferPtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0020; } } { // throw new ArgumentNullException(nameof(bufferPtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE36E5E22CCC9B525368E8E3AFB2A89BB4E24CA53)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_ReadValueFromStateIntoBuffer_m086B1598CC8622B40C5B5B6A5C3CA871527E8A8C_RuntimeMethod_var))); } IL_0020: { // if (bufferSize < valueSizeInBytes) int32_t L_4 = ___bufferSize2; int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputControl::get_valueSizeInBytes() */, __this); if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_004a; } } { // throw new ArgumentException($"Buffer too small (expected: {valueSizeInBytes}, actual: {bufferSize}"); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputControl::get_valueSizeInBytes() */, __this); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); int32_t L_9 = ___bufferSize2; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC19C156502B411A79B40B632E31CF17D0787B021)), L_8, L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_ReadValueFromStateIntoBuffer_m086B1598CC8622B40C5B5B6A5C3CA871527E8A8C_RuntimeMethod_var))); } IL_004a: { // var adjustedStatePtr = (byte*)statePtr + m_StateBlock.byteOffset; void* L_14 = ___statePtr0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_15 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_16; L_16 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_15, /*hidden argument*/NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((uintptr_t)L_16))); // UnsafeUtility.MemCpy(bufferPtr, adjustedStatePtr, m_StateBlock.alignedSizeInBytes); void* L_17 = ___bufferPtr1; uint8_t* L_18 = V_0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_19 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_20; L_20 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_19, /*hidden argument*/NULL); UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E((void*)(void*)L_17, (void*)(void*)L_18, ((int64_t)((uint64_t)L_20)), /*hidden argument*/NULL); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::CompareValue(System.Void*,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CompareValue_m662466522FF985979C8F99BF17FC6B4396D2FA89 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, void* ___firstStatePtr0, void* ___secondStatePtr1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { // if (firstStatePtr == null) void* L_0 = ___firstStatePtr0; if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0010; } } { // throw new ArgumentNullException(nameof(firstStatePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB61449D621612D23E9282099B4811CC3ED9A7D2D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_CompareValue_m662466522FF985979C8F99BF17FC6B4396D2FA89_RuntimeMethod_var))); } IL_0010: { // if (secondStatePtr == null) void* L_2 = ___secondStatePtr1; if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0020; } } { // throw new ArgumentNullException(nameof(secondStatePtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1257E72B1FFA24D182C33BE63722062A05F389FF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_CompareValue_m662466522FF985979C8F99BF17FC6B4396D2FA89_RuntimeMethod_var))); } IL_0020: { // var adjustedFirstStatePtr = (byte*)firstStatePtr + m_StateBlock.byteOffset; void* L_4 = ___firstStatePtr0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_5 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_6; L_6 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_5, /*hidden argument*/NULL); // var adjustedSecondStatePtr = (byte*)firstStatePtr + m_StateBlock.byteOffset; void* L_7 = ___firstStatePtr0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_8 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_9; L_9 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_8, /*hidden argument*/NULL); V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((uintptr_t)L_9))); // return UnsafeUtility.MemCmp(adjustedFirstStatePtr, adjustedSecondStatePtr, // m_StateBlock.alignedSizeInBytes) == 0; uint8_t* L_10 = V_0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_11 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_address_of_m_StateBlock_0(); uint32_t L_12; L_12 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = UnsafeUtility_MemCmp_m93F78B937CB38E084CDC1DE811753E6D0F3841C1((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_6))), (void*)(void*)L_10, ((int64_t)((uint64_t)L_12)), /*hidden argument*/NULL); return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::NotifyConfigurationChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_NotifyConfigurationChanged_m58330FD298D3EFEB6E3C789512D8A9B97017AC18 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // isConfigUpToDate = false; InputControl_set_isConfigUpToDate_m0501F37D081C6938751F24DB71B72D5F1F6AFE93(__this, (bool)0, /*hidden argument*/NULL); // for (var i = 0; i < m_ChildrenForEachControl.Length; ++i) V_0 = 0; goto IL_001d; } IL_000b: { // m_ChildrenForEachControl[i].isConfigUpToDate = false; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_0 = __this->get_m_ChildrenForEachControl_34(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); InputControl_set_isConfigUpToDate_m0501F37D081C6938751F24DB71B72D5F1F6AFE93(L_3, (bool)0, /*hidden argument*/NULL); // for (var i = 0; i < m_ChildrenForEachControl.Length; ++i) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001d: { // for (var i = 0; i < m_ChildrenForEachControl.Length; ++i) int32_t L_5 = V_0; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_6 = __this->get_m_ChildrenForEachControl_34(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_000b; } } { // m_DeviceFlags &= ~DeviceFlags.DisabledStateHasBeenQueriedFromRuntime; int32_t L_7 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_7&(int32_t)((int32_t)-65)))); // OnConfigurationChanged(); VirtActionInvoker0::Invoke(19 /* System.Void UnityEngine.InputSystem.InputDevice::OnConfigurationChanged() */, __this); // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::MakeCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_MakeCurrent_mD5E7E948AC287BDF9C3D2D2572D041A8D9E59AC3 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::OnAdded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_OnAdded_mABAB654D03A089192D7596CAE0AD26FDE3634DC5 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::OnRemoved() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_OnRemoved_m29C95F875D72B1A8C1695E1F5BE8E3087449D762 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::OnConfigurationChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_OnConfigurationChanged_m2DC46C316765BACB550F17C27E29270CE91B7072 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // } return; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_m2DA560079718AA7D2BDDF978D1A93BE7E331F13A (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * ___commandPtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return InputRuntime.s_Instance.DeviceCommand(deviceId, commandPtr); RuntimeObject* L_0 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); int32_t L_1; L_1 = InputDevice_get_deviceId_mDDE1531F7B9A1E03B17094C7AC37E58177E4AA0D_inline(__this, /*hidden argument*/NULL); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_2 = ___commandPtr0; NullCheck(L_0); int64_t L_3; L_3 = InterfaceFuncInvoker2< int64_t, int32_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(3 /* System.Int64 UnityEngine.InputSystem.LowLevel.IInputRuntime::DeviceCommand(System.Int32,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, L_0, L_1, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_2); return L_3; } } // System.Boolean UnityEngine.InputSystem.InputDevice::QueryEnabledStateFromRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_QueryEnabledStateFromRuntime_mC1EE103B877C82AB7A413F2694875CC66508B4AC (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 V_0; memset((&V_0), 0, sizeof(V_0)); { // if ((m_DeviceFlags & DeviceFlags.DisabledStateHasBeenQueriedFromRuntime) == 0) int32_t L_0 = __this->get_m_DeviceFlags_24(); if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) { goto IL_006e; } } { // var command = QueryEnabledStateCommand.Create(); QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 L_1; L_1 = QueryEnabledStateCommand_Create_m4A16FD78DF8FA0FAC8D0EE74265EAF490C8505F2(/*hidden argument*/NULL); V_0 = L_1; // if (ExecuteCommand(ref command) >= 0) int64_t L_2; L_2 = InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597(__this, (QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 *)(&V_0), /*hidden argument*/InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597_RuntimeMethod_var); if ((((int64_t)L_2) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_004d; } } { // if (command.isEnabled) QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 L_3 = V_0; bool L_4 = L_3.get_isEnabled_2(); if (!L_4) { goto IL_0039; } } { // m_DeviceFlags &= ~DeviceFlags.DisabledInRuntime; int32_t L_5 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_5&(int32_t)((int32_t)-129)))); goto IL_005f; } IL_0039: { // m_DeviceFlags |= DeviceFlags.DisabledInRuntime; int32_t L_6 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_6|(int32_t)((int32_t)128)))); // } goto IL_005f; } IL_004d: { // m_DeviceFlags &= ~DeviceFlags.DisabledInRuntime; int32_t L_7 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_7&(int32_t)((int32_t)-129)))); } IL_005f: { // m_DeviceFlags |= DeviceFlags.DisabledStateHasBeenQueriedFromRuntime; int32_t L_8 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_8|(int32_t)((int32_t)64)))); } IL_006e: { // return (m_DeviceFlags & DeviceFlags.DisabledInRuntime) == 0; int32_t L_9 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)128)))) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_disabledInFrontend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_disabledInFrontend_mC033F07E789663FEA0A2F1EFF647676444C088EB (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.DisabledInFrontend) != 0; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_disabledInFrontend(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_disabledInFrontend_m08F06A6271017BC472335FC456D730677DC4B97D (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { // m_DeviceFlags |= DeviceFlags.DisabledInFrontend; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)((int32_t)32)))); return; } IL_0013: { // m_DeviceFlags &= ~DeviceFlags.DisabledInFrontend; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-33)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_disabledInRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_disabledInRuntime_m0C48E5186775F12FE5FD995DEF5012EB8FC6A34B (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.DisabledInRuntime) != 0; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_disabledInRuntime(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_disabledInRuntime_mBDDF48CA5E3D065CDB07AA229B22CE6BF57ADA52 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0016; } } { // m_DeviceFlags |= DeviceFlags.DisabledInRuntime; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)((int32_t)128)))); return; } IL_0016: { // m_DeviceFlags &= ~DeviceFlags.DisabledInRuntime; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-129)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_disabledWhileInBackground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_disabledWhileInBackground_mC5A011EACEBCF0E40DD4F82ED364FF5D10D9E8BB (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.DisabledWhileInBackground) != 0; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_disabledWhileInBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_disabledWhileInBackground_mDDEA05B48B000CC0FDF299D1351EAAF85DB9E6C4 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0016; } } { // m_DeviceFlags |= DeviceFlags.DisabledWhileInBackground; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)((int32_t)256)))); return; } IL_0016: { // m_DeviceFlags &= ~DeviceFlags.DisabledWhileInBackground; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-257)))); // } return; } } // System.UInt32 UnityEngine.InputSystem.InputDevice::EncodeStateOffsetToControlMapEntry(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputDevice_EncodeStateOffsetToControlMapEntry_m26137F339629EE0A46E83585C4BF5AC658464472 (uint32_t ___controlIndex0, uint32_t ___stateOffsetInBits1, uint32_t ___stateSizeInBits2, const RuntimeMethod* method) { { // return stateOffsetInBits << (kControlIndexBits + kStateSizeBits) | stateSizeInBits << kControlIndexBits | controlIndex; uint32_t L_0 = ___stateOffsetInBits1; uint32_t L_1 = ___stateSizeInBits2; uint32_t L_2 = ___controlIndex0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)19)))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)10)))))|(int32_t)L_2)); } } // System.Void UnityEngine.InputSystem.InputDevice::DecodeStateOffsetToControlMapEntry(System.UInt32,System.UInt32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_DecodeStateOffsetToControlMapEntry_m10207453B9BBD960BA8BC582101E785ABC653235 (uint32_t ___entry0, uint32_t* ___controlIndex1, uint32_t* ___stateOffset2, uint32_t* ___stateSize3, const RuntimeMethod* method) { { // controlIndex = entry & (1U << kControlIndexBits) - 1; uint32_t* L_0 = ___controlIndex1; uint32_t L_1 = ___entry0; *((int32_t*)L_0) = (int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)1023))); // stateOffset = entry >> (kControlIndexBits + kStateSizeBits); uint32_t* L_2 = ___stateOffset2; uint32_t L_3 = ___entry0; *((int32_t*)L_2) = (int32_t)((int32_t)((uint32_t)L_3>>((int32_t)19))); // stateSize = (entry >> kControlIndexBits) & (((1U << (kControlIndexBits + kStateSizeBits)) - 1) >> kControlIndexBits); uint32_t* L_4 = ___stateSize3; uint32_t L_5 = ___entry0; *((int32_t*)L_4) = (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>((int32_t)10)))&(int32_t)((int32_t)511))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_hasControlsWithDefaultState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasControlsWithDefaultState_m3F44707B9901B62B7331EF24E2A4FF67EE6C0010 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.HasControlsWithDefaultState) == DeviceFlags.HasControlsWithDefaultState; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)4))) == ((int32_t)4))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_hasControlsWithDefaultState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasControlsWithDefaultState_m48E0709F393829887D8415F186D7445EC737446E (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_DeviceFlags |= DeviceFlags.HasControlsWithDefaultState; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)4))); return; } IL_0012: { // m_DeviceFlags &= ~DeviceFlags.HasControlsWithDefaultState; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_hasDontResetControls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasDontResetControls_m6639662CF6D0DCD07762BD7C4C95AE52C43E2275 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.HasDontResetControls) == DeviceFlags.HasDontResetControls; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1024)))) == ((int32_t)((int32_t)1024)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_hasDontResetControls(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasDontResetControls_mA878EF67A55DBF56C4C6371B02889096EDFBFD44 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0016; } } { // m_DeviceFlags |= DeviceFlags.HasDontResetControls; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)((int32_t)1024)))); return; } IL_0016: { // m_DeviceFlags &= ~DeviceFlags.HasDontResetControls; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-1025)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_hasStateCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasStateCallbacks_mD2180C045B5F2BC58EBCC491C2FE8AD0993582C8 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.HasStateCallbacks) == DeviceFlags.HasStateCallbacks; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)2))) == ((int32_t)2))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_hasStateCallbacks(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasStateCallbacks_m0A964793D519D1B2109C1896CDA0D9F65C6CF183 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { // m_DeviceFlags |= DeviceFlags.HasStateCallbacks; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)2))); return; } IL_0012: { // m_DeviceFlags &= ~DeviceFlags.HasStateCallbacks; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-3)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_hasEventMerger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasEventMerger_m0C9A4328373BF1F6A455706342612DEDFEB8733A (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.HasEventMerger) == DeviceFlags.HasEventMerger; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)8192)))) == ((int32_t)((int32_t)8192)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_hasEventMerger(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasEventMerger_m847E74F1E47AA361E3CC2AD15A87A2D60513DB42 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0016; } } { // m_DeviceFlags |= DeviceFlags.HasEventMerger; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)((int32_t)8192)))); return; } IL_0016: { // m_DeviceFlags &= ~DeviceFlags.HasEventMerger; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-8193)))); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::get_hasEventPreProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasEventPreProcessor_mC90B9C717FCB8C5EEC7E5231DE4D392B7FC97C57 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // get => (m_DeviceFlags & DeviceFlags.HasEventPreProcessor) == DeviceFlags.HasEventPreProcessor; int32_t L_0 = __this->get_m_DeviceFlags_24(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16384)))) == ((int32_t)((int32_t)16384)))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::set_hasEventPreProcessor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasEventPreProcessor_m35AFC9BD219CF73F8284D2E63CA07B43F030806E (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, bool ___value0, const RuntimeMethod* method) { { // if (value) bool L_0 = ___value0; if (!L_0) { goto IL_0016; } } { // m_DeviceFlags |= DeviceFlags.HasEventPreProcessor; int32_t L_1 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_1|(int32_t)((int32_t)16384)))); return; } IL_0016: { // m_DeviceFlags &= ~DeviceFlags.HasEventPreProcessor; int32_t L_2 = __this->get_m_DeviceFlags_24(); __this->set_m_DeviceFlags_24(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-16385)))); // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::AddDeviceUsage(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_AddDeviceUsage_m4B3B4CF64903EDCCED4D669B4148C3D7EEF188E8 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___usage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // var controlUsageCount = m_UsageToControl.LengthSafe(); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_0 = __this->get_m_UsageToControl_33(); int32_t L_1; L_1 = ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F(L_0, /*hidden argument*/ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); // var totalUsageCount = controlUsageCount + m_UsageCount; int32_t L_2 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); // if (m_UsageCount == 0) int32_t L_3 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); if (L_3) { goto IL_0022; } } { // m_UsageStartIndex = totalUsageCount; int32_t L_4 = V_0; ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->set_m_UsageStartIndex_12(L_4); } IL_0022: { // ArrayHelpers.AppendWithCapacity(ref m_UsagesForEachControl, ref totalUsageCount, usage); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_5 = __this->get_address_of_m_UsagesForEachControl_32(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_6 = ___usage0; int32_t L_7; L_7 = ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_5, (int32_t*)(&V_0), L_6, ((int32_t)10), /*hidden argument*/ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95_RuntimeMethod_var); // ++m_UsageCount; int32_t L_8 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->set_m_UsageCount_11(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::RemoveDeviceUsage(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_RemoveDeviceUsage_mFD13B5EB1A60252A88055DCFD1AC662B08816E8E (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___usage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // var controlUsageCount = m_UsageToControl.LengthSafe(); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_0 = __this->get_m_UsageToControl_33(); int32_t L_1; L_1 = ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F(L_0, /*hidden argument*/ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); // var totalUsageCount = controlUsageCount + m_UsageCount; int32_t L_2 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); // var index = ArrayHelpers.IndexOfValue(m_UsagesForEachControl, usage, m_UsageStartIndex, totalUsageCount); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = __this->get_m_UsagesForEachControl_32(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_4 = ___usage0; int32_t L_5 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageStartIndex_12(); int32_t L_6 = V_0; int32_t L_7; L_7 = ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542(L_3, L_4, L_5, L_6, /*hidden argument*/ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542_RuntimeMethod_var); V_1 = L_7; // if (index == -1) int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_002c; } } { // return; return; } IL_002c: { // ArrayHelpers.EraseAtWithCapacity(m_UsagesForEachControl, ref totalUsageCount, index); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_9 = __this->get_m_UsagesForEachControl_32(); int32_t L_10 = V_1; ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3(L_9, (int32_t*)(&V_0), L_10, /*hidden argument*/ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3_RuntimeMethod_var); // --m_UsageCount; int32_t L_11 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->set_m_UsageCount_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); // if (m_UsageCount == 0) int32_t L_12 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); if (L_12) { goto IL_0057; } } { // m_UsageStartIndex = default; ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->set_m_UsageStartIndex_12(0); } IL_0057: { // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::ClearDeviceUsages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_ClearDeviceUsages_m5542D6506AC9250AAE4EF7C2C8D2251BBF438B9F (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (var i = m_UsageStartIndex; i < m_UsageCount; ++i) int32_t L_0 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageStartIndex_12(); V_0 = L_0; goto IL_001f; } IL_0009: { // m_UsagesForEachControl[i] = default; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = __this->get_m_UsagesForEachControl_32(); int32_t L_2 = V_0; NullCheck(L_1); il2cpp_codegen_initobj(((L_1)->GetAddressAt(static_cast(L_2))), sizeof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )); // for (var i = m_UsageStartIndex; i < m_UsageCount; ++i) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001f: { // for (var i = m_UsageStartIndex; i < m_UsageCount; ++i) int32_t L_4 = V_0; int32_t L_5 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->get_m_UsageCount_11(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0009; } } { // m_UsageCount = default; ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this)->set_m_UsageCount_11(0); // } return; } } // System.Boolean UnityEngine.InputSystem.InputDevice::RequestSync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_RequestSync_mFE6A5CFDE65109D527ED21DB498E6826A296C4BB (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB V_0; memset((&V_0), 0, sizeof(V_0)); { // var syncCommand = RequestSyncCommand.Create(); RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB L_0; L_0 = RequestSyncCommand_Create_m0913E38313DF3B3641F4FC09D26DE51D9CAFF9D8(/*hidden argument*/NULL); V_0 = L_0; // return device.ExecuteCommand(ref syncCommand) >= 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_1; L_1 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2; L_2 = InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1(L_1, (RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB *)(&V_0), /*hidden argument*/InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1_RuntimeMethod_var); return (bool)((((int32_t)((((int64_t)L_2) < ((int64_t)((int64_t)((int64_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::RequestReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_RequestReset_mE1773E09FED3E0849059426264897AB8BC091F8D (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 V_0; memset((&V_0), 0, sizeof(V_0)); { // var resetCommand = RequestResetCommand.Create(); RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 L_0; L_0 = RequestResetCommand_Create_mA7B853E15B2255E23106F341D223415630B3E249(/*hidden argument*/NULL); V_0 = L_0; // return device.ExecuteCommand(ref resetCommand) >= 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_1; L_1 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2; L_2 = InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC(L_1, (RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 *)(&V_0), /*hidden argument*/InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC_RuntimeMethod_var); return (bool)((((int32_t)((((int64_t)L_2) < ((int64_t)((int64_t)((int64_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::ExecuteEnableCommand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_ExecuteEnableCommand_m0327C2A773CFC5F7136CEABA65F4E6A7BC08B979 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 V_0; memset((&V_0), 0, sizeof(V_0)); { // var command = EnableDeviceCommand.Create(); EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 L_0; L_0 = EnableDeviceCommand_Create_m8A9E610496B41B0E9209C6A3D29C9AC956AB3206(/*hidden argument*/NULL); V_0 = L_0; // return device.ExecuteCommand(ref command) >= 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_1; L_1 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2; L_2 = InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44(L_1, (EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)(&V_0), /*hidden argument*/InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44_RuntimeMethod_var); return (bool)((((int32_t)((((int64_t)L_2) < ((int64_t)((int64_t)((int64_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.InputDevice::ExecuteDisableCommand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_ExecuteDisableCommand_m90C167B490FF4D0282A0D5955459932AA1510BFE (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 V_0; memset((&V_0), 0, sizeof(V_0)); { // var command = DisableDeviceCommand.Create(); DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 L_0; L_0 = DisableDeviceCommand_Create_m8B26D925D5598017AA0A3D1EA319554A1C409923(/*hidden argument*/NULL); V_0 = L_0; // return device.ExecuteCommand(ref command) >= 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_1; L_1 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2; L_2 = InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1(L_1, (DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)(&V_0), /*hidden argument*/InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1_RuntimeMethod_var); return (bool)((((int32_t)((((int64_t)L_2) < ((int64_t)((int64_t)((int64_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void UnityEngine.InputSystem.InputDevice::NotifyAdded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_NotifyAdded_m8A786359B5B811B1EB48991489EB9C349FCAD94A (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // OnAdded(); VirtActionInvoker0::Invoke(17 /* System.Void UnityEngine.InputSystem.InputDevice::OnAdded() */, __this); // } return; } } // System.Void UnityEngine.InputSystem.InputDevice::NotifyRemoved() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_NotifyRemoved_mB46C1B6528A3314DC4D98E54423BDB490CD04E0B (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // OnRemoved(); VirtActionInvoker0::Invoke(18 /* System.Void UnityEngine.InputSystem.InputDevice::OnRemoved() */, __this); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder IL2CPP_EXTERN_C void InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshal_pinvoke(const InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051& unmarshaled, InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_pinvoke& marshaled) { Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL); } IL2CPP_EXTERN_C void InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshal_pinvoke_back(const InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_pinvoke& marshaled, InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051& unmarshaled) { Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder IL2CPP_EXTERN_C void InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshal_pinvoke_cleanup(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder IL2CPP_EXTERN_C void InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshal_com(const InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051& unmarshaled, InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_com& marshaled) { Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL); } IL2CPP_EXTERN_C void InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshal_com_back(const InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_com& marshaled, InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051& unmarshaled) { Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder IL2CPP_EXTERN_C void InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshal_com_cleanup(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_com& marshaled) { } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Setup(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputDeviceDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Setup_mD2874DFA2F41DAA1A570EFD90B1D6511BAB3C64A (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___deviceDescription2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_0; memset((&V_0), 0, sizeof(V_0)); { // m_LayoutCacheRef = InputControlLayout.CacheRef(); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 L_0; L_0 = InputControlLayout_CacheRef_mE6499AC207F0BD44270545C463324B186E6A2D2D(/*hidden argument*/NULL); __this->set_m_LayoutCacheRef_1(L_0); // InstantiateLayout(layout, variants, new InternedString(), null); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_2 = ___variants1; il2cpp_codegen_initobj((&V_0), sizeof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_3 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = InputDeviceBuilder_InstantiateLayout_m5B993CA547749A24C330A129CE95EA69ED0E8E17((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_1, L_2, L_3, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/NULL); // FinalizeControlHierarchy(); InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, /*hidden argument*/NULL); // m_StateOffsetToControlMap.Sort(); List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_5 = __this->get_m_StateOffsetToControlMap_3(); NullCheck(L_5); List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA(L_5, /*hidden argument*/List_1_Sort_m559A6073FE41B623C41380544E2117D5CCD900BA_RuntimeMethod_var); // m_Device.m_Description = deviceDescription; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_6 = __this->get_m_Device_0(); InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 L_7 = ___deviceDescription2; NullCheck(L_6); L_6->set_m_Description_28(L_7); // m_Device.m_StateOffsetToControlMap = m_StateOffsetToControlMap.ToArray(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_8 = __this->get_m_Device_0(); List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_9 = __this->get_m_StateOffsetToControlMap_3(); NullCheck(L_9); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10; L_10 = List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1(L_9, /*hidden argument*/List_1_ToArray_m080AF6F76A0889E65C7E0498BFF7B663EA53BAC1_RuntimeMethod_var); NullCheck(L_8); L_8->set_m_StateOffsetToControlMap_35(L_10); // m_Device.CallFinishSetupRecursive(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_11 = __this->get_m_Device_0(); NullCheck(L_11); InputControl_CallFinishSetupRecursive_m433B17049A829371815D9EA01124F8DF16CA24EA(L_11, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_Setup_mD2874DFA2F41DAA1A570EFD90B1D6511BAB3C64A_AdjustorThunk (RuntimeObject * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___deviceDescription2, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_Setup_mD2874DFA2F41DAA1A570EFD90B1D6511BAB3C64A(_thisAdjusted, ___layout0, ___variants1, ___deviceDescription2, method); } // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputDeviceBuilder_Finish_mC145BF9C06DDC23C09BE8658370468F209AEDFCC (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method) { { // var device = m_Device; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_0(); // Reset(); InputDeviceBuilder_Reset_mC9EF22F9146B59C6AE1ADEF68EFA8ED9ED5C0B20((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, /*hidden argument*/NULL); // return device; return L_0; } } IL2CPP_EXTERN_C InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputDeviceBuilder_Finish_mC145BF9C06DDC23C09BE8658370468F209AEDFCC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * _returnValue; _returnValue = InputDeviceBuilder_Finish_mC145BF9C06DDC23C09BE8658370468F209AEDFCC(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Dispose_mAAF33CAB0C4A89CEE60750A02EED5FD582C724B6 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method) { { // m_LayoutCacheRef.Dispose(); CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 * L_0 = __this->get_address_of_m_LayoutCacheRef_1(); CacheRefInstance_Dispose_mA78F80AF748BC6DCA91824F76B2A720AC41A0E31((CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 *)L_0, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_Dispose_mAAF33CAB0C4A89CEE60750A02EED5FD582C724B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_Dispose_mAAF33CAB0C4A89CEE60750A02EED5FD582C724B6(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Reset_mC9EF22F9146B59C6AE1ADEF68EFA8ED9ED5C0B20 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m7FBFE0844E319AE32DEBCE69E90DD4455C8D86F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * G_B2_0 = NULL; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * G_B1_0 = NULL; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * G_B5_0 = NULL; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * G_B4_0 = NULL; { // m_Device = null; __this->set_m_Device_0((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)NULL); // m_ChildControlOverrides?.Clear(); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_0 = __this->get_m_ChildControlOverrides_2(); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0013; } } { goto IL_0018; } IL_0013: { NullCheck(G_B2_0); Dictionary_2_Clear_m7FBFE0844E319AE32DEBCE69E90DD4455C8D86F0(G_B2_0, /*hidden argument*/Dictionary_2_Clear_m7FBFE0844E319AE32DEBCE69E90DD4455C8D86F0_RuntimeMethod_var); } IL_0018: { // m_StateOffsetToControlMap?.Clear(); List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_2 = __this->get_m_StateOffsetToControlMap_3(); List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_3 = L_2; G_B4_0 = L_3; if (L_3) { G_B5_0 = L_3; goto IL_0023; } } { return; } IL_0023: { NullCheck(G_B5_0); List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57(G_B5_0, /*hidden argument*/List_1_Clear_m54AC9B1B54EC661C35A0A4F172E416504D9CCC57_RuntimeMethod_var); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_Reset_mC9EF22F9146B59C6AE1ADEF68EFA8ED9ED5C0B20_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_Reset_mC9EF22F9146B59C6AE1ADEF68EFA8ED9ED5C0B20(_thisAdjusted, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InstantiateLayout_m5B993CA547749A24C330A129CE95EA69ED0E8E17 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent3, const RuntimeMethod* method) { InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * V_0 = NULL; { // var layoutInstance = FindOrLoadLayout(layout); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ___layout0; String_t* L_1; L_1 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_0, /*hidden argument*/NULL); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_2; L_2 = InputDeviceBuilder_FindOrLoadLayout_m7E1E89F901FC32C43CE1227B997B90D1E65ACBE1(L_1, /*hidden argument*/NULL); V_0 = L_2; // return InstantiateLayout(layoutInstance, variants, name, parent); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_3 = V_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_4 = ___variants1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_5 = ___name2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___parent3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7; L_7 = InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InstantiateLayout_m5B993CA547749A24C330A129CE95EA69ED0E8E17_AdjustorThunk (RuntimeObject * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent3, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * _returnValue; _returnValue = InputDeviceBuilder_InstantiateLayout_m5B993CA547749A24C330A129CE95EA69ED0E8E17(_thisAdjusted, ___layout0, ___variants1, ___name2, ___parent3, method); return _returnValue; } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_1 = NULL; bool V_2 = false; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_3; memset((&V_3), 0, sizeof(V_3)); bool V_4 = false; int32_t V_5 = 0; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* V_6 = NULL; int32_t V_7 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var controlObject = Activator.CreateInstance(layout.type); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_0 = ___layout0; NullCheck(L_0); Type_t * L_1; L_1 = InputControlLayout_get_type_mEDBAE215519AFDFCCECA8ABABD1FFF21EEB60FA6_inline(L_0, /*hidden argument*/NULL); RuntimeObject * L_2; L_2 = Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD(L_1, /*hidden argument*/NULL); // if (!(controlObject is InputControl control)) V_0 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)IsInstClass((RuntimeObject*)L_2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_il2cpp_TypeInfo_var)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = V_0; if (L_3) { goto IL_003a; } } { // throw new InvalidOperationException( // $"Type '{layout.type.Name}' referenced by layout '{layout.name}' is not an InputControl"); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_4 = ___layout0; NullCheck(L_4); Type_t * L_5; L_5 = InputControlLayout_get_type_mEDBAE215519AFDFCCECA8ABABD1FFF21EEB60FA6_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_7 = ___layout0; NullCheck(L_7); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_8; L_8 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_7, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320F60E3C9D7C7D935571222849FC56FDCA0F54C)), L_6, L_10, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_12 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413_RuntimeMethod_var))); } IL_003a: { // if (control is InputDevice controlAsDevice) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = V_0; V_1 = ((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)IsInstClass((RuntimeObject*)L_13, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_14 = V_1; if (!L_14) { goto IL_016d; } } { // if (parent != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = ___parent3; if (!L_15) { goto IL_006d; } } { // throw new InvalidOperationException( // $"Cannot instantiate device layout '{layout.name}' as child of '{parent.path}'; devices must be added at root"); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_16 = ___layout0; NullCheck(L_16); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_17; L_17 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_16, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_18 = L_17; RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_18); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___parent3; NullCheck(L_20); String_t* L_21; L_21 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_20, /*hidden argument*/NULL); String_t* L_22; L_22 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D69A56EEEC1DFC43B24AA1FFBCCB4D7ACE4CF00)), L_19, L_21, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_23 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413_RuntimeMethod_var))); } IL_006d: { // m_Device = controlAsDevice; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_24 = V_1; __this->set_m_Device_0(L_24); // m_Device.m_StateBlock.byteOffset = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_25 = __this->get_m_Device_0(); NullCheck(L_25); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_26 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_25)->get_address_of_m_StateBlock_0(); InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_26, 0, /*hidden argument*/NULL); // m_Device.m_StateBlock.bitOffset = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = __this->get_m_Device_0(); NullCheck(L_27); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_28 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_27)->get_address_of_m_StateBlock_0(); InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_28, 0, /*hidden argument*/NULL); // m_Device.m_StateBlock.format = layout.stateFormat; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_29 = __this->get_m_Device_0(); NullCheck(L_29); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_30 = ((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_29)->get_address_of_m_StateBlock_0(); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_31 = ___layout0; NullCheck(L_31); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_32; L_32 = InputControlLayout_get_stateFormat_m96E1DDEB879D659C68D1FE5D32B3286ECD891533_inline(L_31, /*hidden argument*/NULL); InputStateBlock_set_format_m0A7C755BCA40EB524A1346D824E83EAA9762BE38_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_30, L_32, /*hidden argument*/NULL); // m_Device.m_AliasesForEachControl = null; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_33 = __this->get_m_Device_0(); NullCheck(L_33); L_33->set_m_AliasesForEachControl_31((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL); // m_Device.m_ChildrenForEachControl = null; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_34 = __this->get_m_Device_0(); NullCheck(L_34); L_34->set_m_ChildrenForEachControl_34((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)NULL); // m_Device.m_UsagesForEachControl = null; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_35 = __this->get_m_Device_0(); NullCheck(L_35); L_35->set_m_UsagesForEachControl_32((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL); // m_Device.m_UsageToControl = null; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_36 = __this->get_m_Device_0(); NullCheck(L_36); L_36->set_m_UsageToControl_33((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)NULL); // if (layout.m_UpdateBeforeRender == true) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_37 = ___layout0; NullCheck(L_37); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_38 = L_37->get_m_UpdateBeforeRender_7(); V_3 = L_38; V_4 = (bool)1; bool L_39; L_39 = Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); bool L_40 = V_4; bool L_41; L_41 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (!((int32_t)((int32_t)((((int32_t)L_39) == ((int32_t)L_40))? 1 : 0)&(int32_t)L_41))) { goto IL_010e; } } { // m_Device.m_DeviceFlags |= InputDevice.DeviceFlags.UpdateBeforeRender; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_42 = __this->get_m_Device_0(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_43 = L_42; NullCheck(L_43); int32_t L_44 = L_43->get_m_DeviceFlags_24(); NullCheck(L_43); L_43->set_m_DeviceFlags_24(((int32_t)((int32_t)L_44|(int32_t)1))); } IL_010e: { // if (layout.canRunInBackground != null) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_45 = ___layout0; NullCheck(L_45); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_46; L_46 = InputControlLayout_get_canRunInBackground_m23BF21A4854F3F5F08BDD4F5511173DDAA5A31EE(L_45, /*hidden argument*/NULL); V_3 = L_46; bool L_47; L_47 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (!L_47) { goto IL_018c; } } { // m_Device.m_DeviceFlags |= InputDevice.DeviceFlags.CanRunInBackgroundHasBeenQueried; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_48 = __this->get_m_Device_0(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_49 = L_48; NullCheck(L_49); int32_t L_50 = L_49->get_m_DeviceFlags_24(); NullCheck(L_49); L_49->set_m_DeviceFlags_24(((int32_t)((int32_t)L_50|(int32_t)((int32_t)4096)))); // if (layout.canRunInBackground == true) InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_51 = ___layout0; NullCheck(L_51); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_52; L_52 = InputControlLayout_get_canRunInBackground_m23BF21A4854F3F5F08BDD4F5511173DDAA5A31EE(L_51, /*hidden argument*/NULL); V_3 = L_52; V_4 = (bool)1; bool L_53; L_53 = Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); bool L_54 = V_4; bool L_55; L_55 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (!((int32_t)((int32_t)((((int32_t)L_53) == ((int32_t)L_54))? 1 : 0)&(int32_t)L_55))) { goto IL_018c; } } { // m_Device.m_DeviceFlags |= InputDevice.DeviceFlags.CanRunInBackground; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_56 = __this->get_m_Device_0(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_57 = L_56; NullCheck(L_57); int32_t L_58 = L_57->get_m_DeviceFlags_24(); NullCheck(L_57); L_57->set_m_DeviceFlags_24(((int32_t)((int32_t)L_58|(int32_t)((int32_t)2048)))); // } goto IL_018c; } IL_016d: { // else if (parent == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = ___parent3; if (L_59) { goto IL_018c; } } { // throw new InvalidOperationException( // $"Toplevel layout used with InputDeviceBuilder must be a device layout; '{layout.name}' is a control layout"); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_60 = ___layout0; NullCheck(L_60); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_61; L_61 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_60, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_62 = L_61; RuntimeObject * L_63 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_62); String_t* L_64; L_64 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4485092CE13333FA7CC6B596722E51133A7C8CD4)), L_63, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_65 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_65, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413_RuntimeMethod_var))); } IL_018c: { // if (name.IsEmpty()) bool L_66; L_66 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), /*hidden argument*/NULL); if (!L_66) { goto IL_01d5; } } { // name = layout.name; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_67 = ___layout0; NullCheck(L_67); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_68; L_68 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_67, /*hidden argument*/NULL); ___name2 = L_68; // var indexOfLastColon = name.ToString().LastIndexOf(':'); String_t* L_69; L_69 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), /*hidden argument*/NULL); NullCheck(L_69); int32_t L_70; L_70 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_69, ((int32_t)58), /*hidden argument*/NULL); V_5 = L_70; // if (indexOfLastColon != -1) int32_t L_71 = V_5; if ((((int32_t)L_71) == ((int32_t)(-1)))) { goto IL_01d5; } } { // name = new InternedString(name.ToString().Substring(indexOfLastColon + 1)); String_t* L_72; L_72 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), /*hidden argument*/NULL); int32_t L_73 = V_5; NullCheck(L_72); String_t* L_74; L_74 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_72, ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)), /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), L_74, /*hidden argument*/NULL); } IL_01d5: { // if (name.ToString().IndexOf(InputControlPath.Separator) != -1) String_t* L_75; L_75 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), /*hidden argument*/NULL); NullCheck(L_75); int32_t L_76; L_76 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_75, ((int32_t)47), /*hidden argument*/NULL); if ((((int32_t)L_76) == ((int32_t)(-1)))) { goto IL_0205; } } { // name = new InternedString(name.ToString().CleanSlashes()); String_t* L_77; L_77 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), /*hidden argument*/NULL); String_t* L_78; L_78 = InputControlPath_CleanSlashes_mBC857C6748B047E773703DD50ABEB91C87BD0F3A(L_77, /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___name2), L_78, /*hidden argument*/NULL); } IL_0205: { // if (variants.IsEmpty()) bool L_79; L_79 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___variants1), /*hidden argument*/NULL); if (!L_79) { goto IL_0226; } } { // variants = layout.variants; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_80 = ___layout0; NullCheck(L_80); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_81; L_81 = InputControlLayout_get_variants_mD81C655DFAE5D41EACD7D0FEE3AF946CC2D79781_inline(L_80, /*hidden argument*/NULL); ___variants1 = L_81; // if (variants.IsEmpty()) bool L_82; L_82 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___variants1), /*hidden argument*/NULL); if (!L_82) { goto IL_0226; } } { // variants = InputControlLayout.DefaultVariant; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_83; L_83 = InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C_inline(/*hidden argument*/NULL); ___variants1 = L_83; } IL_0226: { // control.m_Name = name; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_84 = V_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_85 = ___name2; NullCheck(L_84); L_84->set_m_Name_1(L_85); // control.m_DisplayNameFromLayout = layout.m_DisplayName; // No short display names at layout roots. InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_86 = V_0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_87 = ___layout0; NullCheck(L_87); String_t* L_88 = L_87->get_m_DisplayName_12(); NullCheck(L_86); L_86->set_m_DisplayNameFromLayout_4(L_88); // control.m_Layout = layout.name; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_89 = V_0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_90 = ___layout0; NullCheck(L_90); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_91; L_91 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_90, /*hidden argument*/NULL); NullCheck(L_89); L_89->set_m_Layout_7(L_91); // control.m_Variants = variants; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_92 = V_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_93 = ___variants1; NullCheck(L_92); L_92->set_m_Variants_8(L_93); // control.m_Parent = parent; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_94 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_95 = ___parent3; NullCheck(L_94); L_94->set_m_Parent_10(L_95); // control.m_Device = m_Device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_96 = V_0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_97 = __this->get_m_Device_0(); NullCheck(L_96); L_96->set_m_Device_9(L_97); // if (control is InputDevice) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_98 = V_0; if (!((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)IsInstClass((RuntimeObject*)L_98, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87_il2cpp_TypeInfo_var))) { goto IL_0274; } } { // control.noisy = layout.isNoisy; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_99 = V_0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_100 = ___layout0; NullCheck(L_100); bool L_101; L_101 = InputControlLayout_get_isNoisy_mF0188871F6713EBD509DCFDAD1C86FCE14760A35(L_100, /*hidden argument*/NULL); NullCheck(L_99); InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D(L_99, L_101, /*hidden argument*/NULL); } IL_0274: { // var haveChildrenUsingStateFromOtherControl = false; V_2 = (bool)0; } IL_0276: try { // begin try (depth: 1) // AddChildControls(layout, variants, control, // ref haveChildrenUsingStateFromOtherControl); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_102 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_103 = ___variants1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_104 = V_0; InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_102, L_103, L_104, (bool*)(&V_2), /*hidden argument*/NULL); // } goto IL_0286; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0283; } throw e; } CATCH_0283: { // begin catch(System.Object) // catch // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413_RuntimeMethod_var))); } // end catch (depth: 1) IL_0286: { // ComputeStateLayout(control); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_105 = V_0; InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE(L_105, /*hidden argument*/NULL); // if (haveChildrenUsingStateFromOtherControl) bool L_106 = V_2; if (!L_106) { goto IL_02cc; } } { // var controls = layout.m_Controls; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_107 = ___layout0; NullCheck(L_107); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_108 = L_107->get_m_Controls_11(); V_6 = L_108; // for (var i = 0; i < controls.Length; ++i) V_7 = 0; goto IL_02c4; } IL_029c: { // ref var item = ref controls[i]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_109 = V_6; int32_t L_110 = V_7; NullCheck(L_109); V_8 = (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_109)->GetAddressAt(static_cast(L_110))); // if (string.IsNullOrEmpty(item.useStateFrom)) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_111 = V_8; String_t* L_112; L_112 = ControlItem_get_useStateFrom_m3A5C70476F2E83EFB09269425555C6DAB504DA53_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_111, /*hidden argument*/NULL); bool L_113; L_113 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_112, /*hidden argument*/NULL); if (L_113) { goto IL_02be; } } { // ApplyUseStateFrom(control, ref item, layout); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_114 = V_0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_115 = V_8; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_116 = ___layout0; InputDeviceBuilder_ApplyUseStateFrom_m5D5024E908E3BB853969AE9E22F1633DC59C27AD(L_114, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_115, L_116, /*hidden argument*/NULL); } IL_02be: { // for (var i = 0; i < controls.Length; ++i) int32_t L_117 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); } IL_02c4: { // for (var i = 0; i < controls.Length; ++i) int32_t L_118 = V_7; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_119 = V_6; NullCheck(L_119); if ((((int32_t)L_118) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_119)->max_length)))))) { goto IL_029c; } } IL_02cc: { // return control; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_120 = V_0; return L_120; } } IL2CPP_EXTERN_C InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413_AdjustorThunk (RuntimeObject * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___name2, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent3, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * _returnValue; _returnValue = InputDeviceBuilder_InstantiateLayout_mA68F2BA6B2CB98169AEDC2510805ED6524149413(_thisAdjusted, ___layout0, ___variants1, ___name2, ___parent3, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControls(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; String_t* V_10 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_11 = NULL; int32_t V_12 = 0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_13; memset((&V_13), 0, sizeof(V_13)); { // var controlLayouts = layout.m_Controls; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_0 = ___layout0; NullCheck(L_0); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_1 = L_0->get_m_Controls_11(); V_0 = L_1; // if (controlLayouts == null) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_2 = V_0; if (L_2) { goto IL_000b; } } { // return; return; } IL_000b: { // var childCount = 0; V_1 = 0; // var haveControlLayoutWithPath = false; V_2 = (bool)0; // for (var i = 0; i < controlLayouts.Length; ++i) V_5 = 0; goto IL_00e5; } IL_0017: { // if (!controlLayouts[i].variants.IsEmpty() && // !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(controlLayouts[i].variants, // variants, InputControlLayout.VariantSeparator[0])) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_3 = V_0; int32_t L_4 = V_5; NullCheck(L_3); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_5; L_5 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); V_6 = L_5; bool L_6; L_6 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_6), /*hidden argument*/NULL); if (L_6) { goto IL_005c; } } { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_7 = V_0; int32_t L_8 = V_5; NullCheck(L_7); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_9; L_9 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); String_t* L_10; L_10 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_9, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_11 = ___variants1; String_t* L_12; L_12 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_11, /*hidden argument*/NULL); NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); bool L_14; L_14 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_10, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00df; } } IL_005c: { // if (controlLayouts[i].isModifyingExistingControl) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_15 = V_0; int32_t L_16 = V_5; NullCheck(L_15); bool L_17; L_17 = ControlItem_get_isModifyingExistingControl_m4B6AE4927F81094F629A4523B69029FA3954F68E((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/NULL); if (!L_17) { goto IL_00ba; } } { // if (controlLayouts[i].isArray) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_18 = V_0; int32_t L_19 = V_5; NullCheck(L_18); bool L_20; L_20 = ControlItem_get_isArray_m2B5D961F5F4C5A189AB5D11B5158BDA9EA4A55BD((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_18)->GetAddressAt(static_cast(L_19))), /*hidden argument*/NULL); if (!L_20) { goto IL_00a7; } } { // throw new NotSupportedException( // $"Control '{controlLayouts[i].name}' in layout '{layout.name}' is modifying the child of another control but is marked as an array"); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_21 = V_0; int32_t L_22 = V_5; NullCheck(L_21); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_23; L_23 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_21)->GetAddressAt(static_cast(L_22))), /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_24 = L_23; RuntimeObject * L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_24); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_26 = ___layout0; NullCheck(L_26); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_27; L_27 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_26, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_28 = L_27; RuntimeObject * L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_28); String_t* L_30; L_30 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB862DD084B90D057FCA0733279A70BB245CC5B2)), L_25, L_29, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_31 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_31, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71_RuntimeMethod_var))); } IL_00a7: { // haveControlLayoutWithPath = true; V_2 = (bool)1; // InsertChildControlOverride(parent, ref controlLayouts[i]); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32 = ___parent2; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_33 = V_0; int32_t L_34 = V_5; NullCheck(L_33); InputDeviceBuilder_InsertChildControlOverride_mE6DEC22D24341CF3DBECDDC29E1E81197CE3137F((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_32, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_33)->GetAddressAt(static_cast(L_34))), /*hidden argument*/NULL); // continue; goto IL_00df; } IL_00ba: { // if (controlLayouts[i].isArray) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_35 = V_0; int32_t L_36 = V_5; NullCheck(L_35); bool L_37; L_37 = ControlItem_get_isArray_m2B5D961F5F4C5A189AB5D11B5158BDA9EA4A55BD((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_35)->GetAddressAt(static_cast(L_36))), /*hidden argument*/NULL); if (!L_37) { goto IL_00db; } } { // childCount += controlLayouts[i].arraySize; int32_t L_38 = V_1; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_39 = V_0; int32_t L_40 = V_5; NullCheck(L_39); int32_t L_41; L_41 = ControlItem_get_arraySize_m24029119CF26A4260C388E82305907E6595966ED_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_39)->GetAddressAt(static_cast(L_40))), /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_41)); goto IL_00df; } IL_00db: { // ++childCount; int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00df: { // for (var i = 0; i < controlLayouts.Length; ++i) int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00e5: { // for (var i = 0; i < controlLayouts.Length; ++i) int32_t L_44 = V_5; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_45 = V_0; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))) { goto IL_0017; } } { // if (childCount == 0) int32_t L_46 = V_1; if (L_46) { goto IL_0105; } } { // parent.m_ChildCount = default; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_47 = ___parent2; NullCheck(L_47); L_47->set_m_ChildCount_15(0); // parent.m_ChildStartIndex = default; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_48 = ___parent2; NullCheck(L_48); L_48->set_m_ChildStartIndex_16(0); // haveChildrenUsingStateFromOtherControls = false; bool* L_49 = ___haveChildrenUsingStateFromOtherControls3; *((int8_t*)L_49) = (int8_t)0; // return; return; } IL_0105: { // var firstChildIndex = ArrayHelpers.GrowBy(ref m_Device.m_ChildrenForEachControl, childCount); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_50 = __this->get_m_Device_0(); NullCheck(L_50); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** L_51 = L_50->get_address_of_m_ChildrenForEachControl_34(); int32_t L_52 = V_1; int32_t L_53; L_53 = ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**)L_51, L_52, /*hidden argument*/ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B_RuntimeMethod_var); V_3 = L_53; // var childIndex = firstChildIndex; int32_t L_54 = V_3; V_4 = L_54; // for (var i = 0; i < controlLayouts.Length; ++i) V_7 = 0; goto IL_0213; } IL_0122: { // var controlLayout = controlLayouts[i]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_55 = V_0; int32_t L_56 = V_7; NullCheck(L_55); int32_t L_57 = L_56; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_58 = (L_55)->GetAt(static_cast(L_57)); V_8 = L_58; // if (controlLayout.isModifyingExistingControl) bool L_59; L_59 = ControlItem_get_isModifyingExistingControl_m4B6AE4927F81094F629A4523B69029FA3954F68E((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/NULL); if (L_59) { goto IL_020d; } } { // if (!controlLayout.variants.IsEmpty() && // !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(controlLayout.variants, // variants, InputControlLayout.VariantSeparator[0])) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_60; L_60 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/NULL); V_6 = L_60; bool L_61; L_61 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_6), /*hidden argument*/NULL); if (L_61) { goto IL_0171; } } { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_62; L_62 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/NULL); String_t* L_63; L_63 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_62, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_64 = ___variants1; String_t* L_65; L_65 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_64, /*hidden argument*/NULL); NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_66; L_66 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); bool L_67; L_67 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_63, L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_020d; } } IL_0171: { // if (controlLayout.isArray) bool L_68; L_68 = ControlItem_get_isArray_m2B5D961F5F4C5A189AB5D11B5158BDA9EA4A55BD((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/NULL); if (!L_68) { goto IL_01f6; } } { // for (var n = 0; n < controlLayout.arraySize; ++n) V_9 = 0; goto IL_01e9; } IL_017f: { // var name = controlLayout.name + n; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_69; L_69 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/NULL); String_t* L_70; L_70 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_69, /*hidden argument*/NULL); String_t* L_71; L_71 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_9), /*hidden argument*/NULL); String_t* L_72; L_72 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_70, L_71, /*hidden argument*/NULL); V_10 = L_72; // var control = AddChildControl(layout, variants, parent, ref haveChildrenUsingStateFromOtherControls, // controlLayout, childIndex, nameOverride: name); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_73 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_74 = ___variants1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_75 = ___parent2; bool* L_76 = ___haveChildrenUsingStateFromOtherControls3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_77 = V_8; int32_t L_78 = V_4; String_t* L_79 = V_10; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_80; L_80 = InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_73, L_74, L_75, (bool*)L_76, L_77, L_78, L_79, /*hidden argument*/NULL); V_11 = L_80; // ++childIndex; int32_t L_81 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); // if (control.m_StateBlock.byteOffset != InputStateBlock.InvalidOffset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_82 = V_11; NullCheck(L_82); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_83 = L_82->get_address_of_m_StateBlock_0(); uint32_t L_84; L_84 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_83, /*hidden argument*/NULL); if ((((int32_t)L_84) == ((int32_t)(-1)))) { goto IL_01e3; } } { // control.m_StateBlock.byteOffset += (uint)n * control.m_StateBlock.alignedSizeInBytes; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_85 = V_11; NullCheck(L_85); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_86 = L_85->get_address_of_m_StateBlock_0(); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_87 = L_86; uint32_t L_88; L_88 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_87, /*hidden argument*/NULL); int32_t L_89 = V_9; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_90 = V_11; NullCheck(L_90); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_91 = L_90->get_address_of_m_StateBlock_0(); uint32_t L_92; L_92 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_91, /*hidden argument*/NULL); InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_87, ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)L_92)))), /*hidden argument*/NULL); } IL_01e3: { // for (var n = 0; n < controlLayout.arraySize; ++n) int32_t L_93 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_01e9: { // for (var n = 0; n < controlLayout.arraySize; ++n) int32_t L_94 = V_9; int32_t L_95; L_95 = ControlItem_get_arraySize_m24029119CF26A4260C388E82305907E6595966ED_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_8), /*hidden argument*/NULL); if ((((int32_t)L_94) < ((int32_t)L_95))) { goto IL_017f; } } { // } goto IL_020d; } IL_01f6: { // AddChildControl(layout, variants, parent, ref haveChildrenUsingStateFromOtherControls, // controlLayout, childIndex); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_96 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_97 = ___variants1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_98 = ___parent2; bool* L_99 = ___haveChildrenUsingStateFromOtherControls3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_100 = V_8; int32_t L_101 = V_4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_102; L_102 = InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_96, L_97, L_98, (bool*)L_99, L_100, L_101, (String_t*)NULL, /*hidden argument*/NULL); // ++childIndex; int32_t L_103 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_020d: { // for (var i = 0; i < controlLayouts.Length; ++i) int32_t L_104 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_0213: { // for (var i = 0; i < controlLayouts.Length; ++i) int32_t L_105 = V_7; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_106 = V_0; NullCheck(L_106); if ((((int32_t)L_105) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length)))))) { goto IL_0122; } } { // parent.m_ChildCount = childCount; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_107 = ___parent2; int32_t L_108 = V_1; NullCheck(L_107); L_107->set_m_ChildCount_15(L_108); // parent.m_ChildStartIndex = firstChildIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_109 = ___parent2; int32_t L_110 = V_3; NullCheck(L_109); L_109->set_m_ChildStartIndex_16(L_110); // if (haveControlLayoutWithPath) bool L_111 = V_2; if (!L_111) { goto IL_029c; } } { // for (var i = 0; i < controlLayouts.Length; ++i) V_12 = 0; goto IL_0295; } IL_0233: { // var controlLayout = controlLayouts[i]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_112 = V_0; int32_t L_113 = V_12; NullCheck(L_112); int32_t L_114 = L_113; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_115 = (L_112)->GetAt(static_cast(L_114)); V_13 = L_115; // if (!controlLayout.isModifyingExistingControl) bool L_116; L_116 = ControlItem_get_isModifyingExistingControl_m4B6AE4927F81094F629A4523B69029FA3954F68E((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_13), /*hidden argument*/NULL); if (!L_116) { goto IL_028f; } } { // if (!controlLayout.variants.IsEmpty() && // !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(controlLayouts[i].variants, // variants, InputControlLayout.VariantSeparator[0])) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_117; L_117 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_13), /*hidden argument*/NULL); V_6 = L_117; bool L_118; L_118 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_6), /*hidden argument*/NULL); if (L_118) { goto IL_0282; } } { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_119 = V_0; int32_t L_120 = V_12; NullCheck(L_119); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_121; L_121 = ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)((L_119)->GetAddressAt(static_cast(L_120))), /*hidden argument*/NULL); String_t* L_122; L_122 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_121, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_123 = ___variants1; String_t* L_124; L_124 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_123, /*hidden argument*/NULL); NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); Il2CppChar L_125; L_125 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, /*hidden argument*/NULL); bool L_126; L_126 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_mB6291B57AF545D35A0463D6CF8B70A58684D9057(L_122, L_124, L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_028f; } } IL_0282: { // AddChildControlIfMissing(layout, variants, parent, ref haveChildrenUsingStateFromOtherControls, // ref controlLayout); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_127 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_128 = ___variants1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_129 = ___parent2; bool* L_130 = ___haveChildrenUsingStateFromOtherControls3; InputDeviceBuilder_AddChildControlIfMissing_m52B18190CE91C7A02EB7BA9181AABDCD7580BB97((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_127, L_128, L_129, (bool*)L_130, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_13), /*hidden argument*/NULL); } IL_028f: { // for (var i = 0; i < controlLayouts.Length; ++i) int32_t L_131 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); } IL_0295: { // for (var i = 0; i < controlLayouts.Length; ++i) int32_t L_132 = V_12; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_133 = V_0; NullCheck(L_133); if ((((int32_t)L_132) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_133)->max_length)))))) { goto IL_0233; } } IL_029c: { // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71_AdjustorThunk (RuntimeObject * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_AddChildControls_mD03ABB2BDD7E2786622281AEAA01B8E193DD4F71(_thisAdjusted, ___layout0, ___variants1, ___parent2, ___haveChildrenUsingStateFromOtherControls3, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___controlItem4, int32_t ___childIndex5, String_t* ___nameOverride6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_0; memset((&V_0), 0, sizeof(V_0)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_1; memset((&V_1), 0, sizeof(V_1)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_2 = NULL; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 V_3; memset((&V_3), 0, sizeof(V_3)); String_t* V_4 = NULL; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_5; memset((&V_5), 0, sizeof(V_5)); LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * V_6 = NULL; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; int32_t V_13 = 0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 V_14; memset((&V_14), 0, sizeof(V_14)); ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E V_15; memset((&V_15), 0, sizeof(V_15)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B13_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B12_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B14_0 = NULL; int32_t G_B15_0 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B15_1 = NULL; { // var name = nameOverride != null ? new InternedString(nameOverride) : controlItem.name; String_t* L_0 = ___nameOverride6; if (L_0) { goto IL_000d; } } { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; L_1 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0014; } IL_000d: { String_t* L_2 = ___nameOverride6; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_3; memset((&L_3), 0, sizeof(L_3)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_3), L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0014: { V_0 = G_B3_0; // if (string.IsNullOrEmpty(controlItem.layout)) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_4; L_4 = ControlItem_get_layout_m768E9E9AD78D936819299826D8BBF577999AECEB_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); String_t* L_5; L_5 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_4, /*hidden argument*/NULL); bool L_6; L_6 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004f; } } { // throw new InvalidOperationException($"Layout has not been set on control '{controlItem.name}' in '{layout.name}'"); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_7; L_7 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_8 = L_7; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_8); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_10 = ___layout0; NullCheck(L_10); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_11; L_11 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_10, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_12 = L_11; RuntimeObject * L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_12); String_t* L_14; L_14 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42604922E9E65D8A1EF5E9ACC5B0DDEF05043FA4)), L_9, L_13, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_15 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076_RuntimeMethod_var))); } IL_004f: { // if (m_ChildControlOverrides != null) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_16 = __this->get_m_ChildControlOverrides_2(); if (!L_16) { goto IL_007d; } } { // var pathLowerCase = ChildControlOverridePath(parent, name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_17 = ___parent2; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_18 = V_0; String_t* L_19; L_19 = InputDeviceBuilder_ChildControlOverridePath_mE00E66A70AE8B59348D6BD73E494BB649CDD3FB3((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_17, L_18, /*hidden argument*/NULL); V_4 = L_19; // if (m_ChildControlOverrides.TryGetValue(pathLowerCase, out var controlOverride)) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_20 = __this->get_m_ChildControlOverrides_2(); String_t* L_21 = V_4; NullCheck(L_20); bool L_22; L_22 = Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1(L_20, L_21, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_5), /*hidden argument*/Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); if (!L_22) { goto IL_007d; } } { // controlItem = controlOverride.Merge(controlItem); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_23 = ___controlItem4; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_24; L_24 = ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_5), L_23, /*hidden argument*/NULL); ___controlItem4 = L_24; } IL_007d: { // var layoutName = controlItem.layout; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_25; L_25 = ControlItem_get_layout_m768E9E9AD78D936819299826D8BBF577999AECEB_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_1 = L_25; } IL_0085: try { // begin try (depth: 1) // control = InstantiateLayout(layoutName, variants, name, parent); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_26 = V_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_27 = ___variants1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_28 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_29 = ___parent2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_30; L_30 = InputDeviceBuilder_InstantiateLayout_m5B993CA547749A24C330A129CE95EA69ED0E8E17((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); V_2 = L_30; // } goto IL_00be; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0092; } throw e; } CATCH_0092: { // begin catch(UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException) // catch (InputControlLayout.LayoutNotFoundException exception) V_6 = ((LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A *)IL2CPP_GET_ACTIVE_EXCEPTION(LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A *)); // throw new InputControlLayout.LayoutNotFoundException( // $"Cannot find layout '{exception.layout}' used in control '{name}' of layout '{layout.name}'", // exception); LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * L_31 = V_6; NullCheck(L_31); String_t* L_32; L_32 = LayoutNotFoundException_get_layout_m2F455EB2F4628E053C593EF6FA73D917D36AF574_inline(L_31, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_33 = V_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_34 = L_33; RuntimeObject * L_35 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_34); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_36 = ___layout0; NullCheck(L_36); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_37; L_37 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_36, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_38 = L_37; RuntimeObject * L_39 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_38); String_t* L_40; L_40 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral454D8530A4D8C4593F5B1C2DC94320A38E5680BE)), L_32, L_35, L_39, /*hidden argument*/NULL); LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * L_41 = V_6; LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * L_42 = (LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A_il2cpp_TypeInfo_var))); LayoutNotFoundException__ctor_m5574BEFA61C3EB7F9F43793A41C9B5A479EF6969(L_42, L_40, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076_RuntimeMethod_var))); } // end catch (depth: 1) IL_00be: { // m_Device.m_ChildrenForEachControl[childIndex] = control; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_43 = __this->get_m_Device_0(); NullCheck(L_43); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_44 = L_43->get_m_ChildrenForEachControl_34(); int32_t L_45 = ___childIndex5; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_46 = V_2; NullCheck(L_44); ArrayElementTypeCheck (L_44, L_46); (L_44)->SetAt(static_cast(L_45), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_46); // control.noisy = controlItem.isNoisy; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_47 = V_2; bool L_48; L_48 = ControlItem_get_isNoisy_m4010167E87A8DC9975E51A27D1ADDBB44E56A5F8((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_47); InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D(L_47, L_48, /*hidden argument*/NULL); // control.synthetic = controlItem.isSynthetic; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_49 = V_2; bool L_50; L_50 = ControlItem_get_isSynthetic_m89F35194FA473E3861CE76778E4CCB233B4F767C((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_49); InputControl_set_synthetic_mB81094C8EB244441E411BC0366FC4F2BFCAC26D6(L_49, L_50, /*hidden argument*/NULL); // control.usesStateFromOtherControl = !string.IsNullOrEmpty(controlItem.useStateFrom); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_51 = V_2; String_t* L_52; L_52 = ControlItem_get_useStateFrom_m3A5C70476F2E83EFB09269425555C6DAB504DA53_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); bool L_53; L_53 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_52, /*hidden argument*/NULL); NullCheck(L_51); InputControl_set_usesStateFromOtherControl_m48E002937B356249F4B8235DD466D349107D2839(L_51, (bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // control.dontReset = (control.noisy || controlItem.dontReset) && !control.usesStateFromOtherControl; // Imply dontReset for noisy controls. InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_54 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_55 = V_2; NullCheck(L_55); bool L_56; L_56 = InputControl_get_noisy_m75E27EA55EB0C920F1BA11F11427BAF3CF6FC840(L_55, /*hidden argument*/NULL); G_B12_0 = L_54; if (L_56) { G_B13_0 = L_54; goto IL_010e; } } { bool L_57; L_57 = ControlItem_get_dontReset_mEDE1276B724046081CA4291814F863DCB8568BC0((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); G_B13_0 = G_B12_0; if (!L_57) { G_B14_0 = G_B12_0; goto IL_0119; } } IL_010e: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_58 = V_2; NullCheck(L_58); bool L_59; L_59 = InputControl_get_usesStateFromOtherControl_mF8BB494214A289DCD94A6230422AE344DEE875F8(L_58, /*hidden argument*/NULL); G_B15_0 = ((((int32_t)L_59) == ((int32_t)0))? 1 : 0); G_B15_1 = G_B13_0; goto IL_011a; } IL_0119: { G_B15_0 = 0; G_B15_1 = G_B14_0; } IL_011a: { NullCheck(G_B15_1); InputControl_set_dontReset_mB3D97F6940771C0ECF62EFC3990B59963E24879C(G_B15_1, (bool)G_B15_0, /*hidden argument*/NULL); // if (control.noisy) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_60 = V_2; NullCheck(L_60); bool L_61; L_61 = InputControl_get_noisy_m75E27EA55EB0C920F1BA11F11427BAF3CF6FC840(L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0133; } } { // m_Device.noisy = true; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_62 = __this->get_m_Device_0(); NullCheck(L_62); InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D(L_62, (bool)1, /*hidden argument*/NULL); } IL_0133: { // control.isButton = control is ButtonControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_63 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_64 = V_2; NullCheck(L_63); InputControl_set_isButton_mDA4D5D976FFA107E3021BE8D9BC570EB0E3B42C6(L_63, (bool)((!(((RuntimeObject*)(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)IsInstClass((RuntimeObject*)L_64, ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); // if (control.dontReset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_65 = V_2; NullCheck(L_65); bool L_66; L_66 = InputControl_get_dontReset_m0722B71B9454D082AE46C399A5556FCFD2CF25E8(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0156; } } { // m_Device.hasDontResetControls = true; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_67 = __this->get_m_Device_0(); NullCheck(L_67); InputDevice_set_hasDontResetControls_mA878EF67A55DBF56C4C6371B02889096EDFBFD44(L_67, (bool)1, /*hidden argument*/NULL); } IL_0156: { // control.m_DisplayNameFromLayout = controlItem.displayName; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_68 = V_2; String_t* L_69; L_69 = ControlItem_get_displayName_m9935890781DE9C0BAEC7D9AB947A9912E3100808_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_68); L_68->set_m_DisplayNameFromLayout_4(L_69); // control.m_ShortDisplayNameFromLayout = controlItem.shortDisplayName; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_70 = V_2; String_t* L_71; L_71 = ControlItem_get_shortDisplayName_m0B8DED3D2399F5C12DF954A92FBE46332FBD2104_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_70); L_70->set_m_ShortDisplayNameFromLayout_6(L_71); // control.m_DefaultState = controlItem.defaultState; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_72 = V_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_73; L_73 = ControlItem_get_defaultState_mCB0D645A6662A4E7075EE93B70F167FC6A6A090C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_72); L_72->set_m_DefaultState_18(L_73); // if (!control.m_DefaultState.isEmpty) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_74 = V_2; NullCheck(L_74); PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * L_75 = L_74->get_address_of_m_DefaultState_18(); bool L_76; L_76 = PrimitiveValue_get_isEmpty_m6E8D8E3435F6A3C3AC7CA21076ACDCD2B9A0BFA8((PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 *)L_75, /*hidden argument*/NULL); if (L_76) { goto IL_0196; } } { // m_Device.hasControlsWithDefaultState = true; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_77 = __this->get_m_Device_0(); NullCheck(L_77); InputDevice_set_hasControlsWithDefaultState_m48E0709F393829887D8415F186D7445EC737446E(L_77, (bool)1, /*hidden argument*/NULL); } IL_0196: { // if (!controlItem.minValue.isEmpty) PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_78; L_78 = ControlItem_get_minValue_mCB2C6E63D229ECE05E7A802255E548F23724D528_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_7 = L_78; bool L_79; L_79 = PrimitiveValue_get_isEmpty_m6E8D8E3435F6A3C3AC7CA21076ACDCD2B9A0BFA8((PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 *)(&V_7), /*hidden argument*/NULL); if (L_79) { goto IL_01b5; } } { // control.m_MinValue = controlItem.minValue; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_80 = V_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_81; L_81 = ControlItem_get_minValue_mCB2C6E63D229ECE05E7A802255E548F23724D528_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_80); L_80->set_m_MinValue_19(L_81); } IL_01b5: { // if (!controlItem.maxValue.isEmpty) PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_82; L_82 = ControlItem_get_maxValue_m05B9F3EC7C5ED16D0E70409D06CD91B0CD08AB83_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_7 = L_82; bool L_83; L_83 = PrimitiveValue_get_isEmpty_m6E8D8E3435F6A3C3AC7CA21076ACDCD2B9A0BFA8((PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 *)(&V_7), /*hidden argument*/NULL); if (L_83) { goto IL_01d4; } } { // control.m_MaxValue = controlItem.maxValue; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_84 = V_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_85; L_85 = ControlItem_get_maxValue_m05B9F3EC7C5ED16D0E70409D06CD91B0CD08AB83_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NullCheck(L_84); L_84->set_m_MaxValue_20(L_85); } IL_01d4: { // if (!control.usesStateFromOtherControl) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_86 = V_2; NullCheck(L_86); bool L_87; L_87 = InputControl_get_usesStateFromOtherControl_mF8BB494214A289DCD94A6230422AE344DEE875F8(L_86, /*hidden argument*/NULL); if (L_87) { goto IL_0239; } } { // control.m_StateBlock.byteOffset = controlItem.offset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_88 = V_2; NullCheck(L_88); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_89 = L_88->get_address_of_m_StateBlock_0(); uint32_t L_90; L_90 = ControlItem_get_offset_mE7A2844947C981740EDADB9E7476AA8D4465D48B_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_89, L_90, /*hidden argument*/NULL); // control.m_StateBlock.bitOffset = controlItem.bit; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_91 = V_2; NullCheck(L_91); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_92 = L_91->get_address_of_m_StateBlock_0(); uint32_t L_93; L_93 = ControlItem_get_bit_m59267157CF8759DA6EE6A490E9465A8A45F20548_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_92, L_93, /*hidden argument*/NULL); // if (controlItem.sizeInBits != 0) uint32_t L_94; L_94 = ControlItem_get_sizeInBits_m38015C0352B345DBF30DB94B56B79BC5CE147D67_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); if (!L_94) { goto IL_021b; } } { // control.m_StateBlock.sizeInBits = controlItem.sizeInBits; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_95 = V_2; NullCheck(L_95); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_96 = L_95->get_address_of_m_StateBlock_0(); uint32_t L_97; L_97 = ControlItem_get_sizeInBits_m38015C0352B345DBF30DB94B56B79BC5CE147D67_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_96, L_97, /*hidden argument*/NULL); } IL_021b: { // if (controlItem.format != 0) FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_98; L_98 = ControlItem_get_format_m46DBDA37F45B6F1FB11E9C2CDE90C4C0DADD6ACC_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_99; L_99 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(0, /*hidden argument*/NULL); bool L_100; L_100 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_98, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_0249; } } { // SetFormat(control, controlItem); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_101 = V_2; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_102 = ___controlItem4; InputDeviceBuilder_SetFormat_m91C341326A3563B514F7D67F3F096F217943F176(L_101, L_102, /*hidden argument*/NULL); // } goto IL_0249; } IL_0239: { // control.m_StateBlock.sizeInBits = kSizeForControlUsingStateFromOtherControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_103 = V_2; NullCheck(L_103); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_104 = L_103->get_address_of_m_StateBlock_0(); InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_104, (-1), /*hidden argument*/NULL); // haveChildrenUsingStateFromOtherControls = true; bool* L_105 = ___haveChildrenUsingStateFromOtherControls3; *((int8_t*)L_105) = (int8_t)1; } IL_0249: { // var usages = controlItem.usages; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_106; L_106 = ControlItem_get_usages_m629F38AED6B9FB1A0B5BF1D2A71EBFCBED5FF837_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_3 = L_106; // if (usages.Count > 0) int32_t L_107; L_107 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_3), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); if ((((int32_t)L_107) <= ((int32_t)0))) { goto IL_02c2; } } { // var usageCount = usages.Count; int32_t L_108; L_108 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_3), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); V_8 = L_108; // var usageIndex = // ArrayHelpers.AppendToImmutable(ref m_Device.m_UsagesForEachControl, usages.m_Array); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_109 = __this->get_m_Device_0(); NullCheck(L_109); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_110 = L_109->get_address_of_m_UsagesForEachControl_32(); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_111 = V_3; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_112 = L_111.get_m_Array_0(); int32_t L_113; L_113 = ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_110, L_112, /*hidden argument*/ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_RuntimeMethod_var); V_9 = L_113; // control.m_UsageStartIndex = usageIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_114 = V_2; int32_t L_115 = V_9; NullCheck(L_114); L_114->set_m_UsageStartIndex_12(L_115); // control.m_UsageCount = usageCount; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_116 = V_2; int32_t L_117 = V_8; NullCheck(L_116); L_116->set_m_UsageCount_11(L_117); // ArrayHelpers.GrowBy(ref m_Device.m_UsageToControl, usageCount); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_118 = __this->get_m_Device_0(); NullCheck(L_118); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** L_119 = L_118->get_address_of_m_UsageToControl_33(); int32_t L_120 = V_8; int32_t L_121; L_121 = ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**)L_119, L_120, /*hidden argument*/ArrayHelpers_GrowBy_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_mB52748E6E0C732F0333D31AB4F6E60FDB22A8B5B_RuntimeMethod_var); // for (var n = 0; n < usageCount; ++n) V_10 = 0; goto IL_02bc; } IL_02a4: { // m_Device.m_UsageToControl[usageIndex + n] = control; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_122 = __this->get_m_Device_0(); NullCheck(L_122); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_123 = L_122->get_m_UsageToControl_33(); int32_t L_124 = V_9; int32_t L_125 = V_10; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_126 = V_2; NullCheck(L_123); ArrayElementTypeCheck (L_123, L_126); (L_123)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)L_125))), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_126); // for (var n = 0; n < usageCount; ++n) int32_t L_127 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)); } IL_02bc: { // for (var n = 0; n < usageCount; ++n) int32_t L_128 = V_10; int32_t L_129 = V_8; if ((((int32_t)L_128) < ((int32_t)L_129))) { goto IL_02a4; } } IL_02c2: { // if (controlItem.aliases.Count > 0) ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_130; L_130 = ControlItem_get_aliases_mFF529F10A191233582ED471395E6DE752356F1ED_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_11 = L_130; int32_t L_131; L_131 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_11), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); if ((((int32_t)L_131) <= ((int32_t)0))) { goto IL_0315; } } { // var aliasCount = controlItem.aliases.Count; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_132; L_132 = ControlItem_get_aliases_mFF529F10A191233582ED471395E6DE752356F1ED_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_11 = L_132; int32_t L_133; L_133 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_11), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); V_12 = L_133; // var aliasIndex = // ArrayHelpers.AppendToImmutable(ref m_Device.m_AliasesForEachControl, controlItem.aliases.m_Array); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_134 = __this->get_m_Device_0(); NullCheck(L_134); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_135 = L_134->get_address_of_m_AliasesForEachControl_31(); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_136; L_136 = ControlItem_get_aliases_mFF529F10A191233582ED471395E6DE752356F1ED_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_137 = L_136.get_m_Array_0(); int32_t L_138; L_138 = ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_135, L_137, /*hidden argument*/ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_RuntimeMethod_var); V_13 = L_138; // control.m_AliasStartIndex = aliasIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_139 = V_2; int32_t L_140 = V_13; NullCheck(L_139); L_139->set_m_AliasStartIndex_14(L_140); // control.m_AliasCount = aliasCount; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_141 = V_2; int32_t L_142 = V_12; NullCheck(L_141); L_141->set_m_AliasCount_13(L_142); } IL_0315: { // if (controlItem.parameters.Count > 0) ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_143; L_143 = ControlItem_get_parameters_mA4970C7D13EB2C7001717614FE4CB8F8324758D3_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_14 = L_143; int32_t L_144; L_144 = ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_inline((ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 *)(&V_14), /*hidden argument*/ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_RuntimeMethod_var); if ((((int32_t)L_144) <= ((int32_t)0))) { goto IL_0335; } } { // NamedValue.ApplyAllToObject(control, controlItem.parameters); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_145 = V_2; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_146; L_146 = ControlItem_get_parameters_mA4970C7D13EB2C7001717614FE4CB8F8324758D3_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D(L_145, L_146, /*hidden argument*/NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_RuntimeMethod_var); } IL_0335: { // if (controlItem.processors.Count > 0) ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_147; L_147 = ControlItem_get_processors_mAFE88DC93CDB12F052F122738E372550FAC6867E_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), /*hidden argument*/NULL); V_15 = L_147; int32_t L_148; L_148 = ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_inline((ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *)(&V_15), /*hidden argument*/ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_RuntimeMethod_var); if ((((int32_t)L_148) <= ((int32_t)0))) { goto IL_035b; } } { // AddProcessors(control, ref controlItem, layout.name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_149 = V_2; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_150 = ___layout0; NullCheck(L_150); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_151; L_151 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_150, /*hidden argument*/NULL); String_t* L_152; L_152 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_151, /*hidden argument*/NULL); InputDeviceBuilder_AddProcessors_mEECAB234B19416E0DF13F2879A3DA8E6402A0B3A(L_149, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem4), L_152, /*hidden argument*/NULL); } IL_035b: { // return control; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_153 = V_2; return L_153; } } IL2CPP_EXTERN_C InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076_AdjustorThunk (RuntimeObject * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___controlItem4, int32_t ___childIndex5, String_t* ___nameOverride6, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * _returnValue; _returnValue = InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076(_thisAdjusted, ___layout0, ___variants1, ___parent2, ___haveChildrenUsingStateFromOtherControls3, ___controlItem4, ___childIndex5, ___nameOverride6, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControlOverride(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_InsertChildControlOverride_mE6DEC22D24341CF3DBECDDC29E1E81197CE3137F (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (m_ChildControlOverrides == null) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_0 = __this->get_m_ChildControlOverrides_2(); if (L_0) { goto IL_0013; } } { // m_ChildControlOverrides = new Dictionary(); Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_1 = (Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 *)il2cpp_codegen_object_new(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341_il2cpp_TypeInfo_var); Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF(L_1, /*hidden argument*/Dictionary_2__ctor_m80462CF720F023E3E14EB275991166A44892E6CF_RuntimeMethod_var); __this->set_m_ChildControlOverrides_2(L_1); } IL_0013: { // var pathLowerCase = ChildControlOverridePath(parent, controlItem.name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___parent0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_3 = ___controlItem1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_4; L_4 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = InputDeviceBuilder_ChildControlOverridePath_mE00E66A70AE8B59348D6BD73E494BB649CDD3FB3((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; // if (!m_ChildControlOverrides.TryGetValue(pathLowerCase, out var existingOverrides)) Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_6 = __this->get_m_ChildControlOverrides_2(); String_t* L_7 = V_0; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1(L_6, L_7, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m56184961DD029792B7E173453F7207327F314AB1_RuntimeMethod_var); if (L_8) { goto IL_0044; } } { // m_ChildControlOverrides[pathLowerCase] = controlItem; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_9 = __this->get_m_ChildControlOverrides_2(); String_t* L_10 = V_0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_11 = ___controlItem1; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_12 = (*(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_11); NullCheck(L_9); Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B(L_9, L_10, L_12, /*hidden argument*/Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var); // return; return; } IL_0044: { // existingOverrides = existingOverrides.Merge(controlItem); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_13 = ___controlItem1; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_14 = (*(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_13); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_15; L_15 = ControlItem_Merge_mDE1A0F3C0885E3BD48D61C68C914FB87237A2A05((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&V_1), L_14, /*hidden argument*/NULL); V_1 = L_15; // m_ChildControlOverrides[pathLowerCase] = existingOverrides; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * L_16 = __this->get_m_ChildControlOverrides_2(); String_t* L_17 = V_0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_18 = V_1; NullCheck(L_16); Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_set_Item_m6EBB27C4A5F21588F63A75B3C35758CA7C13DC7B_RuntimeMethod_var); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_InsertChildControlOverride_mE6DEC22D24341CF3DBECDDC29E1E81197CE3137F_AdjustorThunk (RuntimeObject * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_InsertChildControlOverride_mE6DEC22D24341CF3DBECDDC29E1E81197CE3137F(_thisAdjusted, ___parent0, ___controlItem1, method); } // System.String UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ChildControlOverridePath(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceBuilder_ChildControlOverridePath_mE00E66A70AE8B59348D6BD73E494BB649CDD3FB3 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___controlName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_1 = NULL; { // var pathLowerCase = controlName.ToLower(); String_t* L_0; L_0 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___controlName1), /*hidden argument*/NULL); V_0 = L_0; // for (var current = parent; current != m_Device; current = current.m_Parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1 = ___parent0; V_1 = L_1; goto IL_002a; } IL_000c: { // pathLowerCase = $"{current.m_Name.ToLower()}/{pathLowerCase}"; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = V_1; NullCheck(L_2); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * L_3 = L_2->get_address_of_m_Name_1(); String_t* L_4; L_4 = InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)L_3, /*hidden argument*/NULL); String_t* L_5 = V_0; String_t* L_6; L_6 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_4, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_5, /*hidden argument*/NULL); V_0 = L_6; // for (var current = parent; current != m_Device; current = current.m_Parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7 = V_1; NullCheck(L_7); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = L_7->get_m_Parent_10(); V_1 = L_8; } IL_002a: { // for (var current = parent; current != m_Device; current = current.m_Parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = V_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_10 = __this->get_m_Device_0(); if ((!(((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_9) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_10)))) { goto IL_000c; } } { // return pathLowerCase; String_t* L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C String_t* InputDeviceBuilder_ChildControlOverridePath_mE00E66A70AE8B59348D6BD73E494BB649CDD3FB3_AdjustorThunk (RuntimeObject * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___controlName1, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InputDeviceBuilder_ChildControlOverridePath_mE00E66A70AE8B59348D6BD73E494BB649CDD3FB3(_thisAdjusted, ___parent0, ___controlName1, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControlIfMissing(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControlIfMissing_m52B18190CE91C7A02EB7BA9181AABDCD7580BB97 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem4, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; { // var child = InputControlPath.TryFindChild(parent, controlItem.name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___parent2; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_1 = ___controlItem4; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_2; L_2 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_2, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D(L_0, L_3, 0, /*hidden argument*/NULL); V_0 = L_4; // if (child != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = V_0; if (!L_5) { goto IL_0018; } } { // return; return; } IL_0018: { // child = InsertChildControl(layout, variants, parent, // ref haveChildrenUsingStateFromOtherControls, ref controlItem); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_6 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_7 = ___variants1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___parent2; bool* L_9 = ___haveChildrenUsingStateFromOtherControls3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_10 = ___controlItem4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11; L_11 = InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_6, L_7, L_8, (bool*)L_9, (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_10, /*hidden argument*/NULL); V_0 = L_11; // if (!ReferenceEquals(child.parent, parent)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_12 = V_0; NullCheck(L_12); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13; L_13 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_12, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___parent2; if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_13) == ((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_14))) { goto IL_003a; } } { // ComputeStateLayout(child.parent); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = V_0; NullCheck(L_15); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_16; L_16 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_15, /*hidden argument*/NULL); InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE(L_16, /*hidden argument*/NULL); } IL_003a: { // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_AddChildControlIfMissing_m52B18190CE91C7A02EB7BA9181AABDCD7580BB97_AdjustorThunk (RuntimeObject * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem4, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_AddChildControlIfMissing_m52B18190CE91C7A02EB7BA9181AABDCD7580BB97(_thisAdjusted, ___layout0, ___variants1, ___parent2, ___haveChildrenUsingStateFromOtherControls3, ___controlItem4, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variant1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_InsertAt_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m8A99F4C77D0A4BB3EADCCE991B2B28195B1C7447_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_6; memset((&V_6), 0, sizeof(V_6)); String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B3_0 = NULL; { // var path = controlItem.name.ToString(); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_0 = ___controlItem4; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; L_1 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_0, /*hidden argument*/NULL); V_6 = L_1; String_t* L_2; L_2 = InternedString_ToString_m1C5D47E8AB1F840D23F79E06D6F27BF6AAFD1D39((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_6), /*hidden argument*/NULL); // var indexOfSlash = path.LastIndexOf('/'); String_t* L_3 = L_2; NullCheck(L_3); int32_t L_4; L_4 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_3, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_4; // if (indexOfSlash == -1) int32_t L_5 = V_0; G_B1_0 = L_3; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { G_B2_0 = L_3; goto IL_002e; } } { // throw new InvalidOperationException("InsertChildControl has to be called with a slash-separated path"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6B3C214B014D1E2525C8E6D187104E11213CA81)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76_RuntimeMethod_var))); } IL_002e: { // var immediateParentPath = path.Substring(0, indexOfSlash); String_t* L_7 = G_B2_0; int32_t L_8 = V_0; NullCheck(L_7); String_t* L_9; L_9 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_7, 0, L_8, /*hidden argument*/NULL); V_1 = L_9; // var immediateParent = InputControlPath.TryFindChild(parent, immediateParentPath); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_10 = ___parent2; String_t* L_11 = V_1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_12; L_12 = InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D(L_10, L_11, 0, /*hidden argument*/NULL); V_2 = L_12; // if (immediateParent == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = V_2; G_B3_0 = L_7; if (L_13) { G_B4_0 = L_7; goto IL_006b; } } { // throw new InvalidOperationException( // $"Cannot find parent '{immediateParentPath}' of control '{controlItem.name}' in layout '{layout.name}'"); String_t* L_14 = V_1; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_15 = ___controlItem4; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_16; L_16 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_15, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_17 = L_16; RuntimeObject * L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_17); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_19 = ___layout0; NullCheck(L_19); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_20; L_20 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_19, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_21 = L_20; RuntimeObject * L_22 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_21); String_t* L_23; L_23 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA8FCC7CD1466620FF92DDED5A64D041077B6B7F)), L_14, L_18, L_22, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_24 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76_RuntimeMethod_var))); } IL_006b: { // var controlName = path.Substring(indexOfSlash + 1); int32_t L_25 = V_0; NullCheck(G_B4_0); String_t* L_26; L_26 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(G_B4_0, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_26; // if (controlName.Length == 0) String_t* L_27 = V_3; NullCheck(L_27); int32_t L_28; L_28 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00a3; } } { // throw new InvalidOperationException( // $"Path cannot end in '/' (control '{controlItem.name}' in layout '{layout.name}')"); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_29 = ___controlItem4; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_30; L_30 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_29, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_31 = L_30; RuntimeObject * L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_31); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_33 = ___layout0; NullCheck(L_33); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_34; L_34 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_33, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_35 = L_34; RuntimeObject * L_36 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_35); String_t* L_37; L_37 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65B73FD94B27B05B652C3EBBA25213C7032BF6BF)), L_32, L_36, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_38 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76_RuntimeMethod_var))); } IL_00a3: { // var childStartIndex = immediateParent.m_ChildStartIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_39 = V_2; NullCheck(L_39); int32_t L_40 = L_39->get_m_ChildStartIndex_16(); V_4 = L_40; // if (childStartIndex == default) int32_t L_41 = V_4; if (L_41) { goto IL_00c9; } } { // childStartIndex = m_Device.m_ChildrenForEachControl.LengthSafe(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_42 = __this->get_m_Device_0(); NullCheck(L_42); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_43 = L_42->get_m_ChildrenForEachControl_34(); int32_t L_44; L_44 = ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F(L_43, /*hidden argument*/ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); V_4 = L_44; // immediateParent.m_ChildStartIndex = childStartIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_45 = V_2; int32_t L_46 = V_4; NullCheck(L_45); L_45->set_m_ChildStartIndex_16(L_46); } IL_00c9: { // var childIndex = childStartIndex + immediateParent.m_ChildCount; int32_t L_47 = V_4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_48 = V_2; NullCheck(L_48); int32_t L_49 = L_48->get_m_ChildCount_15(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_49)); // ShiftChildIndicesInHierarchyOneUp(m_Device, childIndex, immediateParent); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_50 = __this->get_m_Device_0(); int32_t L_51 = V_5; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_52 = V_2; InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp_mECE6DC0009BE27FF781F15650A4648E9F2C46399(L_50, L_51, L_52, /*hidden argument*/NULL); // ArrayHelpers.InsertAt(ref m_Device.m_ChildrenForEachControl, childIndex, null); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_53 = __this->get_m_Device_0(); NullCheck(L_53); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** L_54 = L_53->get_address_of_m_ChildrenForEachControl_34(); int32_t L_55 = V_5; ArrayHelpers_InsertAt_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m8A99F4C77D0A4BB3EADCCE991B2B28195B1C7447((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680**)L_54, L_55, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/ArrayHelpers_InsertAt_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m8A99F4C77D0A4BB3EADCCE991B2B28195B1C7447_RuntimeMethod_var); // ++immediateParent.m_ChildCount; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_56 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_57 = L_56; NullCheck(L_57); int32_t L_58 = L_57->get_m_ChildCount_15(); NullCheck(L_57); L_57->set_m_ChildCount_15(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))); // var control = AddChildControl(layout, variant, immediateParent, // ref haveChildrenUsingStateFromOtherControls, controlItem, childIndex, controlName); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_59 = ___layout0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_60 = ___variant1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_61 = V_2; bool* L_62 = ___haveChildrenUsingStateFromOtherControls3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_63 = ___controlItem4; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_64 = (*(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_63); int32_t L_65 = V_5; String_t* L_66 = V_3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_67; L_67 = InputDeviceBuilder_AddChildControl_m76CE6BA887C416323EDC697F369E1AE2F82DC076((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_59, L_60, L_61, (bool*)L_62, L_64, L_65, L_66, /*hidden argument*/NULL); // return control; return L_67; } } IL2CPP_EXTERN_C InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76_AdjustorThunk (RuntimeObject * __this, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variant1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent2, bool* ___haveChildrenUsingStateFromOtherControls3, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem4, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * _returnValue; _returnValue = InputDeviceBuilder_InsertChildControl_m3CD0672C77BAFB1B01C2432E9139D7A7197BAC76(_thisAdjusted, ___layout0, ___variant1, ___parent2, ___haveChildrenUsingStateFromOtherControls3, ___controlItem4, method); return _returnValue; } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ApplyUseStateFrom(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,UnityEngine.InputSystem.Layouts.InputControlLayout) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ApplyUseStateFrom_m5D5024E908E3BB853969AE9E22F1633DC59C27AD (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * ___layout2, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_1 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_2 = NULL; { // var child = InputControlPath.TryFindChild(parent, controlItem.name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___parent0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_1 = ___controlItem1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_2; L_2 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD(L_2, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D(L_0, L_3, 0, /*hidden argument*/NULL); V_0 = L_4; // var referencedControl = InputControlPath.TryFindChild(parent, controlItem.useStateFrom); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___parent0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_6 = ___controlItem1; String_t* L_7; L_7 = ControlItem_get_useStateFrom_m3A5C70476F2E83EFB09269425555C6DAB504DA53_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_6, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8; L_8 = InputControlPath_TryFindChild_mED0E832B4C87B06A9C0211982818A2B7997D448D(L_5, L_7, 0, /*hidden argument*/NULL); V_1 = L_8; // if (referencedControl == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = V_1; if (L_9) { goto IL_0050; } } { // throw new InvalidOperationException( // $"Cannot find control '{controlItem.useStateFrom}' referenced in 'useStateFrom' of control '{controlItem.name}' in layout '{layout.name}'"); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_10 = ___controlItem1; String_t* L_11; L_11 = ControlItem_get_useStateFrom_m3A5C70476F2E83EFB09269425555C6DAB504DA53_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_10, /*hidden argument*/NULL); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_12 = ___controlItem1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_13; L_13 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_12, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_14); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_16 = ___layout2; NullCheck(L_16); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_17; L_17 = InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline(L_16, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_18 = L_17; RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_18); String_t* L_20; L_20 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral876BAC840908AE8C72628BF0D26598A6FBD128AB)), L_11, L_15, L_19, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_21 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_ApplyUseStateFrom_m5D5024E908E3BB853969AE9E22F1633DC59C27AD_RuntimeMethod_var))); } IL_0050: { // child.m_StateBlock = referencedControl.m_StateBlock; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_22 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_23 = V_1; NullCheck(L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_24 = L_23->get_m_StateBlock_0(); NullCheck(L_22); L_22->set_m_StateBlock_0(L_24); // child.usesStateFromOtherControl = true; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_25 = V_0; NullCheck(L_25); InputControl_set_usesStateFromOtherControl_m48E002937B356249F4B8235DD466D349107D2839(L_25, (bool)1, /*hidden argument*/NULL); // child.dontReset = referencedControl.dontReset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_26 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_27 = V_1; NullCheck(L_27); bool L_28; L_28 = InputControl_get_dontReset_m0722B71B9454D082AE46C399A5556FCFD2CF25E8(L_27, /*hidden argument*/NULL); NullCheck(L_26); InputControl_set_dontReset_mB3D97F6940771C0ECF62EFC3990B59963E24879C(L_26, L_28, /*hidden argument*/NULL); // if (child.parent != referencedControl.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_29 = V_0; NullCheck(L_29); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_30; L_30 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_29, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_31 = V_1; NullCheck(L_31); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32; L_32 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_31, /*hidden argument*/NULL); if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_30) == ((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_32))) { goto IL_00ae; } } { // for (var parentInChain = referencedControl.parent; parentInChain != parent; parentInChain = parentInChain.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = V_1; NullCheck(L_33); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_34; L_34 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_33, /*hidden argument*/NULL); V_2 = L_34; goto IL_00aa; } IL_0086: { // child.m_StateBlock.byteOffset += parentInChain.m_StateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_35 = V_0; NullCheck(L_35); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_36 = L_35->get_address_of_m_StateBlock_0(); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_37 = L_36; uint32_t L_38; L_38 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_37, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_39 = V_2; NullCheck(L_39); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_40 = L_39->get_address_of_m_StateBlock_0(); uint32_t L_41; L_41 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_40, /*hidden argument*/NULL); InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_37, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_41)), /*hidden argument*/NULL); // for (var parentInChain = referencedControl.parent; parentInChain != parent; parentInChain = parentInChain.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_42 = V_2; NullCheck(L_42); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_43; L_43 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_42, /*hidden argument*/NULL); V_2 = L_43; } IL_00aa: { // for (var parentInChain = referencedControl.parent; parentInChain != parent; parentInChain = parentInChain.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_44 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_45 = ___parent0; if ((!(((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_44) == ((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_45)))) { goto IL_0086; } } IL_00ae: { // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ShiftChildIndicesInHierarchyOneUp(UnityEngine.InputSystem.InputDevice,System.Int32,UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp_mECE6DC0009BE27FF781F15650A4648E9F2C46399 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, int32_t ___startIndex1, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___exceptControl2, const RuntimeMethod* method) { InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_3 = NULL; { // var controls = device.m_ChildrenForEachControl; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___device0; NullCheck(L_0); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_1 = L_0->get_m_ChildrenForEachControl_34(); V_0 = L_1; // var count = controls.Length; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_2 = V_0; NullCheck(L_2); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); // for (var i = 0; i < count; ++i) V_2 = 0; goto IL_0035; } IL_000f: { // var control = controls[i]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; // if (control != null && control != exceptControl && control.m_ChildStartIndex >= startIndex) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7 = V_3; if (!L_7) { goto IL_0031; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = V_3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = ___exceptControl2; if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_8) == ((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_9))) { goto IL_0031; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_10 = V_3; NullCheck(L_10); int32_t L_11 = L_10->get_m_ChildStartIndex_16(); int32_t L_12 = ___startIndex1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0031; } } { // ++control.m_ChildStartIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = V_3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = L_13; NullCheck(L_14); int32_t L_15 = L_14->get_m_ChildStartIndex_16(); NullCheck(L_14); L_14->set_m_ChildStartIndex_16(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); } IL_0031: { // for (var i = 0; i < count; ++i) int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0035: { // for (var i = 0; i < count; ++i) int32_t L_17 = V_2; int32_t L_18 = V_1; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_000f; } } { // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetDisplayName(UnityEngine.InputSystem.InputControl,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetDisplayName_m383ABB7AF8D4CB8F0C54098440BD5704C1ABEF08 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___longDisplayNameFromLayout1, String_t* ___shortDisplayNameFromLayout2, bool ___shortName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { // var displayNameFromLayout = shortName ? shortDisplayNameFromLayout : longDisplayNameFromLayout; bool L_0 = ___shortName3; if (L_0) { goto IL_0007; } } { String_t* L_1 = ___longDisplayNameFromLayout1; G_B3_0 = L_1; goto IL_0008; } IL_0007: { String_t* L_2 = ___shortDisplayNameFromLayout2; G_B3_0 = L_2; } IL_0008: { V_0 = G_B3_0; // if (string.IsNullOrEmpty(displayNameFromLayout)) String_t* L_3 = V_0; bool L_4; L_4 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00c7; } } { // if (shortName) bool L_5 = ___shortName3; if (!L_5) { goto IL_00c0; } } { // if (control.parent != null && control.parent != control.device) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control0; NullCheck(L_6); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7; L_7 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_00b8; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; NullCheck(L_8); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9; L_9 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_8, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_10 = ___control0; NullCheck(L_10); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_11; L_11 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_10, /*hidden argument*/NULL); if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_9) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_11))) { goto IL_00b8; } } { // if (m_StringBuilder == null) StringBuilder_t * L_12 = __this->get_m_StringBuilder_4(); if (L_12) { goto IL_004a; } } { // m_StringBuilder = new StringBuilder(); StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_13, /*hidden argument*/NULL); __this->set_m_StringBuilder_4(L_13); } IL_004a: { // m_StringBuilder.Length = 0; StringBuilder_t * L_14 = __this->get_m_StringBuilder_4(); NullCheck(L_14); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_14, 0, /*hidden argument*/NULL); // AddParentDisplayNameRecursive(control.parent, m_StringBuilder, true); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = ___control0; NullCheck(L_15); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_16; L_16 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_15, /*hidden argument*/NULL); StringBuilder_t * L_17 = __this->get_m_StringBuilder_4(); InputDeviceBuilder_AddParentDisplayNameRecursive_mE80A7003E0D72F91D2BAE962BDE708A2F7C4EF4E(L_16, L_17, (bool)1, /*hidden argument*/NULL); // if (m_StringBuilder.Length == 0) StringBuilder_t * L_18 = __this->get_m_StringBuilder_4(); NullCheck(L_18); int32_t L_19; L_19 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_007d; } } { // control.m_ShortDisplayNameFromLayout = null; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___control0; NullCheck(L_20); L_20->set_m_ShortDisplayNameFromLayout_6((String_t*)NULL); // return; return; } IL_007d: { // if (!string.IsNullOrEmpty(longDisplayNameFromLayout)) String_t* L_21 = ___longDisplayNameFromLayout1; bool L_22; L_22 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0094; } } { // m_StringBuilder.Append(longDisplayNameFromLayout); StringBuilder_t * L_23 = __this->get_m_StringBuilder_4(); String_t* L_24 = ___longDisplayNameFromLayout1; NullCheck(L_23); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, L_24, /*hidden argument*/NULL); goto IL_00a6; } IL_0094: { // m_StringBuilder.Append(control.name); StringBuilder_t * L_26 = __this->get_m_StringBuilder_4(); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_27 = ___control0; NullCheck(L_27); String_t* L_28; L_28 = InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2(L_27, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, L_28, /*hidden argument*/NULL); } IL_00a6: { // control.m_ShortDisplayNameFromLayout = m_StringBuilder.ToString(); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_30 = ___control0; StringBuilder_t * L_31 = __this->get_m_StringBuilder_4(); NullCheck(L_31); String_t* L_32; L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31); NullCheck(L_30); L_30->set_m_ShortDisplayNameFromLayout_6(L_32); // return; return; } IL_00b8: { // control.m_ShortDisplayNameFromLayout = null; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = ___control0; NullCheck(L_33); L_33->set_m_ShortDisplayNameFromLayout_6((String_t*)NULL); // return; return; } IL_00c0: { // displayNameFromLayout = control.name; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_34 = ___control0; NullCheck(L_34); String_t* L_35; L_35 = InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2(L_34, /*hidden argument*/NULL); V_0 = L_35; } IL_00c7: { // if (control.parent != null && control.parent != control.device) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_36 = ___control0; NullCheck(L_36); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37; L_37 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0128; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_38 = ___control0; NullCheck(L_38); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_39; L_39 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_38, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_40 = ___control0; NullCheck(L_40); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_41; L_41 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_40, /*hidden argument*/NULL); if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_39) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_41))) { goto IL_0128; } } { // if (m_StringBuilder == null) StringBuilder_t * L_42 = __this->get_m_StringBuilder_4(); if (L_42) { goto IL_00f0; } } { // m_StringBuilder = new StringBuilder(); StringBuilder_t * L_43 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_43, /*hidden argument*/NULL); __this->set_m_StringBuilder_4(L_43); } IL_00f0: { // m_StringBuilder.Length = 0; StringBuilder_t * L_44 = __this->get_m_StringBuilder_4(); NullCheck(L_44); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_44, 0, /*hidden argument*/NULL); // AddParentDisplayNameRecursive(control.parent, m_StringBuilder, shortName); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_45 = ___control0; NullCheck(L_45); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_46; L_46 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_45, /*hidden argument*/NULL); StringBuilder_t * L_47 = __this->get_m_StringBuilder_4(); bool L_48 = ___shortName3; InputDeviceBuilder_AddParentDisplayNameRecursive_mE80A7003E0D72F91D2BAE962BDE708A2F7C4EF4E(L_46, L_47, L_48, /*hidden argument*/NULL); // m_StringBuilder.Append(displayNameFromLayout); StringBuilder_t * L_49 = __this->get_m_StringBuilder_4(); String_t* L_50 = V_0; NullCheck(L_49); StringBuilder_t * L_51; L_51 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_49, L_50, /*hidden argument*/NULL); // displayNameFromLayout = m_StringBuilder.ToString(); StringBuilder_t * L_52 = __this->get_m_StringBuilder_4(); NullCheck(L_52); String_t* L_53; L_53 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52); V_0 = L_53; } IL_0128: { // if (shortName) bool L_54 = ___shortName3; if (!L_54) { goto IL_0134; } } { // control.m_ShortDisplayNameFromLayout = displayNameFromLayout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_55 = ___control0; String_t* L_56 = V_0; NullCheck(L_55); L_55->set_m_ShortDisplayNameFromLayout_6(L_56); return; } IL_0134: { // control.m_DisplayNameFromLayout = displayNameFromLayout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_57 = ___control0; String_t* L_58 = V_0; NullCheck(L_57); L_57->set_m_DisplayNameFromLayout_4(L_58); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_SetDisplayName_m383ABB7AF8D4CB8F0C54098440BD5704C1ABEF08_AdjustorThunk (RuntimeObject * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___longDisplayNameFromLayout1, String_t* ___shortDisplayNameFromLayout2, bool ___shortName3, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_SetDisplayName_m383ABB7AF8D4CB8F0C54098440BD5704C1ABEF08(_thisAdjusted, ___control0, ___longDisplayNameFromLayout1, ___shortDisplayNameFromLayout2, ___shortName3, method); } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddParentDisplayNameRecursive(UnityEngine.InputSystem.InputControl,System.Text.StringBuilder,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddParentDisplayNameRecursive_mE80A7003E0D72F91D2BAE962BDE708A2F7C4EF4E (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, StringBuilder_t * ___stringBuilder1, bool ___shortName2, const RuntimeMethod* method) { String_t* V_0 = NULL; { // if (control.parent != null && control.parent != control.device) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; NullCheck(L_0); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1; L_1 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck(L_2); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3; L_3 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_2, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; NullCheck(L_4); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_5; L_5 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_4, /*hidden argument*/NULL); if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_3) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_5))) { goto IL_0023; } } { // AddParentDisplayNameRecursive(control.parent, stringBuilder, shortName); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control0; NullCheck(L_6); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7; L_7 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline(L_6, /*hidden argument*/NULL); StringBuilder_t * L_8 = ___stringBuilder1; bool L_9 = ___shortName2; InputDeviceBuilder_AddParentDisplayNameRecursive_mE80A7003E0D72F91D2BAE962BDE708A2F7C4EF4E(L_7, L_8, L_9, /*hidden argument*/NULL); } IL_0023: { // if (shortName) bool L_10 = ___shortName2; if (!L_10) { goto IL_0046; } } { // var text = control.shortDisplayName; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck(L_11); String_t* L_12; L_12 = InputControl_get_shortDisplayName_mE793715F37AA1ECC524C1D0DB36A689A3AE8D35C(L_11, /*hidden argument*/NULL); V_0 = L_12; // if (string.IsNullOrEmpty(text)) String_t* L_13 = V_0; bool L_14; L_14 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_003c; } } { // text = control.displayName; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = ___control0; NullCheck(L_15); String_t* L_16; L_16 = InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9(L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_003c: { // stringBuilder.Append(text); StringBuilder_t * L_17 = ___stringBuilder1; String_t* L_18 = V_0; NullCheck(L_17); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_17, L_18, /*hidden argument*/NULL); // } goto IL_0053; } IL_0046: { // stringBuilder.Append(control.displayName); StringBuilder_t * L_20 = ___stringBuilder1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_21 = ___control0; NullCheck(L_21); String_t* L_22; L_22 = InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9(L_21, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, L_22, /*hidden argument*/NULL); } IL_0053: { // stringBuilder.Append(' '); StringBuilder_t * L_24 = ___stringBuilder1; NullCheck(L_24); StringBuilder_t * L_25; L_25 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_24, ((int32_t)32), /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddProcessors(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddProcessors_mEECAB234B19416E0DF13F2879A3DA8E6402A0B3A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * ___controlItem1, String_t* ___layoutName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; String_t* V_3 = NULL; RuntimeObject * V_4 = NULL; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 V_5; memset((&V_5), 0, sizeof(V_5)); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA V_6; memset((&V_6), 0, sizeof(V_6)); Type_t * G_B3_0 = NULL; Type_t * G_B2_0 = NULL; { // var processorCount = controlItem.processors.Count; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_0 = ___controlItem1; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_1; L_1 = ControlItem_get_processors_mAFE88DC93CDB12F052F122738E372550FAC6867E_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2; L_2 = ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_inline((ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *)(&V_1), /*hidden argument*/ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_RuntimeMethod_var); V_0 = L_2; // for (var n = 0; n < processorCount; ++n) V_2 = 0; goto IL_00a0; } IL_0016: { // var name = controlItem.processors[n].name; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_3 = ___controlItem1; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_4; L_4 = ControlItem_get_processors_mAFE88DC93CDB12F052F122738E372550FAC6867E_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_2; NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_6; L_6 = ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57((ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *)(&V_1), L_5, /*hidden argument*/ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57_RuntimeMethod_var); V_6 = L_6; String_t* L_7; L_7 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_6), /*hidden argument*/NULL); V_3 = L_7; // var type = InputProcessor.s_Processors.LookupTypeRegistration(name); String_t* L_8 = V_3; Type_t * L_9; L_9 = TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields*)il2cpp_codegen_static_fields_for(InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var))->get_address_of_s_Processors_0()), L_8, /*hidden argument*/NULL); // if (type == null) Type_t * L_10 = L_9; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_10, (Type_t *)NULL, /*hidden argument*/NULL); G_B2_0 = L_10; if (!L_11) { G_B3_0 = L_10; goto IL_0060; } } { // throw new InvalidOperationException( // $"Cannot find processor '{name}' referenced by control '{controlItem.name}' in layout '{layoutName}'"); String_t* L_12 = V_3; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_13 = ___controlItem1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_14; L_14 = ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_13, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_15 = L_14; RuntimeObject * L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_il2cpp_TypeInfo_var)), &L_15); String_t* L_17 = ___layoutName2; String_t* L_18; L_18 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB9A7D4829E297E43C774482560633C472D5B46E)), L_12, L_16, L_17, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_19 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddProcessors_mEECAB234B19416E0DF13F2879A3DA8E6402A0B3A_RuntimeMethod_var))); } IL_0060: { // var processor = Activator.CreateInstance(type); RuntimeObject * L_20; L_20 = Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD(G_B3_0, /*hidden argument*/NULL); V_4 = L_20; // var parameters = controlItem.processors[n].parameters; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * L_21 = ___controlItem1; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_22; L_22 = ControlItem_get_processors_mAFE88DC93CDB12F052F122738E372550FAC6867E_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)L_21, /*hidden argument*/NULL); V_1 = L_22; int32_t L_23 = V_2; NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_24; L_24 = ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57((ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E *)(&V_1), L_23, /*hidden argument*/ReadOnlyArray_1_get_Item_m22B9B625E77C85FE009FF2A6BB6B4B93B6C30B57_RuntimeMethod_var); V_6 = L_24; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_25; L_25 = NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_6), /*hidden argument*/NULL); V_5 = L_25; // if (parameters.Count > 0) int32_t L_26; L_26 = ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_inline((ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 *)(&V_5), /*hidden argument*/ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_RuntimeMethod_var); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_0094; } } { // NamedValue.ApplyAllToObject(processor, parameters); RuntimeObject * L_27 = V_4; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_28 = V_5; NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D(L_27, L_28, /*hidden argument*/NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_RuntimeMethod_var); } IL_0094: { // control.AddProcessor(processor); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_29 = ___control0; RuntimeObject * L_30 = V_4; NullCheck(L_29); VirtActionInvoker1< RuntimeObject * >::Invoke(15 /* System.Void UnityEngine.InputSystem.InputControl::AddProcessor(System.Object) */, L_29, L_30); // for (var n = 0; n < processorCount; ++n) int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a0: { // for (var n = 0; n < processorCount; ++n) int32_t L_32 = V_2; int32_t L_33 = V_0; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0016; } } { // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetFormat(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetFormat_m91C341326A3563B514F7D67F3F096F217943F176 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___controlItem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // control.m_StateBlock.format = controlItem.format; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; NullCheck(L_0); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_1 = L_0->get_address_of_m_StateBlock_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_2; L_2 = ControlItem_get_format_m46DBDA37F45B6F1FB11E9C2CDE90C4C0DADD6ACC_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem1), /*hidden argument*/NULL); InputStateBlock_set_format_m0A7C755BCA40EB524A1346D824E83EAA9762BE38_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_1, L_2, /*hidden argument*/NULL); // if (controlItem.sizeInBits == 0) uint32_t L_3; L_3 = ControlItem_get_sizeInBits_m38015C0352B345DBF30DB94B56B79BC5CE147D67_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem1), /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { // var primitiveFormatSize = InputStateBlock.GetSizeOfPrimitiveFormatInBits(controlItem.format); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_4; L_4 = ControlItem_get_format_m46DBDA37F45B6F1FB11E9C2CDE90C4C0DADD6ACC_inline((ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 *)(&___controlItem1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var); int32_t L_5; L_5 = InputStateBlock_GetSizeOfPrimitiveFormatInBits_m36BA8B0E5AFA29EDF3C3ACBB38E685F974CD9CF0(L_4, /*hidden argument*/NULL); V_0 = L_5; // if (primitiveFormatSize != -1) int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0038; } } { // control.m_StateBlock.sizeInBits = (uint)primitiveFormatSize; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7 = ___control0; NullCheck(L_7); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_8 = L_7->get_address_of_m_StateBlock_0(); int32_t L_9 = V_0; InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_8, L_9, /*hidden argument*/NULL); } IL_0038: { // } return; } } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FindOrLoadLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * InputDeviceBuilder_FindOrLoadLayout_m7E1E89F901FC32C43CE1227B997B90D1E65ACBE1 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return InputControlLayout.cache.FindOrLoadLayout(name); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * L_0; L_0 = InputControlLayout_get_cache_m84E6B84C0A763A7A4791E5876F68C8EAF10D520E(/*hidden argument*/NULL); String_t* L_1 = ___name0; InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_2; L_2 = Cache_FindOrLoadLayout_m0ACC5273CB77E87BC83882FD3EC25E32E089109B((Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E *)L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ComputeStateLayout(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t V_1 = 0; uint32_t V_2 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_3 = NULL; uint32_t V_4 = 0; uint32_t V_5 = 0; int32_t V_6 = 0; Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 V_7; memset((&V_7), 0, sizeof(V_7)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_8 = NULL; uint32_t V_9 = 0; uint32_t V_10 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_11 = NULL; uint32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B37_0 = 0; int32_t G_B30_0 = 0; int32_t G_B32_0 = 0; int32_t G_B31_0 = 0; int32_t G_B34_0 = 0; int32_t G_B33_0 = 0; int32_t G_B35_0 = 0; int32_t G_B42_0 = 0; int32_t G_B36_0 = 0; int32_t G_B39_0 = 0; int32_t G_B38_0 = 0; int32_t G_B41_0 = 0; int32_t G_B40_0 = 0; { // var children = control.children; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; NullCheck(L_0); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_1; L_1 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (control.m_StateBlock.sizeInBits == 0 && control.m_StateBlock.format != 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck(L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_3 = L_2->get_address_of_m_StateBlock_0(); uint32_t L_4; L_4 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0050; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck(L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_6 = L_5->get_address_of_m_StateBlock_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_7; L_7 = InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_6, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_8; L_8 = FourCC_op_Implicit_m1EF35613D75316DA0F135114B72093EBB3D04356(0, /*hidden argument*/NULL); bool L_9; L_9 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0050; } } { // var sizeInBits = InputStateBlock.GetSizeOfPrimitiveFormatInBits(control.m_StateBlock.format); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_10 = ___control0; NullCheck(L_10); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_11 = L_10->get_address_of_m_StateBlock_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_12; L_12 = InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_il2cpp_TypeInfo_var); int32_t L_13; L_13 = InputStateBlock_GetSizeOfPrimitiveFormatInBits_m36BA8B0E5AFA29EDF3C3ACBB38E685F974CD9CF0(L_12, /*hidden argument*/NULL); V_6 = L_13; // if (sizeInBits != -1) int32_t L_14 = V_6; if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_0050; } } { // control.m_StateBlock.sizeInBits = (uint)sizeInBits; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = ___control0; NullCheck(L_15); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_16 = L_15->get_address_of_m_StateBlock_0(); int32_t L_17 = V_6; InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_16, L_17, /*hidden argument*/NULL); } IL_0050: { // if (control.m_StateBlock.sizeInBits == 0 && children.Count == 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_18 = ___control0; NullCheck(L_18); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_19 = L_18->get_address_of_m_StateBlock_0(); uint32_t L_20; L_20 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00a1; } } { int32_t L_21; L_21 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); if (L_21) { goto IL_00a1; } } { // throw new InvalidOperationException( // $"Control '{control.path}' with layout '{control.layout}' has no size set and has no children to compute size from"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15F2C50B8F3FDF4625728A3C6342B771A943F42))); (L_23)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15F2C50B8F3FDF4625728A3C6342B771A943F42))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_25 = ___control0; NullCheck(L_25); String_t* L_26; L_26 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D(L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(1), (String_t*)L_26); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_24; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D3F0E9979BAAC1E1854F0FA4B1C95AB400AF197))); (L_27)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D3F0E9979BAAC1E1854F0FA4B1C95AB400AF197))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_29 = ___control0; NullCheck(L_29); String_t* L_30; L_30 = InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454(L_29, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_30); (L_28)->SetAt(static_cast(3), (String_t*)L_30); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = L_28; NullCheck(L_31); ArrayElementTypeCheck (L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF44C8110EAD12EC0B4DFE764D303352C6085BD4F))); (L_31)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF44C8110EAD12EC0B4DFE764D303352C6085BD4F))); String_t* L_32; L_32 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_31, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_33 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE_RuntimeMethod_var))); } IL_00a1: { // if (children.Count == 0) int32_t L_34; L_34 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); if (L_34) { goto IL_00ab; } } { // return; return; } IL_00ab: { // var firstUnfixedByteOffset = 0u; V_1 = 0; // foreach (var child in children) Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 L_35; L_35 = ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD_RuntimeMethod_var); V_7 = L_35; } IL_00b6: try { // begin try (depth: 1) { goto IL_018e; } IL_00bb: { // foreach (var child in children) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_36; L_36 = Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE((Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *)(&V_7), /*hidden argument*/Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE_RuntimeMethod_var); V_8 = L_36; // if (child.m_StateBlock.sizeInBits == kSizeForControlUsingStateFromOtherControl) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37 = V_8; NullCheck(L_37); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_38 = L_37->get_address_of_m_StateBlock_0(); uint32_t L_39; L_39 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) == ((int32_t)(-1)))) { goto IL_018e; } } IL_00d6: { // var childSizeInBits = child.m_StateBlock.sizeInBits; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_40 = V_8; NullCheck(L_40); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_41 = L_40->get_address_of_m_StateBlock_0(); uint32_t L_42; L_42 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_41, /*hidden argument*/NULL); V_9 = L_42; // if (childSizeInBits == 0 || childSizeInBits == InputStateBlock.InvalidOffset) uint32_t L_43 = V_9; if (!L_43) { goto IL_00ed; } } IL_00e8: { uint32_t L_44 = V_9; if ((!(((uint32_t)L_44) == ((uint32_t)(-1))))) { goto IL_0129; } } IL_00ed: { // throw new InvalidOperationException( // $"Child '{child.name}' of '{control.name}' has no size set!"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_45 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56420926B7E51BADA11CFFB46D9D53827E737C94))); (L_46)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56420926B7E51BADA11CFFB46D9D53827E737C94))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_47 = L_46; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_48 = V_8; NullCheck(L_48); String_t* L_49; L_49 = InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2(L_48, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_49); (L_47)->SetAt(static_cast(1), (String_t*)L_49); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_50 = L_47; NullCheck(L_50); ArrayElementTypeCheck (L_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACE772302A2C99A5E77B7D42F5855DAAE79B304F))); (L_50)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACE772302A2C99A5E77B7D42F5855DAAE79B304F))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_51 = L_50; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_52 = ___control0; NullCheck(L_52); String_t* L_53; L_53 = InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2(L_52, /*hidden argument*/NULL); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_53); (L_51)->SetAt(static_cast(3), (String_t*)L_53); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_54 = L_51; NullCheck(L_54); ArrayElementTypeCheck (L_54, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1B0996FCA315F9110FA4D012F3F793E9249F7C4))); (L_54)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1B0996FCA315F9110FA4D012F3F793E9249F7C4))); String_t* L_55; L_55 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_54, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_56 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_56, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_ComputeStateLayout_mCB1E7823FFC72FE1ADF65703CA3A4CF15FCB5BDE_RuntimeMethod_var))); } IL_0129: { // if (child.m_StateBlock.byteOffset == InputStateBlock.InvalidOffset || // child.m_StateBlock.byteOffset == InputStateBlock.AutomaticOffset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_57 = V_8; NullCheck(L_57); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_58 = L_57->get_address_of_m_StateBlock_0(); uint32_t L_59; L_59 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)(-1)))) { goto IL_018e; } } IL_0138: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_60 = V_8; NullCheck(L_60); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_61 = L_60->get_address_of_m_StateBlock_0(); uint32_t L_62; L_62 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_61, /*hidden argument*/NULL); if ((((int32_t)L_62) == ((int32_t)((int32_t)-2)))) { goto IL_018e; } } IL_0148: { // if (child.m_StateBlock.bitOffset == InputStateBlock.InvalidOffset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_63 = V_8; NullCheck(L_63); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_64 = L_63->get_address_of_m_StateBlock_0(); uint32_t L_65; L_65 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_64, /*hidden argument*/NULL); if ((!(((uint32_t)L_65) == ((uint32_t)(-1))))) { goto IL_0164; } } IL_0157: { // child.m_StateBlock.bitOffset = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_66 = V_8; NullCheck(L_66); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_67 = L_66->get_address_of_m_StateBlock_0(); InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_67, 0, /*hidden argument*/NULL); } IL_0164: { // var endOffset = // MemoryHelpers.ComputeFollowingByteOffset(child.m_StateBlock.byteOffset, child.m_StateBlock.bitOffset + childSizeInBits); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_68 = V_8; NullCheck(L_68); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_69 = L_68->get_address_of_m_StateBlock_0(); uint32_t L_70; L_70 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_69, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_71 = V_8; NullCheck(L_71); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_72 = L_71->get_address_of_m_StateBlock_0(); uint32_t L_73; L_73 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_72, /*hidden argument*/NULL); uint32_t L_74 = V_9; uint32_t L_75; L_75 = MemoryHelpers_ComputeFollowingByteOffset_mA5043A749588D179006C8319DC6B1962AF3293E5(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_74)), /*hidden argument*/NULL); V_10 = L_75; // if (endOffset > firstUnfixedByteOffset) uint32_t L_76 = V_10; uint32_t L_77 = V_1; if ((!(((uint32_t)L_76) > ((uint32_t)L_77)))) { goto IL_018e; } } IL_018b: { // firstUnfixedByteOffset = endOffset; uint32_t L_78 = V_10; V_1 = L_78; } IL_018e: { // foreach (var child in children) bool L_79; L_79 = Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB((Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB_RuntimeMethod_var); if (L_79) { goto IL_00bb; } } IL_019a: { IL2CPP_LEAVE(0x1AA, FINALLY_019c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019c; } FINALLY_019c: { // begin finally (depth: 1) Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F((Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F_RuntimeMethod_var); IL2CPP_END_FINALLY(412) } // end finally (depth: 1) IL2CPP_CLEANUP(412) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1AA, IL_01aa) } IL_01aa: { // var runningByteOffset = firstUnfixedByteOffset; uint32_t L_80 = V_1; V_2 = L_80; // InputControl firstBitAddressingChild = null; V_3 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; // var bitfieldSizeInBits = 0u; V_4 = 0; // foreach (var child in children) Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 L_81; L_81 = ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_GetEnumerator_mA96A9464E50CA53A7846D8FA5EE79EA5B9500FDD_RuntimeMethod_var); V_7 = L_81; } IL_01ba: try { // begin try (depth: 1) { goto IL_02dc; } IL_01bf: { // foreach (var child in children) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_82; L_82 = Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE((Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *)(&V_7), /*hidden argument*/Enumerator_get_Current_mDE0B6238DD9DEB04674515528847289A48A314BE_RuntimeMethod_var); V_11 = L_82; // if (child.m_StateBlock.byteOffset != InputStateBlock.InvalidOffset && // child.m_StateBlock.byteOffset != InputStateBlock.AutomaticOffset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_83 = V_11; NullCheck(L_83); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_84 = L_83->get_address_of_m_StateBlock_0(); uint32_t L_85; L_85 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_84, /*hidden argument*/NULL); if ((((int32_t)L_85) == ((int32_t)(-1)))) { goto IL_01ea; } } IL_01d7: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_86 = V_11; NullCheck(L_86); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_87 = L_86->get_address_of_m_StateBlock_0(); uint32_t L_88; L_88 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_87, /*hidden argument*/NULL); if ((!(((uint32_t)L_88) == ((uint32_t)((int32_t)-2))))) { goto IL_02dc; } } IL_01ea: { // if (child.m_StateBlock.sizeInBits == kSizeForControlUsingStateFromOtherControl) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_89 = V_11; NullCheck(L_89); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_90 = L_89->get_address_of_m_StateBlock_0(); uint32_t L_91; L_91 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_90, /*hidden argument*/NULL); if ((((int32_t)L_91) == ((int32_t)(-1)))) { goto IL_02dc; } } IL_01fc: { // var isBitAddressingChild = (child.m_StateBlock.sizeInBits % 8) != 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_92 = V_11; NullCheck(L_92); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_93 = L_92->get_address_of_m_StateBlock_0(); uint32_t L_94; L_94 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_93, /*hidden argument*/NULL); // if (isBitAddressingChild) int32_t L_95 = ((!(((uint32_t)((int32_t)((uint32_t)(int32_t)L_94%(uint32_t)(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); G_B30_0 = L_95; if (!L_95) { G_B37_0 = L_95; goto IL_027d; } } IL_0210: { // if (firstBitAddressingChild == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_96 = V_3; G_B31_0 = G_B30_0; if (L_96) { G_B32_0 = G_B30_0; goto IL_0216; } } IL_0213: { // firstBitAddressingChild = child; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_97 = V_11; V_3 = L_97; G_B32_0 = G_B31_0; } IL_0216: { // if (child.m_StateBlock.bitOffset == InputStateBlock.InvalidOffset || // child.m_StateBlock.bitOffset == InputStateBlock.AutomaticOffset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_98 = V_11; NullCheck(L_98); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_99 = L_98->get_address_of_m_StateBlock_0(); uint32_t L_100; L_100 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_99, /*hidden argument*/NULL); G_B33_0 = G_B32_0; if ((((int32_t)L_100) == ((int32_t)(-1)))) { G_B34_0 = G_B32_0; goto IL_0235; } } IL_0225: { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_101 = V_11; NullCheck(L_101); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_102 = L_101->get_address_of_m_StateBlock_0(); uint32_t L_103; L_103 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_102, /*hidden argument*/NULL); G_B34_0 = G_B33_0; if ((!(((uint32_t)L_103) == ((uint32_t)((int32_t)-2))))) { G_B35_0 = G_B33_0; goto IL_0256; } } IL_0235: { // child.m_StateBlock.bitOffset = bitfieldSizeInBits; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_104 = V_11; NullCheck(L_104); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_105 = L_104->get_address_of_m_StateBlock_0(); uint32_t L_106 = V_4; InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_105, L_106, /*hidden argument*/NULL); // bitfieldSizeInBits += child.m_StateBlock.sizeInBits; uint32_t L_107 = V_4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_108 = V_11; NullCheck(L_108); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_109 = L_108->get_address_of_m_StateBlock_0(); uint32_t L_110; L_110 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_109, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)L_110)); // } G_B42_0 = G_B34_0; goto IL_02ba; } IL_0256: { // var lastBit = child.m_StateBlock.bitOffset + child.m_StateBlock.sizeInBits; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_111 = V_11; NullCheck(L_111); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_112 = L_111->get_address_of_m_StateBlock_0(); uint32_t L_113; L_113 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_112, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_114 = V_11; NullCheck(L_114); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_115 = L_114->get_address_of_m_StateBlock_0(); uint32_t L_116; L_116 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_115, /*hidden argument*/NULL); V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)L_116)); // if (lastBit > bitfieldSizeInBits) uint32_t L_117 = V_12; uint32_t L_118 = V_4; G_B36_0 = G_B35_0; if ((!(((uint32_t)L_117) > ((uint32_t)L_118)))) { G_B42_0 = G_B35_0; goto IL_02ba; } } IL_0277: { // bitfieldSizeInBits = lastBit; uint32_t L_119 = V_12; V_4 = L_119; // } G_B42_0 = G_B36_0; goto IL_02ba; } IL_027d: { // if (firstBitAddressingChild != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_120 = V_3; G_B38_0 = G_B37_0; if (!L_120) { G_B39_0 = G_B37_0; goto IL_028b; } } IL_0280: { // runningByteOffset = MemoryHelpers.ComputeFollowingByteOffset(runningByteOffset, bitfieldSizeInBits); uint32_t L_121 = V_2; uint32_t L_122 = V_4; uint32_t L_123; L_123 = MemoryHelpers_ComputeFollowingByteOffset_mA5043A749588D179006C8319DC6B1962AF3293E5(L_121, L_122, /*hidden argument*/NULL); V_2 = L_123; // firstBitAddressingChild = null; V_3 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; G_B39_0 = G_B38_0; } IL_028b: { // if (child.m_StateBlock.bitOffset == InputStateBlock.InvalidOffset) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_124 = V_11; NullCheck(L_124); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_125 = L_124->get_address_of_m_StateBlock_0(); uint32_t L_126; L_126 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_125, /*hidden argument*/NULL); G_B40_0 = G_B39_0; if ((!(((uint32_t)L_126) == ((uint32_t)(-1))))) { G_B41_0 = G_B39_0; goto IL_02a7; } } IL_029a: { // child.m_StateBlock.bitOffset = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_127 = V_11; NullCheck(L_127); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_128 = L_127->get_address_of_m_StateBlock_0(); InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_128, 0, /*hidden argument*/NULL); G_B41_0 = G_B40_0; } IL_02a7: { // runningByteOffset = MemoryHelpers.AlignNatural(runningByteOffset, child.m_StateBlock.alignedSizeInBytes); uint32_t L_129 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_130 = V_11; NullCheck(L_130); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_131 = L_130->get_address_of_m_StateBlock_0(); uint32_t L_132; L_132 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_131, /*hidden argument*/NULL); uint32_t L_133; L_133 = MemoryHelpers_AlignNatural_m592FF0734727B890A98F2997474A196D88715233(L_129, L_132, /*hidden argument*/NULL); V_2 = L_133; G_B42_0 = G_B41_0; } IL_02ba: { // child.m_StateBlock.byteOffset = runningByteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_134 = V_11; NullCheck(L_134); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_135 = L_134->get_address_of_m_StateBlock_0(); uint32_t L_136 = V_2; InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_135, L_136, /*hidden argument*/NULL); // if (!isBitAddressingChild) if (G_B42_0) { goto IL_02dc; } } IL_02c9: { // runningByteOffset = // MemoryHelpers.ComputeFollowingByteOffset(runningByteOffset, child.m_StateBlock.sizeInBits); uint32_t L_137 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_138 = V_11; NullCheck(L_138); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_139 = L_138->get_address_of_m_StateBlock_0(); uint32_t L_140; L_140 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_139, /*hidden argument*/NULL); uint32_t L_141; L_141 = MemoryHelpers_ComputeFollowingByteOffset_mA5043A749588D179006C8319DC6B1962AF3293E5(L_137, L_140, /*hidden argument*/NULL); V_2 = L_141; } IL_02dc: { // foreach (var child in children) bool L_142; L_142 = Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB((Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_m52C660F3A8E002AD49A7A6EF69DAF2C0EDEFFBEB_RuntimeMethod_var); if (L_142) { goto IL_01bf; } } IL_02e8: { IL2CPP_LEAVE(0x2F8, FINALLY_02ea); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02ea; } FINALLY_02ea: { // begin finally (depth: 1) Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F((Enumerator_t4765B55C764CF72B4D0B49934CCD0E224ACBBDD8 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m6DBA618D425761363F54B849A1FB17FF17569D9F_RuntimeMethod_var); IL2CPP_END_FINALLY(746) } // end finally (depth: 1) IL2CPP_CLEANUP(746) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F8, IL_02f8) } IL_02f8: { // if (firstBitAddressingChild != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_143 = V_3; if (!L_143) { goto IL_0304; } } { // runningByteOffset = MemoryHelpers.ComputeFollowingByteOffset(runningByteOffset, bitfieldSizeInBits); uint32_t L_144 = V_2; uint32_t L_145 = V_4; uint32_t L_146; L_146 = MemoryHelpers_ComputeFollowingByteOffset_mA5043A749588D179006C8319DC6B1962AF3293E5(L_144, L_145, /*hidden argument*/NULL); V_2 = L_146; } IL_0304: { // var totalSizeInBytes = runningByteOffset; uint32_t L_147 = V_2; V_5 = L_147; // control.m_StateBlock.sizeInBits = totalSizeInBytes * 8; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_148 = ___control0; NullCheck(L_148); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_149 = L_148->get_address_of_m_StateBlock_0(); uint32_t L_150 = V_5; InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_149, ((int32_t)il2cpp_codegen_multiply((int32_t)L_150, (int32_t)8)), /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43 (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_StateOffsetToControlMap == null) List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_0 = __this->get_m_StateOffsetToControlMap_3(); if (L_0) { goto IL_0013; } } { // m_StateOffsetToControlMap = new List(); List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_1 = (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *)il2cpp_codegen_object_new(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731_il2cpp_TypeInfo_var); List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56(L_1, /*hidden argument*/List_1__ctor_mAD05A3427EB03FC1F806975DFA74E06B85697E56_RuntimeMethod_var); __this->set_m_StateOffsetToControlMap_3(L_1); } IL_0013: { // if (m_Device.allControls.Count > (1U << InputDevice.kControlIndexBits)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_2 = __this->get_m_Device_0(); NullCheck(L_2); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_3; L_3 = InputDevice_get_allControls_mD986E92DCF42FBA62A009692D7B7E51CDC55175B(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4; L_4 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); if ((((int64_t)((int64_t)((int64_t)L_4))) <= ((int64_t)((int64_t)((int64_t)((int32_t)1024)))))) { goto IL_0067; } } { // throw new NotSupportedException($"Device '{m_Device}' exceeds maximum supported control count of {1U << InputDevice.kControlIndexBits} (has {m_Device.allControls.Count} controls)"); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_5 = __this->get_m_Device_0(); uint32_t L_6 = ((uint32_t)((int32_t)1024)); RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)), &L_6); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_8 = __this->get_m_Device_0(); NullCheck(L_8); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_9; L_9 = InputDevice_get_allControls_mD986E92DCF42FBA62A009692D7B7E51CDC55175B(L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10; L_10 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var))); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_11); String_t* L_13; L_13 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral954D62C0759FAE43B547C83F19EC16FC06E8647D)), L_5, L_7, L_12, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_14 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43_RuntimeMethod_var))); } IL_0067: { // FinalizeControlHierarchyRecursive(m_Device, -1, m_Device.m_ChildrenForEachControl, false, false); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_15 = __this->get_m_Device_0(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_16 = __this->get_m_Device_0(); NullCheck(L_16); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_17 = L_16->get_m_ChildrenForEachControl_34(); InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_15, (-1), L_17, (bool)0, (bool)0, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_FinalizeControlHierarchy_m55FC060B0D9CAA4B78C73167ECE3C40C08908B43(_thisAdjusted, method); } // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchyRecursive(UnityEngine.InputSystem.InputControl,System.Int32,UnityEngine.InputSystem.InputControl[],System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, int32_t ___controlIndex1, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___allControls2, bool ___noisy3, bool ___dontReset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; uint32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_8 = NULL; { // if (control.m_ChildCount == 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; NullCheck(L_0); int32_t L_1 = L_0->get_m_ChildCount_15(); if (L_1) { goto IL_008d; } } { // if (control.m_StateBlock.effectiveBitOffset >= (1U << InputDevice.kStateOffsetBits)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck(L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_3 = L_2->get_address_of_m_StateBlock_0(); uint32_t L_4; L_4 = InputStateBlock_get_effectiveBitOffset_mF57991FD467ABC2ADEB783FE2BB8F2D99B71479C((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) >= ((uint32_t)((int32_t)8192))))) { goto IL_004c; } } { // throw new NotSupportedException($"Control '{control}' exceeds maximum supported state bit offset of {(1U << InputDevice.kStateOffsetBits) - 1} (bit offset {control.stateBlock.effectiveBitOffset})"); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; uint32_t L_6 = ((uint32_t)((int32_t)8191)); RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)), &L_6); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; NullCheck(L_8); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_9; L_9 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline(L_8, /*hidden argument*/NULL); V_5 = L_9; uint32_t L_10; L_10 = InputStateBlock_get_effectiveBitOffset_mF57991FD467ABC2ADEB783FE2BB8F2D99B71479C((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_5), /*hidden argument*/NULL); uint32_t L_11 = L_10; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)), &L_11); String_t* L_13; L_13 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB0DB57446903F18B214FFA4366BF3FCCF5243340)), L_5, L_7, L_12, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_14 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F_RuntimeMethod_var))); } IL_004c: { // if (control.m_StateBlock.sizeInBits >= (1U << InputDevice.kStateSizeBits)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = ___control0; NullCheck(L_15); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_16 = L_15->get_address_of_m_StateBlock_0(); uint32_t L_17; L_17 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) >= ((uint32_t)((int32_t)512))))) { goto IL_008d; } } { // throw new NotSupportedException($"Control '{control}' exceeds maximum supported state bit size of {(1U << InputDevice.kStateSizeBits) - 1} (bit offset {control.stateBlock.sizeInBits})"); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_18 = ___control0; uint32_t L_19 = ((uint32_t)((int32_t)511)); RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)), &L_19); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_21 = ___control0; NullCheck(L_21); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_22; L_22 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline(L_21, /*hidden argument*/NULL); V_5 = L_22; uint32_t L_23; L_23 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_5), /*hidden argument*/NULL); uint32_t L_24 = L_23; RuntimeObject * L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)), &L_24); String_t* L_26; L_26 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8AF5548EFF3FA7F640B1EB06DC487B13C4B4BA7)), L_18, L_20, L_25, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_27 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F_RuntimeMethod_var))); } IL_008d: { // if (control.m_ChildCount == 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_28 = ___control0; NullCheck(L_28); int32_t L_29 = L_28->get_m_ChildCount_15(); if (L_29) { goto IL_00bc; } } { // m_StateOffsetToControlMap.Add( // InputDevice.EncodeStateOffsetToControlMapEntry((uint)controlIndex, control.m_StateBlock.effectiveBitOffset, control.m_StateBlock.sizeInBits)); List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_30 = __this->get_m_StateOffsetToControlMap_3(); int32_t L_31 = ___controlIndex1; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32 = ___control0; NullCheck(L_32); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_33 = L_32->get_address_of_m_StateBlock_0(); uint32_t L_34; L_34 = InputStateBlock_get_effectiveBitOffset_mF57991FD467ABC2ADEB783FE2BB8F2D99B71479C((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_33, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_35 = ___control0; NullCheck(L_35); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_36 = L_35->get_address_of_m_StateBlock_0(); uint32_t L_37; L_37 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_36, /*hidden argument*/NULL); uint32_t L_38; L_38 = InputDevice_EncodeStateOffsetToControlMapEntry_m26137F339629EE0A46E83585C4BF5AC658464472(L_31, L_34, L_37, /*hidden argument*/NULL); NullCheck(L_30); List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08(L_30, L_38, /*hidden argument*/List_1_Add_mC3CBC1C41520819D454F56C20DE548A94A7DEF08_RuntimeMethod_var); } IL_00bc: { // var displayNameFromLayout = control.m_DisplayNameFromLayout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_39 = ___control0; NullCheck(L_39); String_t* L_40 = L_39->get_m_DisplayNameFromLayout_4(); V_0 = L_40; // var shortDisplayNameFromLayout = control.m_ShortDisplayNameFromLayout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_41 = ___control0; NullCheck(L_41); String_t* L_42 = L_41->get_m_ShortDisplayNameFromLayout_6(); V_1 = L_42; // SetDisplayName(control, displayNameFromLayout, shortDisplayNameFromLayout, false); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_43 = ___control0; String_t* L_44 = V_0; String_t* L_45 = V_1; InputDeviceBuilder_SetDisplayName_m383ABB7AF8D4CB8F0C54098440BD5704C1ABEF08((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_43, L_44, L_45, (bool)0, /*hidden argument*/NULL); // SetDisplayName(control, displayNameFromLayout, shortDisplayNameFromLayout, true); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_46 = ___control0; String_t* L_47 = V_0; String_t* L_48 = V_1; InputDeviceBuilder_SetDisplayName_m383ABB7AF8D4CB8F0C54098440BD5704C1ABEF08((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_46, L_47, L_48, (bool)1, /*hidden argument*/NULL); // if (control != control.device) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_49 = ___control0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_50 = ___control0; NullCheck(L_50); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_51; L_51 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline(L_50, /*hidden argument*/NULL); if ((((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_49) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_51))) { goto IL_0111; } } { // if (noisy) bool L_52 = ___noisy3; if (!L_52) { goto IL_00f4; } } { // control.noisy = true; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_53 = ___control0; NullCheck(L_53); InputControl_set_noisy_m8D93F05222DCAB62D86F0EF2AFA724689AE7524D(L_53, (bool)1, /*hidden argument*/NULL); goto IL_00fc; } IL_00f4: { // noisy = control.noisy; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_54 = ___control0; NullCheck(L_54); bool L_55; L_55 = InputControl_get_noisy_m75E27EA55EB0C920F1BA11F11427BAF3CF6FC840(L_54, /*hidden argument*/NULL); ___noisy3 = L_55; } IL_00fc: { // if (dontReset) bool L_56 = ___dontReset4; if (!L_56) { goto IL_0109; } } { // control.dontReset = true; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_57 = ___control0; NullCheck(L_57); InputControl_set_dontReset_mB3D97F6940771C0ECF62EFC3990B59963E24879C(L_57, (bool)1, /*hidden argument*/NULL); goto IL_0111; } IL_0109: { // dontReset = control.dontReset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_58 = ___control0; NullCheck(L_58); bool L_59; L_59 = InputControl_get_dontReset_m0722B71B9454D082AE46C399A5556FCFD2CF25E8(L_58, /*hidden argument*/NULL); ___dontReset4 = L_59; } IL_0111: { // var ourOffset = control.m_StateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_60 = ___control0; NullCheck(L_60); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_61 = L_60->get_address_of_m_StateBlock_0(); uint32_t L_62; L_62 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_61, /*hidden argument*/NULL); V_2 = L_62; // var childCount = control.m_ChildCount; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_63 = ___control0; NullCheck(L_63); int32_t L_64 = L_63->get_m_ChildCount_15(); V_3 = L_64; // var childStartIndex = control.m_ChildStartIndex; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_65 = ___control0; NullCheck(L_65); int32_t L_66 = L_65->get_m_ChildStartIndex_16(); V_4 = L_66; // for (var i = 0; i < childCount; ++i) V_6 = 0; goto IL_0167; } IL_0131: { // var childIndex = childStartIndex + i; int32_t L_67 = V_4; int32_t L_68 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)); // var child = allControls[childIndex]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_69 = ___allControls2; int32_t L_70 = V_7; NullCheck(L_69); int32_t L_71 = L_70; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_72 = (L_69)->GetAt(static_cast(L_71)); V_8 = L_72; // child.m_StateBlock.byteOffset += ourOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_73 = V_8; NullCheck(L_73); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_74 = L_73->get_address_of_m_StateBlock_0(); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_75 = L_74; uint32_t L_76; L_76 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_75, /*hidden argument*/NULL); uint32_t L_77 = V_2; InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_75, ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_77)), /*hidden argument*/NULL); // FinalizeControlHierarchyRecursive(child, childIndex, allControls, noisy, dontReset); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_78 = V_8; int32_t L_79 = V_7; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_80 = ___allControls2; bool L_81 = ___noisy3; bool L_82 = ___dontReset4; InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)__this, L_78, L_79, L_80, L_81, L_82, /*hidden argument*/NULL); // for (var i = 0; i < childCount; ++i) int32_t L_83 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0167: { // for (var i = 0; i < childCount; ++i) int32_t L_84 = V_6; int32_t L_85 = V_3; if ((((int32_t)L_84) < ((int32_t)L_85))) { goto IL_0131; } } { // control.isSetupFinished = true; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_86 = ___control0; NullCheck(L_86); InputControl_set_isSetupFinished_mBE58E65A7D00B1DD8CEE4EEE1110A7F9A84D84AB(L_86, (bool)1, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F_AdjustorThunk (RuntimeObject * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, int32_t ___controlIndex1, InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___allControls2, bool ___noisy3, bool ___dontReset4, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceBuilder_FinalizeControlHierarchyRecursive_mB398E5DDB02ADB6CAEDEB5FFC47ACCF018B6AB9F(_thisAdjusted, ___control0, ___controlIndex1, ___allControls2, ___noisy3, ___dontReset4, method); } // UnityEngine.InputSystem.Layouts.InputDeviceBuilder& UnityEngine.InputSystem.Layouts.InputDeviceBuilder::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * InputDeviceBuilder_get_instance_m885FD0284C96CAA0EC3BBC7D11596583891133CE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ref s_Instance; return (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)((((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_il2cpp_TypeInfo_var))->get_address_of_s_Instance_6())); } } // UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Ref() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F InputDeviceBuilder_Ref_m922869C2A486DD2106ACAED966AC768B0B8DE837 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F V_0; memset((&V_0), 0, sizeof(V_0)); { // ++s_InstanceRef; int32_t L_0 = ((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_il2cpp_TypeInfo_var))->get_s_InstanceRef_7(); ((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_il2cpp_TypeInfo_var))->set_s_InstanceRef_7(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // return new RefInstance(); il2cpp_codegen_initobj((&V_0), sizeof(RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F )); RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F L_1 = V_0; return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_m50712505E0393BA3A20563E64DAA7A6D75854E3F_inline (InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * __this, const RuntimeMethod* method) { { // public int eventCount => m_EventCount; int32_t L_0 = __this->get_m_EventCount_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_mEF5F8E6EA1177F885A7F1EE8FBEF374EFB43660C_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method) { { // get => m_Time; double L_0 = __this->get_m_Time_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method) { { // get => m_BindingIndex; uint16_t L_0 = __this->get_m_BindingIndex_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_startTime_m465D962E69624146FD140452618312328005299A_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method) { { // get => m_StartTime; double L_0 = __this->get_m_StartTime_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionEvent_set_startTime_m003BF36CD6B43A7850BD68239C6E34666DE197CA_inline (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, double ___value0, const RuntimeMethod* method) { { // set => m_StartTime = value; double L_0 = ___value0; __this->set_m_StartTime_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method) { { // get => (InputActionPhase)m_Phase; uint8_t L_0 = __this->get_m_Phase_3(); return (int32_t)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA656144BCF70639C6ED6AA8DC909EAED80C937FA_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Name; String_t* L_0 = __this->get_m_Name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_name_m65CCC48184079BF94EE1056FD0032EB703E9D646_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Name = value; String_t* L_0 = ___value0; __this->set_m_Name_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_mF0904D4410602C5F95C98E087E4CB47F0A33B757_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Path; String_t* L_0 = __this->get_m_Path_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_path_m155AEB022A6C164DD89346BE90A4389736420D37_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Path = value; String_t* L_0 = ___value0; __this->set_m_Path_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m158473B01EF8DE56DA5850EF72851AF1EFF39A90_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_OverridePath; String_t* L_0 = __this->get_m_OverridePath_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m566FBC858E7CBB7442366E3B19C71C954978FFE2_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_OverridePath = value; String_t* L_0 = ___value0; __this->set_m_OverridePath_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m3F7844FCB73D237C5F1859971EDCDB4B5908EFA1_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Interactions; String_t* L_0 = __this->get_m_Interactions_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m26748286516301C036B1AAEE42A11AA8DE8A2F80_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Interactions = value; String_t* L_0 = ___value0; __this->set_m_Interactions_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mAA34376B8ACF335049ECEF8696CF1C1BC97AC91D_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_OverrideInteractions; String_t* L_0 = __this->get_m_OverrideInteractions_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_m7E7349B4B5DB8220EACF031789B42B37C2B07DC7_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_OverrideInteractions = value; String_t* L_0 = ___value0; __this->set_m_OverrideInteractions_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m90B4DDB0FF38F3A0420FE37A460D372B0B28F2E6_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Processors; String_t* L_0 = __this->get_m_Processors_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_processors_m012FEC247CA969C328AF577C140836558F155087_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Processors = value; String_t* L_0 = ___value0; __this->set_m_Processors_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_m6C79324FE89E7604CF9067C31459A5B9E8204D7C_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_OverrideProcessors; String_t* L_0 = __this->get_m_OverrideProcessors_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_m1F14EFA7DF936896DFA62AD0B9A0170A3E57B7EC_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_OverrideProcessors = value; String_t* L_0 = ___value0; __this->set_m_OverrideProcessors_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m365467A877E5D1FD9425AB2031789F36DD4DAC73_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Groups; String_t* L_0 = __this->get_m_Groups_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_groups_m37E7FE0031C2CB75A3DB3440367C3C0CA8EB4ED8_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Groups = value; String_t* L_0 = ___value0; __this->set_m_Groups_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mA0614689BD96A26D9B4C0BAA6D083E16911E4A62_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, const RuntimeMethod* method) { { // get => m_Action; String_t* L_0 = __this->get_m_Action_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_action_mFA772BCE0132EBA5AABBBC10D13708732FB3E754_inline (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_Action = value; String_t* L_0 = ___value0; __this->set_m_Action_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method) { { // public string name { get; set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_mD793438E7135692C402DBB981AD15DEE65A20F38_inline (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method) { { // public string name => m_Name; String_t* L_0 = __this->get_m_Name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_mE86350BE6428A1D0C6E076716EA2F6C7CA6A5CA2_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string layout { get; set; } String_t* L_0 = __this->get_U3ClayoutU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayStringFormatAttribute_get_formatString_m581FD4119BDE34F222336388B7C8CFB32D4CE717_inline (DisplayStringFormatAttribute_t12D3814F8BC4FFEC875DA42D22143BF36459F0D7 * __this, const RuntimeMethod* method) { { // public string formatString { get; set; } String_t* L_0 = __this->get_U3CformatStringU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method) { { // get => m_ControlCount; uint8_t L_0 = __this->get_m_ControlCount_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m375A0C96296F49CF19639FADF46C20E9D855412E_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method) { { // get => m_ControlStartIndex; uint16_t L_0 = __this->get_m_ControlStartIndex_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputAction_get_type_m614E0FF26B312EC179AC497AA16E20C4E4572FE2_inline (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method) { { // public InputActionType type => m_Type; int32_t L_0 = __this->get_m_Type_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method) { { // public ReadOnlyArray parameters { get; set; } ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_0 = __this->get_U3CparametersU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m691219CE5D6F1DA3F84DADBF8173FD8E3E76A1D4_inline (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * __this, const RuntimeMethod* method) { { // public string name { get; set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 NamedValue_get_value_m1E8245C58479105E6D2077840593A0036E872A3D_inline (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * __this, const RuntimeMethod* method) { { // public PrimitiveValue value { get; set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = __this->get_U3CvalueU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputDevice device => m_Device; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mBDAEEE9085F06375925C28F921FC87ECA31C60DF_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = ___value0; __this->set_U3CbyteOffsetU3Ek__BackingField_34(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = __this->get_U3CbyteOffsetU3Ek__BackingField_34(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m37116C9D7D2F799DC929E931364954D8895854C1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected internal unsafe void* defaultStatePtr => InputStateBuffers.s_DefaultStateBuffer; void* L_0 = ((InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var))->get_s_DefaultStateBuffer_7(); return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_noiseMaskPtr_mAA7D590B7333195F94A32F7EA2A2D869890C4FE0_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected internal unsafe void* noiseMaskPtr => InputStateBuffers.s_NoiseMaskBuffer; void* L_0 = ((InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_il2cpp_TypeInfo_var))->get_s_NoiseMaskBuffer_8(); return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = __this->get_U3CsizeInBitsU3Ek__BackingField_36(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = __this->get_U3CbitOffsetU3Ek__BackingField_35(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = __this->get_U3CformatU3Ek__BackingField_33(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m2CC2BE6339AC30EFBA76876EEC529930D146E3C9_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___a0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___b1; float L_3 = L_2.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___a0; float L_5 = L_4.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___b1; float L_7 = L_6.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_8), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultButtonPressPoint_m340ACA5AD7B0079097AF1DFEBDD90825B5FA73ED_inline (InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * __this, const RuntimeMethod* method) { { // get => m_DefaultButtonPressPoint; float L_0 = __this->get_m_DefaultButtonPressPoint_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputEventControlEnumerator_get_Current_m0941FF974D282EB351CE0415CB5A9183036C631B_inline (InputEventControlEnumerator_t00A80AC85B1CD58B3BD8B2F5C075175699723F61 * __this, const RuntimeMethod* method) { { // public InputControl Current => m_CurrentControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = __this->get_m_CurrentControl_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlBuilder_set_control_m68D9B99E5C7238124B3E8B71096AE82F5C55BA80_inline (ControlBuilder_tD4CA56FC336351C8EF030BA01F0F205F1E1784E8 * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___value0, const RuntimeMethod* method) { { // public InputControl control { get; internal set; } InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___value0; __this->set_U3CcontrolU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceBuilder_set_device_m048F77A33B3228CF2C9582125FDD63506FB10FC1_inline (DeviceBuilder_t2892B7F0B02A479588BF7B62AA4BD8EA2AD77627 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___value0, const RuntimeMethod* method) { { // public InputDevice device { get; internal set; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___value0; __this->set_U3CdeviceU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ControlItem_get_name_m750EE4309663A98241261AAC9AC872AC42ACB95C_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public InternedString name { get; internal set; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_name_m2DD72C9534B3FB3DCFA483530D2551DEA4FFC5BC_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public InternedString name => m_Name; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * InputControlLayout_get_type_mEDBAE215519AFDFCCECA8ABABD1FFF21EEB60FA6_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public Type type => m_Type; Type_t * L_0 = __this->get_m_Type_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * InputControlLayoutAttribute_get_stateType_m25ED2DD67B3C97CE7220C4C4A2A5FBD8E3A177BF_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public Type stateType { get; set; } Type_t * L_0 = __this->get_U3CstateTypeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_stateFormat_m7523CD6BC477908ABDA943F475D8627DA74FF6BF_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string stateFormat { get; set; } String_t* L_0 = __this->get_U3CstateFormatU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_variants_m8851CDA5D48067FA6F56899D266570D5A8109901_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string variants { get; set; } String_t* L_0 = __this->get_U3CvariantsU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isGenericTypeOfDevice_m40462D5798331F04AD0873174BB6E635D36B33CB_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public bool isGenericTypeOfDevice { get; set; } bool L_0 = __this->get_U3CisGenericTypeOfDeviceU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_hideInUI_m125A8CE0254A445B7606C803EC24305DE822BDCA_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public bool hideInUI { get; set; } bool L_0 = __this->get_U3ChideInUIU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_description_m844569AF1B1561CED3A7DE3EEC7A77955AEE555D_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string description { get; set; } String_t* L_0 = __this->get_U3CdescriptionU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_displayName_m31B0EE6C7BC9022A5010C341000F605491CD60B7_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->get_U3CdisplayNameU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isNoisy_m28D711D74DDCC04E731BACAEA5B5F6B74EED370D_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public bool isNoisy { get; set; } bool L_0 = __this->get_U3CisNoisyU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlLayoutAttribute_get_commonUsages_m73156554F50714EAFDE67C7C2BEFA94FAA2C55BF_inline (InputControlLayoutAttribute_t647A2B42F2AF7A2A2D8091F7BAB9BA9DB89C182C * __this, const RuntimeMethod* method) { { // public string[] commonUsages { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_U3CcommonUsagesU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_offset_mE7A2844947C981740EDADB9E7476AA8D4465D48B_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public uint offset { get; internal set; } uint32_t L_0 = __this->get_U3CoffsetU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_offset_m1B558EA02C0CBBD0805E58FC58BA5BEDBB61C16E_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint offset { get; internal set; } uint32_t L_0 = ___value0; __this->set_U3CoffsetU3Ek__BackingField_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_name_m3F1A3B6E5AD8B1204AC6CA8B797AF54FAB67640E_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string name { get; set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_displayName_mFF7BC4D8925CE539C3E8FADE741A7342DE27600F_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->get_U3CdisplayNameU3Ek__BackingField_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_shortDisplayName_mFDD806CB369D26BD40BC3C113582D39D562D163D_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string shortDisplayName { get; set; } String_t* L_0 = __this->get_U3CshortDisplayNameU3Ek__BackingField_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_variants_m48EBEC5433E94809AAFDC50675D812CFA8539791_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string variants { get; set; } String_t* L_0 = __this->get_U3CvariantsU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_offset_m1CDE3836C58B3C5EF8C097BD00A6356A7B59C7C4_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint offset { get; set; } = InputStateBlock.InvalidOffset; uint32_t L_0 = __this->get_U3CoffsetU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_bit_m5189AC9BA7198BFD3DFB7870B06636DCABCDC128_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint bit { get; set; } = InputStateBlock.InvalidOffset; uint32_t L_0 = __this->get_U3CbitU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_sizeInBits_mCFA5F11B50E7966FAF2E13BAA40DCF7D22FDA010_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = __this->get_U3CsizeInBitsU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_format_m9D0E76150737B13D6F2755926726C1F0FC27859F_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string format { get; set; } String_t* L_0 = __this->get_U3CformatU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_alias_m335700058F61A3497689731A14438BC6509C2476_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string alias { get; set; } String_t* L_0 = __this->get_U3CaliasU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlAttribute_get_aliases_m0560178E882F10856DC63F67F5974DC42E4036B6_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string[] aliases { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_U3CaliasesU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_usage_mDEF4BECD896FCB9AD3C00882DABC43263190E4FD_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string usage { get; set; } String_t* L_0 = __this->get_U3CusageU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* InputControlAttribute_get_usages_mA5ACEAC618A3EDECB3A6C210579163EF121F1393_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string[] usages { get; set; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_U3CusagesU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_parameters_mCA2F96E84FA9AC0FF7D8AF4E55210CCE5050DB8D_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string parameters { get; set; } String_t* L_0 = __this->get_U3CparametersU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_processors_m7E5C10231BC8D956129E10D2FF51819BA9C1386D_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string processors { get; set; } String_t* L_0 = __this->get_U3CprocessorsU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_useStateFrom_m23F76928B1001E1A5C9FC891666A9CA77284F1DA_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public string useStateFrom { get; set; } String_t* L_0 = __this->get_U3CuseStateFromU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_noisy_m9DD698B683D5DE1D82D526B7D4AB1A89C05F6DEF_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public bool noisy { get; set; } bool L_0 = __this->get_U3CnoisyU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_dontReset_mFFD276CC2D72290F7FAC014FA6D5DE8111384D4F_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public bool dontReset { get; set; } bool L_0 = __this->get_U3CdontResetU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_synthetic_m368A197FB6DCFD5BBD26383FC1524A24CE43A741_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public bool synthetic { get; set; } bool L_0 = __this->get_U3CsyntheticU3Ek__BackingField_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlAttribute_get_arraySize_mFAF1FB5F10297F31088998A00CE45E8483FA115C_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public int arraySize { get; set; } int32_t L_0 = __this->get_U3CarraySizeU3Ek__BackingField_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_defaultState_mC0138D14C0B4DC9C0FB1F03A75E02BDE1E61185B_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public object defaultState { get; set; } RuntimeObject * L_0 = __this->get_U3CdefaultStateU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_minValue_mA8467185C4CF576AD8485D57A036639F810F80F0_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public object minValue { get; set; } RuntimeObject * L_0 = __this->get_U3CminValueU3Ek__BackingField_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * InputControlAttribute_get_maxValue_m8A64EA27BAA6C4486D69776CCDC62E3D14804A18_inline (InputControlAttribute_t239A5443D452F7152639C5D29C3E6413D0F0C681 * __this, const RuntimeMethod* method) { { // public object maxValue { get; set; } RuntimeObject * L_0 = __this->get_U3CmaxValueU3Ek__BackingField_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_name_mD11795A344C03C4DB28B27764B0A16CD2719DC42_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method) { { // public InternedString name { get; internal set; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ___value0; __this->set_U3CnameU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_displayName_m15530529C10A612AA4E25CE10DF67AAEE1ECC576_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string displayName { get; internal set; } String_t* L_0 = ___value0; __this->set_U3CdisplayNameU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_shortDisplayName_mB6E9992ABF0AEDB81E2E12B816B314CCC8704518_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string shortDisplayName { get; internal set; } String_t* L_0 = ___value0; __this->set_U3CshortDisplayNameU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_layout_m9D23776F129FC89393E4972EC6C6763150F5C124_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method) { { // public InternedString layout { get; internal set; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ___value0; __this->set_U3ClayoutU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_variants_m59A64C45589B42083437AE31044AC29DD57B576B_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, const RuntimeMethod* method) { { // public InternedString variants { get; internal set; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ___value0; __this->set_U3CvariantsU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_useStateFrom_mCC50D765268B9B5958D73128F73107ACD81417E4_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string useStateFrom { get; internal set; } String_t* L_0 = ___value0; __this->set_U3CuseStateFromU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_format_m641905A3CC33CA7B51AFF52A9C27805F81580C50_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___value0, const RuntimeMethod* method) { { // public FourCC format { get; internal set; } FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = ___value0; __this->set_U3CformatU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_bit_m7E61DFA10E4ECBB50BC0D616E64CBD4A62B4409C_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint bit { get; internal set; } uint32_t L_0 = ___value0; __this->set_U3CbitU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_sizeInBits_m191AC08572EF732DE8AE1A3A72EE07041B3008F1_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint sizeInBits { get; internal set; } uint32_t L_0 = ___value0; __this->set_U3CsizeInBitsU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_parameters_m00027232D0F081AA31ED82E3300E172EAEC1AAEA_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___value0, const RuntimeMethod* method) { { // public ReadOnlyArray parameters { get; internal set; } ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_0 = ___value0; __this->set_U3CparametersU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_processors_mFAF4DDCB60542CA5AE558EC2DFB6962EC8CD4A87_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___value0, const RuntimeMethod* method) { { // public ReadOnlyArray processors { get; internal set; } ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_0 = ___value0; __this->set_U3CprocessorsU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_usages_mDD10B49E4A2643056F4F2FA9771DCD817FF3095B_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___value0, const RuntimeMethod* method) { { // public ReadOnlyArray usages { get; internal set; } ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_0 = ___value0; __this->set_U3CusagesU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_aliases_m015605778576766C5A0117C542EECDE35857D8A1_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___value0, const RuntimeMethod* method) { { // public ReadOnlyArray aliases { get; internal set; } ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_0 = ___value0; __this->set_U3CaliasesU3Ek__BackingField_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_arraySize_m1D58E01C0D4943774E1DDBBE98CAD035C781E038_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int arraySize { get; internal set; } int32_t L_0 = ___value0; __this->set_U3CarraySizeU3Ek__BackingField_15(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_defaultState_m884E2A947B2342D41156A21523A21A2D75DACC81_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value0, const RuntimeMethod* method) { { // public PrimitiveValue defaultState { get; internal set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = ___value0; __this->set_U3CdefaultStateU3Ek__BackingField_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_minValue_m2EAD4D8F3206C2FF529BD3DD9B58953D6EA8B776_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value0, const RuntimeMethod* method) { { // public PrimitiveValue minValue { get; internal set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = ___value0; __this->set_U3CminValueU3Ek__BackingField_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_maxValue_mB8DE0EF5B2DB0A68E673A17C0E493210607E6982_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value0, const RuntimeMethod* method) { { // public PrimitiveValue maxValue { get; internal set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = ___value0; __this->set_U3CmaxValueU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ControlItem_get_variants_m1DA120F83888502B97FC3AF2241D03C1AC60E377_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public InternedString variants { get; internal set; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_U3CvariantsU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_DefaultVariant_mBF68618A27B9E2E8F986F86A04344AFDB347410C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static InternedString DefaultVariant => s_DefaultVariant; IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = ((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_s_DefaultVariant_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m3A1313A6EC45A43C5627D661669E434CA519F3E0_inline (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, const RuntimeMethod* method) { { // return m_StringLowerCase; String_t* L_0 = __this->get_m_StringLowerCase_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Substring_get_length_m2A5625453474F2A48DDF893A753F7EC589CC7E8C_inline (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * __this, const RuntimeMethod* method) { { // public int length => m_Length; int32_t L_0 = __this->get_m_Length_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ControlItem_get_layout_m768E9E9AD78D936819299826D8BBF577999AECEB_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public InternedString layout { get; internal set; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_U3ClayoutU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ControlItem_get_usages_m629F38AED6B9FB1A0B5BF1D2A71EBFCBED5FF837_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public ReadOnlyArray usages { get; internal set; } ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_0 = __this->get_U3CusagesU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputControl parent => m_Parent; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = __this->get_m_Parent_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mA722D5DC1A6AB066C4F33415EC2719CDDE4E981E_inline (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { { // public string name => m_Name; String_t* L_0 = __this->get_m_Name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m70A8F85A4DF48662492E7A322092F38EF4CB7C4A_inline (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, const RuntimeMethod* method) { { // get => m_BindingGroup; String_t* L_0 = __this->get_m_BindingGroup_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputControlScheme_set_bindingGroup_m6ED973B953070C72BEDCEB027931AA656665BC37_inline (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set => m_BindingGroup = value; String_t* L_0 = ___value0; __this->set_m_BindingGroup_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * __this, const RuntimeMethod* method) { { // get => m_ControlPath; String_t* L_0 = __this->get_m_ControlPath_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputStateBlock stateBlock => m_StateBlock; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_0 = __this->get_m_StateBlock_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mDDE1531F7B9A1E03B17094C7AC37E58177E4AA0D_inline (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, const RuntimeMethod* method) { { // public int deviceId => m_DeviceId; int32_t L_0 = __this->get_m_DeviceId_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_m7DFD1737C635DC0A9668EC512EEC75B018E9F297_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = ___value0; __this->set_U3CbitOffsetU3Ek__BackingField_35(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputControlLayout_get_stateFormat_m96E1DDEB879D659C68D1FE5D32B3286ECD891533_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public FourCC stateFormat => m_StateFormat; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = __this->get_m_StateFormat_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_format_m0A7C755BCA40EB524A1346D824E83EAA9762BE38_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___value0, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = ___value0; __this->set_U3CformatU3Ek__BackingField_33(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputControlLayout_get_variants_mD81C655DFAE5D41EACD7D0FEE3AF946CC2D79781_inline (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * __this, const RuntimeMethod* method) { { // public InternedString variants => m_Variants; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0 = __this->get_m_Variants_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_useStateFrom_m3A5C70476F2E83EFB09269425555C6DAB504DA53_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public string useStateFrom { get; internal set; } String_t* L_0 = __this->get_U3CuseStateFromU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ControlItem_get_arraySize_m24029119CF26A4260C388E82305907E6595966ED_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public int arraySize { get; internal set; } int32_t L_0 = __this->get_U3CarraySizeU3Ek__BackingField_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LayoutNotFoundException_get_layout_m2F455EB2F4628E053C593EF6FA73D917D36AF574_inline (LayoutNotFoundException_t4A19DD8E78DA6EE009459A909DECED3B00BEC48A * __this, const RuntimeMethod* method) { { // public string layout { get; } String_t* L_0 = __this->get_U3ClayoutU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_displayName_m9935890781DE9C0BAEC7D9AB947A9912E3100808_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public string displayName { get; internal set; } String_t* L_0 = __this->get_U3CdisplayNameU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_shortDisplayName_m0B8DED3D2399F5C12DF954A92FBE46332FBD2104_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public string shortDisplayName { get; internal set; } String_t* L_0 = __this->get_U3CshortDisplayNameU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ControlItem_get_defaultState_mCB0D645A6662A4E7075EE93B70F167FC6A6A090C_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public PrimitiveValue defaultState { get; internal set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = __this->get_U3CdefaultStateU3Ek__BackingField_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ControlItem_get_minValue_mCB2C6E63D229ECE05E7A802255E548F23724D528_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public PrimitiveValue minValue { get; internal set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = __this->get_U3CminValueU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ControlItem_get_maxValue_m05B9F3EC7C5ED16D0E70409D06CD91B0CD08AB83_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public PrimitiveValue maxValue { get; internal set; } PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_0 = __this->get_U3CmaxValueU3Ek__BackingField_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_bit_m59267157CF8759DA6EE6A490E9465A8A45F20548_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public uint bit { get; internal set; } uint32_t L_0 = __this->get_U3CbitU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_sizeInBits_m38015C0352B345DBF30DB94B56B79BC5CE147D67_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; internal set; } uint32_t L_0 = __this->get_U3CsizeInBitsU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mB6B9F2F2C9161EA7184D4D851A7A1E9A1C1CBDE4_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = ___value0; __this->set_U3CsizeInBitsU3Ek__BackingField_36(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ControlItem_get_format_m46DBDA37F45B6F1FB11E9C2CDE90C4C0DADD6ACC_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public FourCC format { get; internal set; } FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = __this->get_U3CformatU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ControlItem_get_aliases_mFF529F10A191233582ED471395E6DE752356F1ED_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public ReadOnlyArray aliases { get; internal set; } ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_0 = __this->get_U3CaliasesU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ControlItem_get_parameters_mA4970C7D13EB2C7001717614FE4CB8F8324758D3_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public ReadOnlyArray parameters { get; internal set; } ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_0 = __this->get_U3CparametersU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ControlItem_get_processors_mAFE88DC93CDB12F052F122738E372550FAC6867E_inline (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * __this, const RuntimeMethod* method) { { // public ReadOnlyArray processors { get; internal set; } ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E L_0 = __this->get_U3CprocessorsU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3F713788C6B6132248CE8639731B8DEBA723D367_gshared_inline (Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_gshared_inline (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method) { { // public int Count => m_Count; int32_t L_0 = (int32_t)__this->get_m_Count_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mBE9DD4B1E8B669780BD15F9B8559EFC8F8CFB113_gshared_inline (Nullable_1_tD2432AACFAB192987F2C2B9AB54B2F5CCB778846 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m40A778921FEFC623B149C9B5E4ED54B33E712BC7_gshared_inline (Nullable_1_t560718A6EA86E249E3FCBB025252198A3353AEFE * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_gshared_inline (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_0(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5067039F5D720C2BD79E9483475CF91200975D63_gshared_inline (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 List_1_get_Item_m3E438288653C7B569419BF4DC930D21A54D8911B_gshared_inline (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_2 = (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)__this->get__items_1(); int32_t L_3 = ___index0; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)L_2, (int32_t)L_3); return (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 Enumerator_get_Current_mE96208E5F7163B32F08E765F9A409D473C3823F1_gshared_inline (Enumerator_t3A2D103316D32CC1960316CE838F40F952F16D2A * __this, const RuntimeMethod* method) { { KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 L_0 = (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 )__this->get_current_3(); return (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m8B7E0D0F64E0026A5B5CED48EC78C92C2891DCAD_gshared_inline (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 KeyValuePair_2_get_Value_m39EA0778AAFA43569866F2585D49A38832470A8F_gshared_inline (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 * __this, const RuntimeMethod* method) { { ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_0 = (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )__this->get_value_1(); return (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m22D8B5CCC881FAE3F8F048E6FFCE029066A55B87_gshared_inline (ReadOnlyArray_1_tE8BC13B2D134227C92C0332BEE055D97ABEFB060 * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m690FB451D6DCD0FEC1B088C99682365EE97A6C26_gshared_inline (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m3806A207518B2029F9981099E1AFF8EB3D4F2DAC_gshared_inline (ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } }