优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

37843 行
1.9 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
struct VirtualFuncInvoker0
{
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 <typename R, typename T1>
struct VirtualFuncInvoker1
{
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 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 <typename R>
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);
}
};
template <typename R, typename T1, typename T2>
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<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E;
// System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation>
struct Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD;
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>
struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA;
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object>
struct Action_2_tD987B97B18D27B9920365359C46BC12702AD4F7D;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D;
// System.Action`2<System.Object,System.Object>
struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C;
// System.Action`2<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation,System.String>
struct Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>
struct Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
struct Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
struct Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
struct Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
struct Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1;
// System.Collections.Generic.Dictionary`2<System.Object,System.Single>
struct Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB;
// System.Func`2<UnityEngine.InputSystem.InputControl,System.String>
struct Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A;
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
// System.Func`2<System.String,System.String>
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93;
// System.Func`3<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>
struct Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4;
// System.Func`3<System.Object,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>
struct Func_3_t2B401BCD35B0B99F92A4DFE6D49848E9CA19DB66;
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
struct HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>
struct IEnumerable_1_t27AE3FE4EE1028D3DDAC438986A2F5B206A0A150;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding>
struct IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputAction>
struct IEnumerator_1_t5197EB77176C670D4AAF5E0D1B4F1AB9940EFE41;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBinding>
struct IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.InputSystem.InputControl>
struct IEqualityComparer_1_t58473AAC7D7957AD863277B91F0487723FEF35B0;
// System.Collections.Generic.IReadOnlyList`1<UnityEngine.InputSystem.InputDevice>
struct IReadOnlyList_1_t061F8725FAC909CEBEA712B5532006744C8957EC;
// System.Collections.Generic.IReadOnlyList`1<System.Object>
struct IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544;
// UnityEngine.InputSystem.InputProcessor`1<System.Int32>
struct InputProcessor_1_t6E31E29C499C6D9610C662BCCAD45B97D442C96B;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>
struct InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE;
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>
struct InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.InputControl,System.Single>
struct KeyCollection_tE3E043859DC57CE4486392B705B98B4A5276B62F;
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>>
struct List_1_t8F13F2B62710133307BD33519E15E619D6F905E3;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>>
struct List_1_t7B4FE30902A543C27E679A6CA591DCE015823029;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
struct List_1_tE1DF165936F3562084DB454140315041796A957F;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>
struct List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>
struct List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>
struct List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>
struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E;
// System.Predicate`1<UnityEngine.InputSystem.InputControlScheme>
struct Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.InputControl,System.Single>
struct ValueCollection_tBBBED17B4FBCD9BEF762EE3CE40C12D2EDBE1ACF;
// System.Action`1<System.Object>[]
struct Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>[]
struct Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>[]
struct Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.InputControl,System.Single>[]
struct EntryU5BU5D_t96DB90A5E7AF5DE8856F1D1B687FB2AAB9714EEE;
// UnityEngine.InputSystem.InputProcessor`1<System.Int32>[]
struct InputProcessor_1U5BU5D_tB3C64A18219DEBFF75635AE580655A02C187A57E;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>[]
struct InputProcessor_1U5BU5D_t8533CEA9A58C5C83EB993039C5E7601637DA4140;
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>[]
struct InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>[]
struct InputProcessor_1U5BU5D_tBA73A89FF9ECD7F1DA5B139ABBA8609E7047B2FF;
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[]
struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>[]
struct List_1U5BU5D_t44CAD3525A5D8ED22741DDA82DC15DE00A38D2C1;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>[]
struct List_1U5BU5D_t6D8713A88B66C116CCCAF75BD219224932CB4333;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Runtime.InteropServices.GCHandle[]
struct GCHandleU5BU5D_t7EA6F2FA83CDF86871001174CF7D30033AC4A785;
// UnityEngine.InputSystem.IInputInteraction[]
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
// UnityEngine.InputSystem.InputAction[]
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
// UnityEngine.InputSystem.InputActionMap[]
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045;
// UnityEngine.InputSystem.InputBinding[]
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
// UnityEngine.InputSystem.InputBindingComposite[]
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
// UnityEngine.InputSystem.InputControl[]
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
// UnityEngine.InputSystem.InputControlScheme[]
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86;
// UnityEngine.InputSystem.InputDevice[]
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
// UnityEngine.InputSystem.InputProcessor[]
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// UnityEngine.InputSystem.Utilities.InternedString[]
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
// UnityEngine.InputSystem.Utilities.NamedValue[]
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// UnityEngine.InputSystem.InputActionMap/BindingJson[]
struct BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D;
// UnityEngine.InputSystem.InputActionMap/BindingOverrideJson[]
struct BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5;
// UnityEngine.InputSystem.InputActionMap/ReadActionJson[]
struct ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D;
// UnityEngine.InputSystem.InputActionMap/ReadMapJson[]
struct ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308;
// UnityEngine.InputSystem.InputActionMap/WriteActionJson[]
struct WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A;
// UnityEngine.InputSystem.InputActionMap/WriteMapJson[]
struct WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4;
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[]
struct ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[]
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[]
struct SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson[]
struct DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// UnityEngine.InputSystem.Controls.AxisControl
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// UnityEngine.InputSystem.Controls.ButtonControl
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF;
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
// Unity.XR.GoogleVr.DaydreamController
struct DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E;
// Unity.XR.GoogleVr.DaydreamHMD
struct DaydreamHMD_tF19E4E4EF4153FBB8A9D15DE74C729354FD460C6;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.ComponentModel.DisplayNameAttribute
struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// Unity.XR.Oculus.Input.GearVRTrackedController
struct GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A;
// Unity.XR.OpenVR.HandedViveTracker
struct HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B;
// UnityEngine.XR.WindowsMR.Input.HololensHand
struct HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// UnityEngine.InputSystem.IInputActionCollection2
struct IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A;
// UnityEngine.InputSystem.IInputInteraction
struct IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844;
// UnityEngine.InputSystem.LowLevel.IInputRuntime
struct IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09;
// UnityEngine.InputSystem.InputAction
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD;
// UnityEngine.InputSystem.InputActionAsset
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D;
// UnityEngine.InputSystem.InputActionMap
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09;
// UnityEngine.InputSystem.InputActionReference
struct InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1;
// UnityEngine.InputSystem.InputActionState
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700;
// UnityEngine.InputSystem.InputControl
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
// UnityEngine.InputSystem.InputDevice
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
// UnityEngine.InputSystem.LowLevel.InputEvent
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
// UnityEngine.InputSystem.Controls.IntegerControl
struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.Collections.Generic.KeyNotFoundException
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// Unity.XR.Oculus.Input.OculusHMD
struct OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1;
// Unity.XR.Oculus.Input.OculusHMDExtended
struct OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB;
// Unity.XR.Oculus.Input.OculusRemote
struct OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0;
// Unity.XR.Oculus.Input.OculusTouchController
struct OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C;
// Unity.XR.Oculus.Input.OculusTrackingReference
struct OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D;
// Unity.XR.OpenVR.OpenVRControllerWMR
struct OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306;
// Unity.XR.OpenVR.OpenVRHMD
struct OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021;
// Unity.XR.OpenVR.OpenVROculusTouchController
struct OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278;
// UnityEngine.InputSystem.Controls.QuaternionControl
struct QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// UnityEngine.InputSystem.TrackedDevice
struct TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9;
// System.Type
struct Type_t;
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455;
// UnityEngine.InputSystem.Controls.Vector2Control
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432;
// UnityEngine.InputSystem.Controls.Vector3Control
struct Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A;
// Unity.XR.OpenVR.ViveLighthouse
struct ViveLighthouse_t99EEA26EB9A7F309072DDE2B4B2782F96081DD9B;
// Unity.XR.OpenVR.ViveTracker
struct ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017;
// Unity.XR.OpenVR.ViveWand
struct ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.XR.WindowsMR.Input.WMRHMD
struct WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99;
// UnityEngine.XR.WindowsMR.Input.WMRSpatialController
struct WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B;
// UnityEngine.InputSystem.XR.XRController
struct XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2;
// UnityEngine.InputSystem.XR.XRControllerWithRumble
struct XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB;
// UnityEngine.InputSystem.XR.XRHMD
struct XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98;
// UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31
struct U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE;
// UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8
struct U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD;
// UnityEngine.InputSystem.InputActionMap/BindingJson
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A;
// UnityEngine.InputSystem.InputActionMap/ReadActionJson
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75;
// UnityEngine.InputSystem.InputActionMap/ReadMapJson
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356;
// UnityEngine.InputSystem.InputActionMap/WriteActionJson
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A;
// UnityEngine.InputSystem.InputActionMap/WriteMapJson
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5;
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_0
struct U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B;
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1
struct U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B;
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper
struct DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation
struct RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470;
// UnityEngine.InputSystem.InputActionState/ActionMapIndices
struct ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD;
// UnityEngine.InputSystem.InputActionState/BindingState
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA;
// UnityEngine.InputSystem.InputActionState/InteractionState
struct InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE;
// UnityEngine.InputSystem.InputActionState/TriggerState
struct TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80;
// UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState
struct ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
struct U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t27AE3FE4EE1028D3DDAC438986A2F5B206A0A150_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tF698ACF2B4E7CE4BC0C4069EC68E5689FF07102B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t516C254A1E6BD26F115C0210667AD787DCBEB310_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t5197EB77176C670D4AAF5E0D1B4F1AB9940EFE41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7B4FE30902A543C27E679A6CA591DCE015823029_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t8F13F2B62710133307BD33519E15E619D6F905E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_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* U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral003528DCAD37B27CF7D8112F88321E166C4DE072;
IL2CPP_EXTERN_C String_t* _stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095;
IL2CPP_EXTERN_C String_t* _stringLiteral03BA665089B55557F531FE15362514C440338A88;
IL2CPP_EXTERN_C String_t* _stringLiteral0493B34AF18FDCACFEA9CE22A4A986D4997C9BB4;
IL2CPP_EXTERN_C String_t* _stringLiteral04EA248327ED413DE02A011F18AC3C95CE6B8EF0;
IL2CPP_EXTERN_C String_t* _stringLiteral077AC4F37BECA7E305659A36FD4351A1A726D74E;
IL2CPP_EXTERN_C String_t* _stringLiteral07FE91C6DD5CF0CC38647619A84ABB716E8FC62F;
IL2CPP_EXTERN_C String_t* _stringLiteral0B027DF4509B94EE202D7911887D9FC93669514B;
IL2CPP_EXTERN_C String_t* _stringLiteral0B5ECFF84CE073C4971D637741C560F910E4D128;
IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A;
IL2CPP_EXTERN_C String_t* _stringLiteral0C9DC099BD4ECD04B696BF38FC02346103F2BC97;
IL2CPP_EXTERN_C String_t* _stringLiteral0D22435773CD7F88ADCA3143B449620AC6FA23C9;
IL2CPP_EXTERN_C String_t* _stringLiteral114A81E0999B507FB15C43C137CB34DA4305BB75;
IL2CPP_EXTERN_C String_t* _stringLiteral1170092DF5BE56D21F8D1162C48687759C36B0C8;
IL2CPP_EXTERN_C String_t* _stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8;
IL2CPP_EXTERN_C String_t* _stringLiteral125E19000A9AFFA661B16A35D5087E438123661A;
IL2CPP_EXTERN_C String_t* _stringLiteral156E662C55D382C18194118C3287CEAB98FA2C6F;
IL2CPP_EXTERN_C String_t* _stringLiteral17BB1E2655B25CF3189C66EFEAED012734FCA67C;
IL2CPP_EXTERN_C String_t* _stringLiteral1B661C870217F11756934F5826E14A434DC7DF03;
IL2CPP_EXTERN_C String_t* _stringLiteral1CE4A6CDFD85BAA924C76E3D6FB1AF4BC07DC0E5;
IL2CPP_EXTERN_C String_t* _stringLiteral1D9BC2C776D045C8AE166A942A9E637A7CADE7E5;
IL2CPP_EXTERN_C String_t* _stringLiteral2089C15C4332D83D0388E9B6CF7057950BB5CD54;
IL2CPP_EXTERN_C String_t* _stringLiteral22176DF9BF8B035826E40E85BDCEEA7B4814351E;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral24BA0B3EAF2D368DF4A667A3DA43E98A55602935;
IL2CPP_EXTERN_C String_t* _stringLiteral29340CC6DE4F0D8CF1A3ADBF57306A53920E648A;
IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD;
IL2CPP_EXTERN_C String_t* _stringLiteral2C43BA5A481CBEF412DB695717FC94453B3769F6;
IL2CPP_EXTERN_C String_t* _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80;
IL2CPP_EXTERN_C String_t* _stringLiteral2D957F270C1C976B53F9247D036B0CAE04598861;
IL2CPP_EXTERN_C String_t* _stringLiteral2FAF69E7069A74915581E7B248D1232DBBACF6CC;
IL2CPP_EXTERN_C String_t* _stringLiteral3225DAD95AB24961010C12E3650816717F53AEB8;
IL2CPP_EXTERN_C String_t* _stringLiteral3624BAC25188A8C57A604CA0D3ACB2CBF73CF5DF;
IL2CPP_EXTERN_C String_t* _stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F;
IL2CPP_EXTERN_C String_t* _stringLiteral39A45135B4C4292A049CBCD96283457A06CA7DB5;
IL2CPP_EXTERN_C String_t* _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84;
IL2CPP_EXTERN_C String_t* _stringLiteral435F7066A708D1F171DD0520EC33D4D625AA5B48;
IL2CPP_EXTERN_C String_t* _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC;
IL2CPP_EXTERN_C String_t* _stringLiteral456D26D265FF3AB8979CAC5F3DE4026E7126C4D2;
IL2CPP_EXTERN_C String_t* _stringLiteral462E007647F39394D37B1FAFEC8DABC4954BC8C9;
IL2CPP_EXTERN_C String_t* _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D;
IL2CPP_EXTERN_C String_t* _stringLiteral499E746C3ECFB3435A24CEBD715E461E90C8CBF3;
IL2CPP_EXTERN_C String_t* _stringLiteral4ADB212528F8CF625764142B108030A0499510F0;
IL2CPP_EXTERN_C String_t* _stringLiteral4C9B28579DAB706CEF903A85854B98A08280D27D;
IL2CPP_EXTERN_C String_t* _stringLiteral4D1DC203F0C5F17225ECA9C512567695D1F57C24;
IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30;
IL2CPP_EXTERN_C String_t* _stringLiteral4E267D25EFB4D56321079C3FF27EAE0DC4819CC9;
IL2CPP_EXTERN_C String_t* _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9;
IL2CPP_EXTERN_C String_t* _stringLiteral5875F6A815DAAC3261C20810A8B3CFE552960398;
IL2CPP_EXTERN_C String_t* _stringLiteral5DA5B233166AA50A8488D3B97E0B5A1D09EA4905;
IL2CPP_EXTERN_C String_t* _stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9;
IL2CPP_EXTERN_C String_t* _stringLiteral5E59ADEC6D065EC4D3C24CACB84516581F7EA09D;
IL2CPP_EXTERN_C String_t* _stringLiteral6A8CECB369E64DA7E1FBB6FDE079801EFD1EBFEB;
IL2CPP_EXTERN_C String_t* _stringLiteral6B7B4D9A6606E6EE99A64447DFA7DB3DC7C870F5;
IL2CPP_EXTERN_C String_t* _stringLiteral70F65AEE81F97590F7F0901232AAFE6147B87BE4;
IL2CPP_EXTERN_C String_t* _stringLiteral767FF60B240D13D0E7862196C1340B1049EF4B4B;
IL2CPP_EXTERN_C String_t* _stringLiteral7762427C3252F7C58210B9472BDD0261982D2DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral7B72C5CEFC46633AFEAE775EBD716EE5D3E8BE9C;
IL2CPP_EXTERN_C String_t* _stringLiteral7C1DD17793A959EEED6AE2F7374714DAD760B136;
IL2CPP_EXTERN_C String_t* _stringLiteral7C89946E4D4632742C28CE8B5364B14D9B01D258;
IL2CPP_EXTERN_C String_t* _stringLiteral7D3C9781D907A7776ACC4FA672B81C2E44257E6B;
IL2CPP_EXTERN_C String_t* _stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870;
IL2CPP_EXTERN_C String_t* _stringLiteral81244B93268D391ECE039BC7D437F0BA5B417802;
IL2CPP_EXTERN_C String_t* _stringLiteral827E09C11A4BC48DE84AF1E4A6E0A987CD39CC68;
IL2CPP_EXTERN_C String_t* _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456;
IL2CPP_EXTERN_C String_t* _stringLiteral847ACED34CA92EFA345D55DF1F26A279E040E253;
IL2CPP_EXTERN_C String_t* _stringLiteral85AA9BC37D637232022ECD84C2C25B3117734177;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral890FDBCF037770EED7A1937DEF697FFC44FBF0B3;
IL2CPP_EXTERN_C String_t* _stringLiteral8A43899ED9EC0C014D53779046A43C26EBD91D66;
IL2CPP_EXTERN_C String_t* _stringLiteral8A881CD4D4EB9CF316B1219B2574B82825DA114A;
IL2CPP_EXTERN_C String_t* _stringLiteral8AE263ACD0B994D3BE52A427E3279DE126BB0E6A;
IL2CPP_EXTERN_C String_t* _stringLiteral8AF7B9D6121033ED1DE80EFA3688A7998521AB1F;
IL2CPP_EXTERN_C String_t* _stringLiteral8B0BAD691757D16D6283F2E533FEAA25D0219804;
IL2CPP_EXTERN_C String_t* _stringLiteral8C86A0168073A8D5BD2DAB7F709FA20D552076CF;
IL2CPP_EXTERN_C String_t* _stringLiteral92B8E551EF78EA21EABB85995C1DDDF9474CD320;
IL2CPP_EXTERN_C String_t* _stringLiteral95D9CEBA703A971C1360204FF93C4215006D3B1D;
IL2CPP_EXTERN_C String_t* _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590;
IL2CPP_EXTERN_C String_t* _stringLiteral9D66EF12A6CD82764376802923341E3DC77EED80;
IL2CPP_EXTERN_C String_t* _stringLiteral9E0CF206947BA2451C975BD7AA78B1A0C1BF481F;
IL2CPP_EXTERN_C String_t* _stringLiteral9E98EC4F7D85E6AB585D718D9BEDBB163E42B54C;
IL2CPP_EXTERN_C String_t* _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF;
IL2CPP_EXTERN_C String_t* _stringLiteralA3869D9FB6906CCBBD3EA69447592616FA2070C4;
IL2CPP_EXTERN_C String_t* _stringLiteralA50BD304226505CD59BAEECE4F335B233D87784B;
IL2CPP_EXTERN_C String_t* _stringLiteralA8BC3112B7D8BA7D239031A9B33E96A23E0E29CB;
IL2CPP_EXTERN_C String_t* _stringLiteralAA41A2AF3818FFBB07189032FA171A7510DFAAA9;
IL2CPP_EXTERN_C String_t* _stringLiteralACA28529D745252453F0C24B1B0F2FD5D772CD21;
IL2CPP_EXTERN_C String_t* _stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F;
IL2CPP_EXTERN_C String_t* _stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A;
IL2CPP_EXTERN_C String_t* _stringLiteralB231538ED82806FC1A2D368F0065447E99E7BC4A;
IL2CPP_EXTERN_C String_t* _stringLiteralB254D7B88BAAA362EB0B66F1906167CD6171CED2;
IL2CPP_EXTERN_C String_t* _stringLiteralB37CE63CF57A8A3FC70203E75442B381E4746036;
IL2CPP_EXTERN_C String_t* _stringLiteralB5CCD6D3CB93DC1BEDD79DB8A4B75174089A3455;
IL2CPP_EXTERN_C String_t* _stringLiteralB65ECF98859F9960AF3A135B1DB157C6A9E64500;
IL2CPP_EXTERN_C String_t* _stringLiteralB68C3FC46C8FAFC9C422751FEACA9C2FD2DC12E2;
IL2CPP_EXTERN_C String_t* _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07;
IL2CPP_EXTERN_C String_t* _stringLiteralB72BE2F59EE51147A95A37BA61416BE74CE0822A;
IL2CPP_EXTERN_C String_t* _stringLiteralB795E7C13E4CFACF08133C1739B538F3A728EF41;
IL2CPP_EXTERN_C String_t* _stringLiteralB81B10F5CAB114184CB2AEC199DE4C618C7F57DB;
IL2CPP_EXTERN_C String_t* _stringLiteralB8C0EDFF10EF88FD5DDAC1DC8E1ECE0AFDD64143;
IL2CPP_EXTERN_C String_t* _stringLiteralBAB78FE52E1FDB7FF399F8778E6696CD0042FF45;
IL2CPP_EXTERN_C String_t* _stringLiteralBD2155E54D0A0EF69D6B035ACE4FB0D1E5C8A136;
IL2CPP_EXTERN_C String_t* _stringLiteralBEC60036F42A807E632C327173214645D880BF86;
IL2CPP_EXTERN_C String_t* _stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449;
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
IL2CPP_EXTERN_C String_t* _stringLiteralC24CF334CB21B70F92A9C591DBC94E85738C0C4E;
IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10;
IL2CPP_EXTERN_C String_t* _stringLiteralC304E7B9445AC087CDA6675596A2D443AF7A5CE1;
IL2CPP_EXTERN_C String_t* _stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585;
IL2CPP_EXTERN_C String_t* _stringLiteralC49271934571B500FDC497EFB8A9FA5650E48B32;
IL2CPP_EXTERN_C String_t* _stringLiteralC789BB4D28BFD5F3834863F0213E73AEF017902B;
IL2CPP_EXTERN_C String_t* _stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12;
IL2CPP_EXTERN_C String_t* _stringLiteralCB5358D9C5C782307DB18E05593FAE07E67D081D;
IL2CPP_EXTERN_C String_t* _stringLiteralCB6DCBD8A0941F82EC4FE28D775EF76E2CEBAA2D;
IL2CPP_EXTERN_C String_t* _stringLiteralCC3698D176E97ECCF698315FBEEE02B661CDA864;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6;
IL2CPP_EXTERN_C String_t* _stringLiteralD852AF62343C34CB53423C4F06C8FF95C37AE23D;
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
IL2CPP_EXTERN_C String_t* _stringLiteralD9F573449435626A96C594EA43095A22DF995F84;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDB302F865F073859223084D282BC2DED23FFFAAE;
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF;
IL2CPP_EXTERN_C String_t* _stringLiteralE8F5C19EA335E3C8043505B7E0CF232877F7BFBA;
IL2CPP_EXTERN_C String_t* _stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE;
IL2CPP_EXTERN_C String_t* _stringLiteralF13567104D38779E2ED560579293AAB6F638685C;
IL2CPP_EXTERN_C String_t* _stringLiteralF213C403CFE1AF2EC0B64AF55119031E6D170253;
IL2CPP_EXTERN_C String_t* _stringLiteralF22625A9BA8988D3E5114AF8FDDE748F44728EC4;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF54A85523A928B8033935F4501FF43783607FE6E;
IL2CPP_EXTERN_C String_t* _stringLiteralF64BD2E3B35D211DDDF5000ED8CE421EA8EDD07A;
IL2CPP_EXTERN_C String_t* _stringLiteralF6CFDC1274B766A282F7B3F8F7CCC8BDF8038D7B;
IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267;
IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC;
IL2CPP_EXTERN_C String_t* _stringLiteralFABA7B84135B56F6F79588F7B57766574B6E8C66;
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
IL2CPP_EXTERN_C String_t* _stringLiteralFE99981D4BE3BFBE312C52C21EADDC2EACD9ED3D;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendListWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_m024E93739760805C9A65BAB7ECF07F055A9F639B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Clear_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m6CA44187518EE23485FD222B39B3333C4BFD6DCC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m042F55A3CDF4384A68579695EEE21C12D62ABFEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA6D3C54522E7CA71BB9A8E12A0B1481CE6B6B736_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m0340D37F81A627960498BE0BB209773A62B82ED9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_HaveDuplicateReferences_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCAB1E7DDF1B565831287155B23AEE47F4D1BAB0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m654459AE75B18DBD1A473CC425B197BE055707A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisDisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_mB7C05AB5085F7F744FEBD6E91C25A5CF1AD65F85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5393F0876F7936C12ACD72E1C50DD8200B3EFBB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF85F3999BFFCFBBA73DCE7AAB33F0EC781339090_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m326BE21727998E7762D58062F4C70D6700B134C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m5CF545BA47D9D9A8403BBB66E1634E2BEC940CB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m7654F5ADCCDD0D4788A439AFE8C2EE05EACFD4C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_FindControlScheme_m4A820A3C7677CFF7FD78627F83FFC4156C8E9736_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_FromJson_mA8AF88895F49DB0F0BAB47B60744E927E6234347_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_IsUsableWithDevice_m0E93FF4778242151C6ADAB0C9813D3E0994F7AF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_LoadFromJson_m2D3BF6F68E560142EB4864E375FE692C90A1BDCC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionAsset_get_Item_mF080081A5481241910DCB5A068AAFCE6E69AE581_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionMap_FromJson_mD0B0EC80B443661721E64B5451B620B57784AAAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionMap_IsUsableWithDevice_m17510B608ACB0093B0CBFE3541554DA2D6DD4C67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionMap_ToJson_mBE06AA0BD2C8BADA18B52CEA4E3B4EBD883A580A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionMap_get_Item_mFB7C0A90265A85F8771A5D5C1183F45A33237666_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverride_m432B96D279D63D8679644FFA8B0B87E5C35309A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverride_m4A4367AE5D92B2FC9BAC1FC36EA4F4C205F556AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverride_mA89518B00329C9DA10F5D975985BD089DA20E923_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m354AE275194175EE35B3FE4BBAEE5291B46140A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m8B55D50A34C9C7AFF2F584659CA1B314BA4CC214_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ApplyBindingOverrides_m525EF2847B745DD69D1C0412CEE951C714B58404_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingDisplayString_m1B167DF3C64CF586BDF99C353E6A1DD91DB6CBA8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingDisplayString_m21F87E1C2D13BF7D620D0B814FA1F259CEFCC2B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingDisplayString_mD9EA5DEB4CD6A680E5DFDE0B0056C09693508FA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingDisplayString_mEC8748DA8B50BCFF283BC6148DB93EA5C17D1968_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingForControl_m17BCBA21C6D2E51292E85DEA18F5FEE17044B172_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingIndexForControl_m0A41FEC15DFA496226C819008F81BC9B835D8F90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingIndex_m9D190FAA63850F3AFA47FED0D17E284493AD4B4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingIndex_mD2A637C586F7FD7DB49008C461FC52666287F6D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_GetBindingIndex_mDCBB12ACD900659C60388E61B6810C54A96EF3C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal_m2A4E60D2C9BF6F13BF5C5F9BEFA59916FD275112_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_LoadBindingOverridesFromJson_m15E3D7294867E2C039718DE397914340789149D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_LoadBindingOverridesFromJson_m6182B6DE19E46F0A1AC0D3333951073B40B89915_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_PerformInteractiveRebinding_m54D7DC894EEB2DD4DE6E373A84C3515933B31B7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_RemoveAllBindingOverrides_m0752EAFCD8A746AAC18ECB8D1B2A1A89974F069F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_RemoveAllBindingOverrides_m147187B30F8107950222F15CBB34AC5E66F9F909_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_RemoveBindingOverride_m0A09A239B20A19CBC4E7A51620118EAF49E86230_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_RemoveBindingOverride_m8DD855C32846346471FA2E28C944A525841D2094_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_RemoveBindingOverride_mF0D9C0F9961B59FA6213046E6A219C33DB0CB821_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_RemoveBindingOverrides_mAFA2BFE0B66B73A6F0F887740DEFC922DD579846_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_SaveBindingOverridesAsJson_m9367403D139AC9A8DD5328580AC08B788E456D30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_SaveBindingOverridesAsJson_m94E10044F1C389F9668B88F8A443C23020A200D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Clear_m37199CE0432AB811610C4D5C715302CE99AD026F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_RemoveAt_m606543AAA19638ABA15235D37F1346D4980D250C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_SwapElements_m58547AFBF8CBFA8850EFE8F25CC84D22551DE68D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_set_Capacity_mFE0AF24F639011DED95560D190359ED714540CBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisQuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1_m6F3533847D96A9AD4363B88D2D912D7ADCE096C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputInteraction_GetDisplayName_m1A626578C2F793BB272C8CC971FD05A3764BC67A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputInteraction_GetDisplayName_m1CF0CBF8503BC59309AFBF50BB2C06EFD362E218_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputInteraction_GetValueType_mF8D59FB7F76FBDDE5112E4CBEB115D0A162245CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m8674801A49850E743BAE1F7BF0DEF901CB53156C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mB6BBA172BB5C30EB35CD80DFD442DEDEB94EEDD1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m402F6064C2EDA1E52E9E1157686EA354DA3D5958_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7AA072CCE229F71E8F650B1F6D11537980473409_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCB4AE8ECA330F72CEA0561EFD9FFED43991B2A8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m33FF1F6CE74B8BEF62CEA87999BFEBE32EB5138E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OneOrMore_2_op_Implicit_m172037E98BD6ADFA60E6793065647F64D5BCE0C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OneOrMore_2_op_Implicit_mA5A39279AFDD4F3AEC3B4320B6C5D3CCEDC51529_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArrayExtensions_HaveEqualReferences_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m3585F2DFAA1B3BFB7E8C895507CDE97C9114B3EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m2F6089C006A7E306173FB1EA561A40460D1F38CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m6FD0AB27ED5B8BF28DF98EEBB31F479A6464664D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_AddCandidate_m529735C36E7DE668C158B0211086FC5CF7510896_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_OnAfterUpdate_m439B7E6A85DE2733B478564ACF2D36D639F88883_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_OnComplete_m426044BF1EE1A3F3ACB3E4D1083A14409DC782EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_OnEvent_m31922B5CF5D2C3EBB104E06180E2B258B3596159_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_RemoveCandidate_m9ADEBA8400FEDFAA7B4B90D34D801DE0AC0BFC1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_Start_mC3154294521751C675B883C105516E203A93D4EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithAction_m1CC6B30038E0031B769F88433C9323B4A240F76F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithCancelingThrough_m24D3B2BC48B37EC07384663FAB9174D36E0F9194_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithControlsHavingToMatchPath_m6E74EFDB30C54FD588764C45D5E4021BE3B6314B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithExpectedControlType_m7C6765DE8A1B747F1E83EB324CCED84F509622AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithMagnitudeHavingToBeGreaterThan_m2F9535324425FF0157F0F7742B8E24E03C2FE38B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RebindingOperation_WithTargetBinding_mB2211D62497D0D9B562662E768F9CF2C23A88DD8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisInputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_m21D2D0E45E9D2F4B9B2219E6EC0590CF7A70B817_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_Join_TisString_t_mFD2FC9B7CB438E5503257AEE8E2ADD15CAB63521_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetEnumeratorU3Ed__31_System_Collections_IEnumerator_Reset_m26261D0B493B9E2CBDC9CD18EE6812978357E273_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass32_0_U3CWithTargetBindingU3Eb__0_m2135F652046E74E1955EAFF73288FA7E7DFD16A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_1_U3CGetBindingDisplayStringU3Eb__0_mB65E479EDEA10661C7AA5CC50109F87D0F168A67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3Cget_bindingsU3Ed__8_System_Collections_IEnumerator_Reset_m68BCD6C0B35624CCFEFA01A50A64D73E32014F9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* IInputInteraction_1_tF5B13F2A25383BD369B0BD202B16A3C8509AD6E9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var;
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A;;
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com;
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com;;
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke;
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke;;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75;;
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com;
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com;;
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke;
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke;;
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356;;
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com;
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com;;
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke;
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke;;
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80;;
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com;
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com;;
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke;
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke;;
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A;;
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com;
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com;;
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke;
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke;;
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5;;
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com;
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com;;
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke;
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke;;
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045;
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86;
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D;
struct BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5;
struct ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D;
struct ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308;
struct WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A;
struct WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4;
struct SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28;
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
// <Module>
struct U3CModuleU3E_tFE3BA549A997AF7310E408F00A13161521C540C7
{
};
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>
struct Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t96DB90A5E7AF5DE8856F1D1B687FB2AAB9714EEE* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tE3E043859DC57CE4486392B705B98B4A5276B62F* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tBBBED17B4FBCD9BEF762EE3CE40C12D2EDBE1ACF* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>>
struct List_1_t8F13F2B62710133307BD33519E15E619D6F905E3 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
List_1U5BU5D_t44CAD3525A5D8ED22741DDA82DC15DE00A38D2C1* ____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;
};
struct List_1_t8F13F2B62710133307BD33519E15E619D6F905E3_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
List_1U5BU5D_t44CAD3525A5D8ED22741DDA82DC15DE00A38D2C1* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>>
struct List_1_t7B4FE30902A543C27E679A6CA591DCE015823029 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
List_1U5BU5D_t6D8713A88B66C116CCCAF75BD219224932CB4333* ____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;
};
struct List_1_t7B4FE30902A543C27E679A6CA591DCE015823029_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
List_1U5BU5D_t6D8713A88B66C116CCCAF75BD219224932CB4333* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
struct List_1_tE1DF165936F3562084DB454140315041796A957F : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ____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;
};
struct List_1_tE1DF165936F3562084DB454140315041796A957F_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>
struct List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ____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;
};
struct List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>
struct List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ____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;
};
struct List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>
struct List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5* ____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;
};
struct List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5* ___s_emptyArray_5;
};
struct Il2CppArrayBounds;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// UnityEngine.InputSystem.InputActionRebindingExtensions
struct InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A : public RuntimeObject
{
};
struct InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_StaticFields
{
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper UnityEngine.InputSystem.InputActionRebindingExtensions::s_DeferBindingResolutionWrapper
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* ___s_DeferBindingResolutionWrapper_0;
};
// UnityEngine.InputSystem.LowLevel.InputRuntime
struct InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3 : public RuntimeObject
{
};
struct InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields
{
// 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;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___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;
};
// UISupport
struct UISupport_tD273DF7715D321FF5027A13EE93B6712F328E2F0 : public RuntimeObject
{
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1
struct U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1::firstPartIndex
int32_t ___firstPartIndex_0;
// System.String[] UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1::partStrings
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___partStrings_1;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1::partCount
int32_t ___partCount_2;
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_0 UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1::CS$<>8__locals1
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* ___CSU24U3CU3E8__locals1_3;
};
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper
struct DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C : public RuntimeObject
{
};
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
struct U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109 : public RuntimeObject
{
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0::group
String_t* ___group_0;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputAction>
struct Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>
struct Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>
struct Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>
struct Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
struct Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>
struct Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___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;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Object>>
struct InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
struct InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
struct InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Int32>>
struct InlinedArray_1_tCBE1C2CE719FCFE71270323E0AEFF8C6536B0493
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_t6E31E29C499C6D9610C662BCCAD45B97D442C96B* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_tB3C64A18219DEBFF75635AE580655A02C187A57E* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>>
struct InlinedArray_1_t209C5F9C876036B8C081C3E70D85ADAA2018197B
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_t8533CEA9A58C5C83EB993039C5E7601637DA4140* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>>
struct InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>>
struct InlinedArray_1_t3C9FDC2B575450733517AE6D9168B8B7CDA52FBF
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_tBA73A89FF9ECD7F1DA5B139ABBA8609E7047B2FF* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
struct InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4
{
// 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_t8061030B0A12A55D5AD8652A20C922FE99450918* ___additionalValues_2;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>
struct ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>
struct ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>
struct ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>
struct ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>
struct ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>
struct ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>
struct ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>
struct ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Single>
struct ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___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;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>
struct ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___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;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.ComponentModel.DisplayNameAttribute
struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String System.ComponentModel.DisplayNameAttribute::<DisplayNameValue>k__BackingField
String_t* ___U3CDisplayNameValueU3Ek__BackingField_1;
};
struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields
{
// System.ComponentModel.DisplayNameAttribute System.ComponentModel.DisplayNameAttribute::Default
DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* ___Default_0;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// UnityEngine.InputSystem.Utilities.FourCC
struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED
{
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code
int32_t ___m_Code_0;
};
// System.Guid
struct Guid_t
{
// 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;
};
struct Guid_t_StaticFields
{
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
};
// UnityEngine.InputSystem.InputActionProperty
struct InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD
{
// System.Boolean UnityEngine.InputSystem.InputActionProperty::m_UseReference
bool ___m_UseReference_0;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::m_Action
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::m_Reference
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_Reference_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionProperty
struct InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke
{
int32_t ___m_UseReference_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_Reference_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionProperty
struct InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com
{
int32_t ___m_UseReference_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_Reference_2;
};
// UnityEngine.InputSystem.InputControlScheme
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434
{
// 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_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___m_DeviceRequirements_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke
{
char* ___m_Name_0;
char* ___m_BindingGroup_1;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke* ___m_DeviceRequirements_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com
{
Il2CppChar* ___m_Name_0;
Il2CppChar* ___m_BindingGroup_1;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com* ___m_DeviceRequirements_2;
};
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F
{
// 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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_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_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_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.InputEventListener
struct InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D
{
union
{
struct
{
};
uint8_t InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D__padding[1];
};
};
struct InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields
{
// UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState UnityEngine.InputSystem.LowLevel.InputEventListener::s_ObserverState
ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* ___s_ObserverState_0;
};
// UnityEngine.InputSystem.LowLevel.InputEventPtr
struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0
{
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// UnityEngine.InputSystem.Utilities.InternedString
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735
{
// 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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke
{
char* ___m_StringOriginalCase_0;
char* ___m_StringLowerCase_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com
{
Il2CppChar* ___m_StringOriginalCase_0;
Il2CppChar* ___m_StringLowerCase_1;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// UnityEngine.InputSystem.Utilities.Substring
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849
{
// 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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_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_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com
{
Il2CppChar* ___m_String_0;
int32_t ___m_Index_1;
int32_t ___m_Length_2;
};
// UnityEngine.InputSystem.Utilities.TypeTable
struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E
{
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type> UnityEngine.InputSystem.Utilities.TypeTable::table
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.TypeTable
struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E_marshaled_pinvoke
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.TypeTable
struct TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E_marshaled_com
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___table_0;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.InputSystem.InputAction/CallbackContext
struct CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8
{
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputAction/CallbackContext::m_State
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::m_ActionIndex
int32_t ___m_ActionIndex_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputAction/CallbackContext
struct CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_pinvoke
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
int32_t ___m_ActionIndex_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputAction/CallbackContext
struct CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_com
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
int32_t ___m_ActionIndex_1;
};
// UnityEngine.InputSystem.InputActionAsset/ReadFileJson
struct ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1
{
// System.String UnityEngine.InputSystem.InputActionAsset/ReadFileJson::name
String_t* ___name_0;
// UnityEngine.InputSystem.InputActionMap/ReadMapJson[] UnityEngine.InputSystem.InputActionAsset/ReadFileJson::maps
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* ___maps_1;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[] UnityEngine.InputSystem.InputActionAsset/ReadFileJson::controlSchemes
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* ___controlSchemes_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionAsset/ReadFileJson
struct ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_pinvoke
{
char* ___name_0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke* ___maps_1;
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke* ___controlSchemes_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionAsset/ReadFileJson
struct ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_com
{
Il2CppChar* ___name_0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com* ___maps_1;
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com* ___controlSchemes_2;
};
// UnityEngine.InputSystem.InputActionAsset/WriteFileJson
struct WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B
{
// System.String UnityEngine.InputSystem.InputActionAsset/WriteFileJson::name
String_t* ___name_0;
// UnityEngine.InputSystem.InputActionMap/WriteMapJson[] UnityEngine.InputSystem.InputActionAsset/WriteFileJson::maps
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* ___maps_1;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[] UnityEngine.InputSystem.InputActionAsset/WriteFileJson::controlSchemes
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* ___controlSchemes_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionAsset/WriteFileJson
struct WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_pinvoke
{
char* ___name_0;
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke* ___maps_1;
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke* ___controlSchemes_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionAsset/WriteFileJson
struct WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_com
{
Il2CppChar* ___name_0;
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com* ___maps_1;
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com* ___controlSchemes_2;
};
// UnityEngine.InputSystem.InputActionMap/BindingJson
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A
{
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::id
String_t* ___id_1;
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::path
String_t* ___path_2;
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::interactions
String_t* ___interactions_3;
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::processors
String_t* ___processors_4;
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::groups
String_t* ___groups_5;
// System.String UnityEngine.InputSystem.InputActionMap/BindingJson::action
String_t* ___action_6;
// System.Boolean UnityEngine.InputSystem.InputActionMap/BindingJson::isComposite
bool ___isComposite_7;
// System.Boolean UnityEngine.InputSystem.InputActionMap/BindingJson::isPartOfComposite
bool ___isPartOfComposite_8;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingJson
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke
{
char* ___name_0;
char* ___id_1;
char* ___path_2;
char* ___interactions_3;
char* ___processors_4;
char* ___groups_5;
char* ___action_6;
int32_t ___isComposite_7;
int32_t ___isPartOfComposite_8;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingJson
struct BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___id_1;
Il2CppChar* ___path_2;
Il2CppChar* ___interactions_3;
Il2CppChar* ___processors_4;
Il2CppChar* ___groups_5;
Il2CppChar* ___action_6;
int32_t ___isComposite_7;
int32_t ___isPartOfComposite_8;
};
// UnityEngine.InputSystem.InputActionMap/BindingOverrideJson
struct BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2
{
// System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::action
String_t* ___action_0;
// System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::id
String_t* ___id_1;
// System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::path
String_t* ___path_2;
// System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::interactions
String_t* ___interactions_3;
// System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::processors
String_t* ___processors_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideJson
struct BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_pinvoke
{
char* ___action_0;
char* ___id_1;
char* ___path_2;
char* ___interactions_3;
char* ___processors_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideJson
struct BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_com
{
Il2CppChar* ___action_0;
Il2CppChar* ___id_1;
Il2CppChar* ___path_2;
Il2CppChar* ___interactions_3;
Il2CppChar* ___processors_4;
};
// UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson
struct BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD
{
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson> UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson::bindings
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* ___bindings_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson
struct BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_pinvoke
{
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* ___bindings_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson
struct BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_com
{
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* ___bindings_0;
};
// UnityEngine.InputSystem.InputActionMap/DeviceArray
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E
{
// 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_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke
{
int32_t ___m_HaveValue_0;
int32_t ___m_DeviceCount_1;
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com
{
int32_t ___m_HaveValue_0;
int32_t ___m_DeviceCount_1;
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
};
// UnityEngine.InputSystem.InputActionMap/ReadActionJson
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75
{
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::type
String_t* ___type_1;
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::id
String_t* ___id_2;
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::expectedControlType
String_t* ___expectedControlType_3;
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::expectedControlLayout
String_t* ___expectedControlLayout_4;
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::processors
String_t* ___processors_5;
// System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::interactions
String_t* ___interactions_6;
// System.Boolean UnityEngine.InputSystem.InputActionMap/ReadActionJson::passThrough
bool ___passThrough_7;
// System.Boolean UnityEngine.InputSystem.InputActionMap/ReadActionJson::initialStateCheck
bool ___initialStateCheck_8;
// UnityEngine.InputSystem.InputActionMap/BindingJson[] UnityEngine.InputSystem.InputActionMap/ReadActionJson::bindings
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* ___bindings_9;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/ReadActionJson
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke
{
char* ___name_0;
char* ___type_1;
char* ___id_2;
char* ___expectedControlType_3;
char* ___expectedControlLayout_4;
char* ___processors_5;
char* ___interactions_6;
int32_t ___passThrough_7;
int32_t ___initialStateCheck_8;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke* ___bindings_9;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/ReadActionJson
struct ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___type_1;
Il2CppChar* ___id_2;
Il2CppChar* ___expectedControlType_3;
Il2CppChar* ___expectedControlLayout_4;
Il2CppChar* ___processors_5;
Il2CppChar* ___interactions_6;
int32_t ___passThrough_7;
int32_t ___initialStateCheck_8;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com* ___bindings_9;
};
// UnityEngine.InputSystem.InputActionMap/ReadFileJson
struct ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB
{
// UnityEngine.InputSystem.InputActionMap/ReadActionJson[] UnityEngine.InputSystem.InputActionMap/ReadFileJson::actions
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* ___actions_0;
// UnityEngine.InputSystem.InputActionMap/ReadMapJson[] UnityEngine.InputSystem.InputActionMap/ReadFileJson::maps
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* ___maps_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/ReadFileJson
struct ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_pinvoke
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke* ___actions_0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke* ___maps_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/ReadFileJson
struct ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_com
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com* ___actions_0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com* ___maps_1;
};
// UnityEngine.InputSystem.InputActionMap/ReadMapJson
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356
{
// System.String UnityEngine.InputSystem.InputActionMap/ReadMapJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputActionMap/ReadMapJson::id
String_t* ___id_1;
// UnityEngine.InputSystem.InputActionMap/ReadActionJson[] UnityEngine.InputSystem.InputActionMap/ReadMapJson::actions
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* ___actions_2;
// UnityEngine.InputSystem.InputActionMap/BindingJson[] UnityEngine.InputSystem.InputActionMap/ReadMapJson::bindings
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* ___bindings_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/ReadMapJson
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke
{
char* ___name_0;
char* ___id_1;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke* ___actions_2;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke* ___bindings_3;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/ReadMapJson
struct ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___id_1;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com* ___actions_2;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com* ___bindings_3;
};
// UnityEngine.InputSystem.InputActionMap/WriteActionJson
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A
{
// System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::type
String_t* ___type_1;
// System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::id
String_t* ___id_2;
// System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::expectedControlType
String_t* ___expectedControlType_3;
// System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::processors
String_t* ___processors_4;
// System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::interactions
String_t* ___interactions_5;
// System.Boolean UnityEngine.InputSystem.InputActionMap/WriteActionJson::initialStateCheck
bool ___initialStateCheck_6;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/WriteActionJson
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke
{
char* ___name_0;
char* ___type_1;
char* ___id_2;
char* ___expectedControlType_3;
char* ___processors_4;
char* ___interactions_5;
int32_t ___initialStateCheck_6;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/WriteActionJson
struct WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___type_1;
Il2CppChar* ___id_2;
Il2CppChar* ___expectedControlType_3;
Il2CppChar* ___processors_4;
Il2CppChar* ___interactions_5;
int32_t ___initialStateCheck_6;
};
// UnityEngine.InputSystem.InputActionMap/WriteFileJson
struct WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781
{
// UnityEngine.InputSystem.InputActionMap/WriteMapJson[] UnityEngine.InputSystem.InputActionMap/WriteFileJson::maps
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* ___maps_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/WriteFileJson
struct WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_pinvoke
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke* ___maps_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/WriteFileJson
struct WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_com
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com* ___maps_0;
};
// UnityEngine.InputSystem.InputActionMap/WriteMapJson
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5
{
// System.String UnityEngine.InputSystem.InputActionMap/WriteMapJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputActionMap/WriteMapJson::id
String_t* ___id_1;
// UnityEngine.InputSystem.InputActionMap/WriteActionJson[] UnityEngine.InputSystem.InputActionMap/WriteMapJson::actions
WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A* ___actions_2;
// UnityEngine.InputSystem.InputActionMap/BindingJson[] UnityEngine.InputSystem.InputActionMap/WriteMapJson::bindings
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* ___bindings_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/WriteMapJson
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke
{
char* ___name_0;
char* ___id_1;
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke* ___actions_2;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke* ___bindings_3;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/WriteMapJson
struct WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___id_1;
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com* ___actions_2;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com* ___bindings_3;
};
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317
{
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_ActionMap
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_Action
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_BindingIndexInMap
int32_t ___m_BindingIndexInMap_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
int32_t ___m_BindingIndexInMap_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
int32_t ___m_BindingIndexInMap_2;
};
// UnityEngine.InputSystem.InputActionState/ActionMapIndices
struct ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD
{
// 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;
};
// UnityEngine.InputSystem.InputActionState/BindingState
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA
{
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_TriggerEventIdForComposite_11_OffsetPadding[16];
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::m_TriggerEventIdForComposite
int32_t ___m_TriggerEventIdForComposite_11;
};
#pragma pack(pop, tp)
struct
{
char ___m_TriggerEventIdForComposite_11_OffsetPadding_forAlignmentOnly[16];
int32_t ___m_TriggerEventIdForComposite_11_forAlignmentOnly;
};
};
};
uint8_t BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA__padding[20];
};
};
// UnityEngine.InputSystem.InputActionState/InteractionState
struct InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE
{
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;
};
};
};
uint8_t InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE__padding[40];
};
};
// UnityEngine.InputSystem.InputActionState/TriggerState
struct TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Phase
uint8_t ___m_Phase_0;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___m_Phase_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_Flags_1_OffsetPadding[1];
// System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Flags
uint8_t ___m_Flags_1;
};
#pragma pack(pop, tp)
struct
{
char ___m_Flags_1_OffsetPadding_forAlignmentOnly[1];
uint8_t ___m_Flags_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_MapIndex_2_OffsetPadding[2];
// System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_MapIndex
uint8_t ___m_MapIndex_2;
};
#pragma pack(pop, tp)
struct
{
char ___m_MapIndex_2_OffsetPadding_forAlignmentOnly[2];
uint8_t ___m_MapIndex_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_Time_3_OffsetPadding[4];
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_Time
double ___m_Time_3;
};
#pragma pack(pop, tp)
struct
{
char ___m_Time_3_OffsetPadding_forAlignmentOnly[4];
double ___m_Time_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_StartTime_4_OffsetPadding[12];
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_StartTime
double ___m_StartTime_4;
};
#pragma pack(pop, tp)
struct
{
char ___m_StartTime_4_OffsetPadding_forAlignmentOnly[12];
double ___m_StartTime_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ControlIndex_5_OffsetPadding[20];
// System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_ControlIndex
uint16_t ___m_ControlIndex_5;
};
#pragma pack(pop, tp)
struct
{
char ___m_ControlIndex_5_OffsetPadding_forAlignmentOnly[20];
uint16_t ___m_ControlIndex_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_BindingIndex_6_OffsetPadding[24];
// System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_BindingIndex
uint16_t ___m_BindingIndex_6;
};
#pragma pack(pop, tp)
struct
{
char ___m_BindingIndex_6_OffsetPadding_forAlignmentOnly[24];
uint16_t ___m_BindingIndex_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_InteractionIndex_7_OffsetPadding[26];
// System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_InteractionIndex
uint16_t ___m_InteractionIndex_7;
};
#pragma pack(pop, tp)
struct
{
char ___m_InteractionIndex_7_OffsetPadding_forAlignmentOnly[26];
uint16_t ___m_InteractionIndex_7_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_Magnitude_8_OffsetPadding[28];
// System.Single UnityEngine.InputSystem.InputActionState/TriggerState::m_Magnitude
float ___m_Magnitude_8;
};
#pragma pack(pop, tp)
struct
{
char ___m_Magnitude_8_OffsetPadding_forAlignmentOnly[28];
float ___m_Magnitude_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_LastPerformedInUpdate_9_OffsetPadding[32];
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastPerformedInUpdate
uint32_t ___m_LastPerformedInUpdate_9;
};
#pragma pack(pop, tp)
struct
{
char ___m_LastPerformedInUpdate_9_OffsetPadding_forAlignmentOnly[32];
uint32_t ___m_LastPerformedInUpdate_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_LastCanceledInUpdate_10_OffsetPadding[36];
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastCanceledInUpdate
uint32_t ___m_LastCanceledInUpdate_10;
};
#pragma pack(pop, tp)
struct
{
char ___m_LastCanceledInUpdate_10_OffsetPadding_forAlignmentOnly[36];
uint32_t ___m_LastCanceledInUpdate_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_PressedInUpdate_11_OffsetPadding[40];
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_PressedInUpdate
uint32_t ___m_PressedInUpdate_11;
};
#pragma pack(pop, tp)
struct
{
char ___m_PressedInUpdate_11_OffsetPadding_forAlignmentOnly[40];
uint32_t ___m_PressedInUpdate_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___m_ReleasedInUpdate_12_OffsetPadding[44];
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_ReleasedInUpdate
uint32_t ___m_ReleasedInUpdate_12;
};
#pragma pack(pop, tp)
struct
{
char ___m_ReleasedInUpdate_12_OffsetPadding_forAlignmentOnly[44];
uint32_t ___m_ReleasedInUpdate_12_forAlignmentOnly;
};
};
};
uint8_t TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D__padding[48];
};
};
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory
struct UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2
{
// 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_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___actionStates_7;
// UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingStates
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___bindingStates_8;
// UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionStates
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* ___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;
// UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapIndices
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* ___mapIndices_16;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB
{
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout> UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::table
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke
{
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com
{
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5
{
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutTypes
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutStrings
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutBuilders
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::baseLayoutTable
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrides
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrideNames
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::precompiledLayouts
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutMatchers
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
};
// UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80
{
// System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson::bindingGroup
String_t* ___bindingGroup_1;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::devices
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* ___devices_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke
{
char* ___name_0;
char* ___bindingGroup_1;
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke* ___devices_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___bindingGroup_1;
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com* ___devices_2;
};
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324
{
// System.Boolean UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::m_WasUpdated
bool ___m_WasUpdated_0;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::<value>k__BackingField
uint32_t ___U3CvalueU3Ek__BackingField_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_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_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com
{
int32_t ___m_WasUpdated_0;
uint32_t ___U3CvalueU3Ek__BackingField_1;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>
struct CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
struct CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
struct CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
struct CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F
{
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
bool ___m_CannotMutateCallbacksArray_0;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToRemove_3;
};
// System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>
struct Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* ____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
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 ____current_3;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>
struct InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___additionalValues_2;
};
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>
struct Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA ___value_1;
};
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>
struct Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___value_1;
};
// System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>
struct Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___value_1;
};
// UnityEngine.InputSystem.Utilities.OneOrMore`2<UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>>
struct OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13
{
// System.Boolean UnityEngine.InputSystem.Utilities.OneOrMore`2::m_IsSingle
bool ___m_IsSingle_0;
// TValue UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Single
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_Single_1;
// TList UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Multiple
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 ___m_Multiple_2;
};
// UnityEngine.InputSystem.Utilities.OneOrMore`2<System.Object,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>
struct OneOrMore_2_tAF606C442412A5289596368E8705C82028DBA053
{
// System.Boolean UnityEngine.InputSystem.Utilities.OneOrMore`2::m_IsSingle
bool ___m_IsSingle_0;
// TValue UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Single
RuntimeObject* ___m_Single_1;
// TList UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Multiple
ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___m_Multiple_2;
};
// Unity.Collections.Allocator
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
{
// System.Int32 Unity.Collections.Allocator::value__
int32_t ___value___2;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// 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.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
{
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
intptr_t ___handle_0;
};
// UnityEngine.InputSystem.InputActionChange
struct InputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360
{
// System.Int32 UnityEngine.InputSystem.InputActionChange::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionPhase
struct InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6
{
// System.Int32 UnityEngine.InputSystem.InputActionPhase::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionType
struct InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108
{
// System.Int32 UnityEngine.InputSystem.InputActionType::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555
{
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* ___m_Patterns_0;
};
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kInterfaceKey_1;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kDeviceClassKey_2;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kManufacturerKey_3;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kProductKey_4;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kVersionKey_5;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke
{
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com
{
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0;
};
// UnityEngine.InputSystem.InputInteraction
struct InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3 : public RuntimeObject
{
};
struct InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_StaticFields
{
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputInteraction::s_Interactions
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Interactions_0;
};
// UnityEngine.InputSystem.LowLevel.InputStateBlock
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5
{
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::<format>k__BackingField
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_33;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<byteOffset>k__BackingField
uint32_t ___U3CbyteOffsetU3Ek__BackingField_34;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<bitOffset>k__BackingField
uint32_t ___U3CbitOffsetU3Ek__BackingField_35;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<sizeInBits>k__BackingField
uint32_t ___U3CsizeInBitsU3Ek__BackingField_36;
};
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields
{
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatBit
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatBit_2;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSBit
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSBit_4;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatInt
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatInt_6;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUInt
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUInt_8;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatShort
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatShort_10;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUShort
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUShort_12;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatByte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatByte_14;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSByte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSByte_16;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatLong
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatLong_18;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatULong
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatULong_20;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatFloat
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatFloat_22;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatDouble
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatDouble_24;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2_26;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3_27;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatQuaternion
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatQuaternion_28;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Short
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Short_29;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Short
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Short_30;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Byte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Byte_31;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Byte
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Byte_32;
};
// UnityEngine.InputSystem.LowLevel.InputUpdateType
struct InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590
{
// System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01
{
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::<parameters>k__BackingField
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke
{
char* ___U3CnameU3Ek__BackingField_0;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com
{
Il2CppChar* ___U3CnameU3Ek__BackingField_0;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.StringComparison
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
{
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
};
// System.StringSplitOptions
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
{
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
};
// System.TypeCode
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79
{
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Controls.AxisControl/Clamp
struct Clamp_tCB96E8D34067B0DCBED42C565F4443DF880DD284
{
// System.Int32 UnityEngine.InputSystem.Controls.AxisControl/Clamp::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputAction/ActionFlags
struct ActionFlags_t639BD2944E073F8DD263CE2CA581FC62C401AB1E
{
// System.Int32 UnityEngine.InputSystem.InputAction/ActionFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31
struct U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<>1__state
int32_t ___U3CU3E1__state_0;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<>2__current
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___U3CU3E2__current_1;
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<>4__this
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___U3CU3E4__this_2;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<i>5__1
int32_t ___U3CiU3E5__1_3;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<actions>5__2
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 ___U3CactionsU3E5__2_4;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<actionCount>5__3
int32_t ___U3CactionCountU3E5__3_5;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::<n>5__4
int32_t ___U3CnU3E5__4_6;
};
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_0
struct U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B : public RuntimeObject
{
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_0::bindings
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 ___bindings_0;
};
// UnityEngine.InputSystem.InputBinding/DisplayStringOptions
struct DisplayStringOptions_t2BB33BB69D1409C0EF8DFD4C0CA6665DE7A11A4A
{
// System.Int32 UnityEngine.InputSystem.InputBinding/DisplayStringOptions::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBinding/Flags
struct Flags_t2ED4EFE461994B03533B3B524C8C2EA71315AAE6
{
// System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBinding/MatchOptions
struct MatchOptions_t4139DA755DC92AF0D087D5A0FA1D7D712B392041
{
// System.Int32 UnityEngine.InputSystem.InputBinding/MatchOptions::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputControl/ControlFlags
struct ControlFlags_t9C297F208DE19CEB00A0560F7FDE59F6A2004132
{
// System.Int32 UnityEngine.InputSystem.InputControl/ControlFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputControlExtensions/Enumerate
struct Enumerate_tAFB6E28CA44189165DDA67CC93DF6A7FA5B31D73
{
// System.Int32 UnityEngine.InputSystem.InputControlExtensions/Enumerate::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Flags
struct Flags_t193C2E9B0D9701ACB7ABD982BA8B3B2DB2F74230
{
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputDevice/DeviceFlags
struct DeviceFlags_tF02F85DA24FF16879A67B540FCA560EC955CE728
{
// System.Int32 UnityEngine.InputSystem.InputDevice/DeviceFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/Flags
struct Flags_t1CB5B94A697E6B27C5E564B9BE5421010A992B3F
{
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags
struct Flags_t1E712B23AAE0C9B46749E115A88CF844D5AD1C33
{
// System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>
struct InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
GCHandleU5BU5D_t7EA6F2FA83CDF86871001174CF7D30033AC4A785* ___additionalValues_2;
};
// Unity.Collections.NativeArray`1<System.UInt64>
struct NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B
{
// 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;
};
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>
struct Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___value_1;
};
// UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5
{
// 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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_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_t0D75BD1538CF81D29450D568D5C938E111633EC5_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_t46A40BE4C976BE33E85F61E63EB34323FED9831D : public RuntimeObject
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Name
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___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_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_4;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateFormat
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_5;
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateSizeInBytes
int32_t ___m_StateSizeInBytes_6;
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout::m_UpdateBeforeRender
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_UpdateBeforeRender_7;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::m_BaseLayouts
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_BaseLayouts_8;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::m_AppliedOverrides
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_AppliedOverrides_9;
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_CommonUsages
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_CommonUsages_10;
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_Controls
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___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;
};
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::s_DefaultVariant
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___s_DefaultVariant_0;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout::s_Layouts
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___s_Layouts_15;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstance
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___s_CacheInstance_16;
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstanceRef
int32_t ___s_CacheInstanceRef_17;
};
// UnityEngine.InputSystem.LowLevel.InputUpdate
struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD : public RuntimeObject
{
};
struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields
{
// 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_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 ___s_PlayerUpdateStepCount_2;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// UnityEngine.InputSystem.Utilities.PrimitiveValue
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4
{
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;
};
};
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_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_t1CC37566F40746757D5E3F87474A05909D85C2D4_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.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection
struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE
{
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_EventPtr
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection
struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE_marshaled_pinvoke
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1;
int32_t ___m_Flags_2;
float ___m_MagnitudeThreshold_3;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection
struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE_marshaled_com
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1;
int32_t ___m_Flags_2;
float ___m_MagnitudeThreshold_3;
};
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator
struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB
{
// 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_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
// System.UInt32[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndex
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___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_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___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_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControl
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator
struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB_marshaled_pinvoke
{
int32_t ___m_Flags_0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2;
int32_t ___m_StateOffsetToControlIndexLength_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4;
uint8_t* ___m_DefaultState_5;
uint8_t* ___m_CurrentState_6;
uint8_t* ___m_NoiseMask_7;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___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_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB_marshaled_com
{
int32_t ___m_Flags_0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2;
int32_t ___m_StateOffsetToControlIndexLength_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4;
uint8_t* ___m_DefaultState_5;
uint8_t* ___m_CurrentState_6;
uint8_t* ___m_NoiseMask_7;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___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.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056
{
// 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;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke
{
char* ___m_ControlPath_0;
int32_t ___m_Flags_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com
{
Il2CppChar* ___m_ControlPath_0;
int32_t ___m_Flags_1;
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation>
struct Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD : public MulticastDelegate_t
{
};
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>
struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA : public MulticastDelegate_t
{
};
// System.Action`2<System.Object,System.Object>
struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C : public MulticastDelegate_t
{
};
// System.Action`2<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation,System.String>
struct Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79 : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.InputSystem.InputControl,System.String>
struct Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A : public MulticastDelegate_t
{
};
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t
{
};
// System.Func`2<System.String,System.String>
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93 : public MulticastDelegate_t
{
};
// System.Func`3<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>
struct Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4 : public MulticastDelegate_t
{
};
// System.Func`3<System.Object,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>
struct Func_3_t2B401BCD35B0B99F92A4DFE6D49848E9CA19DB66 : public MulticastDelegate_t
{
};
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
struct InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA
{
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
int32_t ___m_Count_0;
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
int32_t ___m_Allocator_2;
};
// UnityEngine.InputSystem.InputControlList`1<System.Object>
struct InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31
{
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
int32_t ___m_Count_0;
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
int32_t ___m_Allocator_2;
};
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
struct Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value_1;
};
// System.Predicate`1<UnityEngine.InputSystem.InputControlScheme>
struct Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8 : public MulticastDelegate_t
{
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// UnityEngine.InputSystem.InputActionReference
struct InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionReference::m_Asset
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_4;
// System.String UnityEngine.InputSystem.InputActionReference::m_ActionId
String_t* ___m_ActionId_5;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::m_Action
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_6;
};
// UnityEngine.InputSystem.InputControl
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject
{
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___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_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___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_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_18;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_19;
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_20;
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Collections.Generic.KeyNotFoundException
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8
struct U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<>1__state
int32_t ___U3CU3E1__state_0;
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<>2__current
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___U3CU3E2__current_1;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<>l__initialThreadId
int32_t ___U3CU3El__initialThreadId_2;
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<>4__this
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___U3CU3E4__this_3;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<numActionMaps>5__1
int32_t ___U3CnumActionMapsU3E5__1_4;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<i>5__2
int32_t ___U3CiU3E5__2_5;
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<actionMap>5__3
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___U3CactionMapU3E5__3_6;
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<bindings>5__4
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___U3CbindingsU3E5__4_7;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<numBindings>5__5
int32_t ___U3CnumBindingsU3E5__5_8;
// System.Int32 UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::<n>5__6
int32_t ___U3CnU3E5__6_9;
};
// UnityEngine.InputSystem.InputActionState/GlobalState
struct GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle> UnityEngine.InputSystem.InputActionState/GlobalState::globalList
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2 ___globalList_0;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>> UnityEngine.InputSystem.InputActionState/GlobalState::onActionChange
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA ___onActionChange_1;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>> UnityEngine.InputSystem.InputActionState/GlobalState::onActionControlsChanged
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 ___onActionControlsChanged_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/GlobalState
struct GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_pinvoke
{
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2 ___globalList_0;
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA ___onActionChange_1;
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 ___onActionControlsChanged_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/GlobalState
struct GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_com
{
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2 ___globalList_0;
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA ___onActionChange_1;
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411 ___onActionControlsChanged_2;
};
// UnityEngine.InputSystem.InputControl`1<System.Int32>
struct InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_tCBE1C2CE719FCFE71270323E0AEFF8C6536B0493 ___m_ProcessorStack_21;
};
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>
struct InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_t209C5F9C876036B8C081C3E70D85ADAA2018197B ___m_ProcessorStack_21;
};
// UnityEngine.InputSystem.InputControl`1<System.Single>
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 ___m_ProcessorStack_21;
};
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB ___m_ProcessorStack_21;
};
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>
struct InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_t3C9FDC2B575450733517AE6D9168B8B7CDA52FBF ___m_ProcessorStack_21;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
// UnityEngine.InputSystem.InputAction
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD : public RuntimeObject
{
// 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_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_SingletonActionBindings_6;
// UnityEngine.InputSystem.InputAction/ActionFlags UnityEngine.InputSystem.InputAction::m_Flags
int32_t ___m_Flags_7;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::m_BindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___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_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_14;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnStarted
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnStarted_15;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnCanceled
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnCanceled_16;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputAction::m_OnPerformed
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_OnPerformed_17;
};
// UnityEngine.InputSystem.InputActionAsset
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionAsset::m_ActionMaps
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___m_ActionMaps_5;
// UnityEngine.InputSystem.InputControlScheme[] UnityEngine.InputSystem.InputActionAsset::m_ControlSchemes
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___m_ControlSchemes_6;
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionAsset::m_SharedStateForAllMaps
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_SharedStateForAllMaps_7;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionAsset::m_BindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_8;
// UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionAsset::m_Devices
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E ___m_Devices_9;
};
// UnityEngine.InputSystem.InputActionMap
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09 : public RuntimeObject
{
// 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_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_2;
// UnityEngine.InputSystem.InputAction[] UnityEngine.InputSystem.InputActionMap::m_Actions
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___m_Actions_3;
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_Bindings
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_Bindings_4;
// UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_BindingsForEachAction
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_BindingsForEachAction_5;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionMap::m_ControlsForEachAction
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ControlsForEachAction_6;
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_EnabledActionsCount
int32_t ___m_EnabledActionsCount_7;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::m_SingletonAction
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_SingletonAction_8;
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_MapIndexInState
int32_t ___m_MapIndexInState_9;
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionMap::m_State
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_10;
// System.Boolean UnityEngine.InputSystem.InputActionMap::m_NeedToResolveBindings
bool ___m_NeedToResolveBindings_11;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::m_BindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_12;
// UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionMap::m_Devices
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E ___m_Devices_13;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputActionMap::m_ActionCallbacks
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_ActionCallbacks_14;
};
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields
{
// System.Int32 UnityEngine.InputSystem.InputActionMap::s_DeferBindingResolution
int32_t ___s_DeferBindingResolution_15;
};
// UnityEngine.InputSystem.InputActionState
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700 : public RuntimeObject
{
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionState::maps
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___maps_1;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionState::controls
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___controls_2;
// UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputActionState::interactions
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_3;
// UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputActionState::processors
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_4;
// UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputActionState::composites
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_5;
// System.Int32 UnityEngine.InputSystem.InputActionState::totalProcessorCount
int32_t ___totalProcessorCount_6;
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState::memory
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___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;
// System.Action UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateDelegate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnBeforeUpdateDelegate_11;
// System.Action UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateDelegate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnAfterUpdateDelegate_12;
};
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields
{
// UnityEngine.InputSystem.InputActionState/GlobalState UnityEngine.InputSystem.InputActionState::s_GlobalState
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A ___s_GlobalState_13;
};
// UnityEngine.InputSystem.InputBindingResolver
struct InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56
{
// 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_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___maps_3;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputBindingResolver::controls
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___controls_4;
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputBindingResolver::memory
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory_5;
// UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputBindingResolver::interactions
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_6;
// UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputBindingResolver::processors
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_7;
// UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputBindingResolver::composites
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_8;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputBindingResolver::bindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask_9;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.InputBindingResolver::m_Parameters
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* ___m_Parameters_10;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingResolver
struct InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_pinvoke
{
int32_t ___totalProcessorCount_0;
int32_t ___totalCompositeCount_1;
int32_t ___totalInteractionCount_2;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___maps_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___controls_4;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory_5;
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_6;
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_7;
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_8;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask_9;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* ___m_Parameters_10;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingResolver
struct InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_com
{
int32_t ___totalProcessorCount_0;
int32_t ___totalCompositeCount_1;
int32_t ___totalInteractionCount_2;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___maps_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___controls_4;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory_5;
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_6;
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_7;
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_8;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask_9;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* ___m_Parameters_10;
};
// UnityEngine.InputSystem.InputDevice
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// 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_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___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_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_AliasesForEachControl_31;
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_UsagesForEachControl_32;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_UsageToControl_33;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ChildrenForEachControl_34;
// System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlMap_35;
};
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation
struct RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470 : public RuntimeObject
{
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_ActionToRebind
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_ActionToRebind_1;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_BindingMask
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_2;
// System.Type UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_ControlType
Type_t* ___m_ControlType_3;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_ExpectedLayout
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_ExpectedLayout_4;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_IncludePathCount
int32_t ___m_IncludePathCount_5;
// System.String[] UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_IncludePaths
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_IncludePaths_6;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_ExcludePathCount
int32_t ___m_ExcludePathCount_7;
// System.String[] UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_ExcludePaths
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_ExcludePaths_8;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_TargetBindingIndex
int32_t ___m_TargetBindingIndex_9;
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_BindingGroupForNewBinding
String_t* ___m_BindingGroupForNewBinding_10;
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_CancelBinding
String_t* ___m_CancelBinding_11;
// System.Single UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_MagnitudeThreshold
float ___m_MagnitudeThreshold_12;
// System.Single[] UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_Scores
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Scores_13;
// System.Single[] UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_Magnitudes
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Magnitudes_14;
// System.Double UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_LastMatchTime
double ___m_LastMatchTime_15;
// System.Double UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_StartTime
double ___m_StartTime_16;
// System.Single UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_Timeout
float ___m_Timeout_17;
// System.Single UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_WaitSecondsAfterMatch
float ___m_WaitSecondsAfterMatch_18;
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_Candidates
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Candidates_19;
// System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnComplete
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* ___m_OnComplete_20;
// System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnCancel
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* ___m_OnCancel_21;
// System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnPotentialMatch
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* ___m_OnPotentialMatch_22;
// System.Func`2<UnityEngine.InputSystem.InputControl,System.String> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnGeneratePath
Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A* ___m_OnGeneratePath_23;
// System.Func`3<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnComputeScore
Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4* ___m_OnComputeScore_24;
// System.Action`2<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation,System.String> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnApplyBinding
Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* ___m_OnApplyBinding_25;
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnEventDelegate
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___m_OnEventDelegate_26;
// System.Action UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_OnAfterUpdateDelegate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnAfterUpdateDelegate_27;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_LayoutCache
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___m_LayoutCache_28;
// System.Text.StringBuilder UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_PathBuilder
StringBuilder_t* ___m_PathBuilder_29;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/Flags UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_Flags
int32_t ___m_Flags_30;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::m_StartingActuations
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* ___m_StartingActuations_31;
};
// UnityEngine.InputSystem.Controls.AxisControl
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7 : public InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A
{
// 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;
};
// UnityEngine.InputSystem.Controls.IntegerControl
struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB : public InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61
{
};
// Unity.XR.Oculus.Input.OculusRemote
struct OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0 : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B
{
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusRemote::<back>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbackU3Ek__BackingField_39;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusRemote::<start>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CstartU3Ek__BackingField_40;
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.OculusRemote::<touchpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtouchpadU3Ek__BackingField_41;
};
// UnityEngine.InputSystem.Controls.QuaternionControl
struct QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1 : public InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770
{
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<x>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<y>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<z>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CzU3Ek__BackingField_24;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<w>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CwU3Ek__BackingField_25;
};
// UnityEngine.InputSystem.TrackedDevice
struct TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9 : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B
{
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.TrackedDevice::<trackingState>k__BackingField
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CtrackingStateU3Ek__BackingField_39;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.TrackedDevice::<isTracked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CisTrackedU3Ek__BackingField_40;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.InputSystem.TrackedDevice::<devicePosition>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdevicePositionU3Ek__BackingField_41;
// UnityEngine.InputSystem.Controls.QuaternionControl UnityEngine.InputSystem.TrackedDevice::<deviceRotation>k__BackingField
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___U3CdeviceRotationU3Ek__BackingField_42;
};
// UnityEngine.InputSystem.Controls.Vector2Control
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432 : public InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66
{
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::<x>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::<y>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23;
};
// UnityEngine.InputSystem.Controls.Vector3Control
struct Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A : public InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735
{
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::<x>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::<y>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::<z>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CzU3Ek__BackingField_24;
};
// UnityEngine.InputSystem.Controls.ButtonControl
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7
{
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint
float ___pressPoint_33;
};
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields
{
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonPressPoint
float ___s_GlobalDefaultButtonPressPoint_34;
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonReleaseThreshold
float ___s_GlobalDefaultButtonReleaseThreshold_35;
};
// Unity.XR.Oculus.Input.OculusTrackingReference
struct OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D : public TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9
{
// UnityEngine.InputSystem.Controls.IntegerControl Unity.XR.Oculus.Input.OculusTrackingReference::<trackingState>k__BackingField
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CtrackingStateU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTrackingReference::<isTracked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CisTrackedU3Ek__BackingField_44;
};
// Unity.XR.OpenVR.ViveLighthouse
struct ViveLighthouse_t99EEA26EB9A7F309072DDE2B4B2782F96081DD9B : public TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9
{
};
// Unity.XR.OpenVR.ViveTracker
struct ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017 : public TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9
{
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveTracker::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveTracker::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_44;
};
// UnityEngine.InputSystem.XR.XRController
struct XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2 : public TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9
{
};
// UnityEngine.InputSystem.XR.XRHMD
struct XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98 : public TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9
{
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.InputSystem.XR.XRHMD::<leftEyePosition>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CleftEyePositionU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.QuaternionControl UnityEngine.InputSystem.XR.XRHMD::<leftEyeRotation>k__BackingField
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___U3CleftEyeRotationU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.InputSystem.XR.XRHMD::<rightEyePosition>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CrightEyePositionU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.QuaternionControl UnityEngine.InputSystem.XR.XRHMD::<rightEyeRotation>k__BackingField
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___U3CrightEyeRotationU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.InputSystem.XR.XRHMD::<centerEyePosition>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CcenterEyePositionU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.QuaternionControl UnityEngine.InputSystem.XR.XRHMD::<centerEyeRotation>k__BackingField
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___U3CcenterEyeRotationU3Ek__BackingField_48;
};
// Unity.XR.GoogleVr.DaydreamController
struct DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E : public XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2
{
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.GoogleVr.DaydreamController::<touchpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtouchpadU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<volumeUp>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CvolumeUpU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<recentered>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrecenteredU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<volumeDown>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CvolumeDownU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<recentering>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrecenteringU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<app>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CappU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<home>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3ChomeU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<touchpadClicked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadClickedU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::<touchpadTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadTouchedU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.GoogleVr.DaydreamController::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.GoogleVr.DaydreamController::<deviceAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAccelerationU3Ek__BackingField_53;
};
// Unity.XR.GoogleVr.DaydreamHMD
struct DaydreamHMD_tF19E4E4EF4153FBB8A9D15DE74C729354FD460C6 : public XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98
{
};
// Unity.XR.Oculus.Input.GearVRTrackedController
struct GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A : public XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2
{
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.GearVRTrackedController::<touchpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtouchpadU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.GearVRTrackedController::<trigger>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::<back>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbackU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::<touchpadClicked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadClickedU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::<touchpadTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadTouchedU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.GearVRTrackedController::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.GearVRTrackedController::<deviceAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAccelerationU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.GearVRTrackedController::<deviceAngularAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularAccelerationU3Ek__BackingField_51;
};
// Unity.XR.OpenVR.HandedViveTracker
struct HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B : public ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017
{
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.HandedViveTracker::<grip>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CgripU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::<gripPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CgripPressedU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::<primary>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CprimaryU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::<trackpadPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtrackpadPressedU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_49;
};
// UnityEngine.XR.WindowsMR.Input.HololensHand
struct HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE : public XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2
{
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.HololensHand::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.HololensHand::<airTap>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CairTapU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.HololensHand::<sourceLossRisk>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CsourceLossRiskU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.HololensHand::<sourceLossMitigationDirection>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CsourceLossMitigationDirectionU3Ek__BackingField_46;
};
// Unity.XR.Oculus.Input.OculusHMD
struct OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1 : public XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98
{
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusHMD::<userPresence>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CuserPresenceU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<deviceAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAccelerationU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<deviceAngularAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularAccelerationU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<leftEyeAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CleftEyeAngularVelocityU3Ek__BackingField_53;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<leftEyeAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CleftEyeAccelerationU3Ek__BackingField_54;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<leftEyeAngularAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CleftEyeAngularAccelerationU3Ek__BackingField_55;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<rightEyeAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CrightEyeAngularVelocityU3Ek__BackingField_56;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<rightEyeAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CrightEyeAccelerationU3Ek__BackingField_57;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<rightEyeAngularAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CrightEyeAngularAccelerationU3Ek__BackingField_58;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<centerEyeAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CcenterEyeAngularVelocityU3Ek__BackingField_59;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<centerEyeAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CcenterEyeAccelerationU3Ek__BackingField_60;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::<centerEyeAngularAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CcenterEyeAngularAccelerationU3Ek__BackingField_61;
};
// Unity.XR.OpenVR.OpenVRControllerWMR
struct OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306 : public XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2
{
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRControllerWMR::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRControllerWMR::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::<touchpadClick>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadClickU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::<touchpadTouch>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadTouchU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::<gripPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CgripPressedU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::<menu>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CmenuU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVRControllerWMR::<trigger>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVRControllerWMR::<grip>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CgripU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.OpenVRControllerWMR::<touchpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtouchpadU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.OpenVRControllerWMR::<joystick>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CjoystickU3Ek__BackingField_53;
};
// Unity.XR.OpenVR.OpenVRHMD
struct OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021 : public XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98
{
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<leftEyeVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CleftEyeVelocityU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<leftEyeAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CleftEyeAngularVelocityU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<rightEyeVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CrightEyeVelocityU3Ek__BackingField_53;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<rightEyeAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CrightEyeAngularVelocityU3Ek__BackingField_54;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<centerEyeVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CcenterEyeVelocityU3Ek__BackingField_55;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::<centerEyeAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CcenterEyeAngularVelocityU3Ek__BackingField_56;
};
// UnityEngine.XR.WindowsMR.Input.WMRHMD
struct WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99 : public XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98
{
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRHMD::<userPresence>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CuserPresenceU3Ek__BackingField_49;
};
// UnityEngine.InputSystem.XR.XRControllerWithRumble
struct XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB : public XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2
{
};
// Unity.XR.Oculus.Input.OculusHMDExtended
struct OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB : public OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1
{
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusHMDExtended::<back>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbackU3Ek__BackingField_62;
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.OculusHMDExtended::<touchpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtouchpadU3Ek__BackingField_63;
};
// Unity.XR.Oculus.Input.OculusTouchController
struct OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C : public XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB
{
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.OculusTouchController::<thumbstick>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CthumbstickU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.OculusTouchController::<trigger>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.OculusTouchController::<grip>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CgripU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<primaryButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CprimaryButtonU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<secondaryButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CsecondaryButtonU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<gripPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CgripPressedU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<start>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CstartU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<thumbstickClicked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CthumbstickClickedU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<primaryTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CprimaryTouchedU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<secondaryTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CsecondaryTouchedU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.OculusTouchController::<triggerTouched>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerTouchedU3Ek__BackingField_53;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_54;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::<thumbstickTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CthumbstickTouchedU3Ek__BackingField_55;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_56;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_57;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::<deviceAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAccelerationU3Ek__BackingField_58;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::<deviceAngularAcceleration>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularAccelerationU3Ek__BackingField_59;
};
// Unity.XR.OpenVR.OpenVROculusTouchController
struct OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278 : public XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB
{
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.OpenVROculusTouchController::<thumbstick>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CthumbstickU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVROculusTouchController::<trigger>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVROculusTouchController::<grip>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CgripU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::<primaryButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CprimaryButtonU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::<secondaryButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CsecondaryButtonU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::<gripPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CgripPressedU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::<thumbstickClicked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CthumbstickClickedU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::<thumbstickTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CthumbstickTouchedU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVROculusTouchController::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVROculusTouchController::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_53;
};
// Unity.XR.OpenVR.ViveWand
struct ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC : public XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB
{
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.ViveWand::<grip>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CgripU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::<gripPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CgripPressedU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::<primary>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CprimaryU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::<trackpadPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtrackpadPressedU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::<trackpadTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtrackpadTouchedU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.ViveWand::<trackpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtrackpadU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.ViveWand::<trigger>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveWand::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveWand::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_52;
};
// UnityEngine.XR.WindowsMR.Input.WMRSpatialController
struct WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B : public XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB
{
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<joystick>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CjoystickU3Ek__BackingField_43;
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<touchpad>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CtouchpadU3Ek__BackingField_44;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<grip>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CgripU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<gripPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CgripPressedU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<menu>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CmenuU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<trigger>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CtriggerU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<triggerPressed>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtriggerPressedU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<joystickClicked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CjoystickClickedU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<touchpadClicked>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadClickedU3Ek__BackingField_51;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<touchpadTouched>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtouchpadTouchedU3Ek__BackingField_52;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<deviceVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceVelocityU3Ek__BackingField_53;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<deviceAngularVelocity>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CdeviceAngularVelocityU3Ek__BackingField_54;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<batteryLevel>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CbatteryLevelU3Ek__BackingField_55;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<sourceLossRisk>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CsourceLossRiskU3Ek__BackingField_56;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<sourceLossMitigationDirection>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CsourceLossMitigationDirectionU3Ek__BackingField_57;
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<pointerPosition>k__BackingField
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___U3CpointerPositionU3Ek__BackingField_58;
// UnityEngine.InputSystem.Controls.QuaternionControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::<pointerRotation>k__BackingField
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___U3CpointerRotationU3Ek__BackingField_59;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// UnityEngine.InputSystem.InputControl[]
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17 : public RuntimeArray
{
ALIGN_FIELD (8) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* m_Items[1];
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** 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_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputBinding[]
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57 : public RuntimeArray
{
ALIGN_FIELD (8) InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 m_Items[1];
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* 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_t0D75BD1538CF81D29450D568D5C938E111633EC5 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_t0D75BD1538CF81D29450D568D5C938E111633EC5 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 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.InputAction[]
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810 : public RuntimeArray
{
ALIGN_FIELD (8) InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* m_Items[1];
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** 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_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.IInputInteraction[]
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
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);
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
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.InputActionMap[]
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045 : public RuntimeArray
{
ALIGN_FIELD (8) InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* m_Items[1];
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09** 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_tFCE82E0E014319D4DED9F8962B06655DD0420A09* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputControlScheme[]
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86 : public RuntimeArray
{
ALIGN_FIELD (8) InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 m_Items[1];
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* 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, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_BindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceRequirements_2), (void*)NULL);
#endif
}
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_BindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceRequirements_2), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.InputActionMap/WriteMapJson[]
struct WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4 : public RuntimeArray
{
ALIGN_FIELD (8) WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 m_Items[1];
inline WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5* 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, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___actions_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindings_3), (void*)NULL);
#endif
}
inline WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___actions_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindings_3), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[]
struct SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28 : public RuntimeArray
{
ALIGN_FIELD (8) SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 m_Items[1];
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* 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, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devices_2), (void*)NULL);
#endif
}
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devices_2), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.InputActionMap/ReadMapJson[]
struct ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308 : public RuntimeArray
{
ALIGN_FIELD (8) ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 m_Items[1];
inline ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356* 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, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___actions_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindings_3), (void*)NULL);
#endif
}
inline ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___actions_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindings_3), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.InputDevice[]
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548 : public RuntimeArray
{
ALIGN_FIELD (8) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* m_Items[1];
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B** 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, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputActionMap/BindingJson[]
struct BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D : public RuntimeArray
{
ALIGN_FIELD (8) BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A m_Items[1];
inline BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A* 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, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___groups_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___action_6), (void*)NULL);
#endif
}
inline BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___groups_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___action_6), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.InputActionMap/ReadActionJson[]
struct ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D : public RuntimeArray
{
ALIGN_FIELD (8) ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 m_Items[1];
inline ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75* 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, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___expectedControlType_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___expectedControlLayout_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindings_9), (void*)NULL);
#endif
}
inline ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___expectedControlType_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___expectedControlLayout_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindings_9), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.InputActionMap/WriteActionJson[]
struct WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A : public RuntimeArray
{
ALIGN_FIELD (8) WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A m_Items[1];
inline WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A* 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, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___expectedControlType_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_5), (void*)NULL);
#endif
}
inline WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___expectedControlType_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_5), (void*)NULL);
#endif
}
};
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
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);
}
};
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
{
ALIGN_FIELD (8) float m_Items[1];
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* 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, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// UnityEngine.InputSystem.InputActionMap/BindingOverrideJson[]
struct BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5 : public RuntimeArray
{
ALIGN_FIELD (8) BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 m_Items[1];
inline BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2* 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, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___action_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL);
#endif
}
inline BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___action_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL);
#endif
}
};
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_back(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke& marshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled);
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_cleanup(WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_back(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke& marshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled);
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_cleanup(SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com& marshaled);
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_back(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com& marshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled);
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_cleanup(WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com& marshaled);
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com& marshaled);
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_back(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com& marshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled);
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_cleanup(SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com& marshaled);
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_back(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke& marshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled);
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_cleanup(ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com& marshaled);
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_back(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com& marshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled);
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_cleanup(ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com& marshaled);
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_back(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke& marshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled);
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_cleanup(BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com& marshaled);
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_back(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com& marshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled);
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_cleanup(BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com& marshaled);
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_back(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke& marshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled);
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_cleanup(ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com& marshaled);
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_back(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com& marshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled);
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_cleanup(ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com& marshaled);
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke_back(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke& marshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled);
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke_cleanup(WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com& marshaled);
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com_back(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com& marshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled);
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com_cleanup(WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com& marshaled);
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m4EC31174530940C18F3127D8C7E7260B2606F4A0_gshared (MemberInfo_t* ___element0, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_gshared_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.InputBinding>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_gshared_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_gshared (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<UnityEngine.InputSystem.InputBinding>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_gshared (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::AddCallback(TDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, RuntimeObject* ___dlg0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::RemoveCallback(TDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, RuntimeObject* ___dlg0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94 ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ;
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputBinding>(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::.ctor(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mA9AA8F6151380781CF993C6F72ADB67D91B9CF41_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::.ctor(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619_gshared (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___array0, const RuntimeMethod* method) ;
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.InputActionAsset/ReadFileJson>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1 JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02_gshared (String_t* ___json0, const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared (const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<System.Object>(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisRuntimeObject_mBFDBBD4E068866A83F46B6F04C685CEA14712C84_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD_gshared (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputControlScheme>(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B_gshared (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___array0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::.ctor(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCFAE024F6D64C44DB819487820F558B885E9FEC9_gshared_inline (Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::.ctor(TValue[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::.ctor(TValue[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::HaveDuplicateReferences<System.Object>(TFirst[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_HaveDuplicateReferences_TisRuntimeObject_m270B7C767639A30C8013ACB1BAC353811B0A2D73_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___first0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference<System.Object>(TValue[],TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_ContainsReference_TisRuntimeObject_mAA2BEFAB0C82AA20237ED07746BFBE3F4F42E842_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference<System.Object,System.Object>(TFirst[],System.Int32,System.Int32,TSecond)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_ContainsReference_TisRuntimeObject_TisRuntimeObject_m23036E79ACFA324EA4094BA12F9FFB941AC27AD0_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t ___startIndex1, int32_t ___count2, RuntimeObject* ___value3, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.OneOrMore`2<TValue,TList> UnityEngine.InputSystem.Utilities.OneOrMore`2<System.Object,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::op_Implicit(TList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OneOrMore_2_tAF606C442412A5289596368E8705C82028DBA053 OneOrMore_2_op_Implicit_m5620632F3CF2011D8513F1DE4C4C8F16950BA3D8_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___multiple0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.OneOrMore`2<System.Object,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OneOrMore_2_get_Count_m56F1A11ED7D65D34D30AF7E6811E77A1F7F04FEE_gshared (OneOrMore_2_tAF606C442412A5289596368E8705C82028DBA053* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.OneOrMore`2<System.Object,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OneOrMore_2_get_Item_mF0D25C4C8C33FE00FC6B392B3A903196E01A7BD7_gshared (OneOrMore_2_tAF606C442412A5289596368E8705C82028DBA053* __this, int32_t ___index0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.OneOrMore`2<TValue,TList> UnityEngine.InputSystem.Utilities.OneOrMore`2<System.Object,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::op_Implicit(TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OneOrMore_2_tAF606C442412A5289596368E8705C82028DBA053 OneOrMore_2_op_Implicit_m5B7225DEEFB65B4549FD33E606B9319C3FF97828_gshared (RuntimeObject* ___single0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, int32_t ___index0, const RuntimeMethod* method) ;
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.InputActionMap/ReadFileJson>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94_gshared (String_t* ___json0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<System.Object,System.Object>(TFirst[],TSecond,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m535F7C167C2FB8369A26267BF3D4454FBC57E4B4_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, RuntimeObject* ___value1, int32_t ___count2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity<System.Object>(TValue[],System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisRuntimeObject_m31C5903A40AF94CC05C2609206AD1727A4A128B5_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m67D1985A58400F73E08CFAEC0ECCBB2383127F65_gshared (Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9* __this, ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___value0, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 Nullable_1_get_Value_mF1240DA96906AD3B71CAAACB531C78D0AA94E2F6_gshared (Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions::HaveEqualReferences<System.Object>(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<TValue>,System.Collections.Generic.IReadOnlyList`1<TValue>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyArrayExtensions_HaveEqualReferences_TisRuntimeObject_m7670DD87F30B50CA7A8FD14D3AAA49FA4C6C1F28_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___array10, RuntimeObject* ___array21, int32_t ___count2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear<System.Object>(TValue[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisRuntimeObject_m5D800A301AD70FFC4A879490EE692BC011C67FDD_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t* ___count1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity<System.Object,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>(TValue[]&,System.Int32&,TValues,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5_m36425F749DA368E848C2C1CFDFE1D02531E20351_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t* ___length1, ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Enumerable::Count<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_mFE2578389AAD1579F88DF0952810FE9CC535D2DE_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8_gshared (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_gshared_inline (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___item0, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD_gshared (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_gshared_inline (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::Join<System.Object>(System.String,TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Join_TisRuntimeObject_m01296B52BAFE9D92F945A555F8EF05E3C0A0CE52_gshared (String_t* ___separator0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___values1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_gshared (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_gshared_inline (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945_gshared (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D_gshared (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278_gshared (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_gshared_inline (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 ___item0, const RuntimeMethod* method) ;
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C_gshared (String_t* ___json0, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A_gshared (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409_gshared (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_gshared_inline (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135_gshared (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlList`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Single>::.ctor(TValue[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_gshared (ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControlList`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlList_1_get_Item_mA6D11AC01076BDE34EE9C019D4A348E3C404DBA6_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<UnityEngine.InputSystem.InputControlScheme>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC1E59BE3A30E6DB1F1993BB940ADA48593E930A_gshared (Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::IndexOf(System.Predicate`1<TValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4_gshared (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8* ___predicate0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E_gshared (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, int32_t ___index0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1_gshared (ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97_gshared (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D_gshared (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3_gshared (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<System.Object>(TValue[]&,System.Int32&,TValue,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t* ___count1, RuntimeObject* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlList`1<System.Object>::IndexOf(TControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlList_1_IndexOf_m7E98E2497DAAD16D0302645DA95BBBDC1532ED58_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Add(TControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Add_m3930D23218278EB62DFBF3004565C0139DCCD455_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<System.Single>(TValue[]&,System.Int32&,TValue,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_gshared (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___array0, int32_t* ___count1, float ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_RemoveAt_m45146798CCD49962B1AD61EFC2026599A3212CD0_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity<System.Single>(TValue[],System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89_gshared (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Single>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m97AA589FB0CCE1240A0C9F7F7C32573B94FD2592_gshared (Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB* __this, const RuntimeMethod* method) ;
// System.Void System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mFC80A1D3B6BA1009B9779F59B49347FEEE827FB6_gshared (Action_2_tD987B97B18D27B9920365359C46BC12702AD4F7D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Single>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m5A4D75103E82F4CF2703F01E9E38363EAE2F8851_gshared (Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Single>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mD455094771BC3694A38416DA70E16A5B6A7E510D_gshared (Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB* __this, RuntimeObject* ___key0, float ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Single>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mB3364B977072656B662C984B4F7E39394C341B2A_gshared (Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB* __this, RuntimeObject* ___key0, float ___value1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Single>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2326BEBCBC09583A4D6574D1D222A11000AE43F5_gshared (Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB* __this, RuntimeObject* ___key0, float* ___value1, const RuntimeMethod* method) ;
// TResult System.Func`3<System.Object,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>::Invoke(T1,T2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Func_3_Invoke_mAC5EDDB4D2B0E0F6D1B2EADF505817A2596C2D5E_gshared_inline (Func_3_t2B401BCD35B0B99F92A4DFE6D49848E9CA19DB66* __this, RuntimeObject* ___arg10, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg21, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements<System.Single>(TValue[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810_gshared (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::SwapElements(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_SwapElements_m6C5F7C6236D69DBB9FA46F7CBA6995414C09F482_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method) ;
// TResult System.Func`2<System.Object,System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method) ;
// System.Void System.Action`2<System.Object,System.Object>::Invoke(T1,T2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Clear_m0532B3B3F9BC765EBA18EEA31392089EF0C75E5B_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::set_Capacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_set_Capacity_m42D42F4C12EF4F0EEF03959C651B5A1597B0D316_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Single>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7090A0C6890D4FE1C83844A6616D8E9A5AEC802C_gshared (Dictionary_2_t1E85CF9786F2C7C796C8CC2EB86ADA13A263ECAB* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.String,System.String,System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_m0B85065BF998E684B4CAC7D8DF2759906D551B9D (String_t* ___json0, String_t* ___name1, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XR.XRHMD::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHMD_FinishSetup_mB75FCAE73C22F861B52EBCD168FF6C225265FD64 (XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98* __this, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.Vector3Control>(System.String)
inline Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
return (( Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method);
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_deviceVelocity_mB3783887606A7B5608C517432FEA1E99BE5B198D_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_deviceAngularVelocity_mD3CDAA568256B68BFEE2EF4FCCF4A588BE9867DF_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_leftEyeVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_leftEyeVelocity_m76672ED570533307E1107DCE331FED0629F962A8_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_leftEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_leftEyeAngularVelocity_mB46D1ADC2A921598D1266C2D2649874E5FA20453_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_rightEyeVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_rightEyeVelocity_m043220FA3CD7C125D6A3EF055F4C95ABB5E458E4_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_rightEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_rightEyeAngularVelocity_mEA6898FC3A6BE49D0A2F81278B592E139DB30355_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_centerEyeVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_centerEyeVelocity_m135A618181B0F4D75ABAB2C99A8C22D752608583_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_centerEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_centerEyeAngularVelocity_m9EEB51620F247107B80E614385AAFCB8A3B341EF_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XR.XRHMD::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRHMD__ctor_m45E075B7C9DC2E1A59AF838FCCDE51E9D6C13C7E (XRHMD_t2AB69188B210850F78044E5288C17FD173DB9B98* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XR.XRController::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128 (XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_deviceVelocity_m144502F4EE78B1D34BCF961D1BF25A0796616B69_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_deviceAngularVelocity_m84D19E675C24AFE2F065064A9DC79E289A531EE7_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.ButtonControl>(System.String)
inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
return (( ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method);
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_touchpadClick(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpadClick_mC5805CE1F2555948579D46226100E1F6EDB565F3_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_touchpadTouch(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpadTouch_mB0A6223D6EDAF4C62AE965979B91CD0117F3875F_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_gripPressed_m1555FB644E487C0EBE6FAA1B898DA8016C4D897C_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_triggerPressed_m6C78C4781C650F1532176A9EAFA39F57184394EF_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_menu(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_menu_m1B2CB1C999488655DE85DB9AD1C335A8FC3DD47F_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.AxisControl>(System.String)
inline AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
return (( AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method);
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_trigger_mDC31250364C11C790C72036F3955AA241B8FA29B_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_grip_m07DEBD3114B4D4B68072B19C0332A5923D3AE04C_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.Vector2Control>(System.String)
inline Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
return (( Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method);
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpad_m4F818AC743C1281D6AB656A1BAA1A2CC729D7A2D_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_joystick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_joystick_mC535A0E94D41A1CB79BFEC07C28B2D7DC804A26B_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XR.XRController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRController__ctor_mB780698DBF866160CF7C7D6198D115CE263593ED (XRController_tB7EBF72339C56C18DEB74B1176FD39B9C421F1E2* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_grip_mB074C9F2FB3A9F290EDDE6690A05D05F48B091F7_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_primary(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_primary_mFE2E664D1A1F2CF13208F78F303F80214331FB87_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_gripPressed_mDCF3C96003FDDA986BB80BC674229858CFA4C992_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_trackpadPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trackpadPressed_m8907B316328F59977FC17D5C960EE5FB05D13BB5_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_trackpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trackpadTouched_m8BC57EE265E97F1AAEC0727E0163548E0CAC73FB_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_trackpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trackpad_mD4D27EF52325D70721838D44D927758C42102BBA_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trigger_mB6AFAD674E3B204860B13CC08FAA9F6833CD0CAE_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_triggerPressed_mAFB68A0873C288A9C4139C14E51A5825DE979055_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_deviceVelocity_mAA81BA83CE66C49A59C309C8A95C52520352E867_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveWand::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_deviceAngularVelocity_mA3E6F25FC002E20AD040D9CDCB9E811345739228_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XR.XRControllerWithRumble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRControllerWithRumble__ctor_m78ED6D19588BE805A9BDFD5C194FEB0520A273D0 (XRControllerWithRumble_tE748B7C11688766EF1F006DBBA82B5C7564877EB* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.TrackedDevice::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackedDevice__ctor_mB27788B88E0EACB28065D20F6FE6E39AF391B375 (TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.TrackedDevice::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackedDevice_FinishSetup_m8FE5D25BCB3BE51AA50D75C97265A8B8D39D0DC5 (TrackedDevice_t9B8AC60AAD52E906174449ED57660F3F8A3599E9* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveTracker::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveTracker_set_deviceVelocity_mA8BEF450314ABEF99EF08E24E2BA3E0FC8192143_inline (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveTracker::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveTracker_set_deviceAngularVelocity_mBBDE3EECBAA23CF3293932B4C159BD6D15B55A1A_inline (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_grip_m986ADD52B4C3697AD5386C51F8797AB10A01DFE4_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_primary(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_primary_m8C60B7B6B684CD1138A7DBB1DAF6B23A92EB7242_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_gripPressed_mEB7BBEA33ECB065166A0FC3543067915F84513DB_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_trackpadPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_trackpadPressed_m1C3EF0433C6D34A9E4480ADDCEF505115AE66208_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_triggerPressed_m81577FAFB75478E3E73A03EDC4C4BC8EC0C3C4BB_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveTracker::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveTracker_FinishSetup_mBD04F736C41F7F556C57EB1A4DD978776AB0C8EE (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.ViveTracker::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveTracker__ctor_m4A3BE58F4DFFE121522C1760226A97DB61451E49 (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_thumbstick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstick_m7B703AF52E1DEED104B2A9AC6E6E9B8625844D9D_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_trigger_mDCDF169004B8A7A3C43A624C22E8DEDEDD869A8F_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_grip_m7AD65DAC8057BF35DEEA8E8330BBB86573967B5D_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_primaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_primaryButton_m52C07C9B8E98AF5691D3282F73FFBCD3DED58FC4_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_secondaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_secondaryButton_m785F40DA8EB2E0C8AE907B1AD54E288EBD8938CC_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_gripPressed_m7B7D96885BC0737320B30C7A70D8B332A872A62C_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_thumbstickClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstickClicked_m9851E3DF08185A2DD14836BA6BF58DBF9F739040_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_thumbstickTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstickTouched_m48131C18819AF715C5B1FC6F66A18A70ABA91CBC_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_triggerPressed_m7FC498C860461F9F9DA62EBBF3CC2C041071274D_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_deviceVelocity_m4781367F04392C97349F0D10FC5B5D98AB47A22A_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_deviceAngularVelocity_m86663651B6D8B7B7D35B1FC7D98A8EAA25DA85D8_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_userPresence(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_userPresence_m9382DD80D17E6CE8801C46B38A42BE3492E519CB_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAngularVelocity_mF3B220CA82B9789DDD7F3B0F315515AC2650D0B9_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAcceleration_m0C44A502D3AAFFEEAC5CA872C96E10DD65F7D457_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_deviceAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAngularAcceleration_m1AE11BB88730DFBFF29C79862BBC93F2E7EA3AB3_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_leftEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAngularVelocity_mB099BE0DE7F820AE68808AA467ED4DD046875732_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_leftEyeAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAcceleration_mFF8E2C7DF7CDB8B9678CAC556C6C55729C0E4B5B_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_leftEyeAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAngularAcceleration_m8AB825C7FEBBB51FD2604E65DFE47E434A4C849B_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_rightEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAngularVelocity_m9692627AA2CF6B4F6D86CBEA9A57276932493D79_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_rightEyeAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAcceleration_m22E1AE61CBCDD1026CF194059C595EBE45B91F67_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_rightEyeAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAngularAcceleration_m47E245FA3BCBE6648D32AB2F73DF7FBEF874CA59_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_centerEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAngularVelocity_m7A6980405DBDF0FF29CD08CC461CBECF69EE44A5_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_centerEyeAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAcceleration_mA919EB844D70BC622FFE0EC7840A04E766BA600C_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_centerEyeAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAngularAcceleration_m113EEE8528B4CD25D43495CE52FD8B4ADFDBE45F_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_thumbstick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstick_mCE83285324084A9CC134A9AC82D5F314D2EC54C4_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_trigger_m2EF8D53F3CBAD1425FC859C0A21DB0B774B1A56A_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_triggerTouched(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_triggerTouched_mFC06DA4C6C489729C52C4CD9EEDBE3FF21468231_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_grip_mBAB2588AC3AE13E12C121D734D36DA1437D7D2B8_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_primaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_primaryButton_m3CB8515E5AA191972822C45FD9B2B9CC770C84E2_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_secondaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_secondaryButton_m8ABA7FC425FF57D4F89111CA1CF373027F969967_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_gripPressed_m7A78C0352AD402161E89542E0AFB6533B5FDA57D_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_start(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_start_m2AC9310CE8C314708914B7F70087F63C4DBF475A_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_thumbstickClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstickClicked_m2B77552D010F410F79775D9011F051D074E351AC_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_primaryTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_primaryTouched_m3564C5A78160FED2FED435817FEE427C347EB5D3_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_secondaryTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_secondaryTouched_mB6D9FB1C1628F387D05631CC0E8A194CF30F5C2D_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_thumbstickTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstickTouched_m767F4A2B2D7F5B4738709A1A6540F73C1090B3D5_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_triggerPressed_mA092DC3CA66DC755439B3AB7B03FC2F448A50D18_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceVelocity_m3884B11F2C1AB204863FE0E7AA72053751CE4BEE_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAngularVelocity_mE25CAB51D1052A7B22F393268FA30B82E380F02A_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAcceleration_m0272E8DDE0A780331E855F98E7DD0BAEAB8FE26F_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAngularAcceleration_mE36DFAFB38E32F6901806BABA3B291E3BA62BDB5_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.IntegerControl>(System.String)
inline IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
return (( IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method);
}
// System.Void Unity.XR.Oculus.Input.OculusTrackingReference::set_trackingState(UnityEngine.InputSystem.Controls.IntegerControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTrackingReference_set_trackingState_m3F8708A858EFD56D8F8D52A4F1A9A589C7196FDE_inline (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusTrackingReference::set_isTracked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTrackingReference_set_isTracked_m6FA86987B7D53C3A27DA409A388E2BB4880EFCC8_inline (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControl::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusRemote::set_back(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusRemote_set_back_m75CB133735E0140397A9431AE6712F510B007D2B_inline (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusRemote::set_start(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusRemote_set_start_mF34230989E43F99FC07DA0ABB5FD98D6DB637BF3_inline (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusRemote::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusRemote_set_touchpad_m7F66B8C9541ECF48FB455727D57B66CC79D51AB9_inline (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputDevice::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice__ctor_mAA72B9458CD588116A968FE54C2AD2B59C787E51 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_FinishSetup_m8EA2AFF036658DDE6C36E19D95C8ED58CC31D32B (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMDExtended::set_back(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMDExtended_set_back_mC98306E8847DDAB9B2F46B0D52F937AE987E41F3_inline (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMDExtended::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMDExtended_set_touchpad_m035B180B2E1AB1DFF685C77EEA8BF03B32CC18D1_inline (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.OculusHMD::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD__ctor_m71D4611011F2354421932FDD66B44BA03EBA67DB (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpad_m87E51972471D3A1793059625346F5A4226EA2B73_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_trigger_mE8C85BD46A8788DB3A8D6BDA7259DDF7A3CE1269_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_back(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_back_m682575B11BF03556AB63F65D60BD611A950E3C04_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_triggerPressed_m21ADF87BF994317C21BA32B90BE9826DBF4723CF_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_touchpadClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpadClicked_m0E5304650AC2A578534A590CD9D4722199113936_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_touchpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpadTouched_m2EF525225849C501EEA08F72C76E8608671F92AE_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAngularVelocity_mB421CECAF8A29E0EDADEE349E75EA7C16BBFCD50_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAcceleration_mE4E78CF454405139C0ACE63737E5F457721580AB_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_deviceAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAngularAcceleration_m212BB263779D06893E7C2E6D4D6C351335A18CA9_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_touchpad_m656EB770ECD5DB7C5F9C24B855027333C885B48A_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_volumeUp(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_volumeUp_m0A320F158D6DB3C871A9E50C292B9E00094BCBCE_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_recentered(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_recentered_m46FBE9584168C545089CB1543742888FBB3D5FD7_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_volumeDown(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_volumeDown_m352BB07BF8987C86520058F75A3BB119D44C49DB_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_recentering(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_recentering_m48EB0D1C3229BAC7E2C3F3ABE023D9D28CC21FCE_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_app(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_app_m752ACBD1FD83FB21F3CF048DC268564E65DBD465_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_home(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_home_mD584E9D1A768A45B8C4995E016BA1AF3D83D512F_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_touchpadClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_touchpadClicked_m71F6FAC1452CC5740011B3FA41FAAF1AEBC3338D_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_touchpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_touchpadTouched_m0D29FDE37D9A4BF9C745BB0FE6CE45C77E2E40E0_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_deviceVelocity_m3AEBD81873CFF7DEB5B67D012099E63E8648F2C5_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void Unity.XR.GoogleVr.DaydreamController::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_deviceAcceleration_m2F8127DE6783D2CE5AA1FD63A3B8D3FC6191ED87_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRHMD::set_userPresence(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRHMD_set_userPresence_mF9BBC0E6EE0775219259EE7C7A3BA5318862B8DB_inline (WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_airTap(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_airTap_m87C1FACD3E38C35F145C8B9E75C87EC9B789944F_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_deviceVelocity_m2E80259D5884A29AC265FE445B012DDD5ECCD31E_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_sourceLossRisk(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_sourceLossRisk_mE979575F239577576B1CD1A3E6085C52ACDD0D18_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_sourceLossMitigationDirection(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_sourceLossMitigationDirection_m27712530AA6B8C9A58996BF1336CA6D6BAF59E8B_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_joystick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_joystick_m5CB9D29DF005F75ACFCF6A82D50633FC29B0DB2C_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_trigger_mE5CA4298F9746121ABE20B6AC6B03C778634AE1E_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpad_m5F5137D7C94D0B5B9F8778998DF5142348676772_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_grip_m6C1C82AEA5A6A489247E48FAED102F136E8E9B80_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_gripPressed_m292B1553B9B55310336730E89E8BB902D9887869_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_menu(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_menu_m5C47292AA10F39F33AFA9F06D263FEA3C4872EB9_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_joystickClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_joystickClicked_m292F77D324815C3A6F76F20C9C36DEFF4FFAC3D6_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_triggerPressed_mA9733C9EB748B251A22160B605B6EAF8EEAF8CA9_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_touchpadClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpadClicked_mF38D68B3F913A7A495AD27A8DACDCD61966C91D7_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_touchpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpadTouched_mE9E8E77EF98C735FAA5683C63BEFE7BDE3C7C44F_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_deviceVelocity_m831724798E2964C18CE73797BA36D185EA635622_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_deviceAngularVelocity_m0383ECB32F84F17A1D6B58141283B7D2A872276B_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_batteryLevel(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_batteryLevel_m12B88086C04F06B2C7D6686C149FF9A12D2A7896_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_sourceLossRisk(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_sourceLossRisk_m4CB20067A5632C87F1B367B10F5876140CD2E7E2_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_sourceLossMitigationDirection(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_sourceLossMitigationDirection_m1018D939572920A074F7C2853D9DC302B27F864A_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_pointerPosition(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_pointerPosition_m74186BC2E759082A0E526FBB2C6C22669C9209FD_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.QuaternionControl>(System.String)
inline QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* InputControl_GetChildControl_TisQuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1_m6F3533847D96A9AD4363B88D2D912D7ADCE096C4 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
return (( QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___path0, method);
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_pointerRotation(UnityEngine.InputSystem.Controls.QuaternionControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_pointerRotation_mCFFA441D3685FC8861166C6D6FF6C05CF521CE0D_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___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_m025FA4B06F7A0E607C020A252C7E263BD000C848 (Type_t* ___type0, Type_t* ___genericTypeDefinition1, int32_t ___argumentIndex2, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ;
// System.Type UnityEngine.InputSystem.Utilities.TypeTable::LookupTypeRegistration(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A (TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputInteraction::GetDisplayName(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputInteraction_GetDisplayName_m1CF0CBF8503BC59309AFBF50BB2C06EFD362E218 (Type_t* ___interactionType0, const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.ComponentModel.DisplayNameAttribute>(System.Reflection.MemberInfo)
inline DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* CustomAttributeExtensions_GetCustomAttribute_TisDisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_mB7C05AB5085F7F744FEBD6E91C25A5CF1AD65F85 (MemberInfo_t* ___element0, const RuntimeMethod* method)
{
return (( DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* (*) (MemberInfo_t*, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m4EC31174530940C18F3127D8C7E7260B2606F4A0_gshared)(___element0, method);
}
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputAction::MakeSureIdIsInPlace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_MakeSureIdIsInPlace_m31CEE989607F309C685BEC3219CD637EFFAA2970 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Void System.Guid::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___g0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction::get_isSingletonAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_HasValue()
inline bool Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44*, const RuntimeMethod*))Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_gshared_inline)(__this, method);
}
// T System.Nullable`1<UnityEngine.InputSystem.InputBinding>::GetValueOrDefault()
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
return (( InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 (*) (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.InputBinding::op_Equality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___left0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___right1, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_Value()
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
return (( InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 (*) (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44*, const RuntimeMethod*))Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_gshared)(__this, method);
}
// System.String UnityEngine.InputSystem.InputAction::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_action(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<UnityEngine.InputSystem.InputBinding>::.ctor(T)
inline void Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44*, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_gshared)(__this, ___value0, method);
}
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::GetOrCreateActionMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionMap::LazyResolveBindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::GetBindingsForSingleAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputActionMap_GetBindingsForSingleAction_m521356BA7C5632D3FECAE380BEE79B549CBD143D (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionMap::ResolveBindingsIfNecessary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputActionMap::GetControlsForSingleAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputActionMap_GetControlsForSingleAction_m5FE7448A343DED8F570DA44C8B64B831146C591B (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/TriggerState UnityEngine.InputSystem.InputAction::get_currentState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D InputAction_get_currentState_mB48C169F66AEB1066569F87E841E76512301F320 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/TriggerState::get_phase()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputAction::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_get_phase_mA9B46F817A05ED2094C318354A05895FE4E1F891 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputExtensions::IsInProgress(UnityEngine.InputSystem.InputActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputExtensions_IsInProgress_m37300A7A5E1CB6A168453B66EE234EA43530544F (int32_t ___phase0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>::AddCallback(TDelegate)
inline void CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096 (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___dlg0, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775*, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E*, const RuntimeMethod*))CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared)(__this, ___dlg0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>::RemoveCallback(TDelegate)
inline void CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5 (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___dlg0, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775*, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E*, const RuntimeMethod*))CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared)(__this, ___dlg0, method);
}
// System.Boolean UnityEngine.InputSystem.InputAction::WasPerformedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_WasPerformedThisFrame_m6EB7F845E109BB397BA5DB84FE80CB28F399D62E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState::get_actionStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_controlIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::get_type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_path(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_interactions(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_processors(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputActionMap::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputAction::get_controls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputAction_get_controls_mC677AD1ABF680C5D2175E704FFAF0C6C3A86FE82 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method);
}
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::GetEnumerator()
inline Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, const RuntimeMethod* method)
{
return (( Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>::Dispose()
inline void Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676 (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>::get_Current()
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E* __this, const RuntimeMethod* method)
{
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method);
}
// System.String UnityEngine.InputSystem.InputControl::get_path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>::MoveNext()
inline bool Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.InputAction::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::EnableSingleAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableSingleAction_mB940ABBDDF1A14DA254BB09AB792282507C952C4 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DisableSingleAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableSingleAction_m998DDE29061E4548FBF5488C924FDC4F92732249 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputAction::.ctor(System.String,UnityEngine.InputSystem.InputActionType,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___name0, int32_t ___type1, String_t* ___binding2, String_t* ___interactions3, String_t* ___processors4, String_t* ___expectedControlType5, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::get_bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::ToArray()
inline InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95 (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method)
{
return (( InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, const RuntimeMethod*))ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_gshared)(__this, method);
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputAction::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputAction_Clone_m81336C50A6CDA18CBEA263D2615B8A8EED825A7B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_bindingIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.InputActionState::ReadValueAsObject(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ResetActionState(System.Int32,UnityEngine.InputSystem.InputActionPhase,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, int32_t ___toPhase1, bool ___hardReset2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_pressedInUpdate()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_releasedInUpdate()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_lastPerformedInUpdate()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_interactionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState::get_interactionStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/InteractionState::get_phase()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/InteractionState::get_isTimerRunning()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputActionState/InteractionState::get_timerDuration()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputActionState/InteractionState::get_timerStartTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputActionState/InteractionState::get_totalTimeoutCompletionTimeRemaining()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputActionState/InteractionState::get_totalTimeoutCompletionDone()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216 (bool ___condition0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/TriggerState& UnityEngine.InputSystem.InputActionState::FetchActionState(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* InputActionState_FetchActionState_mF07C3995291CAE3BFB52199E083C9D53C06E0718 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputAction::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_GenerateId_mEFFB96A9811B4AC63713D7D933C9B77D2B80F3FD (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Guid System.Guid::NewGuid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903 (const RuntimeMethod* method) ;
// System.String System.Guid::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputAction::CreateInternalActionMapForSingletonAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_CreateInternalActionMapForSingletonAction_mE5702D9979607FBFF71DCEE06673C9F5EB91870E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionMap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap__ctor_m21A22EDC9A817AFE2F18E8BEEDB8FB9558CAE083 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputBinding>(TValue[])
inline int32_t ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3 (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, const RuntimeMethod* method)
{
return (( int32_t (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_gshared)(___array0, method);
}
// System.Boolean UnityEngine.InputSystem.InputBinding::TriggersAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, 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_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_action()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __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_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_actionIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_controlIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_interactionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_interactionIndex_mF7D439E25D5E3A8A048CAF322A4FF0003B7FB9F2 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputAction/CallbackContext::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::get_started()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_get_started_m0A946F354239889D41B6D191BCCD573330F9C59D (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::get_performed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_get_performed_mB19EF328AFA329FC9790F01CC339597C52D6D528 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::get_canceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_get_canceled_m705A586AFA60D318B2A4A8947A6BC445653D0998 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputAction/CallbackContext::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputAction/CallbackContext::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* CallbackContext_get_control_m085D29F5F6B7E10E1280A5B8662B94AF245F4123 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.InputAction/CallbackContext::get_interaction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallbackContext_get_interaction_mF05241B8F876487AC3A631CBE900BC3C80D6F1F8 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_time()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputAction/CallbackContext::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double CallbackContext_get_time_m411EBA76522616EF38FD78341B246EEF94908050 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_startTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputAction/CallbackContext::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double CallbackContext_get_startTime_m6F0F9C2CF03CDEFFE81F2E54636A465221AFD39B (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputAction/CallbackContext::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double CallbackContext_get_duration_m1E925BA2636AD5558E1DE54167742BB8D2BB4042 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Type UnityEngine.InputSystem.InputActionState::GetValueType(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputActionState_GetValueType_m123467AFF4D4D4771699D076799574354FADC1B2 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, const RuntimeMethod* method) ;
// System.Type UnityEngine.InputSystem.InputAction/CallbackContext::get_valueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* CallbackContext_get_valueType_m508DFAF9D56EE15A6ECCB71482282980277B079C (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::GetValueSizeInBytes(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetValueSizeInBytes_mEE80A4597CD84ADB051F9C73939B5C7F2E8BDC4C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_valueSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Void*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ReadValue_m683D5F57CC8FC79648B7F9B6AA78218873E6F291 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, void* ___buffer2, int32_t ___bufferSize3, bool ___ignoreComposites4, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemClear(System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m0535B03E39A2A8CF84AE517549902F0025F67460 (void* ___destination0, int64_t ___size1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputAction/CallbackContext::ReadValue(System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::ReadValueAsButton(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ReadValueAsButton_mDC9D78458B05CDFF565051B47B6AB27B91F9AB43 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::ReadValueAsButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_ReadValueAsButton_m0BB60DCAF50108EF68316BCBFFCC878E1317E753 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.InputAction/CallbackContext::ReadValueAsObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallbackContext_ReadValueAsObject_m5B427AE8F4A079778BBE471070DDADF74C3BBBFC (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputAction/CallbackContext::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CallbackContext_ToString_m7F09004B32FBC09423CDFD9966C2FDA42D6CF553 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap> UnityEngine.InputSystem.InputActionAsset::get_actionMaps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>::GetEnumerator()
inline Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938 (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081* __this, const RuntimeMethod* method)
{
return (( Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA (*) (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>::Dispose()
inline void Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>::get_Current()
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931 (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA* __this, const RuntimeMethod* method)
{
return (( InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* (*) (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionMap::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>::MoveNext()
inline bool Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>::.ctor(TValue[])
inline void ReadOnlyArray_1__ctor_m2F6089C006A7E306173FB1EA561A40460D1F38CD (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081* __this, InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___array0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081*, InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mA9AA8F6151380781CF993C6F72ADB67D91B9CF41_gshared)(__this, ___array0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::.ctor(TValue[])
inline void ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619 (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___array0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9*, InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619_gshared)(__this, ___array0, method);
}
// System.Void UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_bindingsU3Ed__8__ctor_mD7B52EB8052058E82EF60E0F102FC3520278B355 (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionAsset::ReResolveIfNecessary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_ReResolveIfNecessary_mDE41776E441828AB45D824369D411D95F8CFFA55 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputActionMap/DeviceArray::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D DeviceArray_Get_m8632E75B27F9A1B063CF36DCBF136BF9651445F1 (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::Set(System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceArray_Set_m900763508AC4EFB48791EB0830920F477F708B1F (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D ___devices0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset::FindAction(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___actionNameOrId0, bool ___throwIfNotFound1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap/WriteFileJson UnityEngine.InputSystem.InputActionMap/WriteFileJson::FromMaps(System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 WriteFileJson_FromMaps_mAB0E0CD5CD1205BCC663A980A7566016BDF24442 (RuntimeObject* ___maps0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToJson(UnityEngine.InputSystem.InputControlScheme[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* SchemeJson_ToJson_m838314BE485505C4734D0E22CA62479EE5F32B14 (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___schemes0, const RuntimeMethod* method) ;
// System.String UnityEngine.JsonUtility::ToJson(System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_mA7B20656D12861446AAA157DF6E9ACBBD78EC0AC (RuntimeObject* ___obj0, bool ___prettyPrint1, const RuntimeMethod* method) ;
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.InputActionAsset/ReadFileJson>(System.String)
inline ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1 JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02 (String_t* ___json0, const RuntimeMethod* method)
{
return (( ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1 (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02_gshared)(___json0, method);
}
// System.Void UnityEngine.InputSystem.InputActionAsset/ReadFileJson::ToAsset(UnityEngine.InputSystem.InputActionAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadFileJson_ToAsset_mBBB3B789AFE3C2FA5F1B10E6B98371DCBF37C6C4 (ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.InputSystem.InputActionAsset>()
inline InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ScriptableObject_CreateInstance_TisInputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_m21D2D0E45E9D2F4B9B2219E6EC0590CF7A70B817 (const RuntimeMethod* method)
{
return (( InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared)(method);
}
// System.Void UnityEngine.InputSystem.InputActionAsset::LoadFromJson(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_LoadFromJson_m2D3BF6F68E560142EB4864E375FE692C90A1BDCC (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___json0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::FindAction(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___actionNameOrId0, bool ___throwIfNotFound1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.Substring::.ctor(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, String_t* ___str0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.Substring::.ctor(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Substring__ctor_mD29CA4E0387A9343B5A0839A92A7AC13468621D9 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, String_t* ___str0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.Substring::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Substring_get_isEmpty_m595F6475C26E9FFE44A503FC412CCB059B0FBC47 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.Substring::op_Implicit(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t2E16755269E6716C22074D6BC0A9099915E67849 Substring_op_Implicit_mF41B9BD536475F42FFA830CC270D11453D7FEBE8 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::Compare(UnityEngine.InputSystem.Utilities.Substring,UnityEngine.InputSystem.Utilities.Substring,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Substring_Compare_mFCC9A87C466F5D4045A5820A9203C3567A43B871 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___left0, Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___right1, int32_t ___comparison2, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputActionMap>(TValue[])
inline int32_t ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___array0, const RuntimeMethod* method)
{
return (( int32_t (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisRuntimeObject_mBFDBBD4E068866A83F46B6F04C685CEA14712C84_gshared)(___array0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindBinding(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputAction&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindBinding_mA90198CA2F2B2CB4A285E5429DB4AD01EEF7A9B0 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___mask0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** ___action1, const RuntimeMethod* method) ;
// System.Boolean System.String::Contains(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Guid::TryParse(System.String,System.Guid&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParse_m46FD3E8A425836C68964B0A72C89922A31B5EB0D (String_t* ___input0, Guid_t* ___result1, const RuntimeMethod* method) ;
// System.Guid UnityEngine.InputSystem.InputActionMap::get_idDontGenerate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputActionMap_get_idDontGenerate_m4B253576FAC52B33351C1EBF5A87DC2DC4EC6C23 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Boolean System.Guid::op_Equality(System.Guid,System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Equality_mC6FCB577D004C231106A3A9EDEE2DC3FACA63A27 (Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::FindAction(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionMap_FindAction_m119EFF9E93D8547EE685120345971F994A156C4D (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Guid_t ___id0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlScheme::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionAsset::FindControlSchemeIndex(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>::.ctor(T)
inline void Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE*, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434, const RuntimeMethod*))Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD_gshared)(__this, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputControlScheme>(TValue[])
inline int32_t ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___array0, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B_gshared)(___array0, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme::SupportsDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionMap::IsUsableWithDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_IsUsableWithDevice_m17510B608ACB0093B0CBFE3541554DA2D6DD4C67 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionMap::Enable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Enable_mAB23F0C4179D27C375F9FA335898B02E336CA4F6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionMap::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::get_actionMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::get_asset()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__31__ctor_m2D465C591863925BFE5DD57E8217AAD234DDD071 (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionAsset::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionAsset_GetEnumerator_m39998F5B21D08AAE328E63B3FDCC0F414620A8A9 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionAsset::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_Disable_m62FD8B11BB4EDF6AADAB2BDDC699242D09BAF99C (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.ScriptableObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionMap/ReadFileJson::ToMaps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1 (ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToSchemes(UnityEngine.InputSystem.InputControlScheme/SchemeJson[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* SchemeJson_ToSchemes_m029128362DB3FFB1665A3E6D19FEDBB1D1CDFDF4 (SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* ___schemes0, const RuntimeMethod* method) ;
// System.Int32 System.Environment::get_CurrentManagedThreadId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2 (const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.InputBinding>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_bindingsU3Ed__8_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_InputBindingU3E_GetEnumerator_m8A8DA4A99D20203EB66658DE9B333A97FE98F08F (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionMap::get_actions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_inline (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>::get_Item(System.Int32)
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464 (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* (*) (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.InputSystem.InputActionMap::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>::.ctor(TValue[])
inline void ReadOnlyArray_1__ctor_m6FD0AB27ED5B8BF28DF98EEBB31F479A6464664D (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* __this, InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___array0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915*, InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mA9AA8F6151380781CF993C6F72ADB67D91B9CF41_gshared)(__this, ___array0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::.ctor(TValue[])
inline void ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007 (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007_gshared)(__this, ___array0, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::get_bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputActionMap_get_bindings_m92132C34F4075A36A0E4C1AE7315745DC5C4ACB6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme> UnityEngine.InputSystem.InputActionAsset::get_controlSchemes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>::get_HasValue()
inline bool Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D*, const RuntimeMethod*))Nullable_1_get_HasValue_mCFAE024F6D64C44DB819487820F558B885E9FEC9_gshared_inline)(__this, method);
}
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputActionAsset::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D InputActionAsset_get_devices_m8FF856B2C61E23B7360A9279C10F8A6498C72B9C (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDF94F2630CBE856BC04675FA87C6F00EFD2DD971 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) ;
// System.Guid UnityEngine.InputSystem.InputAction::get_idDontGenerate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputAction_get_idDontGenerate_m9DBA751EC8095D792094F30E3CB5FC147B786D0B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindActionIndex(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindActionIndex_mBBCF54F3823A2B6C3F53069F441665022FC49C82 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___nameOrId0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindActionIndex(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindActionIndex_mF86F9105DE81F9BB9079112A88F519FD764908D3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Guid_t ___id0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_effectivePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlPath::Matches(System.String,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_Matches_m11C033C9DADDA16E9C79C90D40A294C34822D699 (String_t* ___expected0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::EnableAllActions(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableAllActions_m8EDB37FFE0D91CC5E349EF19E225F819C4BC108F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DisableAllActions(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableAllActions_mB47ADDF0CFBA1E8F45858B3251A6C08CC5F13C69 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806 (bool ___condition0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction__ctor_m2C9BD26403717DAA628B90D4CD2A4057233A1A44 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7 (RuntimeArray* ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray* ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionMap::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionMap_Clone_mE3805066FBFD74460FD57AB53E060AD6BEA966F2 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>::GetEnumerator()
inline Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* __this, const RuntimeMethod* method)
{
return (( Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA (*) (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionMap::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionMap_GetEnumerator_m6801FFB3BA5ADB30DE784B04458ED7061B10F470 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionMap::SetUpPerActionCachedBindingData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_SetUpPerActionCachedBindingData_mE6D59274FBF4E7A5B876DEECFBE09AB5E194CA24 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730 (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544 (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalControlCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::HaveDuplicateReferences<UnityEngine.InputSystem.InputControl>(TFirst[],System.Int32,System.Int32)
inline bool ArrayHelpers_HaveDuplicateReferences_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCAB1E7DDF1B565831287155B23AEE47F4D1BAB0B (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___first0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
return (( bool (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, int32_t, int32_t, const RuntimeMethod*))ArrayHelpers_HaveDuplicateReferences_TisRuntimeObject_m270B7C767639A30C8013ACB1BAC353811B0A2D73_gshared)(___first0, ___index1, ___count2, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference<UnityEngine.InputSystem.InputControl>(TValue[],TValue)
inline bool ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA6D3C54522E7CA71BB9A8E12A0B1481CE6B6B736 (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___array0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))ArrayHelpers_ContainsReference_TisRuntimeObject_mAA2BEFAB0C82AA20237ED07746BFBE3F4F42E842_gshared)(___array0, ___value1, method);
}
// UnityEngine.InputSystem.InputActionState/ActionMapIndices UnityEngine.InputSystem.InputActionState::FetchMapIndices(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD InputActionState_FetchMapIndices_m525BE60A32DBE88E011D22B833CB3489672EC913 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState::get_bindingStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlCount()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlStartIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.InputControl>(TFirst[],System.Int32,System.Int32,TSecond)
inline bool ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m042F55A3CDF4384A68579695EEE21C12D62ABFEA (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___array0, int32_t ___startIndex1, int32_t ___count2, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value3, const RuntimeMethod* method)
{
return (( bool (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, int32_t, int32_t, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))ArrayHelpers_ContainsReference_TisRuntimeObject_TisRuntimeObject_m23036E79ACFA324EA4094BA12F9FFB941AC27AD0_gshared)(___array0, ___startIndex1, ___count2, ___value3, method);
}
// System.Void UnityEngine.InputSystem.InputActionMap::ResolveBindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ResolveBindings_m54810EBFA0C0E995C9F86CADFF60B465C46DAC57 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::get_isProcessingControlStateChange()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659_inline (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper UnityEngine.InputSystem.InputActionRebindingExtensions::DeferBindingResolution()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783 (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.OneOrMore`2<TValue,TList> UnityEngine.InputSystem.Utilities.OneOrMore`2<UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>>::op_Implicit(TList)
inline OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 OneOrMore_2_op_Implicit_m172037E98BD6ADFA60E6793065647F64D5BCE0C3 (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 ___multiple0, const RuntimeMethod* method)
{
return (( OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 (*) (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081, const RuntimeMethod*))OneOrMore_2_op_Implicit_m5620632F3CF2011D8513F1DE4C4C8F16950BA3D8_gshared)(___multiple0, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.OneOrMore`2<UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>>::get_Count()
inline int32_t OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202 (OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13*, const RuntimeMethod*))OneOrMore_2_get_Count_m56F1A11ED7D65D34D30AF7E6811E77A1F7F04FEE_gshared)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.OneOrMore`2<UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>>::get_Item(System.Int32)
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0 (OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* (*) (OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13*, int32_t, const RuntimeMethod*))OneOrMore_2_get_Item_mF0D25C4C8C33FE00FC6B392B3A903196E01A7BD7_gshared)(__this, ___index0, method);
}
// UnityEngine.InputSystem.Utilities.OneOrMore`2<TValue,TList> UnityEngine.InputSystem.Utilities.OneOrMore`2<UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>>::op_Implicit(TValue)
inline OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 OneOrMore_2_op_Implicit_mA5A39279AFDD4F3AEC3B4320B6C5D3CCEDC51529 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___single0, const RuntimeMethod* method)
{
return (( OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 (*) (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))OneOrMore_2_op_Implicit_m5B7225DEEFB65B4549FD33E606B9319C3FF97828_gshared)(___single0, method);
}
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::HasEnabledActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_HasEnabledActions_m97F9F576468FE2EE79124732AAC35AF25E1C7EE7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::NotifyListenersOfActionChange(UnityEngine.InputSystem.InputActionChange,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4 (int32_t ___change0, RuntimeObject* ___actionOrMapOrAsset1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingResolver::StartWithArraysFrom(UnityEngine.InputSystem.InputActionState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_StartWithArraysFrom_mAC95AFD079D114E62BE4E01ED9D8D8CDEF3A05F1 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___state0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingResolver::AddActionMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::Initialize(UnityEngine.InputSystem.InputBindingResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Initialize_mED35FDA6F570976157B027B2802C312A829BE69C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 ___resolver0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ClaimDataFrom(UnityEngine.InputSystem.InputBindingResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ClaimDataFrom_m816026D646659753973EF3048580FA0A360B4F31 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 ___resolver0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::FinishBindingCompositeSetups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_FinishBindingCompositeSetups_m112F6656640F64EA7E4961D21D464595BA9408A8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::RestoreActionStates(UnityEngine.InputSystem.InputActionState/UnmanagedMemory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RestoreActionStates_mB00DD440D9FCCE551C6F2CE2FF1D90EEF4A02586 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___oldState0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindBindingRelativeToMap(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___mask0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::get_Item(System.Int32)
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_gshared)(__this, ___index0, method);
}
// System.Int32 UnityEngine.InputSystem.InputAction::BindingIndexOnMapToBindingIndexOnAction(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, int32_t ___indexOfBindingOnMap0, 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_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___binding0, int32_t ___options1, const RuntimeMethod* method) ;
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.InputActionMap/ReadFileJson>(System.String)
inline ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94 (String_t* ___json0, const RuntimeMethod* method)
{
return (( ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94_gshared)(___json0, method);
}
// UnityEngine.InputSystem.InputActionMap/WriteFileJson UnityEngine.InputSystem.InputActionMap/WriteFileJson::FromMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 WriteFileJson_FromMap_mCE7D9FD5F18E0350E39CE2E205599A9C9C0AB3D6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionMap::ClearPerActionCachedBindingData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDevice>(TFirst[],TSecond,System.Int32)
inline int32_t ArrayHelpers_IndexOfReference_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m654459AE75B18DBD1A473CC425B197BE055707A2 (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___array0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___value1, int32_t ___count2, const RuntimeMethod* method)
{
return (( int32_t (*) (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m535F7C167C2FB8369A26267BF3D4454FBC57E4B4_gshared)(___array0, ___value1, ___count2, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::IndexOf(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeviceArray_IndexOf_mB4240B6C1AB82D72D2C18A7D1E7E6E8FA6BE2E96 (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity<UnityEngine.InputSystem.InputDevice>(TValue[],System.Int32&,System.Int32)
inline void ArrayHelpers_EraseAtWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m0340D37F81A627960498BE0BB209773A62B82ED9 (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method)
{
(( void (*) (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548*, int32_t*, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAtWithCapacity_TisRuntimeObject_m31C5903A40AF94CC05C2609206AD1727A4A128B5_gshared)(___array0, ___count1, ___index2, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::Remove(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// System.Void System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>::.ctor(T)
inline void Nullable_1__ctor_m33FF1F6CE74B8BEF62CEA87999BFEBE32EB5138E (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D* __this, ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D*, ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA, const RuntimeMethod*))Nullable_1__ctor_m67D1985A58400F73E08CFAEC0ECCBB2383127F65_gshared)(__this, ___value0, method);
}
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>::get_Value()
inline ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133 (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D* __this, const RuntimeMethod* method)
{
return (( ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA (*) (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D*, const RuntimeMethod*))Nullable_1_get_Value_mF1240DA96906AD3B71CAAACB531C78D0AA94E2F6_gshared)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions::HaveEqualReferences<UnityEngine.InputSystem.InputDevice>(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<TValue>,System.Collections.Generic.IReadOnlyList`1<TValue>,System.Int32)
inline bool ReadOnlyArrayExtensions_HaveEqualReferences_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m3585F2DFAA1B3BFB7E8C895507CDE97C9114B3EA (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA ___array10, RuntimeObject* ___array21, int32_t ___count2, const RuntimeMethod* method)
{
return (( bool (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA, RuntimeObject*, int32_t, const RuntimeMethod*))ReadOnlyArrayExtensions_HaveEqualReferences_TisRuntimeObject_m7670DD87F30B50CA7A8FD14D3AAA49FA4C6C1F28_gshared)(___array10, ___array21, ___count2, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear<UnityEngine.InputSystem.InputDevice>(TValue[],System.Int32&)
inline void ArrayHelpers_Clear_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m6CA44187518EE23485FD222B39B3333C4BFD6DCC (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___array0, int32_t* ___count1, const RuntimeMethod* method)
{
(( void (*) (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548*, int32_t*, const RuntimeMethod*))ArrayHelpers_Clear_TisRuntimeObject_m5D800A301AD70FFC4A879490EE692BC011C67FDD_gshared)(___array0, ___count1, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>(TValue[]&,System.Int32&,TValues,System.Int32)
inline int32_t ArrayHelpers_AppendListWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_m024E93739760805C9A65BAB7ECF07F055A9F639B (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548** ___array0, int32_t* ___length1, ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548**, int32_t*, ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA, int32_t, const RuntimeMethod*))ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5_m36425F749DA368E848C2C1CFDFE1D02531E20351_gshared)(___array0, ___length1, ___values2, ___capacityIncrement3, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_overridePath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_overrideInteractions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_overrideProcessors()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_name(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_groups(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_isComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_isPartOfComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, bool ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionMap/BindingJson::ToBinding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F (BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_path()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_interactions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_processors()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_groups()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isPartOfComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Object System.Enum::Parse(System.Type,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m1ABE53499F05D295104BDE57EE12376CF4513585 (Type_t* ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputAction::set_wantsInitialStateCheck(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_set_wantsInitialStateCheck_mDF1B647C9EBA235FAFEFE1946219B9170218B2D4 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, bool ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap/ReadActionJson::ToAction(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ReadActionJson_ToAction_m40C3319F0E8FFC9F9392D9BE8B2157111C93C371 (ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75* __this, String_t* ___actionName0, const RuntimeMethod* method) ;
// System.String System.Enum::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputAction::get_processors()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_processors_m9FE611006F5D24DC547F8EF261E59FEFEA941BB4_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputAction::get_interactions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_interactions_mDC629496A539AC67BF3525828AAEE560B26FC3EC_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction::get_wantsInitialStateCheck()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_wantsInitialStateCheck_m097A8E6608D976DA33702B0C6A48C2352EFE8DE6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap/WriteActionJson UnityEngine.InputSystem.InputActionMap/WriteActionJson::FromAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A WriteActionJson_FromAction_m45A7BC1FCCF227E6EF2A9B16591860DFD6F1C5C7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap/BindingJson UnityEngine.InputSystem.InputActionMap/BindingJson::FromBinding(UnityEngine.InputSystem.InputBinding&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A BindingJson_FromBinding_mD2A2E1D7C945550487D680F7824EBAE54FB9BE2B (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___binding0, const RuntimeMethod* method) ;
// System.Guid UnityEngine.InputSystem.InputActionMap::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputActionMap_get_id_m3310A38708FBA933F2CDEBA3FB80DECBAED30243 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionMap/WriteMapJson UnityEngine.InputSystem.InputActionMap/WriteMapJson::FromMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 WriteMapJson_FromMap_mBBF43AE9CD1C4B46964F19CC876227A341C69E9B (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Enumerable::Count<UnityEngine.InputSystem.InputActionMap>(System.Collections.Generic.IEnumerable`1<TSource>)
inline int32_t Enumerable_Count_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m7654F5ADCCDD0D4788A439AFE8C2EE05EACFD4C0 (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Count_TisRuntimeObject_mFE2578389AAD1579F88DF0952810FE9CC535D2DE_gshared)(___source0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>::.ctor()
inline void List_1__ctor_mCB4AE8ECA330F72CEA0561EFD9FFED43991B2A8A (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>>::.ctor()
inline void List_1__ctor_m402F6064C2EDA1E52E9E1157686EA354DA3D5958 (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>>::.ctor()
inline void List_1__ctor_m7AA072CCE229F71E8F650B1F6D11537980473409 (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>::get_Item(System.Int32)
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2 (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* (*) (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>::get_Count()
inline int32_t List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_inline (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputActionMap::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>::Add(T)
inline void List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_inline (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B*, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::.ctor()
inline void List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6 (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>>::Add(T)
inline void List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_inline (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* __this, List_1_tE1DF165936F3562084DB454140315041796A957F* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3*, List_1_tE1DF165936F3562084DB454140315041796A957F*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>::.ctor()
inline void List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8 (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*, const RuntimeMethod*))List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>>::Add(T)
inline void List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_inline (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* __this, List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029*, List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// T System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>>::get_Item(System.Int32)
inline List_1_tE1DF165936F3562084DB454140315041796A957F* List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99 (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( List_1_tE1DF165936F3562084DB454140315041796A957F* (*) (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::Add(T)
inline void List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_inline (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// T System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>>::get_Item(System.Int32)
inline List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0 (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* (*) (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>::Add(T)
inline void List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_inline (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_gshared_inline)(__this, ___item0, method);
}
// T[] System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::ToArray()
inline InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* List_1_ToArray_m8674801A49850E743BAE1F7BF0DEF901CB53156C (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, const RuntimeMethod* method)
{
return (( InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// T[] System.Collections.Generic.List`1<UnityEngine.InputSystem.InputBinding>::ToArray()
inline InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, const RuntimeMethod* method)
{
return (( InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* (*) (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*, const RuntimeMethod*))List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD_gshared)(__this, method);
}
// T[] System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap>::ToArray()
inline InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* List_1_ToArray_mB6BBA172BB5C30EB35CD80DFD442DEDEB94EEDD1 (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* __this, const RuntimeMethod* method)
{
return (( InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* (*) (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::get_reference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputActionReference)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___reference0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionReference)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionProperty::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_gshared_inline)(__this, 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_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingIndex(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_GetBindingIndex_mD2A637C586F7FD7DB49008C461FC52666287F6D8 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingIndexForControl(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_GetBindingIndexForControl_m0A41FEC15DFA496226C819008F81BC9B835D8F90 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method) ;
// System.Int32* UnityEngine.InputSystem.InputActionState::get_controlIndexToBindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_actionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::GetBindingIndexInMap(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetBindingIndexInMap_mB3B0F339A1360C5950D4CD7FB166D0529DC25BE5 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputBinding::MaskByGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 InputBinding_MaskByGroup_m264FDE0C8C762CD1203CEDE6B8912B51F582A192 (String_t* ___group0, const RuntimeMethod* method) ;
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::FindEffectiveBindingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 InputAction_FindEffectiveBindingMask_m70D679159C27A026853D296E846523777F2B5800 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding/DisplayStringOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_mD9EA5DEB4CD6A680E5DFDE0B0056C09693508FA7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, int32_t ___options2, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,System.Int32,UnityEngine.InputSystem.InputBinding/DisplayStringOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_m21F87E1C2D13BF7D620D0B814FA1F259CEFCC2B7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, int32_t ___options2, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,System.Int32,System.String&,System.String&,UnityEngine.InputSystem.InputBinding/DisplayStringOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_m1B167DF3C64CF586BDF99C353E6A1DD91DB6CBA8 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, String_t** ___deviceLayoutName2, String_t** ___controlPath3, int32_t ___options4, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m9014BC396B67A1316E43E89E2AE8626AD05F0188 (U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_1__ctor_mCCCE1F9D78E60D34BC29C5C6D2205A8F9518C837 (U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387 (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_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBindingComposite::GetDisplayFormatString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetDisplayFormatString_mE9BEA60D2315D8476E1E2ADA3894B2C361BF38DD (String_t* ___composite0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::Join<System.String>(System.String,TValue[])
inline String_t* StringHelpers_Join_TisString_t_mFD2FC9B7CB438E5503257AEE8E2ADD15CAB63521 (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values1, const RuntimeMethod* method)
{
return (( String_t* (*) (String_t*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*))StringHelpers_Join_TisRuntimeObject_m01296B52BAFE9D92F945A555F8EF05E3C0A0CE52_gshared)(___separator0, ___values1, method);
}
// System.Void System.Func`2<System.String,System.String>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814 (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___object0, ___method1, method);
}
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ExpandTemplateString(System.String,System.Func`2<System.String,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ExpandTemplateString_m86EE6FCE73A965C35C9D49D6953FA1A17286A345 (String_t* ___template0, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___mapFunc1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputAction::BindingIndexOnActionToBindingIndexOnMap(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, int32_t ___indexOfBindingOnAction0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::GetBindingIndexInState(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetBindingIndexInState_m7822730C6FFAAF9A073AB290333349766202564A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___bindingIndexInMap1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalBindingCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_effectiveInteractions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_overrideInteractions(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, 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_mB6A270889FAE216E5B629398566419A341FA2FF0 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_overridePath(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputActionMap,System.Int32,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_mA89518B00329C9DA10F5D975985BD089DA20E923 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, int32_t ___bindingIndex1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,System.Int32,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_overrideProcessors(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::RemoveOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_RemoveOverrides_mF1EAE3A6E558B82C15655368EA66402F4712A61E (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveBindingOverride(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveBindingOverride_m8DD855C32846346471FA2E28C944A525841D2094 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlPath_TryFindControl_m3BD9BCEED46B32E39B0E8B35B1F1B3DC05A53FAD (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_m432B96D279D63D8679644FFA8B0B87E5C35309A3 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, String_t* ___path2, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverridesOnMatchingControls(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m354AE275194175EE35B3FE4BBAEE5291B46140A6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::.ctor()
inline void List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6 (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*, const RuntimeMethod*))List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::AddBindingOverrideJsonTo(UnityEngine.InputSystem.IInputActionCollection2,UnityEngine.InputSystem.InputBinding,System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>,UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_AddBindingOverrideJsonTo_m3701DA6A8CB2F90210CC37FBE50723AAF8C844F6 (RuntimeObject* ___actions0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* ___list2, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action3, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::get_Count()
inline int32_t List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_inline (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*, const RuntimeMethod*))List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_gshared_inline)(__this, method);
}
// System.String UnityEngine.JsonUtility::ToJson(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_mD0FB24DC5A8621A2473FC208E9B15AF43944EBCD (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::GetEnumerator()
inline Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4 (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method)
{
return (( Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>::Dispose()
inline void Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945 (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB*, const RuntimeMethod*))Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945_gshared)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>::get_Current()
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB* __this, const RuntimeMethod* method)
{
return (( InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 (*) (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB*, const RuntimeMethod*))Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D_gshared)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputBinding>::MoveNext()
inline bool Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278 (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB*, const RuntimeMethod*))Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278_gshared)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.InputBinding::get_hasOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_hasOverrides_m56265C6FFDA358C043B984B6A561B9E75F3EE969 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Guid UnityEngine.InputSystem.InputBinding::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::Add(T)
inline void List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_inline (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2, const RuntimeMethod*))List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_gshared_inline)(__this, ___item0, method);
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveAllBindingOverrides(UnityEngine.InputSystem.IInputActionCollection2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveAllBindingOverrides_m0752EAFCD8A746AAC18ECB8D1B2A1A89974F069F (RuntimeObject* ___actions0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::LoadBindingOverridesFromJsonInternal(UnityEngine.InputSystem.IInputActionCollection2,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal_m2A4E60D2C9BF6F13BF5C5F9BEFA59916FD275112 (RuntimeObject* ___actions0, String_t* ___json1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveAllBindingOverrides(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveAllBindingOverrides_m147187B30F8107950222F15CBB34AC5E66F9F909 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson>(System.String)
inline BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C (String_t* ___json0, const RuntimeMethod* method)
{
return (( BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C_gshared)(___json0, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::GetEnumerator()
inline Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method)
{
return (( Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A (*) (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*, const RuntimeMethod*))List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::Dispose()
inline void Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409 (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A*, const RuntimeMethod*))Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::get_Current()
inline BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_inline (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method)
{
return (( BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 (*) (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A*, const RuntimeMethod*))Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_gshared_inline)(__this, method);
}
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>::MoveNext()
inline bool Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135 (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A*, const RuntimeMethod*))Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation__ctor_mA5BCC7385A1A37C41FB7BEF677FF7E1EB25C4AED (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithAction_m1CC6B30038E0031B769F88433C9323B4A240F76F (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnMatchWaitForAnother(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnMatchWaitForAnother_m94173D2D745158DD1F2309289923BEF1BA223F27 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, float ___seconds0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithControlsExcluding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___path0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithMatchingEventsBeingSuppressed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithMatchingEventsBeingSuppressed_m66BA790DF0564803896522262BC7257F0746373B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, bool ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_expectedControlType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RebindingOperation_get_expectedControlType_m8E44F0F51D76B832FF29CD9AC7CA8F1083633B88 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithCancelingThrough(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithCancelingThrough_m222A85842532B0239512BC61819F1A1E6B92A660 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___binding0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithTargetBinding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithTargetBinding_mB2211D62497D0D9B562662E768F9CF2C23A88DD8 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, int32_t ___bindingIndex0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper__ctor_m5BAC382DB41CD195209084BD779477DDA78E4DC0 (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::Acquire()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper_Acquire_mB9832C0A8B28C6C8B3A114B986E9EC0E360FFE4E (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::get_Count()
inline int32_t InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Single>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034 (ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B*, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// TControl UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::get_Item(System.Int32)
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, const RuntimeMethod*))InputControlList_1_get_Item_mA6D11AC01076BDE34EE9C019D4A348E3C404DBA6_gshared)(__this, ___index0, method);
}
// System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___str0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::ThrowIfRebindInProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputAction::get_expectedControlType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_expectedControlType_mE3E982BF4730F61BBA9DFF2AB63983F9BCEAD6DA_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithExpectedControlType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithExpectedControlType_mB34A10DD4D98CBDF48490B415B247C6394117785 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___layoutName0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___text0, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_mBDE7630AA6B40A15F800211EAD1FBC1FBBA81848 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___index1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousCompositeBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___compositeName0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_binding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::GetNameOfComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBindingComposite::GetExpectedControlLayoutName(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetExpectedControlLayoutName_m6F7E47F3CB3E271623A89C988C3B52C8C472A6AA (String_t* ___composite0, String_t* ___part1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_action()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* RebindingOperation_get_action_mA201DBFDD3894CC5ED4091EBCBC14CECF115C069_inline (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___separator0, int32_t ___options1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0__ctor_m4ED3AFA799C90AFD80E17F044C9E2A99E7E0846A (U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* __this, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<UnityEngine.InputSystem.InputControlScheme>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_mBC1E59BE3A30E6DB1F1993BB940ADA48593E930A (Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC1E59BE3A30E6DB1F1993BB940ADA48593E930A_gshared)(__this, ___object0, ___method1, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::IndexOf(System.Predicate`1<TValue>)
inline int32_t ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4 (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8* ___predicate0, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9*, Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8*, const RuntimeMethod*))ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4_gshared)(__this, ___predicate0, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::get_Item(System.Int32)
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 (*) (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E_gshared)(__this, ___index0, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement> UnityEngine.InputSystem.InputControlScheme::get_deviceRequirements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 InputControlScheme_get_deviceRequirements_m929C0596E04E640A4EFE64910967E86FB3C96512 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::GetEnumerator()
inline Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1 (ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17* __this, const RuntimeMethod* method)
{
return (( Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A (*) (ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::Dispose()
inline void Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97 (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A*, const RuntimeMethod*))Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97_gshared)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::get_Current()
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A* __this, const RuntimeMethod* method)
{
return (( DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 (*) (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A*, const RuntimeMethod*))Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D_gshared)(__this, method);
}
// System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_controlPath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithControlsHavingToMatchPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithControlsHavingToMatchPath_m6E74EFDB30C54FD588764C45D5E4021BE3B6314B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___path0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::MoveNext()
inline bool Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3 (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A*, const RuntimeMethod*))Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3_gshared)(__this, method);
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithBindingMask(System.Nullable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithBindingMask_mDBF1740B8012526F33353D2205BA52CCC00C6C39 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<System.String>(TValue[]&,System.Int32&,TValue,System.Int32)
inline int32_t ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___array0, int32_t* ___count1, String_t* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, int32_t*, String_t*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_started()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_get_started_m9B3A594BC9FE9770BB65EC9FA7948D4DFF9AF8E3 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::HookOnAfterUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_HookOnAfterUpdate_mB3F828ED5E26B2E1FA48A8FEC74F49C5D48D4943 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::HookOnEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_HookOnEvent_m944E277455F0DDC9F8FF396F66BEEDDA999D8658 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnCancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_OnCancel_m5980D1F61058219698782654B03D28A770207F56 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_OnComplete_m426044BF1EE1A3F3ACB3E4D1083A14409DC782EF (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::IndexOf(TControl)
inline int32_t InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))InputControlList_1_IndexOf_m7E98E2497DAAD16D0302645DA95BBBDC1532ED58_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::Add(TControl)
inline void InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___item0, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))InputControlList_1_Add_m3930D23218278EB62DFBF3004565C0139DCCD455_gshared)(__this, ___item0, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<System.Single>(TValue[]&,System.Int32&,TValue,System.Int32)
inline int32_t ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___array0, int32_t* ___count1, float ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**, int32_t*, float, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method);
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::SortCandidatesByScore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_SortCandidatesByScore_m48F3DA5AC28A26363550AE12506B47049A431633 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::RemoveAt(System.Int32)
inline void InputControlList_1_RemoveAt_m606543AAA19638ABA15235D37F1346D4980D250C (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, const RuntimeMethod*))InputControlList_1_RemoveAt_m45146798CCD49962B1AD61EFC2026599A3212CD0_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity<System.Single>(TValue[],System.Int32&,System.Int32)
inline void ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method)
{
(( void (*) (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*, int32_t*, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89_gshared)(___array0, ___count1, ___index2, method);
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::UnhookOnEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_UnhookOnEvent_m53CFD1F2ED836BA24FA63CAF3C113B0D1F7B6293 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::UnhookOnAfterUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_UnhookOnAfterUpdate_mB882F3768F4FD69F4BD6DED67FB3E1C65B3A102D (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::Dispose()
inline void InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cache_Clear_m54F9EDA319E13FC0981C500E72B2B780E93639BC (Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* __this, const RuntimeMethod* method) ;
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Dispose_m4556F6ADE61F683E24680F2CDFAF19D02075BF1F (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Cancel_mB69768C2C2799AA143150586554B58E4EE73FBD1 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>::Clear()
inline void Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288 (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*, const RuntimeMethod*))Dictionary_2_Clear_m97AA589FB0CCE1240A0C9F7F7C32573B94FD2592_gshared)(__this, method);
}
// System.Void System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10 (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_mFC80A1D3B6BA1009B9779F59B49347FEEE827FB6_gshared)(__this, ___object0, ___method1, method);
}
// UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.InputSystem::get_onEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputSystem_get_onEvent_m69B71DB23BBEE4E244701D3A5A42D962C791AD18 (const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.LowLevel.InputEventListener::op_Addition(UnityEngine.InputSystem.LowLevel.InputEventListener,System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputEventListener_op_Addition_m122B39C12D9ADEDFA730C3B3A0B2530AA23172A2 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ____0, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___callback1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::set_onEvent(UnityEngine.InputSystem.LowLevel.InputEventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_set_onEvent_m6B177A8A8F08BE00B5409F0C3136BE803316A4B5 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.LowLevel.InputEventListener::op_Subtraction(UnityEngine.InputSystem.LowLevel.InputEventListener,System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputEventListener_op_Subtraction_m64F5559B543948C414AC7A0D3E7BA1FE95743328 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ____0, Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___callback1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66 (int32_t ___i0, 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_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, 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_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, int32_t ___flags1, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device2, float ___magnitudeThreshold3, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB InputEventControlCollection_GetEnumerator_m04011F47500AE715F1268E93152514FBE4209869 (InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventControlEnumerator_Dispose_mE7168656062DFF53F7C09478087ADAA636EA2FAB (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __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_m55CB68F641C5CA778AAEC813075F7907013C31C6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___eventType2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasValueChangeInState(UnityEngine.InputSystem.InputControl,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasValueChangeInState_m159A245C6D07440F68B6C5BE83ECF1BBE2033382 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::HavePathMatch(UnityEngine.InputSystem.InputControl,System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_HavePathMatch_mB4E2EE4E3940F6BE3EE98F0646DC7C3FB70D7F04 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___paths1, int32_t ___pathCount2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* 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_mFF328396439FC0F8DF47E7A6CB7634919412BD0A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___a0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsBasedOn(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___parentLayout0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___childLayout1, 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_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m5393F0876F7936C12ACD72E1C50DD8200B3EFBB1 (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))Dictionary_2_ContainsKey_m5A4D75103E82F4CF2703F01E9E38363EAE2F8851_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>::Add(TKey,TValue)
inline void Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851 (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___key0, float ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, float, const RuntimeMethod*))Dictionary_2_Add_mD455094771BC3694A38416DA70E16A5B6A7E510D_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m5CF545BA47D9D9A8403BBB66E1634E2BEC940CB5 (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___key0, float ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, float, const RuntimeMethod*))Dictionary_2_set_Item_mB3364B977072656B662C984B4F7E39394C341B2A_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mF85F3999BFFCFBBA73DCE7AAB33F0EC781339090 (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___key0, float* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, float*, const RuntimeMethod*))Dictionary_2_TryGetValue_m2326BEBCBC09583A4D6574D1D222A11000AE43F5_gshared)(__this, ___key0, ___value1, method);
}
// System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// TResult System.Func`3<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>::Invoke(T1,T2)
inline float Func_3_Invoke_m4D3DA87E2BA44F79B2A6F0595E2DA128CCAD6BB9_inline (Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___arg10, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg21, const RuntimeMethod* method)
{
return (( float (*) (Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))Func_3_Invoke_mAC5EDDB4D2B0E0F6D1B2EADF505817A2596C2D5E_gshared_inline)(__this, ___arg10, ___arg21, method);
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_synthetic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_synthetic_m0BE9F254EE54F9526E4E336E8FDC1871007EECE0 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventControlEnumerator_MoveNext_m0A9182DFD78818A01CC3B038519B8B9ACCC55107 (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_handled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_canceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_get_canceled_mD233DC5702554EA97405404DB5C6C34E287839D2 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation>::Invoke(T)
inline void Action_1_Invoke_m2D9A03B1AC9BBF5B4784F5F1699A8067166D2B73_inline (Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* __this, RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* ___obj0, const RuntimeMethod* method)
{
(( void (*) (Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD*, RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___obj0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements<System.Single>(TValue[],System.Int32,System.Int32)
inline void ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method)
{
(( void (*) (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*, int32_t, int32_t, const RuntimeMethod*))ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810_gshared)(___array0, ___index11, ___index22, method);
}
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::SwapElements(System.Int32,System.Int32)
inline void InputControlList_1_SwapElements_m58547AFBF8CBFA8850EFE8F25CC84D22551DE68D (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, int32_t, const RuntimeMethod*))InputControlList_1_SwapElements_m6C5F7C6236D69DBB9FA46F7CBA6995414C09F482_gshared)(__this, ___index10, ___index21, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlPath::MatchesPrefix(System.String,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchesPrefix_mBC902FA17FD0359482EF43EC45E913A71576E1CA (String_t* ___expected0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method) ;
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::add_onAfterUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onAfterUpdate_m64CE7CCC303161C0DD9583AE3A693B859E1DF98B (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::remove_onAfterUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onAfterUpdate_m6ED6311DC1C1F3B473448EE1A3C6488BA38F4FCD (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Complete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Complete_m618D3AE169A4F37E387255A2A45115FA7A5A6D7B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// TResult System.Func`2<UnityEngine.InputSystem.InputControl,System.String>::Invoke(T)
inline String_t* Func_2_Invoke_m4B6D3D6FB603DDF785328A899F9B1CDC4A87F847_inline (Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___arg0, const RuntimeMethod* method)
{
return (( String_t* (*) (Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___arg0, method);
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::GeneratePathForControl(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RebindingOperation_GeneratePathForControl_mC60C1E18C1823BA52124B59BB0EECF474BEFAEED (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method) ;
// System.Void System.Action`2<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation,System.String>::Invoke(T1,T2)
inline void Action_2_Invoke_m5664B6971A46B55C27D77A4AB28A000F445EEC08_inline (Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* __this, RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* ___arg10, String_t* ___arg21, const RuntimeMethod* method)
{
(( void (*) (Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79*, RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470*, String_t*, const RuntimeMethod*))Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline)(__this, ___arg10, ___arg21, method);
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m7530B4D167371478100DCCDAFA375DBBD66C6C78 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___path1, String_t* ___interactions2, String_t* ___processors3, String_t* ___groups4, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_m4A4367AE5D92B2FC9BAC1FC36EA4F4C205F556AB (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___newPath1, String_t* ___group2, String_t* ___path3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::ResetAfterMatchCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_ResetAfterMatchCompleted_m1AB44342986B109361C740C9A8A1A866F90999AC (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::Clear()
inline void InputControlList_1_Clear_m37199CE0432AB811610C4D5C715302CE99AD026F (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_Clear_m0532B3B3F9BC765EBA18EEA31392089EF0C75E5B_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::set_Capacity(System.Int32)
inline void InputControlList_1_set_Capacity_mFE0AF24F639011DED95560D190359ED714540CBC (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, const RuntimeMethod*))InputControlList_1_set_Capacity_m42D42F4C12EF4F0EEF03959C651B5A1597B0D316_gshared)(__this, ___value0, method);
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::FindLayoutThatIntroducesControl(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/Cache)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_FindLayoutThatIntroducesControl_m106D44927CAAAF57FB6A963B7AF105CF2D4B7230 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___cache1, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlExtensions::BuildPath(UnityEngine.InputSystem.InputControl,System.String,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlExtensions_BuildPath_mA055881CA7E734606E25FB4442D359DC36067B8B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___deviceLayout1, StringBuilder_t* ___builder2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.InputControl,System.Single>::.ctor()
inline void Dictionary_2__ctor_m326BE21727998E7762D58062F4C70D6700B134C4 (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*, const RuntimeMethod*))Dictionary_2__ctor_m7090A0C6890D4FE1C83844A6616D8E9A5AEC802C_gshared)(__this, method);
}
#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.Void UISupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UISupport_Initialize_m6E6E7C8007C36DA3A1DF656DC804473AB50914C5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C1DD17793A959EEED6AE2F7374714DAD760B136);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C V_0;
memset((&V_0), 0, sizeof(V_0));
{
// InputSystem.RegisterLayout(@"
// {
// ""name"" : ""VirtualMouse"",
// ""extend"" : ""Mouse""
// }
// ");
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C));
Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C L_0 = V_0;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_RegisterLayout_m0B85065BF998E684B4CAC7D8DF2759906D551B9D(_stringLiteral7C1DD17793A959EEED6AE2F7374714DAD760B136, (String_t*)NULL, L_0, 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
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_deviceVelocity_m3A4EBD75847B9D55BB30DCD909495D61FE7AC150 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_deviceVelocity_mB3783887606A7B5608C517432FEA1E99BE5B198D (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_deviceAngularVelocity_m5CBAFF86E2BB9BEDB0115CACB817D9C754EBAC8B (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_deviceAngularVelocity_mD3CDAA568256B68BFEE2EF4FCCF4A588BE9867DF (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_leftEyeVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_leftEyeVelocity_mF83DCD5F930739059222BEF930590084257FC51C (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CleftEyeVelocityU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_leftEyeVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_leftEyeVelocity_m76672ED570533307E1107DCE331FED0629F962A8 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeVelocityU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeVelocityU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_leftEyeAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_leftEyeAngularVelocity_m6328476F9B24FBA2024F8A14476D1A538DF1DC6C (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CleftEyeAngularVelocityU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_leftEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_leftEyeAngularVelocity_mB46D1ADC2A921598D1266C2D2649874E5FA20453 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_rightEyeVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_rightEyeVelocity_m4531286EA8ACFE808412A54129B33E0195756EA9 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CrightEyeVelocityU3Ek__BackingField_53;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_rightEyeVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_rightEyeVelocity_m043220FA3CD7C125D6A3EF055F4C95ABB5E458E4 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_rightEyeAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_rightEyeAngularVelocity_m86C22402BEF14C77500D2C6BCC6184D2E4492353 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CrightEyeAngularVelocityU3Ek__BackingField_54;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_rightEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_rightEyeAngularVelocity_mEA6898FC3A6BE49D0A2F81278B592E139DB30355 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_54), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_centerEyeVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_centerEyeVelocity_m5361B30160D99AD8E25ED1303472B6BFCF4BEBA4 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CcenterEyeVelocityU3Ek__BackingField_55;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_centerEyeVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_centerEyeVelocity_m135A618181B0F4D75ABAB2C99A8C22D752608583 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeVelocityU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeVelocityU3Ek__BackingField_55), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRHMD::get_centerEyeAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRHMD_get_centerEyeAngularVelocity_m75694435D50128F702DD8043CEC2663F2A64A2E5 (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_56;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::set_centerEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_set_centerEyeAngularVelocity_m9EEB51620F247107B80E614385AAFCB8A3B341EF (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_56), (void*)L_0);
return;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD_FinishSetup_mD64BFF59A7A68DF4E329C58D1FF0A17284AADEBA (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral077AC4F37BECA7E305659A36FD4351A1A726D74E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24BA0B3EAF2D368DF4A667A3DA43E98A55602935);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C43BA5A481CBEF412DB695717FC94453B3769F6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C89946E4D4632742C28CE8B5364B14D9B01D258);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA41A2AF3818FFBB07189032FA171A7510DFAAA9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB5358D9C5C782307DB18E05593FAE07E67D081D);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRHMD_FinishSetup_mB75FCAE73C22F861B52EBCD168FF6C225265FD64(__this, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0;
L_0 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_deviceVelocity_mB3783887606A7B5608C517432FEA1E99BE5B198D_inline(__this, L_0, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_1;
L_1 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_deviceAngularVelocity_mD3CDAA568256B68BFEE2EF4FCCF4A588BE9867DF_inline(__this, L_1, NULL);
// leftEyeVelocity = GetChildControl<Vector3Control>("leftEyeVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_2;
L_2 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral7C89946E4D4632742C28CE8B5364B14D9B01D258, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_leftEyeVelocity_m76672ED570533307E1107DCE331FED0629F962A8_inline(__this, L_2, NULL);
// leftEyeAngularVelocity = GetChildControl<Vector3Control>("leftEyeAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_3;
L_3 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2C43BA5A481CBEF412DB695717FC94453B3769F6, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_leftEyeAngularVelocity_mB46D1ADC2A921598D1266C2D2649874E5FA20453_inline(__this, L_3, NULL);
// rightEyeVelocity = GetChildControl<Vector3Control>("rightEyeVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_4;
L_4 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralAA41A2AF3818FFBB07189032FA171A7510DFAAA9, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_rightEyeVelocity_m043220FA3CD7C125D6A3EF055F4C95ABB5E458E4_inline(__this, L_4, NULL);
// rightEyeAngularVelocity = GetChildControl<Vector3Control>("rightEyeAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_5;
L_5 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral24BA0B3EAF2D368DF4A667A3DA43E98A55602935, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_rightEyeAngularVelocity_mEA6898FC3A6BE49D0A2F81278B592E139DB30355_inline(__this, L_5, NULL);
// centerEyeVelocity = GetChildControl<Vector3Control>("centerEyeVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_6;
L_6 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralCB5358D9C5C782307DB18E05593FAE07E67D081D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_centerEyeVelocity_m135A618181B0F4D75ABAB2C99A8C22D752608583_inline(__this, L_6, NULL);
// centerEyeAngularVelocity = GetChildControl<Vector3Control>("centerEyeAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_7;
L_7 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral077AC4F37BECA7E305659A36FD4351A1A726D74E, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRHMD_set_centerEyeAngularVelocity_m9EEB51620F247107B80E614385AAFCB8A3B341EF_inline(__this, L_7, NULL);
// }
return;
}
}
// System.Void Unity.XR.OpenVR.OpenVRHMD::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRHMD__ctor_mAD2877AC3780724903DA659B3FEF21FDAB06750E (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, const RuntimeMethod* method)
{
{
XRHMD__ctor_m45E075B7C9DC2E1A59AF838FCCDE51E9D6C13C7E(__this, 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
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRControllerWMR::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRControllerWMR_get_deviceVelocity_m9C93F9A0091F9AD3AA0AF0CB7E6C34A12DBA2049 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_deviceVelocity_m144502F4EE78B1D34BCF961D1BF25A0796616B69 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVRControllerWMR::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVRControllerWMR_get_deviceAngularVelocity_m113393A78F915F765409CABA5265942C981B5AD4 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_deviceAngularVelocity_m84D19E675C24AFE2F065064A9DC79E289A531EE7 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::get_touchpadClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVRControllerWMR_get_touchpadClick_m3843D225155E792B35A9233F670A64D372C8BB2E (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClick { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadClickU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_touchpadClick(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpadClick_mC5805CE1F2555948579D46226100E1F6EDB565F3 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClick { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::get_touchpadTouch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVRControllerWMR_get_touchpadTouch_m3BBF9573286B87A56545191C22BA678613C2D3E1 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouch { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadTouchU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_touchpadTouch(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpadTouch_mB0A6223D6EDAF4C62AE965979B91CD0117F3875F (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouch { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::get_gripPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVRControllerWMR_get_gripPressed_mB89A8160CA530B4E262D39BCD3F6066C9CAEF528 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CgripPressedU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_gripPressed_m1555FB644E487C0EBE6FAA1B898DA8016C4D897C (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVRControllerWMR_get_triggerPressed_mBE8B7EEE1E58634B72BE79ED8FF40E95EA87B3D1 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_triggerPressed_m6C78C4781C650F1532176A9EAFA39F57184394EF (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVRControllerWMR::get_menu()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVRControllerWMR_get_menu_m4DAE2E076C1945011CEA77EF86863E286DF6AD43 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public ButtonControl menu { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CmenuU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_menu(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_menu_m1B2CB1C999488655DE85DB9AD1C335A8FC3DD47F (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl menu { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CmenuU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmenuU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVRControllerWMR::get_trigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OpenVRControllerWMR_get_trigger_m7B9B6A5BA0FA416CFB6A46C17F1886127B8DDB09 (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_trigger_mDC31250364C11C790C72036F3955AA241B8FA29B (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVRControllerWMR::get_grip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OpenVRControllerWMR_get_grip_m866B3016ECF8E245A8C070FC6F9CAA01187DDB0D (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CgripU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_grip_m07DEBD3114B4D4B68072B19C0332A5923D3AE04C (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.OpenVRControllerWMR::get_touchpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* OpenVRControllerWMR_get_touchpad_m93289509D1A75206C2FC714CB3F6AA7D98CA195A (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtouchpadU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpad_m4F818AC743C1281D6AB656A1BAA1A2CC729D7A2D (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.OpenVRControllerWMR::get_joystick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* OpenVRControllerWMR_get_joystick_m0C7D3B07CB7F36373A0FA967B108FC71852FA90D (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
// public Vector2Control joystick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CjoystickU3Ek__BackingField_53;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::set_joystick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_joystick_mC535A0E94D41A1CB79BFEC07C28B2D7DC804A26B (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control joystick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CjoystickU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CjoystickU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR_FinishSetup_m7D2E50DE9AC1176CC6C87D255673CEE3A95F359C (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03BA665089B55557F531FE15362514C440338A88);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B5ECFF84CE073C4971D637741C560F910E4D128);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AF7B9D6121033ED1DE80EFA3688A7998521AB1F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD852AF62343C34CB53423C4F06C8FF95C37AE23D);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0;
L_0 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRControllerWMR_set_deviceVelocity_m144502F4EE78B1D34BCF961D1BF25A0796616B69_inline(__this, L_0, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_1;
L_1 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVRControllerWMR_set_deviceAngularVelocity_m84D19E675C24AFE2F065064A9DC79E289A531EE7_inline(__this, L_1, NULL);
// touchpadClick = GetChildControl<ButtonControl>("touchpadClick");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralD852AF62343C34CB53423C4F06C8FF95C37AE23D, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVRControllerWMR_set_touchpadClick_mC5805CE1F2555948579D46226100E1F6EDB565F3_inline(__this, L_2, NULL);
// touchpadTouch = GetChildControl<ButtonControl>("touchpadTouch");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral03BA665089B55557F531FE15362514C440338A88, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVRControllerWMR_set_touchpadTouch_mB0A6223D6EDAF4C62AE965979B91CD0117F3875F_inline(__this, L_3, NULL);
// gripPressed = GetChildControl<ButtonControl>("gripPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVRControllerWMR_set_gripPressed_m1555FB644E487C0EBE6FAA1B898DA8016C4D897C_inline(__this, L_4, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
L_5 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVRControllerWMR_set_triggerPressed_m6C78C4781C650F1532176A9EAFA39F57184394EF_inline(__this, L_5, NULL);
// menu = GetChildControl<ButtonControl>("menu");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6;
L_6 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral0B5ECFF84CE073C4971D637741C560F910E4D128, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVRControllerWMR_set_menu_m1B2CB1C999488655DE85DB9AD1C335A8FC3DD47F_inline(__this, L_6, NULL);
// trigger = GetChildControl<AxisControl>("trigger");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_7;
L_7 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OpenVRControllerWMR_set_trigger_mDC31250364C11C790C72036F3955AA241B8FA29B_inline(__this, L_7, NULL);
// grip = GetChildControl<AxisControl>("grip");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_8;
L_8 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OpenVRControllerWMR_set_grip_m07DEBD3114B4D4B68072B19C0332A5923D3AE04C_inline(__this, L_8, NULL);
// touchpad = GetChildControl<Vector2Control>("touchpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_9;
L_9 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
OpenVRControllerWMR_set_touchpad_m4F818AC743C1281D6AB656A1BAA1A2CC729D7A2D_inline(__this, L_9, NULL);
// joystick = GetChildControl<Vector2Control>("joystick");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_10;
L_10 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral8AF7B9D6121033ED1DE80EFA3688A7998521AB1F, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
OpenVRControllerWMR_set_joystick_mC535A0E94D41A1CB79BFEC07C28B2D7DC804A26B_inline(__this, L_10, NULL);
// }
return;
}
}
// System.Void Unity.XR.OpenVR.OpenVRControllerWMR::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVRControllerWMR__ctor_mFA51CC0DC7C9DD0A3C11E034784774E29584A11B (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, const RuntimeMethod* method)
{
{
XRController__ctor_mB780698DBF866160CF7C7D6198D115CE263593ED(__this, 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
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.ViveWand::get_grip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ViveWand_get_grip_mB9B37E6A787190BD190758DB94E758CECC41964D (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CgripU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_grip_mB074C9F2FB3A9F290EDDE6690A05D05F48B091F7 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::get_gripPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ViveWand_get_gripPressed_m340DED9E7C1076CFD22D84667EFEA38F2B04A44F (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CgripPressedU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_gripPressed_mDCF3C96003FDDA986BB80BC674229858CFA4C992 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::get_primary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ViveWand_get_primary_m3CA9343F3B085F3E839D71A2187B11F075C33C7B (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public ButtonControl primary { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CprimaryU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_primary(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_primary_mFE2E664D1A1F2CF13208F78F303F80214331FB87 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primary { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::get_trackpadPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ViveWand_get_trackpadPressed_m48BDC6AD481B1D9A618BACDF49FD73272FFDCDD3 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtrackpadPressedU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_trackpadPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_trackpadPressed_m8907B316328F59977FC17D5C960EE5FB05D13BB5 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtrackpadPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::get_trackpadTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ViveWand_get_trackpadTouched_mAD6B217F4B91ADBEC8C07680311EED3E3E315DF4 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtrackpadTouchedU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_trackpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_trackpadTouched_m8BC57EE265E97F1AAEC0727E0163548E0CAC73FB (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtrackpadTouchedU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadTouchedU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.ViveWand::get_trackpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ViveWand_get_trackpad_m512A9C9D58ABFFFE8F8B96886D2A997BB0C150EB (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public Vector2Control trackpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtrackpadU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_trackpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_trackpad_mD4D27EF52325D70721838D44D927758C42102BBA (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control trackpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtrackpadU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.ViveWand::get_trigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ViveWand_get_trigger_mD6DDAEE7ABBCD7ADB143C82184CA142F23613761 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_trigger_mB6AFAD674E3B204860B13CC08FAA9F6833CD0CAE (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.ViveWand::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ViveWand_get_triggerPressed_m556D87AB2072A4E73153704C2D137437BADBBC1F (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_triggerPressed_mAFB68A0873C288A9C4139C14E51A5825DE979055 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveWand::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ViveWand_get_deviceVelocity_mC645E3C8A6E90066FA6DAD21D74CBC6A6FAE381A (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_deviceVelocity_mAA81BA83CE66C49A59C309C8A95C52520352E867 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveWand::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ViveWand_get_deviceAngularVelocity_mF923DBDE2447AA47857F3D5B8F88562DD17B8737 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_set_deviceAngularVelocity_mA3E6F25FC002E20AD040D9CDCB9E811345739228 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand_FinishSetup_m16789E194E69952E12A4AECA264C38DD031E1142 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B7B4D9A6606E6EE99A64447DFA7DB3DC7C870F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB65ECF98859F9960AF3A135B1DB157C6A9E64500);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9F573449435626A96C594EA43095A22DF995F84);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// grip = GetChildControl<AxisControl>("grip");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
L_0 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
ViveWand_set_grip_mB074C9F2FB3A9F290EDDE6690A05D05F48B091F7_inline(__this, L_0, NULL);
// primary = GetChildControl<ButtonControl>("primary");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
ViveWand_set_primary_mFE2E664D1A1F2CF13208F78F303F80214331FB87_inline(__this, L_1, NULL);
// gripPressed = GetChildControl<ButtonControl>("gripPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
ViveWand_set_gripPressed_mDCF3C96003FDDA986BB80BC674229858CFA4C992_inline(__this, L_2, NULL);
// trackpadPressed = GetChildControl<ButtonControl>("trackpadPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral6B7B4D9A6606E6EE99A64447DFA7DB3DC7C870F5, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
ViveWand_set_trackpadPressed_m8907B316328F59977FC17D5C960EE5FB05D13BB5_inline(__this, L_3, NULL);
// trackpadTouched = GetChildControl<ButtonControl>("trackpadTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB65ECF98859F9960AF3A135B1DB157C6A9E64500, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
ViveWand_set_trackpadTouched_m8BC57EE265E97F1AAEC0727E0163548E0CAC73FB_inline(__this, L_4, NULL);
// trackpad = GetChildControl<Vector2Control>("trackpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_5;
L_5 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteralD9F573449435626A96C594EA43095A22DF995F84, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
ViveWand_set_trackpad_mD4D27EF52325D70721838D44D927758C42102BBA_inline(__this, L_5, NULL);
// trigger = GetChildControl<AxisControl>("trigger");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_6;
L_6 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
ViveWand_set_trigger_mB6AFAD674E3B204860B13CC08FAA9F6833CD0CAE_inline(__this, L_6, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7;
L_7 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
ViveWand_set_triggerPressed_mAFB68A0873C288A9C4139C14E51A5825DE979055_inline(__this, L_7, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_8;
L_8 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
ViveWand_set_deviceVelocity_mAA81BA83CE66C49A59C309C8A95C52520352E867_inline(__this, L_8, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_9;
L_9 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
ViveWand_set_deviceAngularVelocity_mA3E6F25FC002E20AD040D9CDCB9E811345739228_inline(__this, L_9, NULL);
// }
return;
}
}
// System.Void Unity.XR.OpenVR.ViveWand::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveWand__ctor_m0A5229B10050072346EF05133B2FF447B6D960C2 (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, const RuntimeMethod* method)
{
{
XRControllerWithRumble__ctor_m78ED6D19588BE805A9BDFD5C194FEB0520A273D0(__this, 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.Void Unity.XR.OpenVR.ViveLighthouse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveLighthouse__ctor_mFCB9D38C17D372BA8EC69E1FABF351EF39077543 (ViveLighthouse_t99EEA26EB9A7F309072DDE2B4B2782F96081DD9B* __this, const RuntimeMethod* method)
{
{
TrackedDevice__ctor_mB27788B88E0EACB28065D20F6FE6E39AF391B375(__this, 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
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveTracker::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ViveTracker_get_deviceVelocity_mA9B2265A21AE30FF5A07DC15055AAFDF856E2B90 (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveTracker::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveTracker_set_deviceVelocity_mA8BEF450314ABEF99EF08E24E2BA3E0FC8192143 (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.ViveTracker::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ViveTracker_get_deviceAngularVelocity_mC9236B6E8E02155E3FC5A30C861B8D26F0549DD3 (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.ViveTracker::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveTracker_set_deviceAngularVelocity_mBBDE3EECBAA23CF3293932B4C159BD6D15B55A1A (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// System.Void Unity.XR.OpenVR.ViveTracker::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveTracker_FinishSetup_mBD04F736C41F7F556C57EB1A4DD978776AB0C8EE (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
TrackedDevice_FinishSetup_m8FE5D25BCB3BE51AA50D75C97265A8B8D39D0DC5(__this, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0;
L_0 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
ViveTracker_set_deviceVelocity_mA8BEF450314ABEF99EF08E24E2BA3E0FC8192143_inline(__this, L_0, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_1;
L_1 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
ViveTracker_set_deviceAngularVelocity_mBBDE3EECBAA23CF3293932B4C159BD6D15B55A1A_inline(__this, L_1, NULL);
// }
return;
}
}
// System.Void Unity.XR.OpenVR.ViveTracker::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViveTracker__ctor_m4A3BE58F4DFFE121522C1760226A97DB61451E49 (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, const RuntimeMethod* method)
{
{
TrackedDevice__ctor_mB27788B88E0EACB28065D20F6FE6E39AF391B375(__this, 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
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.HandedViveTracker::get_grip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* HandedViveTracker_get_grip_m1963B765B02AD9BFC2EE5D5F5AD523A6EE4559B8 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CgripU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker_set_grip_m986ADD52B4C3697AD5386C51F8797AB10A01DFE4 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::get_gripPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* HandedViveTracker_get_gripPressed_m0F5E90C0A995DA2EC8CE235F2C8A4AEA9B458FBF (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CgripPressedU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker_set_gripPressed_mEB7BBEA33ECB065166A0FC3543067915F84513DB (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::get_primary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* HandedViveTracker_get_primary_m1C30AB63DC2766736E70117F8960DADE1A5A3F84 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl primary { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CprimaryU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_primary(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker_set_primary_m8C60B7B6B684CD1138A7DBB1DAF6B23A92EB7242 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primary { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::get_trackpadPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* HandedViveTracker_get_trackpadPressed_m3DE5E959AC779D00B54AC4D934C8E09F4EF44CA1 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtrackpadPressedU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_trackpadPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker_set_trackpadPressed_m1C3EF0433C6D34A9E4480ADDCEF505115AE66208 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtrackpadPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.HandedViveTracker::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* HandedViveTracker_get_triggerPressed_m76373B1EA6A2B59D5792FD3FC00247CC67CD34A0 (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker_set_triggerPressed_m81577FAFB75478E3E73A03EDC4C4BC8EC0C3C4BB (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker_FinishSetup_m5E4A8DF0C175F114A193B679955D0EEFF5BF3BDA (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B7B4D9A6606E6EE99A64447DFA7DB3DC7C870F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
s_Il2CppMethodInitialized = true;
}
{
// grip = GetChildControl<AxisControl>("grip");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
L_0 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
HandedViveTracker_set_grip_m986ADD52B4C3697AD5386C51F8797AB10A01DFE4_inline(__this, L_0, NULL);
// primary = GetChildControl<ButtonControl>("primary");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
HandedViveTracker_set_primary_m8C60B7B6B684CD1138A7DBB1DAF6B23A92EB7242_inline(__this, L_1, NULL);
// gripPressed = GetChildControl<ButtonControl>("gripPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
HandedViveTracker_set_gripPressed_mEB7BBEA33ECB065166A0FC3543067915F84513DB_inline(__this, L_2, NULL);
// trackpadPressed = GetChildControl<ButtonControl>("trackpadPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral6B7B4D9A6606E6EE99A64447DFA7DB3DC7C870F5, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
HandedViveTracker_set_trackpadPressed_m1C3EF0433C6D34A9E4480ADDCEF505115AE66208_inline(__this, L_3, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
HandedViveTracker_set_triggerPressed_m81577FAFB75478E3E73A03EDC4C4BC8EC0C3C4BB_inline(__this, L_4, NULL);
// base.FinishSetup();
ViveTracker_FinishSetup_mBD04F736C41F7F556C57EB1A4DD978776AB0C8EE(__this, NULL);
// }
return;
}
}
// System.Void Unity.XR.OpenVR.HandedViveTracker::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandedViveTracker__ctor_m0EDE5B3078B1F8FC66274B3E686A5BA59A075C1E (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, const RuntimeMethod* method)
{
{
ViveTracker__ctor_m4A3BE58F4DFFE121522C1760226A97DB61451E49(__this, 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
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.OpenVR.OpenVROculusTouchController::get_thumbstick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* OpenVROculusTouchController_get_thumbstick_m52E81B03C3E0F45624EFE8678DDFF7735E53EBDB (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public Vector2Control thumbstick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CthumbstickU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_thumbstick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstick_m7B703AF52E1DEED104B2A9AC6E6E9B8625844D9D (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control thumbstick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CthumbstickU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVROculusTouchController::get_trigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OpenVROculusTouchController_get_trigger_mDC2F57DB7642D454F384E033E5A7246DD2B5E3C4 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_trigger_mDCDF169004B8A7A3C43A624C22E8DEDEDD869A8F (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.OpenVR.OpenVROculusTouchController::get_grip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OpenVROculusTouchController_get_grip_mE70170311F35929EA814B5ECCAA2F3C49BEA1E47 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CgripU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_grip_m7AD65DAC8057BF35DEEA8E8330BBB86573967B5D (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::get_primaryButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVROculusTouchController_get_primaryButton_m879EE783DF68FCE69873001F611310E24E3967C5 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public ButtonControl primaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CprimaryButtonU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_primaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_primaryButton_m52C07C9B8E98AF5691D3282F73FFBCD3DED58FC4 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryButtonU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryButtonU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::get_secondaryButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVROculusTouchController_get_secondaryButton_m3F644326E1628C2C6D8386CFB3EFC2B98C4A511C (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CsecondaryButtonU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_secondaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_secondaryButton_m785F40DA8EB2E0C8AE907B1AD54E288EBD8938CC (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CsecondaryButtonU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsecondaryButtonU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::get_gripPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVROculusTouchController_get_gripPressed_mBA20AB5D448A4C4DE605AF9F5F34ADA7E0E346DA (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CgripPressedU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_gripPressed_m7B7D96885BC0737320B30C7A70D8B332A872A62C (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVROculusTouchController_get_triggerPressed_m17706EA7C1652CEC473B05AAF320573A5E17F10A (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_triggerPressed_m7FC498C860461F9F9DA62EBBF3CC2C041071274D (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::get_thumbstickClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVROculusTouchController_get_thumbstickClicked_mF3E6FB883003D2B668CD46C537020BD5D0CF69AE (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CthumbstickClickedU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_thumbstickClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstickClicked_m9851E3DF08185A2DD14836BA6BF58DBF9F739040 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.OpenVR.OpenVROculusTouchController::get_thumbstickTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OpenVROculusTouchController_get_thumbstickTouched_m1A0FA48C4E82A50B86D2BA6E4ED3CB5D4A0A4B89 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CthumbstickTouchedU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_thumbstickTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstickTouched_m48131C18819AF715C5B1FC6F66A18A70ABA91CBC (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickTouchedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickTouchedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVROculusTouchController::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVROculusTouchController_get_deviceVelocity_mD30AE0D8097509B2AEB09AE431123191C2443A97 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_deviceVelocity_m4781367F04392C97349F0D10FC5B5D98AB47A22A (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.OpenVR.OpenVROculusTouchController::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OpenVROculusTouchController_get_deviceAngularVelocity_mDF55E845B635D772F040F818A9AD5E6109E51AA3 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_53;
return L_0;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_deviceAngularVelocity_m86663651B6D8B7B7D35B1FC7D98A8EAA25DA85D8 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController_FinishSetup_m07CF42B0E07C74A114F360A3A392684E9798A7E0 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4ADB212528F8CF625764142B108030A0499510F0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9B28579DAB706CEF903A85854B98A08280D27D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DA5B233166AA50A8488D3B97E0B5A1D09EA4905);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A8CECB369E64DA7E1FBB6FDE079801EFD1EBFEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5CCD6D3CB93DC1BEDD79DB8A4B75174089A3455);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// thumbstick = GetChildControl<Vector2Control>("thumbstick");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0;
L_0 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral6A8CECB369E64DA7E1FBB6FDE079801EFD1EBFEB, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
OpenVROculusTouchController_set_thumbstick_m7B703AF52E1DEED104B2A9AC6E6E9B8625844D9D_inline(__this, L_0, NULL);
// trigger = GetChildControl<AxisControl>("trigger");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OpenVROculusTouchController_set_trigger_mDCDF169004B8A7A3C43A624C22E8DEDEDD869A8F_inline(__this, L_1, NULL);
// grip = GetChildControl<AxisControl>("grip");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_2;
L_2 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OpenVROculusTouchController_set_grip_m7AD65DAC8057BF35DEEA8E8330BBB86573967B5D_inline(__this, L_2, NULL);
// primaryButton = GetChildControl<ButtonControl>("primaryButton");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral5DA5B233166AA50A8488D3B97E0B5A1D09EA4905, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVROculusTouchController_set_primaryButton_m52C07C9B8E98AF5691D3282F73FFBCD3DED58FC4_inline(__this, L_3, NULL);
// secondaryButton = GetChildControl<ButtonControl>("secondaryButton");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral4ADB212528F8CF625764142B108030A0499510F0, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVROculusTouchController_set_secondaryButton_m785F40DA8EB2E0C8AE907B1AD54E288EBD8938CC_inline(__this, L_4, NULL);
// gripPressed = GetChildControl<ButtonControl>("gripPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
L_5 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVROculusTouchController_set_gripPressed_m7B7D96885BC0737320B30C7A70D8B332A872A62C_inline(__this, L_5, NULL);
// thumbstickClicked = GetChildControl<ButtonControl>("thumbstickClicked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6;
L_6 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB5CCD6D3CB93DC1BEDD79DB8A4B75174089A3455, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVROculusTouchController_set_thumbstickClicked_m9851E3DF08185A2DD14836BA6BF58DBF9F739040_inline(__this, L_6, NULL);
// thumbstickTouched = GetChildControl<ButtonControl>("thumbstickTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7;
L_7 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral4C9B28579DAB706CEF903A85854B98A08280D27D, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVROculusTouchController_set_thumbstickTouched_m48131C18819AF715C5B1FC6F66A18A70ABA91CBC_inline(__this, L_7, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
L_8 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OpenVROculusTouchController_set_triggerPressed_m7FC498C860461F9F9DA62EBBF3CC2C041071274D_inline(__this, L_8, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_9;
L_9 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVROculusTouchController_set_deviceVelocity_m4781367F04392C97349F0D10FC5B5D98AB47A22A_inline(__this, L_9, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_10;
L_10 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OpenVROculusTouchController_set_deviceAngularVelocity_m86663651B6D8B7B7D35B1FC7D98A8EAA25DA85D8_inline(__this, L_10, NULL);
// }
return;
}
}
// System.Void Unity.XR.OpenVR.OpenVROculusTouchController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenVROculusTouchController__ctor_m8E6EB82CCF73963BEE6C90F5C288BA1A2A95C824 (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, const RuntimeMethod* method)
{
{
XRControllerWithRumble__ctor_m78ED6D19588BE805A9BDFD5C194FEB0520A273D0(__this, 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
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusHMD::get_userPresence()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusHMD_get_userPresence_mE80EA97E924ADE1F7A50B8C046BC66682665B918 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public ButtonControl userPresence { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CuserPresenceU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_userPresence(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_userPresence_m9382DD80D17E6CE8801C46B38A42BE3492E519CB (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl userPresence { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CuserPresenceU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserPresenceU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_deviceAngularVelocity_m9646C780E6EC059733722052FC4C58618AF0341F (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAngularVelocity_mF3B220CA82B9789DDD7F3B0F315515AC2650D0B9 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_deviceAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_deviceAcceleration_mAAC6EE8FD3CFB92E9D958CB8932C1F1ACFC91F4D (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAccelerationU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAcceleration_m0C44A502D3AAFFEEAC5CA872C96E10DD65F7D457 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_deviceAngularAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_deviceAngularAcceleration_m32F391A22136C3D99CE41175D6DD3B328AC00324 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularAccelerationU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_deviceAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAngularAcceleration_m1AE11BB88730DFBFF29C79862BBC93F2E7EA3AB3 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_leftEyeAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_leftEyeAngularVelocity_m199B65C1E35E2911CF89DD63AD95FD670C7DCDDF (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CleftEyeAngularVelocityU3Ek__BackingField_53;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_leftEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAngularVelocity_mB099BE0DE7F820AE68808AA467ED4DD046875732 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_leftEyeAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_leftEyeAcceleration_m2C0E72D9667D3B18A2AD140BE394EC44F52DBD36 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CleftEyeAccelerationU3Ek__BackingField_54;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_leftEyeAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAcceleration_mFF8E2C7DF7CDB8B9678CAC556C6C55729C0E4B5B (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAccelerationU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAccelerationU3Ek__BackingField_54), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_leftEyeAngularAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_leftEyeAngularAcceleration_m8C2A814C584727330A07EE77906180EB0E18509A (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CleftEyeAngularAccelerationU3Ek__BackingField_55;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_leftEyeAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAngularAcceleration_m8AB825C7FEBBB51FD2604E65DFE47E434A4C849B (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAngularAccelerationU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAngularAccelerationU3Ek__BackingField_55), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_rightEyeAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_rightEyeAngularVelocity_m550D4D4869D97586102D8E68B105B2F6E2CEA10D (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CrightEyeAngularVelocityU3Ek__BackingField_56;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_rightEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAngularVelocity_m9692627AA2CF6B4F6D86CBEA9A57276932493D79 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_56), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_rightEyeAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_rightEyeAcceleration_mF676DEBD5A07BAB36B990F4F72EEB55B8D8BAD0C (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CrightEyeAccelerationU3Ek__BackingField_57;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_rightEyeAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAcceleration_m22E1AE61CBCDD1026CF194059C595EBE45B91F67 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAccelerationU3Ek__BackingField_57 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAccelerationU3Ek__BackingField_57), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_rightEyeAngularAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_rightEyeAngularAcceleration_mDDCE07A5A11557364DE0948FF0937D79F5131DE3 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CrightEyeAngularAccelerationU3Ek__BackingField_58;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_rightEyeAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAngularAcceleration_m47E245FA3BCBE6648D32AB2F73DF7FBEF874CA59 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAngularAccelerationU3Ek__BackingField_58 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAngularAccelerationU3Ek__BackingField_58), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_centerEyeAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_centerEyeAngularVelocity_m7BB302163514915BF4ADFD2BC9DF8DF5FB9183B9 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_59;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_centerEyeAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAngularVelocity_m7A6980405DBDF0FF29CD08CC461CBECF69EE44A5 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_59 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_59), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_centerEyeAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_centerEyeAcceleration_mBB28EE2D73468A32EC9AE173C879559B70D86228 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CcenterEyeAccelerationU3Ek__BackingField_60;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_centerEyeAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAcceleration_mA919EB844D70BC622FFE0EC7840A04E766BA600C (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAccelerationU3Ek__BackingField_60 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAccelerationU3Ek__BackingField_60), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusHMD::get_centerEyeAngularAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusHMD_get_centerEyeAngularAcceleration_m98719E54E037F694BD91DAFC95B9C434FE078929 (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CcenterEyeAngularAccelerationU3Ek__BackingField_61;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::set_centerEyeAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAngularAcceleration_m113EEE8528B4CD25D43495CE52FD8B4ADFDBE45F (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAngularAccelerationU3Ek__BackingField_61 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAngularAccelerationU3Ek__BackingField_61), (void*)L_0);
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD_FinishSetup_m8EA2AFF036658DDE6C36E19D95C8ED58CC31D32B (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04EA248327ED413DE02A011F18AC3C95CE6B8EF0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral077AC4F37BECA7E305659A36FD4351A1A726D74E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral156E662C55D382C18194118C3287CEAB98FA2C6F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24BA0B3EAF2D368DF4A667A3DA43E98A55602935);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C43BA5A481CBEF412DB695717FC94453B3769F6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3624BAC25188A8C57A604CA0D3ACB2CBF73CF5DF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E267D25EFB4D56321079C3FF27EAE0DC4819CC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB795E7C13E4CFACF08133C1739B538F3A728EF41);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC49271934571B500FDC497EFB8A9FA5650E48B32);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFABA7B84135B56F6F79588F7B57766574B6E8C66);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRHMD_FinishSetup_mB75FCAE73C22F861B52EBCD168FF6C225265FD64(__this, NULL);
// userPresence = GetChildControl<ButtonControl>("userPresence");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralC49271934571B500FDC497EFB8A9FA5650E48B32, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusHMD_set_userPresence_m9382DD80D17E6CE8801C46B38A42BE3492E519CB_inline(__this, L_0, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_1;
L_1 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_deviceAngularVelocity_mF3B220CA82B9789DDD7F3B0F315515AC2650D0B9_inline(__this, L_1, NULL);
// deviceAcceleration = GetChildControl<Vector3Control>("deviceAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_2;
L_2 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_deviceAcceleration_m0C44A502D3AAFFEEAC5CA872C96E10DD65F7D457_inline(__this, L_2, NULL);
// deviceAngularAcceleration = GetChildControl<Vector3Control>("deviceAngularAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_3;
L_3 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_deviceAngularAcceleration_m1AE11BB88730DFBFF29C79862BBC93F2E7EA3AB3_inline(__this, L_3, NULL);
// leftEyeAngularVelocity = GetChildControl<Vector3Control>("leftEyeAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_4;
L_4 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2C43BA5A481CBEF412DB695717FC94453B3769F6, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_leftEyeAngularVelocity_mB099BE0DE7F820AE68808AA467ED4DD046875732_inline(__this, L_4, NULL);
// leftEyeAcceleration = GetChildControl<Vector3Control>("leftEyeAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_5;
L_5 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral3624BAC25188A8C57A604CA0D3ACB2CBF73CF5DF, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_leftEyeAcceleration_mFF8E2C7DF7CDB8B9678CAC556C6C55729C0E4B5B_inline(__this, L_5, NULL);
// leftEyeAngularAcceleration = GetChildControl<Vector3Control>("leftEyeAngularAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_6;
L_6 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral156E662C55D382C18194118C3287CEAB98FA2C6F, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_leftEyeAngularAcceleration_m8AB825C7FEBBB51FD2604E65DFE47E434A4C849B_inline(__this, L_6, NULL);
// rightEyeAngularVelocity = GetChildControl<Vector3Control>("rightEyeAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_7;
L_7 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral24BA0B3EAF2D368DF4A667A3DA43E98A55602935, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_rightEyeAngularVelocity_m9692627AA2CF6B4F6D86CBEA9A57276932493D79_inline(__this, L_7, NULL);
// rightEyeAcceleration = GetChildControl<Vector3Control>("rightEyeAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_8;
L_8 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralB795E7C13E4CFACF08133C1739B538F3A728EF41, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_rightEyeAcceleration_m22E1AE61CBCDD1026CF194059C595EBE45B91F67_inline(__this, L_8, NULL);
// rightEyeAngularAcceleration = GetChildControl<Vector3Control>("rightEyeAngularAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_9;
L_9 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralFABA7B84135B56F6F79588F7B57766574B6E8C66, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_rightEyeAngularAcceleration_m47E245FA3BCBE6648D32AB2F73DF7FBEF874CA59_inline(__this, L_9, NULL);
// centerEyeAngularVelocity = GetChildControl<Vector3Control>("centerEyeAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_10;
L_10 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral077AC4F37BECA7E305659A36FD4351A1A726D74E, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_centerEyeAngularVelocity_m7A6980405DBDF0FF29CD08CC461CBECF69EE44A5_inline(__this, L_10, NULL);
// centerEyeAcceleration = GetChildControl<Vector3Control>("centerEyeAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_11;
L_11 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral4E267D25EFB4D56321079C3FF27EAE0DC4819CC9, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_centerEyeAcceleration_mA919EB844D70BC622FFE0EC7840A04E766BA600C_inline(__this, L_11, NULL);
// centerEyeAngularAcceleration = GetChildControl<Vector3Control>("centerEyeAngularAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_12;
L_12 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral04EA248327ED413DE02A011F18AC3C95CE6B8EF0, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusHMD_set_centerEyeAngularAcceleration_m113EEE8528B4CD25D43495CE52FD8B4ADFDBE45F_inline(__this, L_12, NULL);
// }
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMD::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMD__ctor_m71D4611011F2354421932FDD66B44BA03EBA67DB (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, const RuntimeMethod* method)
{
{
XRHMD__ctor_m45E075B7C9DC2E1A59AF838FCCDE51E9D6C13C7E(__this, 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
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.OculusTouchController::get_thumbstick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* OculusTouchController_get_thumbstick_m81D56DC1F9419EC167219A1C8447AFC4D548286D (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public Vector2Control thumbstick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CthumbstickU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_thumbstick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstick_mCE83285324084A9CC134A9AC82D5F314D2EC54C4 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control thumbstick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CthumbstickU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.OculusTouchController::get_trigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OculusTouchController_get_trigger_mEF1B77604DD1B715FF9E62BFE5EA53D608DFB83A (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_trigger_m2EF8D53F3CBAD1425FC859C0A21DB0B774B1A56A (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.OculusTouchController::get_grip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OculusTouchController_get_grip_mABBA82B2C1C4FEE65CEF1B63C1234DF3C6BA2915 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CgripU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_grip_mBAB2588AC3AE13E12C121D734D36DA1437D7D2B8 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_primaryButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_primaryButton_mDDD9FC7406A3C73C9ABFED2921E0921743476C8A (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl primaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CprimaryButtonU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_primaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_primaryButton_m3CB8515E5AA191972822C45FD9B2B9CC770C84E2 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryButtonU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryButtonU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_secondaryButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_secondaryButton_mA80F65C17BBE9E2C9BF2E24C174F2A318EB4F182 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CsecondaryButtonU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_secondaryButton(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_secondaryButton_m8ABA7FC425FF57D4F89111CA1CF373027F969967 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CsecondaryButtonU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsecondaryButtonU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_gripPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_gripPressed_m7E0B3D6273D05313DA5F7BAE0189AC798C16FF55 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CgripPressedU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_gripPressed_m7A78C0352AD402161E89542E0AFB6533B5FDA57D (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_start_mAB5937695D08A6D3FAB23A4513EFA6D5B63B6385 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl start { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CstartU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_start(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_start_m2AC9310CE8C314708914B7F70087F63C4DBF475A (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl start { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CstartU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_thumbstickClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_thumbstickClicked_mABBFF96B68549223E40E690D22C582B7BE2C8AE2 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CthumbstickClickedU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_thumbstickClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstickClicked_m2B77552D010F410F79775D9011F051D074E351AC (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_primaryTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_primaryTouched_mD25239B1E2EF86AB3B8CED12E027F34BD311B45E (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl primaryTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CprimaryTouchedU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_primaryTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_primaryTouched_m3564C5A78160FED2FED435817FEE427C347EB5D3 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primaryTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryTouchedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryTouchedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_secondaryTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_secondaryTouched_mFC5E4007721D53337CD7CC37C0E6A364C709493A (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CsecondaryTouchedU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_secondaryTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_secondaryTouched_mB6D9FB1C1628F387D05631CC0E8A194CF30F5C2D (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CsecondaryTouchedU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsecondaryTouchedU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.OculusTouchController::get_triggerTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* OculusTouchController_get_triggerTouched_m15D8ED9F12CBC5D879C1214AB6219CCDCDF59507 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public AxisControl triggerTouched { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerTouchedU3Ek__BackingField_53;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_triggerTouched(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_triggerTouched_mFC06DA4C6C489729C52C4CD9EEDBE3FF21468231 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl triggerTouched { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerTouchedU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerTouchedU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_triggerPressed_mB1215F1F13E5AD1CEBDD8B016AC7D01D023ACD58 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_54;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_triggerPressed_mA092DC3CA66DC755439B3AB7B03FC2F448A50D18 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_54), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTouchController::get_thumbstickTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTouchController_get_thumbstickTouched_m223E0AD1C6DEEE2DE525D0F94BFA9C092B945738 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CthumbstickTouchedU3Ek__BackingField_55;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_thumbstickTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstickTouched_m767F4A2B2D7F5B4738709A1A6540F73C1090B3D5 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickTouchedU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickTouchedU3Ek__BackingField_55), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusTouchController_get_deviceVelocity_m414C766B86ABC7D2FADD51D60F1CD3776FAD1CE8 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_56;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceVelocity_m3884B11F2C1AB204863FE0E7AA72053751CE4BEE (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_56), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusTouchController_get_deviceAngularVelocity_m67F584AC54F4BC8A7E7012C7177258B26F66C262 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_57;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAngularVelocity_mE25CAB51D1052A7B22F393268FA30B82E380F02A (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_57 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_57), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::get_deviceAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusTouchController_get_deviceAcceleration_m849E20148580958F23C4AF533289B2391B83DE6E (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAccelerationU3Ek__BackingField_58;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAcceleration_m0272E8DDE0A780331E855F98E7DD0BAEAB8FE26F (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_58 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_58), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.OculusTouchController::get_deviceAngularAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* OculusTouchController_get_deviceAngularAcceleration_mBFE8338F82A89FC269FA287C6067165EC8BCDC96 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularAccelerationU3Ek__BackingField_59;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::set_deviceAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAngularAcceleration_mE36DFAFB38E32F6901806BABA3B291E3BA62BDB5 (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_59 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_59), (void*)L_0);
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController_FinishSetup_mC9118BA5E8A7F4F90A8742B1C0C57DAC02086DDD (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4ADB212528F8CF625764142B108030A0499510F0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9B28579DAB706CEF903A85854B98A08280D27D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DA5B233166AA50A8488D3B97E0B5A1D09EA4905);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A8CECB369E64DA7E1FBB6FDE079801EFD1EBFEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral767FF60B240D13D0E7862196C1340B1049EF4B4B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral890FDBCF037770EED7A1937DEF697FFC44FBF0B3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E98EC4F7D85E6AB585D718D9BEDBB163E42B54C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5CCD6D3CB93DC1BEDD79DB8A4B75174089A3455);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// thumbstick = GetChildControl<Vector2Control>("thumbstick");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0;
L_0 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral6A8CECB369E64DA7E1FBB6FDE079801EFD1EBFEB, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
OculusTouchController_set_thumbstick_mCE83285324084A9CC134A9AC82D5F314D2EC54C4_inline(__this, L_0, NULL);
// trigger = GetChildControl<AxisControl>("trigger");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OculusTouchController_set_trigger_m2EF8D53F3CBAD1425FC859C0A21DB0B774B1A56A_inline(__this, L_1, NULL);
// triggerTouched = GetChildControl<AxisControl>("triggerTouched");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_2;
L_2 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral767FF60B240D13D0E7862196C1340B1049EF4B4B, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OculusTouchController_set_triggerTouched_mFC06DA4C6C489729C52C4CD9EEDBE3FF21468231_inline(__this, L_2, NULL);
// grip = GetChildControl<AxisControl>("grip");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
L_3 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
OculusTouchController_set_grip_mBAB2588AC3AE13E12C121D734D36DA1437D7D2B8_inline(__this, L_3, NULL);
// primaryButton = GetChildControl<ButtonControl>("primaryButton");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral5DA5B233166AA50A8488D3B97E0B5A1D09EA4905, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_primaryButton_m3CB8515E5AA191972822C45FD9B2B9CC770C84E2_inline(__this, L_4, NULL);
// secondaryButton = GetChildControl<ButtonControl>("secondaryButton");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
L_5 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral4ADB212528F8CF625764142B108030A0499510F0, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_secondaryButton_m8ABA7FC425FF57D4F89111CA1CF373027F969967_inline(__this, L_5, NULL);
// gripPressed = GetChildControl<ButtonControl>("gripPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6;
L_6 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_gripPressed_m7A78C0352AD402161E89542E0AFB6533B5FDA57D_inline(__this, L_6, NULL);
// start = GetChildControl<ButtonControl>("start");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7;
L_7 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_start_m2AC9310CE8C314708914B7F70087F63C4DBF475A_inline(__this, L_7, NULL);
// thumbstickClicked = GetChildControl<ButtonControl>("thumbstickClicked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
L_8 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB5CCD6D3CB93DC1BEDD79DB8A4B75174089A3455, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_thumbstickClicked_m2B77552D010F410F79775D9011F051D074E351AC_inline(__this, L_8, NULL);
// primaryTouched = GetChildControl<ButtonControl>("primaryTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_9;
L_9 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9E98EC4F7D85E6AB585D718D9BEDBB163E42B54C, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_primaryTouched_m3564C5A78160FED2FED435817FEE427C347EB5D3_inline(__this, L_9, NULL);
// secondaryTouched = GetChildControl<ButtonControl>("secondaryTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_10;
L_10 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral890FDBCF037770EED7A1937DEF697FFC44FBF0B3, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_secondaryTouched_mB6D9FB1C1628F387D05631CC0E8A194CF30F5C2D_inline(__this, L_10, NULL);
// thumbstickTouched = GetChildControl<ButtonControl>("thumbstickTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_11;
L_11 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral4C9B28579DAB706CEF903A85854B98A08280D27D, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_thumbstickTouched_m767F4A2B2D7F5B4738709A1A6540F73C1090B3D5_inline(__this, L_11, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_12;
L_12 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTouchController_set_triggerPressed_mA092DC3CA66DC755439B3AB7B03FC2F448A50D18_inline(__this, L_12, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_13;
L_13 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusTouchController_set_deviceVelocity_m3884B11F2C1AB204863FE0E7AA72053751CE4BEE_inline(__this, L_13, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_14;
L_14 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusTouchController_set_deviceAngularVelocity_mE25CAB51D1052A7B22F393268FA30B82E380F02A_inline(__this, L_14, NULL);
// deviceAcceleration = GetChildControl<Vector3Control>("deviceAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_15;
L_15 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusTouchController_set_deviceAcceleration_m0272E8DDE0A780331E855F98E7DD0BAEAB8FE26F_inline(__this, L_15, NULL);
// deviceAngularAcceleration = GetChildControl<Vector3Control>("deviceAngularAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_16;
L_16 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
OculusTouchController_set_deviceAngularAcceleration_mE36DFAFB38E32F6901806BABA3B291E3BA62BDB5_inline(__this, L_16, NULL);
// }
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTouchController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTouchController__ctor_mAE11C7DD30947F1CD2A10E19FA75D8A99793A21F (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, const RuntimeMethod* method)
{
{
XRControllerWithRumble__ctor_m78ED6D19588BE805A9BDFD5C194FEB0520A273D0(__this, 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
// UnityEngine.InputSystem.Controls.IntegerControl Unity.XR.Oculus.Input.OculusTrackingReference::get_trackingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* OculusTrackingReference_get_trackingState_mB741095C300E968F867117FE72D19EE3711B8189 (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, const RuntimeMethod* method)
{
{
// public new IntegerControl trackingState { get; private set; }
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = __this->___U3CtrackingStateU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTrackingReference::set_trackingState(UnityEngine.InputSystem.Controls.IntegerControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTrackingReference_set_trackingState_m3F8708A858EFD56D8F8D52A4F1A9A589C7196FDE (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___value0, const RuntimeMethod* method)
{
{
// public new IntegerControl trackingState { get; private set; }
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = ___value0;
__this->___U3CtrackingStateU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackingStateU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusTrackingReference::get_isTracked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusTrackingReference_get_isTracked_mF36956E307D96C1E8E28B76568971A3C3F81E905 (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, const RuntimeMethod* method)
{
{
// public new ButtonControl isTracked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CisTrackedU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTrackingReference::set_isTracked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTrackingReference_set_isTracked_m6FA86987B7D53C3A27DA409A388E2BB4880EFCC8 (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public new ButtonControl isTracked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CisTrackedU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CisTrackedU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTrackingReference::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTrackingReference_FinishSetup_m34B4F1608285238B9F20AFAC4F8101FA866294CB (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29340CC6DE4F0D8CF1A3ADBF57306A53920E648A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE99981D4BE3BFBE312C52C21EADDC2EACD9ED3D);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
TrackedDevice_FinishSetup_m8FE5D25BCB3BE51AA50D75C97265A8B8D39D0DC5(__this, NULL);
// trackingState = GetChildControl<IntegerControl>("trackingState");
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0;
L_0 = InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297(__this, _stringLiteralFE99981D4BE3BFBE312C52C21EADDC2EACD9ED3D, InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var);
OculusTrackingReference_set_trackingState_m3F8708A858EFD56D8F8D52A4F1A9A589C7196FDE_inline(__this, L_0, NULL);
// isTracked = GetChildControl<ButtonControl>("isTracked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral29340CC6DE4F0D8CF1A3ADBF57306A53920E648A, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusTrackingReference_set_isTracked_m6FA86987B7D53C3A27DA409A388E2BB4880EFCC8_inline(__this, L_1, NULL);
// }
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusTrackingReference::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusTrackingReference__ctor_m10F0FC0C9B89A554CEAB01BB6504D940B1440AC3 (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, const RuntimeMethod* method)
{
{
TrackedDevice__ctor_mB27788B88E0EACB28065D20F6FE6E39AF391B375(__this, 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
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusRemote::get_back()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusRemote_get_back_m4ED5C52B1CA3F8DF55A773D879BDA73E75855152 (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CbackU3Ek__BackingField_39;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusRemote::set_back(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusRemote_set_back_m75CB133735E0140397A9431AE6712F510B007D2B (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CbackU3Ek__BackingField_39 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackU3Ek__BackingField_39), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusRemote::get_start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusRemote_get_start_m27B80FE95DF8BFE9EA7E07715A06F3FF73544180 (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, const RuntimeMethod* method)
{
{
// public ButtonControl start { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CstartU3Ek__BackingField_40;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusRemote::set_start(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusRemote_set_start_mF34230989E43F99FC07DA0ABB5FD98D6DB637BF3 (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl start { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CstartU3Ek__BackingField_40 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartU3Ek__BackingField_40), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.OculusRemote::get_touchpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* OculusRemote_get_touchpad_m0F0EA736989A0388623BBACF7F4CD18F355790E4 (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtouchpadU3Ek__BackingField_41;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusRemote::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusRemote_set_touchpad_m7F66B8C9541ECF48FB455727D57B66CC79D51AB9 (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_41 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_41), (void*)L_0);
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusRemote::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusRemote_FinishSetup_m9ED2C825EB4113F55E7F59EE8B6AF84EBE939ABC (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15(__this, NULL);
// back = GetChildControl<ButtonControl>("back");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusRemote_set_back_m75CB133735E0140397A9431AE6712F510B007D2B_inline(__this, L_0, NULL);
// start = GetChildControl<ButtonControl>("start");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusRemote_set_start_mF34230989E43F99FC07DA0ABB5FD98D6DB637BF3_inline(__this, L_1, NULL);
// touchpad = GetChildControl<Vector2Control>("touchpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_2;
L_2 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
OculusRemote_set_touchpad_m7F66B8C9541ECF48FB455727D57B66CC79D51AB9_inline(__this, L_2, NULL);
// }
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusRemote::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusRemote__ctor_m043054D60B1A0FEDF4F81DFAA53D87B61DDB74B4 (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, const RuntimeMethod* method)
{
{
InputDevice__ctor_mAA72B9458CD588116A968FE54C2AD2B59C787E51(__this, 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
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.OculusHMDExtended::get_back()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* OculusHMDExtended_get_back_m6F903E25C7C469356BFCD6A2510472A4172D46A9 (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CbackU3Ek__BackingField_62;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMDExtended::set_back(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMDExtended_set_back_mC98306E8847DDAB9B2F46B0D52F937AE987E41F3 (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CbackU3Ek__BackingField_62 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackU3Ek__BackingField_62), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.OculusHMDExtended::get_touchpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* OculusHMDExtended_get_touchpad_mBBD2B5548DA5051A2D73C4B195FFAFF9239B6F30 (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtouchpadU3Ek__BackingField_63;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMDExtended::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMDExtended_set_touchpad_m035B180B2E1AB1DFF685C77EEA8BF03B32CC18D1 (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_63 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_63), (void*)L_0);
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMDExtended::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMDExtended_FinishSetup_m697A60FAD84530E45D1E7E166FDB39442FA86EC5 (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
OculusHMD_FinishSetup_m8EA2AFF036658DDE6C36E19D95C8ED58CC31D32B(__this, NULL);
// back = GetChildControl<ButtonControl>("back");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
OculusHMDExtended_set_back_mC98306E8847DDAB9B2F46B0D52F937AE987E41F3_inline(__this, L_0, NULL);
// touchpad = GetChildControl<Vector2Control>("touchpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_1;
L_1 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
OculusHMDExtended_set_touchpad_m035B180B2E1AB1DFF685C77EEA8BF03B32CC18D1_inline(__this, L_1, NULL);
// }
return;
}
}
// System.Void Unity.XR.Oculus.Input.OculusHMDExtended::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OculusHMDExtended__ctor_m9FA11B79374341F5A0679CA246282FA4D19778DD (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, const RuntimeMethod* method)
{
{
OculusHMD__ctor_m71D4611011F2354421932FDD66B44BA03EBA67DB(__this, 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
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.Oculus.Input.GearVRTrackedController::get_touchpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* GearVRTrackedController_get_touchpad_m70F504C0DC3A58C7818D146185F84F5B4932A0ED (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtouchpadU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpad_m87E51972471D3A1793059625346F5A4226EA2B73 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl Unity.XR.Oculus.Input.GearVRTrackedController::get_trigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* GearVRTrackedController_get_trigger_mEA54915EF20454FE1460781C3B16F42EDBB712BD (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_trigger_mE8C85BD46A8788DB3A8D6BDA7259DDF7A3CE1269 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::get_back()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* GearVRTrackedController_get_back_m9229D4C8804D0576C509C6217DE5D7FBD4B4F42F (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CbackU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_back(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_back_m682575B11BF03556AB63F65D60BD611A950E3C04 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CbackU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* GearVRTrackedController_get_triggerPressed_m65CA3994E9F3278C982CE818514805E4D0F60416 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_triggerPressed_m21ADF87BF994317C21BA32B90BE9826DBF4723CF (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::get_touchpadClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* GearVRTrackedController_get_touchpadClicked_m1577DA18349BF5708497E1311641BD7102489315 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadClickedU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_touchpadClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpadClicked_m0E5304650AC2A578534A590CD9D4722199113936 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickedU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickedU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.Oculus.Input.GearVRTrackedController::get_touchpadTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* GearVRTrackedController_get_touchpadTouched_mA8C4ACD974B2B5DA9CC3AE0821FC8EBCB1202201 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadTouchedU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_touchpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpadTouched_m2EF525225849C501EEA08F72C76E8608671F92AE (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.GearVRTrackedController::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* GearVRTrackedController_get_deviceAngularVelocity_m2958A3D39350C636BF4A8170E0E872ABC7EAB96A (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAngularVelocity_mB421CECAF8A29E0EDADEE349E75EA7C16BBFCD50 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.GearVRTrackedController::get_deviceAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* GearVRTrackedController_get_deviceAcceleration_m790CFA4AE74FA058907B9A54B64C2B3BD833EB72 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAccelerationU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAcceleration_mE4E78CF454405139C0ACE63737E5F457721580AB (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.Oculus.Input.GearVRTrackedController::get_deviceAngularAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* GearVRTrackedController_get_deviceAngularAcceleration_m4AE1B6DBD5ECE45BD29FBE033059CB6F2FAD2A49 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularAccelerationU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::set_deviceAngularAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAngularAcceleration_m212BB263779D06893E7C2E6D4D6C351335A18CA9 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController_FinishSetup_m1D42C40E99442DE264197BB9C4DCCE3547A9CEC2 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB81B10F5CAB114184CB2AEC199DE4C618C7F57DB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// touchpad = GetChildControl<Vector2Control>("touchpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0;
L_0 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
GearVRTrackedController_set_touchpad_m87E51972471D3A1793059625346F5A4226EA2B73_inline(__this, L_0, NULL);
// trigger = GetChildControl<AxisControl>("trigger");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
GearVRTrackedController_set_trigger_mE8C85BD46A8788DB3A8D6BDA7259DDF7A3CE1269_inline(__this, L_1, NULL);
// back = GetChildControl<ButtonControl>("back");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral381617D1A1C0C848CBE085A3C3BF523A03E9659F, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
GearVRTrackedController_set_back_m682575B11BF03556AB63F65D60BD611A950E3C04_inline(__this, L_2, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
GearVRTrackedController_set_triggerPressed_m21ADF87BF994317C21BA32B90BE9826DBF4723CF_inline(__this, L_3, NULL);
// touchpadClicked = GetChildControl<ButtonControl>("touchpadClicked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
GearVRTrackedController_set_touchpadClicked_m0E5304650AC2A578534A590CD9D4722199113936_inline(__this, L_4, NULL);
// touchpadTouched = GetChildControl<ButtonControl>("touchpadTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
L_5 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB81B10F5CAB114184CB2AEC199DE4C618C7F57DB, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
GearVRTrackedController_set_touchpadTouched_m2EF525225849C501EEA08F72C76E8608671F92AE_inline(__this, L_5, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_6;
L_6 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
GearVRTrackedController_set_deviceAngularVelocity_mB421CECAF8A29E0EDADEE349E75EA7C16BBFCD50_inline(__this, L_6, NULL);
// deviceAcceleration = GetChildControl<Vector3Control>("deviceAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_7;
L_7 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
GearVRTrackedController_set_deviceAcceleration_mE4E78CF454405139C0ACE63737E5F457721580AB_inline(__this, L_7, NULL);
// deviceAngularAcceleration = GetChildControl<Vector3Control>("deviceAngularAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_8;
L_8 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralC3E98CA0D21B6899AC08C4CE0868CF1323933585, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
GearVRTrackedController_set_deviceAngularAcceleration_m212BB263779D06893E7C2E6D4D6C351335A18CA9_inline(__this, L_8, NULL);
// }
return;
}
}
// System.Void Unity.XR.Oculus.Input.GearVRTrackedController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearVRTrackedController__ctor_m4E30F1D6842892A94BE7A10B8ACF7D1E5EF73E49 (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, const RuntimeMethod* method)
{
{
XRController__ctor_mB780698DBF866160CF7C7D6198D115CE263593ED(__this, 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.Void Unity.XR.GoogleVr.DaydreamHMD::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamHMD__ctor_m528B31A402A2E9E88878BFCA7F3AF6F494852F56 (DaydreamHMD_tF19E4E4EF4153FBB8A9D15DE74C729354FD460C6* __this, const RuntimeMethod* method)
{
{
XRHMD__ctor_m45E075B7C9DC2E1A59AF838FCCDE51E9D6C13C7E(__this, 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
// UnityEngine.InputSystem.Controls.Vector2Control Unity.XR.GoogleVr.DaydreamController::get_touchpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* DaydreamController_get_touchpad_m9FF0353BE0D04C285102E3C72AB6AEF527AED079 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtouchpadU3Ek__BackingField_43;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_touchpad_m656EB770ECD5DB7C5F9C24B855027333C885B48A (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_volumeUp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_volumeUp_m5AFF6D937A34A8A2FD69CDAB033F7750C8F867E0 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl volumeUp { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CvolumeUpU3Ek__BackingField_44;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_volumeUp(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_volumeUp_m0A320F158D6DB3C871A9E50C292B9E00094BCBCE (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl volumeUp { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CvolumeUpU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvolumeUpU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_recentered()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_recentered_m278D8C1C758675A93F8D5FC6E3C37E94731DDEF4 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl recentered { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrecenteredU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_recentered(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_recentered_m46FBE9584168C545089CB1543742888FBB3D5FD7 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl recentered { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CrecenteredU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrecenteredU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_volumeDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_volumeDown_m03A8ADDA50AEA4D98A5FFA3A024D7F4BE8081DC4 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl volumeDown { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CvolumeDownU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_volumeDown(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_volumeDown_m352BB07BF8987C86520058F75A3BB119D44C49DB (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl volumeDown { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CvolumeDownU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvolumeDownU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_recentering()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_recentering_mA2C230BA4EBC4FFC197C9DC586E88D6F5DFAE71F (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl recentering { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrecenteringU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_recentering(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_recentering_m48EB0D1C3229BAC7E2C3F3ABE023D9D28CC21FCE (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl recentering { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CrecenteringU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrecenteringU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_app()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_app_m1DC2A70EEEE05308FE91BC849F7A40F2D8C04653 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl app { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CappU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_app(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_app_m752ACBD1FD83FB21F3CF048DC268564E65DBD465 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl app { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CappU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CappU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_home()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_home_mA0AA9D729810CBF48BEE63A8F97072FAED9F7960 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl home { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3ChomeU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_home(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_home_mD584E9D1A768A45B8C4995E016BA1AF3D83D512F (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl home { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3ChomeU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ChomeU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_touchpadClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_touchpadClicked_m73C570D7F95415BDE42402D3A712F95F20DB1A06 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadClickedU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_touchpadClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_touchpadClicked_m71F6FAC1452CC5740011B3FA41FAAF1AEBC3338D (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl Unity.XR.GoogleVr.DaydreamController::get_touchpadTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DaydreamController_get_touchpadTouched_m25BF4CFF0BFC72097B66256FE0B9C0A7AE5D35B4 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadTouchedU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_touchpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_touchpadTouched_m0D29FDE37D9A4BF9C745BB0FE6CE45C77E2E40E0 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.GoogleVr.DaydreamController::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* DaydreamController_get_deviceVelocity_mA1B4D11C2F28CFFD7408132A9C5662AC9B304716 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_52;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_deviceVelocity_m3AEBD81873CFF7DEB5B67D012099E63E8648F2C5 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control Unity.XR.GoogleVr.DaydreamController::get_deviceAcceleration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* DaydreamController_get_deviceAcceleration_m985B7C83B6C6BB73614DB2B15FD77AE683D1B1C6 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAccelerationU3Ek__BackingField_53;
return L_0;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::set_deviceAcceleration(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_set_deviceAcceleration_m2F8127DE6783D2CE5AA1FD63A3B8D3FC6191ED87 (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController_FinishSetup_m7732541C05A84618A175C657C46EF1115414BC8A (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9DC099BD4ECD04B696BF38FC02346103F2BC97);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5875F6A815DAAC3261C20810A8B3CFE552960398);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AE263ACD0B994D3BE52A427E3279DE126BB0E6A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB81B10F5CAB114184CB2AEC199DE4C618C7F57DB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC3698D176E97ECCF698315FBEEE02B661CDA864);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB302F865F073859223084D282BC2DED23FFFAAE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF22625A9BA8988D3E5114AF8FDDE748F44728EC4);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// touchpad = GetChildControl<Vector2Control>("touchpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0;
L_0 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
DaydreamController_set_touchpad_m656EB770ECD5DB7C5F9C24B855027333C885B48A_inline(__this, L_0, NULL);
// volumeUp = GetChildControl<ButtonControl>("volumeUp");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralCC3698D176E97ECCF698315FBEEE02B661CDA864, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_volumeUp_m0A320F158D6DB3C871A9E50C292B9E00094BCBCE_inline(__this, L_1, NULL);
// recentered = GetChildControl<ButtonControl>("recentered");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralDB302F865F073859223084D282BC2DED23FFFAAE, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_recentered_m46FBE9584168C545089CB1543742888FBB3D5FD7_inline(__this, L_2, NULL);
// volumeDown = GetChildControl<ButtonControl>("volumeDown");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral5875F6A815DAAC3261C20810A8B3CFE552960398, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_volumeDown_m352BB07BF8987C86520058F75A3BB119D44C49DB_inline(__this, L_3, NULL);
// recentering = GetChildControl<ButtonControl>("recentering");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralF22625A9BA8988D3E5114AF8FDDE748F44728EC4, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_recentering_m48EB0D1C3229BAC7E2C3F3ABE023D9D28CC21FCE_inline(__this, L_4, NULL);
// app = GetChildControl<ButtonControl>("app");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
L_5 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral8AE263ACD0B994D3BE52A427E3279DE126BB0E6A, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_app_m752ACBD1FD83FB21F3CF048DC268564E65DBD465_inline(__this, L_5, NULL);
// home = GetChildControl<ButtonControl>("home");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6;
L_6 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral0C9DC099BD4ECD04B696BF38FC02346103F2BC97, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_home_mD584E9D1A768A45B8C4995E016BA1AF3D83D512F_inline(__this, L_6, NULL);
// touchpadClicked = GetChildControl<ButtonControl>("touchpadClicked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7;
L_7 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_touchpadClicked_m71F6FAC1452CC5740011B3FA41FAAF1AEBC3338D_inline(__this, L_7, NULL);
// touchpadTouched = GetChildControl<ButtonControl>("touchpadTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
L_8 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB81B10F5CAB114184CB2AEC199DE4C618C7F57DB, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
DaydreamController_set_touchpadTouched_m0D29FDE37D9A4BF9C745BB0FE6CE45C77E2E40E0_inline(__this, L_8, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_9;
L_9 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
DaydreamController_set_deviceVelocity_m3AEBD81873CFF7DEB5B67D012099E63E8648F2C5_inline(__this, L_9, NULL);
// deviceAcceleration = GetChildControl<Vector3Control>("deviceAcceleration");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_10;
L_10 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral5E00AB7EC86A20EC1ECB923C22939506C6806CC9, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
DaydreamController_set_deviceAcceleration_m2F8127DE6783D2CE5AA1FD63A3B8D3FC6191ED87_inline(__this, L_10, NULL);
// }
return;
}
}
// System.Void Unity.XR.GoogleVr.DaydreamController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DaydreamController__ctor_mA1E652235185C75FD57DD6CC975AB182F9AEF53C (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, const RuntimeMethod* method)
{
{
XRController__ctor_mB780698DBF866160CF7C7D6198D115CE263593ED(__this, 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
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRHMD::get_userPresence()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRHMD_get_userPresence_mA2AE3F0C3EA5D3E7A0B0804D7834899350CD032E (WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99* __this, const RuntimeMethod* method)
{
{
// public ButtonControl userPresence { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CuserPresenceU3Ek__BackingField_49;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRHMD::set_userPresence(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRHMD_set_userPresence_mF9BBC0E6EE0775219259EE7C7A3BA5318862B8DB (WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl userPresence { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CuserPresenceU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserPresenceU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRHMD::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRHMD_FinishSetup_m31681A167251AB552C26FE6CB541AC66D0EFB59E (WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC49271934571B500FDC497EFB8A9FA5650E48B32);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRHMD_FinishSetup_mB75FCAE73C22F861B52EBCD168FF6C225265FD64(__this, NULL);
// userPresence = GetChildControl<ButtonControl>("userPresence");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralC49271934571B500FDC497EFB8A9FA5650E48B32, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRHMD_set_userPresence_mF9BBC0E6EE0775219259EE7C7A3BA5318862B8DB_inline(__this, L_0, NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRHMD::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRHMD__ctor_mAF91C7B3CE533004F8197E27C932D6AA50C7C699 (WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99* __this, const RuntimeMethod* method)
{
{
XRHMD__ctor_m45E075B7C9DC2E1A59AF838FCCDE51E9D6C13C7E(__this, 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
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.HololensHand::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* HololensHand_get_deviceVelocity_m5AD7B55243E13B14840E500BC5B68160F561E61C (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_43;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HololensHand_set_deviceVelocity_m2E80259D5884A29AC265FE445B012DDD5ECCD31E (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.HololensHand::get_airTap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* HololensHand_get_airTap_m0378DAACE733B33D2B43BD73A20DBCFA6AD16AEE (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, const RuntimeMethod* method)
{
{
// public ButtonControl airTap { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CairTapU3Ek__BackingField_44;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_airTap(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HololensHand_set_airTap_m87C1FACD3E38C35F145C8B9E75C87EC9B789944F (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl airTap { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CairTapU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CairTapU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.HololensHand::get_sourceLossRisk()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* HololensHand_get_sourceLossRisk_m4738921005FFF49C64E1065172D733683AB04C96 (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, const RuntimeMethod* method)
{
{
// public AxisControl sourceLossRisk { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CsourceLossRiskU3Ek__BackingField_45;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_sourceLossRisk(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HololensHand_set_sourceLossRisk_mE979575F239577576B1CD1A3E6085C52ACDD0D18 (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl sourceLossRisk { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CsourceLossRiskU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossRiskU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.HololensHand::get_sourceLossMitigationDirection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* HololensHand_get_sourceLossMitigationDirection_m4178BAEAA77B745BA589C541A12C1C361956EC03 (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, const RuntimeMethod* method)
{
{
// public Vector3Control sourceLossMitigationDirection { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_46;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::set_sourceLossMitigationDirection(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HololensHand_set_sourceLossMitigationDirection_m27712530AA6B8C9A58996BF1336CA6D6BAF59E8B (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control sourceLossMitigationDirection { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HololensHand_FinishSetup_m9633843E6606083F9B7E9799D00924B8B121B563 (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D9BC2C776D045C8AE166A942A9E637A7CADE7E5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral827E09C11A4BC48DE84AF1E4A6E0A987CD39CC68);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13567104D38779E2ED560579293AAB6F638685C);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// airTap = GetChildControl<ButtonControl>("airTap");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralF13567104D38779E2ED560579293AAB6F638685C, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
HololensHand_set_airTap_m87C1FACD3E38C35F145C8B9E75C87EC9B789944F_inline(__this, L_0, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_1;
L_1 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
HololensHand_set_deviceVelocity_m2E80259D5884A29AC265FE445B012DDD5ECCD31E_inline(__this, L_1, NULL);
// sourceLossRisk = GetChildControl<AxisControl>("sourceLossRisk");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_2;
L_2 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral827E09C11A4BC48DE84AF1E4A6E0A987CD39CC68, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
HololensHand_set_sourceLossRisk_mE979575F239577576B1CD1A3E6085C52ACDD0D18_inline(__this, L_2, NULL);
// sourceLossMitigationDirection = GetChildControl<Vector3Control>("sourceLossMitigationDirection");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_3;
L_3 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral1D9BC2C776D045C8AE166A942A9E637A7CADE7E5, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
HololensHand_set_sourceLossMitigationDirection_m27712530AA6B8C9A58996BF1336CA6D6BAF59E8B_inline(__this, L_3, NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.HololensHand::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HololensHand__ctor_m2C839097EB0A5A0BFF44B461CD79D5F3833F451F (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, const RuntimeMethod* method)
{
{
XRController__ctor_mB780698DBF866160CF7C7D6198D115CE263593ED(__this, 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
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_joystick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* WMRSpatialController_get_joystick_m5C5BBEA6539BDE54C50A3170798B8B1CA2230202 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public Vector2Control joystick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CjoystickU3Ek__BackingField_43;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_joystick(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_joystick_m5CB9D29DF005F75ACFCF6A82D50633FC29B0DB2C (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control joystick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CjoystickU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CjoystickU3Ek__BackingField_43), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_touchpad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* WMRSpatialController_get_touchpad_m0065F56E5B7491084663A6B4AA0B4C065A6845E9 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CtouchpadU3Ek__BackingField_44;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_touchpad(UnityEngine.InputSystem.Controls.Vector2Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpad_m5F5137D7C94D0B5B9F8778998DF5142348676772 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_44), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_grip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* WMRSpatialController_get_grip_mC0899B5229430C1CD8E5B7703B7B3333E0F186DF (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CgripU3Ek__BackingField_45;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_grip(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_grip_m6C1C82AEA5A6A489247E48FAED102F136E8E9B80 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_gripPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRSpatialController_get_gripPressed_m6ECF3BB53C1A59C7E08390F488A02098B24C5C39 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CgripPressedU3Ek__BackingField_46;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_gripPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_gripPressed_m292B1553B9B55310336730E89E8BB902D9887869 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_menu()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRSpatialController_get_menu_m5A3D5EFFF0BE4DF9D496520E146550BF75164B3F (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl menu { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CmenuU3Ek__BackingField_47;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_menu(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_menu_m5C47292AA10F39F33AFA9F06D263FEA3C4872EB9 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl menu { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CmenuU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmenuU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_trigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* WMRSpatialController_get_trigger_mE7EAD2A55AA3950A412A082657BEA86248B650C5 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CtriggerU3Ek__BackingField_48;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_trigger(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_trigger_mE5CA4298F9746121ABE20B6AC6B03C778634AE1E (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_triggerPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRSpatialController_get_triggerPressed_m9E411E1976B75CE7CAE98B18C7D63B1C2BBCADB9 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtriggerPressedU3Ek__BackingField_49;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_triggerPressed(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_triggerPressed_mA9733C9EB748B251A22160B605B6EAF8EEAF8CA9 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_joystickClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRSpatialController_get_joystickClicked_m1B7D91FB91BE32A633832CB23DFBB0F67A2B72D8 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl joystickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CjoystickClickedU3Ek__BackingField_50;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_joystickClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_joystickClicked_m292F77D324815C3A6F76F20C9C36DEFF4FFAC3D6 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl joystickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CjoystickClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CjoystickClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_touchpadClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRSpatialController_get_touchpadClicked_m96BC2FEE0D22A3A9F8D28D235B36CDCAFFCBE5E3 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadClickedU3Ek__BackingField_51;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_touchpadClicked(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpadClicked_mF38D68B3F913A7A495AD27A8DACDCD61966C91D7 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_touchpadTouched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* WMRSpatialController_get_touchpadTouched_m13DB2B1402496B6D442A0AB973A3D77D775899A2 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtouchpadTouchedU3Ek__BackingField_52;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_touchpadTouched(UnityEngine.InputSystem.Controls.ButtonControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpadTouched_mE9E8E77EF98C735FAA5683C63BEFE7BDE3C7C44F (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchedU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchedU3Ek__BackingField_52), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_deviceVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* WMRSpatialController_get_deviceVelocity_mB422010977AD9805931F1574FF52DBC4B60063BC (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceVelocityU3Ek__BackingField_53;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_deviceVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_deviceVelocity_m831724798E2964C18CE73797BA36D185EA635622 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_deviceAngularVelocity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* WMRSpatialController_get_deviceAngularVelocity_mFE5187B875E91D915C2496A14AE8916628F7CEDB (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CdeviceAngularVelocityU3Ek__BackingField_54;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_deviceAngularVelocity(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_deviceAngularVelocity_m0383ECB32F84F17A1D6B58141283B7D2A872276B (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_54), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_batteryLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* WMRSpatialController_get_batteryLevel_m813272606F3E8E87B616401406ECE643182EA92C (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public AxisControl batteryLevel { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CbatteryLevelU3Ek__BackingField_55;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_batteryLevel(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_batteryLevel_m12B88086C04F06B2C7D6686C149FF9A12D2A7896 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl batteryLevel { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CbatteryLevelU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbatteryLevelU3Ek__BackingField_55), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_sourceLossRisk()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* WMRSpatialController_get_sourceLossRisk_mF71790AD170AE9DC97145244852BC8699A4451B7 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public AxisControl sourceLossRisk { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CsourceLossRiskU3Ek__BackingField_56;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_sourceLossRisk(UnityEngine.InputSystem.Controls.AxisControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_sourceLossRisk_m4CB20067A5632C87F1B367B10F5876140CD2E7E2 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl sourceLossRisk { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CsourceLossRiskU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossRiskU3Ek__BackingField_56), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_sourceLossMitigationDirection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* WMRSpatialController_get_sourceLossMitigationDirection_m5FB763E68A769D0C83D340D4F2AE165AF2016E46 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public Vector3Control sourceLossMitigationDirection { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_57;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_sourceLossMitigationDirection(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_sourceLossMitigationDirection_m1018D939572920A074F7C2853D9DC302B27F864A (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control sourceLossMitigationDirection { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_57 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_57), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.Vector3Control UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_pointerPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* WMRSpatialController_get_pointerPosition_m64F453A949B1C5879EFB7834F2348D1301B26C8D (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public Vector3Control pointerPosition { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = __this->___U3CpointerPositionU3Ek__BackingField_58;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_pointerPosition(UnityEngine.InputSystem.Controls.Vector3Control)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_pointerPosition_m74186BC2E759082A0E526FBB2C6C22669C9209FD (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control pointerPosition { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CpointerPositionU3Ek__BackingField_58 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpointerPositionU3Ek__BackingField_58), (void*)L_0);
return;
}
}
// UnityEngine.InputSystem.Controls.QuaternionControl UnityEngine.XR.WindowsMR.Input.WMRSpatialController::get_pointerRotation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* WMRSpatialController_get_pointerRotation_m984ED88601F528BA5712DACCAB0AD40D9240D961 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
// public QuaternionControl pointerRotation { get; private set; }
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* L_0 = __this->___U3CpointerRotationU3Ek__BackingField_59;
return L_0;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::set_pointerRotation(UnityEngine.InputSystem.Controls.QuaternionControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_set_pointerRotation_mCFFA441D3685FC8861166C6D6FF6C05CF521CE0D (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___value0, const RuntimeMethod* method)
{
{
// public QuaternionControl pointerRotation { get; private set; }
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* L_0 = ___value0;
__this->___U3CpointerRotationU3Ek__BackingField_59 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpointerRotationU3Ek__BackingField_59), (void*)L_0);
return;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController_FinishSetup_m3D1A0C2D7C6F2A358EF84A092CE56A05607BBB95 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisQuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1_m6F3533847D96A9AD4363B88D2D912D7ADCE096C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B5ECFF84CE073C4971D637741C560F910E4D128);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D9BC2C776D045C8AE166A942A9E637A7CADE7E5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2089C15C4332D83D0388E9B6CF7057950BB5CD54);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral462E007647F39394D37B1FAFEC8DABC4954BC8C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral827E09C11A4BC48DE84AF1E4A6E0A987CD39CC68);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AF7B9D6121033ED1DE80EFA3688A7998521AB1F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAB78FE52E1FDB7FF399F8778E6696CD0042FF45);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF64BD2E3B35D211DDDF5000ED8CE421EA8EDD07A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6CFDC1274B766A282F7B3F8F7CCC8BDF8038D7B);
s_Il2CppMethodInitialized = true;
}
{
// base.FinishSetup();
XRController_FinishSetup_mF6E943DE3B32052071293EC7F337E704717C2128(__this, NULL);
// joystick = GetChildControl<Vector2Control>("joystick");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0;
L_0 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral8AF7B9D6121033ED1DE80EFA3688A7998521AB1F, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
WMRSpatialController_set_joystick_m5CB9D29DF005F75ACFCF6A82D50633FC29B0DB2C_inline(__this, L_0, NULL);
// trigger = GetChildControl<AxisControl>("trigger");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9FE5967523CA0E49A247084021DB0C0C2C996FDF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
WMRSpatialController_set_trigger_mE5CA4298F9746121ABE20B6AC6B03C778634AE1E_inline(__this, L_1, NULL);
// touchpad = GetChildControl<Vector2Control>("touchpad");
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_2;
L_2 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral4375062BD8882E451B6BEE137E47CDAFE50A90EC, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
WMRSpatialController_set_touchpad_m5F5137D7C94D0B5B9F8778998DF5142348676772_inline(__this, L_2, NULL);
// grip = GetChildControl<AxisControl>("grip");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
L_3 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral4FAF1332EAA22ED62546993B44D1AE07024AA9C9, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
WMRSpatialController_set_grip_m6C1C82AEA5A6A489247E48FAED102F136E8E9B80_inline(__this, L_3, NULL);
// gripPressed = GetChildControl<ButtonControl>("gripPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
L_4 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral836BEF03CDF7F78C55ADABFC8E7F1FC31387E456, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRSpatialController_set_gripPressed_m292B1553B9B55310336730E89E8BB902D9887869_inline(__this, L_4, NULL);
// menu = GetChildControl<ButtonControl>("menu");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
L_5 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral0B5ECFF84CE073C4971D637741C560F910E4D128, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRSpatialController_set_menu_m5C47292AA10F39F33AFA9F06D263FEA3C4872EB9_inline(__this, L_5, NULL);
// joystickClicked = GetChildControl<ButtonControl>("joystickClicked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_6;
L_6 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral462E007647F39394D37B1FAFEC8DABC4954BC8C9, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRSpatialController_set_joystickClicked_m292F77D324815C3A6F76F20C9C36DEFF4FFAC3D6_inline(__this, L_6, NULL);
// triggerPressed = GetChildControl<ButtonControl>("triggerPressed");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7;
L_7 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral9C0461316058197D67FFB59CE6A345F2B7BEA590, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRSpatialController_set_triggerPressed_mA9733C9EB748B251A22160B605B6EAF8EEAF8CA9_inline(__this, L_7, NULL);
// touchpadClicked = GetChildControl<ButtonControl>("touchpadClicked");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
L_8 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralEDC78BA63A133C81FC2DD3E3CA7EC02E945F89CE, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRSpatialController_set_touchpadClicked_mF38D68B3F913A7A495AD27A8DACDCD61966C91D7_inline(__this, L_8, NULL);
// touchpadTouched = GetChildControl<ButtonControl>("touchPadTouched");
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_9;
L_9 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralF64BD2E3B35D211DDDF5000ED8CE421EA8EDD07A, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
WMRSpatialController_set_touchpadTouched_mE9E8E77EF98C735FAA5683C63BEFE7BDE3C7C44F_inline(__this, L_9, NULL);
// deviceVelocity = GetChildControl<Vector3Control>("deviceVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_10;
L_10 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral2D3C0882E8B897E888F8BF5C82A33ED850CDEA80, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
WMRSpatialController_set_deviceVelocity_m831724798E2964C18CE73797BA36D185EA635622_inline(__this, L_10, NULL);
// deviceAngularVelocity = GetChildControl<Vector3Control>("deviceAngularVelocity");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_11;
L_11 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral48FC1F936713D53F5EFACC314E330907113FDC9D, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
WMRSpatialController_set_deviceAngularVelocity_m0383ECB32F84F17A1D6B58141283B7D2A872276B_inline(__this, L_11, NULL);
// batteryLevel = GetChildControl<AxisControl>("batteryLevel");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_12;
L_12 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral2089C15C4332D83D0388E9B6CF7057950BB5CD54, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
WMRSpatialController_set_batteryLevel_m12B88086C04F06B2C7D6686C149FF9A12D2A7896_inline(__this, L_12, NULL);
// sourceLossRisk = GetChildControl<AxisControl>("sourceLossRisk");
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_13;
L_13 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral827E09C11A4BC48DE84AF1E4A6E0A987CD39CC68, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
WMRSpatialController_set_sourceLossRisk_m4CB20067A5632C87F1B367B10F5876140CD2E7E2_inline(__this, L_13, NULL);
// sourceLossMitigationDirection = GetChildControl<Vector3Control>("sourceLossMitigationDirection");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_14;
L_14 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteral1D9BC2C776D045C8AE166A942A9E637A7CADE7E5, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
WMRSpatialController_set_sourceLossMitigationDirection_m1018D939572920A074F7C2853D9DC302B27F864A_inline(__this, L_14, NULL);
// pointerPosition = GetChildControl<Vector3Control>("pointerPosition");
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_15;
L_15 = InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418(__this, _stringLiteralBAB78FE52E1FDB7FF399F8778E6696CD0042FF45, InputControl_GetChildControl_TisVector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A_mD3B77ED4A28875CD650D600E82A0E4C1E9EBD418_RuntimeMethod_var);
WMRSpatialController_set_pointerPosition_m74186BC2E759082A0E526FBB2C6C22669C9209FD_inline(__this, L_15, NULL);
// pointerRotation = GetChildControl<QuaternionControl>("pointerRotation");
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* L_16;
L_16 = InputControl_GetChildControl_TisQuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1_m6F3533847D96A9AD4363B88D2D912D7ADCE096C4(__this, _stringLiteralF6CFDC1274B766A282F7B3F8F7CCC8BDF8038D7B, InputControl_GetChildControl_TisQuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1_m6F3533847D96A9AD4363B88D2D912D7ADCE096C4_RuntimeMethod_var);
WMRSpatialController_set_pointerRotation_mCFFA441D3685FC8861166C6D6FF6C05CF521CE0D_inline(__this, L_16, NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.WindowsMR.Input.WMRSpatialController::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WMRSpatialController__ctor_m6DD668B9E124C08383F9AD47E0F2220F70565420 (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, const RuntimeMethod* method)
{
{
XRControllerWithRumble__ctor_m78ED6D19588BE805A9BDFD5C194FEB0520A273D0(__this, 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.Type UnityEngine.InputSystem.InputInteraction::GetValueType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputInteraction_GetValueType_mF8D59FB7F76FBDDE5112E4CBEB115D0A162245CA (Type_t* ___interactionType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_1_tF5B13F2A25383BD369B0BD202B16A3C8509AD6E9_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Type_t* V_1 = NULL;
{
// if (interactionType == null)
Type_t* L_0 = ___interactionType0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(interactionType));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2FAF69E7069A74915581E7B248D1232DBBACF6CC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputInteraction_GetValueType_mF8D59FB7F76FBDDE5112E4CBEB115D0A162245CA_RuntimeMethod_var)));
}
IL_0017:
{
// return TypeHelpers.GetGenericTypeArgumentFromHierarchy(interactionType, typeof(IInputInteraction<>), 0);
Type_t* L_4 = ___interactionType0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (IInputInteraction_1_tF5B13F2A25383BD369B0BD202B16A3C8509AD6E9_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_6;
L_6 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_5, NULL);
Type_t* L_7;
L_7 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_m025FA4B06F7A0E607C020A252C7E263BD000C848(L_4, L_6, 0, NULL);
V_1 = L_7;
goto IL_002b;
}
IL_002b:
{
// }
Type_t* L_8 = V_1;
return L_8;
}
}
// System.String UnityEngine.InputSystem.InputInteraction::GetDisplayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputInteraction_GetDisplayName_m1A626578C2F793BB272C8CC971FD05A3764BC67A (String_t* ___interaction0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
String_t* V_3 = NULL;
{
// if (string.IsNullOrEmpty(interaction))
String_t* L_0 = ___interaction0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(interaction));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputInteraction_GetDisplayName_m1A626578C2F793BB272C8CC971FD05A3764BC67A_RuntimeMethod_var)));
}
IL_0016:
{
// var interactionType = s_Interactions.LookupTypeRegistration(interaction);
String_t* L_4 = ___interaction0;
Type_t* L_5;
L_5 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_StaticFields*)il2cpp_codegen_static_fields_for(InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_il2cpp_TypeInfo_var))->___s_Interactions_0), L_4, NULL);
V_0 = L_5;
// if (interactionType == null)
Type_t* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_6, (Type_t*)NULL, NULL);
V_2 = L_7;
bool L_8 = V_2;
if (!L_8)
{
goto IL_0031;
}
}
{
// return interaction;
String_t* L_9 = ___interaction0;
V_3 = L_9;
goto IL_003a;
}
IL_0031:
{
// return GetDisplayName(interactionType);
Type_t* L_10 = V_0;
String_t* L_11;
L_11 = InputInteraction_GetDisplayName_m1CF0CBF8503BC59309AFBF50BB2C06EFD362E218(L_10, NULL);
V_3 = L_11;
goto IL_003a;
}
IL_003a:
{
// }
String_t* L_12 = V_3;
return L_12;
}
}
// System.String UnityEngine.InputSystem.InputInteraction::GetDisplayName(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputInteraction_GetDisplayName_m1CF0CBF8503BC59309AFBF50BB2C06EFD362E218 (Type_t* ___interactionType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisDisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_mB7C05AB5085F7F744FEBD6E91C25A5CF1AD65F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A);
s_Il2CppMethodInitialized = true;
}
DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
{
// if (interactionType == null)
Type_t* L_0 = ___interactionType0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(interactionType));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2FAF69E7069A74915581E7B248D1232DBBACF6CC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputInteraction_GetDisplayName_m1CF0CBF8503BC59309AFBF50BB2C06EFD362E218_RuntimeMethod_var)));
}
IL_0017:
{
// var displayNameAttribute = interactionType.GetCustomAttribute<DisplayNameAttribute>();
Type_t* L_4 = ___interactionType0;
DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_5;
L_5 = CustomAttributeExtensions_GetCustomAttribute_TisDisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_mB7C05AB5085F7F744FEBD6E91C25A5CF1AD65F85(L_4, CustomAttributeExtensions_GetCustomAttribute_TisDisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_mB7C05AB5085F7F744FEBD6E91C25A5CF1AD65F85_RuntimeMethod_var);
V_0 = L_5;
// if (displayNameAttribute == null)
DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_6 = V_0;
V_2 = (bool)((((RuntimeObject*)(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_006b;
}
}
{
// if (interactionType.Name.EndsWith("Interaction"))
Type_t* L_8 = ___interactionType0;
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8);
NullCheck(L_9);
bool L_10;
L_10 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_9, _stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A, NULL);
V_3 = L_10;
bool L_11 = V_3;
if (!L_11)
{
goto IL_0061;
}
}
{
// return interactionType.Name.Substring(0, interactionType.Name.Length - "Interaction".Length);
Type_t* L_12 = ___interactionType0;
NullCheck(L_12);
String_t* L_13;
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12);
Type_t* L_14 = ___interactionType0;
NullCheck(L_14);
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14);
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
NullCheck(_stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A);
int32_t L_17;
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A, NULL);
NullCheck(L_13);
String_t* L_18;
L_18 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_13, 0, ((int32_t)il2cpp_codegen_subtract(L_16, L_17)), NULL);
V_4 = L_18;
goto IL_0075;
}
IL_0061:
{
// return interactionType.Name;
Type_t* L_19 = ___interactionType0;
NullCheck(L_19);
String_t* L_20;
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_19);
V_4 = L_20;
goto IL_0075;
}
IL_006b:
{
// return displayNameAttribute.DisplayName;
DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_21 = V_0;
NullCheck(L_21);
String_t* L_22;
L_22 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, L_21);
V_4 = L_22;
goto IL_0075;
}
IL_0075:
{
// }
String_t* L_23 = V_4;
return L_23;
}
}
#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.InputAction::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
// UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public InputActionType type => m_Type;
int32_t L_0 = __this->___m_Type_1;
return L_0;
}
}
// System.Guid UnityEngine.InputSystem.InputAction::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
{
// MakeSureIdIsInPlace();
String_t* L_0;
L_0 = InputAction_MakeSureIdIsInPlace_m31CEE989607F309C685BEC3219CD637EFFAA2970(__this, NULL);
// return new Guid(m_Id);
String_t* L_1 = __this->___m_Id_3;
Guid_t L_2;
memset((&L_2), 0, sizeof(L_2));
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_2), L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0016;
}
IL_0016:
{
// }
Guid_t L_3 = V_0;
return L_3;
}
}
// System.Guid UnityEngine.InputSystem.InputAction::get_idDontGenerate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputAction_get_idDontGenerate_m9DBA751EC8095D792094F30E3CB5FC147B786D0B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Guid_t V_1;
memset((&V_1), 0, sizeof(V_1));
Guid_t V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (string.IsNullOrEmpty(m_Id))
String_t* L_0 = __this->___m_Id_3;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001c;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(Guid_t));
Guid_t L_3 = V_1;
V_2 = L_3;
goto IL_002a;
}
IL_001c:
{
// return new Guid(m_Id);
String_t* L_4 = __this->___m_Id_3;
Guid_t L_5;
memset((&L_5), 0, sizeof(L_5));
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_5), L_4, /*hidden argument*/NULL);
V_2 = L_5;
goto IL_002a;
}
IL_002a:
{
// }
Guid_t L_6 = V_2;
return L_6;
}
}
// System.String UnityEngine.InputSystem.InputAction::get_expectedControlType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_get_expectedControlType_mE3E982BF4730F61BBA9DFF2AB63983F9BCEAD6DA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// get => m_ExpectedControlType;
String_t* L_0 = __this->___m_ExpectedControlType_2;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputAction::set_expectedControlType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_ExpectedControlType = value;
String_t* L_0 = ___value0;
__this->___m_ExpectedControlType_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExpectedControlType_2), (void*)L_0);
return;
}
}
// System.String UnityEngine.InputSystem.InputAction::get_processors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_get_processors_m9FE611006F5D24DC547F8EF261E59FEFEA941BB4 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string processors => m_Processors;
String_t* L_0 = __this->___m_Processors_4;
return L_0;
}
}
// System.String UnityEngine.InputSystem.InputAction::get_interactions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_get_interactions_mDC629496A539AC67BF3525828AAEE560B26FC3EC (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string interactions => m_Interactions;
String_t* L_0 = __this->___m_Interactions_5;
return L_0;
}
}
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::get_actionMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B3_0 = NULL;
{
// public InputActionMap actionMap => isSingletonAction ? null : m_ActionMap;
bool L_0;
L_0 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(__this, NULL);
if (L_0)
{
goto IL_0010;
}
}
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = __this->___m_ActionMap_14;
G_B3_0 = L_1;
goto IL_0011;
}
IL_0010:
{
G_B3_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)(NULL));
}
IL_0011:
{
return G_B3_0;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::get_bindingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 InputAction_get_bindingMask_m93979A3E4114D643F65DF8E575225289B221AEC3 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// get => m_BindingMask;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = __this->___m_BindingMask_8;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputAction::set_bindingMask(System.Nullable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_set_bindingMask_mF22813C407ECD0AD904177D3AFA6BE8973E925A2 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_2;
memset((&V_2), 0, sizeof(V_2));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t G_B5_0 = 0;
{
// if (value == m_BindingMask)
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = ___value0;
V_2 = L_0;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_1 = __this->___m_BindingMask_8;
V_3 = L_1;
bool L_2;
L_2 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_2), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
bool L_3;
L_3 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_3), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_001d;
}
}
{
G_B5_0 = 0;
goto IL_003c;
}
IL_001d:
{
bool L_4;
L_4 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_2), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if (L_4)
{
goto IL_0029;
}
}
{
G_B5_0 = 1;
goto IL_003c;
}
IL_0029:
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5;
L_5 = Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline((&V_2), Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6;
L_6 = Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline((&V_3), Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
bool L_7;
L_7 = InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9(L_5, L_6, NULL);
G_B5_0 = ((int32_t)(L_7));
}
IL_003c:
{
V_1 = (bool)G_B5_0;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0042;
}
}
{
// return;
goto IL_0095;
}
IL_0042:
{
// if (value != null)
bool L_9;
L_9 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&___value0), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_0071;
}
}
{
// var v = value.Value;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
L_11 = Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C((&___value0), Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
V_5 = L_11;
// v.action = name;
String_t* L_12;
L_12 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(__this, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_5), L_12, NULL);
// value = v;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_13 = V_5;
Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F((&___value0), L_13, Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var);
}
IL_0071:
{
// m_BindingMask = value;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_14 = ___value0;
__this->___m_BindingMask_8 = L_14;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_OverrideProcessors_12), (void*)NULL);
#endif
// var map = GetOrCreateActionMap();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15;
L_15 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
V_0 = L_15;
// if (map.m_State != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_0;
NullCheck(L_16);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_17 = L_16->___m_State_10;
V_6 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_17) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_18 = V_6;
if (!L_18)
{
goto IL_0095;
}
}
{
// map.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = V_0;
NullCheck(L_19);
bool L_20;
L_20 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_19, NULL);
}
IL_0095:
{
// }
return;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::get_bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public ReadOnlyArray<InputBinding> bindings => GetOrCreateActionMap().GetBindingsForSingleAction(this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_1;
L_1 = InputActionMap_GetBindingsForSingleAction_m521356BA7C5632D3FECAE380BEE79B549CBD143D(L_0, __this, NULL);
return L_1;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputAction::get_controls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputAction_get_controls_mC677AD1ABF680C5D2175E704FFAF0C6C3A86FE82 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// var map = GetOrCreateActionMap();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
V_0 = L_0;
// map.ResolveBindingsIfNecessary();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = V_0;
NullCheck(L_1);
InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4(L_1, NULL);
// return map.GetControlsForSingleAction(this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = V_0;
NullCheck(L_2);
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_3;
L_3 = InputActionMap_GetControlsForSingleAction_m5FE7448A343DED8F570DA44C8B64B831146C591B(L_2, __this, NULL);
V_1 = L_3;
goto IL_0019;
}
IL_0019:
{
// }
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_4 = V_1;
return L_4;
}
}
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputAction::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_get_phase_mA9B46F817A05ED2094C318354A05895FE4E1F891 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public InputActionPhase phase => currentState.phase;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_0;
L_0 = InputAction_get_currentState_mB48C169F66AEB1066569F87E841E76512301F320(__this, NULL);
V_0 = L_0;
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((&V_0), NULL);
return L_1;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::get_inProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_inProgress_mB377612C6CA96C5E96C5D0434DDD7078A4DA740E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public bool inProgress => phase.IsInProgress();
int32_t L_0;
L_0 = InputAction_get_phase_mA9B46F817A05ED2094C318354A05895FE4E1F891(__this, NULL);
bool L_1;
L_1 = InputExtensions_IsInProgress_m37300A7A5E1CB6A168453B66EE234EA43530544F(L_0, NULL);
return L_1;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public bool enabled => phase != InputActionPhase.Disabled;
int32_t L_0;
L_0 = InputAction_get_phase_mA9B46F817A05ED2094C318354A05895FE4E1F891(__this, NULL);
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputAction::add_started(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_started_m850C46EBBEEFB3F9760AA83BFD6ECA00850657E5 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// add => m_OnStarted.AddCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_OnStarted_15);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096(L_0, L_1, CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::remove_started(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_started_m0B782C3E7D5EA619502E7079E1271108A3183D68 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// remove => m_OnStarted.RemoveCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_OnStarted_15);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5(L_0, L_1, CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::add_canceled(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_canceled_m69EC253E21CC314BFB350A86E294D0651F5ECA77 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// add => m_OnCanceled.AddCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_OnCanceled_16);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096(L_0, L_1, CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::remove_canceled(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_canceled_m7CF8D377C61DB1290E153C56312A7C075544AF7F (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// remove => m_OnCanceled.RemoveCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_OnCanceled_16);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5(L_0, L_1, CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::add_performed(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_performed_m0337FFA16EBEF7AE365C3B558CFDFF7BB9747B54 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// add => m_OnPerformed.AddCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_OnPerformed_17);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096(L_0, L_1, CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::remove_performed(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_performed_m1BE84CED38F11F17C825FA782B35C92D708E6E44 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// remove => m_OnPerformed.RemoveCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_OnPerformed_17);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5(L_0, L_1, CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::get_triggered()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_triggered_m27FD9FEF221D1BD365F2A8CD0131CE5F2A97B7BB (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public bool triggered => WasPerformedThisFrame();
bool L_0;
L_0 = InputAction_WasPerformedThisFrame_m6EB7F845E109BB397BA5DB84FE80CB28F399D62E(__this, NULL);
return L_0;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputAction::get_activeControl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputAction_get_activeControl_m1FE60E2AD60BA8C13A4D4EB7B5628422FC348081 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
bool V_1 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_5 = NULL;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// if (state != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_004e;
}
}
{
// var actionStatePtr = &state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
NullCheck(L_4);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_4, NULL);
int32_t L_6 = __this->___m_ActionIndexInState_13;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
// var controlIndex = actionStatePtr->controlIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_2;
int32_t L_9;
L_9 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8, NULL);
V_3 = L_9;
// if (controlIndex != InputActionState.kInvalidIndex)
int32_t L_10 = V_3;
V_4 = (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_11 = V_4;
if (!L_11)
{
goto IL_004d;
}
}
{
// return state.controls[controlIndex];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_12 = V_0;
NullCheck(L_12);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_13 = L_12->___controls_2;
int32_t L_14 = V_3;
NullCheck(L_13);
int32_t L_15 = L_14;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_5 = L_16;
goto IL_0053;
}
IL_004d:
{
}
IL_004e:
{
// return null;
V_5 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
goto IL_0053;
}
IL_0053:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_17 = V_5;
return L_17;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::get_wantsInitialStateCheck()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_wantsInitialStateCheck_m097A8E6608D976DA33702B0C6A48C2352EFE8DE6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
// get => type == InputActionType.Value || (m_Flags & ActionFlags.WantsInitialStateCheck) != 0;
int32_t L_0;
L_0 = InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline(__this, NULL);
if (!L_0)
{
goto IL_0015;
}
}
{
int32_t L_1 = __this->___m_Flags_7;
G_B3_0 = ((!(((uint32_t)((int32_t)((int32_t)L_1&1))) <= ((uint32_t)0)))? 1 : 0);
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 1;
}
IL_0016:
{
return (bool)G_B3_0;
}
}
// System.Void UnityEngine.InputSystem.InputAction::set_wantsInitialStateCheck(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_set_wantsInitialStateCheck_mDF1B647C9EBA235FAFEFE1946219B9170218B2D4 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_Flags |= ActionFlags.WantsInitialStateCheck;
int32_t L_2 = __this->___m_Flags_7;
__this->___m_Flags_7 = ((int32_t)((int32_t)L_2|1));
goto IL_0025;
}
IL_0016:
{
// m_Flags &= ~ActionFlags.WantsInitialStateCheck;
int32_t L_3 = __this->___m_Flags_7;
__this->___m_Flags_7 = ((int32_t)((int32_t)L_3&((int32_t)-2)));
}
IL_0025:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction__ctor_m2C9BD26403717DAA628B90D4CD2A4057233A1A44 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// [NonSerialized] internal int m_ActionIndexInState = InputActionState.kInvalidIndex;
__this->___m_ActionIndexInState_13 = (-1);
// public InputAction()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::.ctor(System.String,UnityEngine.InputSystem.InputActionType,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___name0, int32_t ___type1, String_t* ___binding2, String_t* ___interactions3, String_t* ___processors4, String_t* ___expectedControlType5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// [NonSerialized] internal int m_ActionIndexInState = InputActionState.kInvalidIndex;
__this->___m_ActionIndexInState_13 = (-1);
// public InputAction(string name = null, InputActionType type = default, string binding = null,
// string interactions = null, string processors = null, string expectedControlType = null)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_Name = name;
String_t* L_0 = ___name0;
__this->___m_Name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_0), (void*)L_0);
// m_Type = type;
int32_t L_1 = ___type1;
__this->___m_Type_1 = L_1;
// if (!string.IsNullOrEmpty(binding))
String_t* L_2 = ___binding2;
bool L_3;
L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL);
V_0 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_0;
if (!L_4)
{
goto IL_0083;
}
}
{
// m_SingletonActionBindings = new[]
// {
// new InputBinding
// {
// path = binding,
// interactions = interactions,
// processors = processors,
// action = m_Name
// }
// };
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)SZArrayNew(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var, (uint32_t)1);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = L_5;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_7 = ___binding2;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_1), L_7, NULL);
String_t* L_8 = ___interactions3;
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_1), L_8, NULL);
String_t* L_9 = ___processors4;
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_1), L_9, NULL);
String_t* L_10 = __this->___m_Name_0;
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_1), L_10, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11 = V_1;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_11);
__this->___m_SingletonActionBindings_6 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SingletonActionBindings_6), (void*)L_6);
// m_BindingsStartIndex = 0;
__this->___m_BindingsStartIndex_9 = 0;
// m_BindingsCount = 1;
__this->___m_BindingsCount_10 = 1;
goto IL_0095;
}
IL_0083:
{
// m_Interactions = interactions;
String_t* L_12 = ___interactions3;
__this->___m_Interactions_5 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Interactions_5), (void*)L_12);
// m_Processors = processors;
String_t* L_13 = ___processors4;
__this->___m_Processors_4 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Processors_4), (void*)L_13);
}
IL_0095:
{
// m_ExpectedControlType = expectedControlType;
String_t* L_14 = ___expectedControlType5;
__this->___m_ExpectedControlType_2 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExpectedControlType_2), (void*)L_14);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_Dispose_m7016314CC572110D567AD474D188A13026EA7CAC (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B2_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B1_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B4_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B3_0 = NULL;
{
// m_ActionMap?.m_State?.Dispose();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_14;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
goto IL_001e;
}
IL_000d:
{
NullCheck(G_B2_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = G_B2_0->___m_State_10;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = L_2;
G_B3_0 = L_3;
if (L_3)
{
G_B4_0 = L_3;
goto IL_0018;
}
}
{
goto IL_001e;
}
IL_0018:
{
NullCheck(G_B4_0);
InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87(G_B4_0, NULL);
}
IL_001e:
{
// }
return;
}
}
// System.String UnityEngine.InputSystem.InputAction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_ToString_mBF9B20D19458678FEB143C1E867AB13C17CE0F07 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125E19000A9AFFA661B16A35D5087E438123661A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E V_6;
memset((&V_6), 0, sizeof(V_6));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_7 = NULL;
bool V_8 = false;
String_t* V_9 = NULL;
int32_t G_B6_0 = 0;
{
// if (m_Name == null)
String_t* L_0 = __this->___m_Name_0;
V_2 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0016;
}
}
{
// str = "<Unnamed>";
V_0 = _stringLiteral125E19000A9AFFA661B16A35D5087E438123661A;
goto IL_0065;
}
IL_0016:
{
// else if (m_ActionMap != null && !isSingletonAction && !string.IsNullOrEmpty(m_ActionMap.name))
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_14;
if (!L_2)
{
goto IL_003b;
}
}
{
bool L_3;
L_3 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(__this, NULL);
if (L_3)
{
goto IL_003b;
}
}
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = __this->___m_ActionMap_14;
NullCheck(L_4);
String_t* L_5;
L_5 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_4, NULL);
bool L_6;
L_6 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_5, NULL);
G_B6_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B6_0 = 0;
}
IL_003c:
{
V_3 = (bool)G_B6_0;
bool L_7 = V_3;
if (!L_7)
{
goto IL_005e;
}
}
{
// str = $"{m_ActionMap.name}/{m_Name}";
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = __this->___m_ActionMap_14;
NullCheck(L_8);
String_t* L_9;
L_9 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_8, NULL);
String_t* L_10 = __this->___m_Name_0;
String_t* L_11;
L_11 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_9, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_10, NULL);
V_0 = L_11;
goto IL_0065;
}
IL_005e:
{
// str = m_Name;
String_t* L_12 = __this->___m_Name_0;
V_0 = L_12;
}
IL_0065:
{
// var controls = this.controls;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_13;
L_13 = InputAction_get_controls_mC677AD1ABF680C5D2175E704FFAF0C6C3A86FE82(__this, NULL);
V_1 = L_13;
// if (controls.Count > 0)
int32_t L_14;
L_14 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_1), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
V_4 = (bool)((((int32_t)L_14) > ((int32_t)0))? 1 : 0);
bool L_15 = V_4;
if (!L_15)
{
goto IL_00f2;
}
}
{
// str += "[";
String_t* L_16 = V_0;
String_t* L_17;
L_17 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_16, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, NULL);
V_0 = L_17;
// var isFirst = true;
V_5 = (bool)1;
// foreach (var control in controls)
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E L_18;
L_18 = ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC((&V_1), ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
V_6 = L_18;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00d6:
{// begin finally (depth: 1)
Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676((&V_6), Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00cb_1;
}
IL_0098_1:
{
// foreach (var control in controls)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19;
L_19 = Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B((&V_6), Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
V_7 = L_19;
// if (!isFirst)
bool L_20 = V_5;
V_8 = (bool)((((int32_t)L_20) == ((int32_t)0))? 1 : 0);
bool L_21 = V_8;
if (!L_21)
{
goto IL_00b9_1;
}
}
{
// str += ",";
String_t* L_22 = V_0;
String_t* L_23;
L_23 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_22, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, NULL);
V_0 = L_23;
}
IL_00b9_1:
{
// str += control.path;
String_t* L_24 = V_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = V_7;
NullCheck(L_25);
String_t* L_26;
L_26 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_25, NULL);
String_t* L_27;
L_27 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_24, L_26, NULL);
V_0 = L_27;
// isFirst = false;
V_5 = (bool)0;
}
IL_00cb_1:
{
// foreach (var control in controls)
bool L_28;
L_28 = Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD((&V_6), Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
if (L_28)
{
goto IL_0098_1;
}
}
{
goto IL_00e5;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00e5:
{
// str += "]";
String_t* L_29 = V_0;
String_t* L_30;
L_30 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_29, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
V_0 = L_30;
}
IL_00f2:
{
// return str;
String_t* L_31 = V_0;
V_9 = L_31;
goto IL_00f7;
}
IL_00f7:
{
// }
String_t* L_32 = V_9;
return L_32;
}
}
// System.Void UnityEngine.InputSystem.InputAction::Enable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_Enable_mB3897C0741409C033656E4566EC49135C3C8BC68 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
{
// if (enabled)
bool L_0;
L_0 = InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA(__this, NULL);
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_000d;
}
}
{
// return;
goto IL_0028;
}
IL_000d:
{
// var map = GetOrCreateActionMap();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
L_2 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
V_0 = L_2;
// map.ResolveBindingsIfNecessary();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_0;
NullCheck(L_3);
InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4(L_3, NULL);
// map.m_State.EnableSingleAction(this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_0;
NullCheck(L_4);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = L_4->___m_State_10;
NullCheck(L_5);
InputActionState_EnableSingleAction_mB940ABBDDF1A14DA254BB09AB792282507C952C4(L_5, __this, NULL);
}
IL_0028:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputAction::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_Disable_m72D1982F82457C6E003440BADD06989D399BDE50 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!enabled)
bool L_0;
L_0 = InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0022;
}
IL_0010:
{
// m_ActionMap.m_State.DisableSingleAction(this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_14;
NullCheck(L_2);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = L_2->___m_State_10;
NullCheck(L_3);
InputActionState_DisableSingleAction_m998DDE29061E4548FBF5488C924FDC4F92732249(L_3, __this, NULL);
}
IL_0022:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputAction::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputAction_Clone_m81336C50A6CDA18CBEA263D2615B8A8EED825A7B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_1;
memset((&V_1), 0, sizeof(V_1));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
{
// var clone = new InputAction(name: m_Name, type: m_Type)
// {
// m_SingletonActionBindings = bindings.ToArray(),
// m_BindingsCount = m_BindingsCount,
// m_ExpectedControlType = m_ExpectedControlType,
// m_Interactions = m_Interactions,
// m_Processors = m_Processors,
// };
String_t* L_0 = __this->___m_Name_0;
int32_t L_1 = __this->___m_Type_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)il2cpp_codegen_object_new(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
NullCheck(L_2);
InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9(L_2, L_0, L_1, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = L_2;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_4;
L_4 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(__this, NULL);
V_1 = L_4;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5;
L_5 = ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95((&V_1), ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var);
NullCheck(L_3);
L_3->___m_SingletonActionBindings_6 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___m_SingletonActionBindings_6), (void*)L_5);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = L_3;
int32_t L_7 = __this->___m_BindingsCount_10;
NullCheck(L_6);
L_6->___m_BindingsCount_10 = L_7;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = L_6;
String_t* L_9 = __this->___m_ExpectedControlType_2;
NullCheck(L_8);
L_8->___m_ExpectedControlType_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&L_8->___m_ExpectedControlType_2), (void*)L_9);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = L_8;
String_t* L_11 = __this->___m_Interactions_5;
NullCheck(L_10);
L_10->___m_Interactions_5 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___m_Interactions_5), (void*)L_11);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = L_10;
String_t* L_13 = __this->___m_Processors_4;
NullCheck(L_12);
L_12->___m_Processors_4 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&L_12->___m_Processors_4), (void*)L_13);
V_0 = L_12;
// return clone;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = V_0;
V_2 = L_14;
goto IL_005f;
}
IL_005f:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = V_2;
return L_15;
}
}
// System.Object UnityEngine.InputSystem.InputAction::System.ICloneable.Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputAction_System_ICloneable_Clone_mA5906CC6F0766AF321162484643D788C5E3536F1 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return Clone();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
L_0 = InputAction_Clone_m81336C50A6CDA18CBEA263D2615B8A8EED825A7B(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Object UnityEngine.InputSystem.InputAction::ReadValueAsObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputAction_ReadValueAsObject_mABB97A2AFDF90314BA31C7024A56D56CF9B25B4D (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_1 = NULL;
bool V_2 = false;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// if (state == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
V_2 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0019;
}
}
{
// return null;
V_3 = NULL;
goto IL_006f;
}
IL_0019:
{
// var actionStatePtr = &state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
NullCheck(L_4);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_4, NULL);
int32_t L_6 = __this->___m_ActionIndexInState_13;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_1 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
// if (actionStatePtr->phase.IsInProgress())
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_1;
int32_t L_9;
L_9 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8, NULL);
bool L_10;
L_10 = InputExtensions_IsInProgress_m37300A7A5E1CB6A168453B66EE234EA43530544F(L_9, NULL);
V_4 = L_10;
bool L_11 = V_4;
if (!L_11)
{
goto IL_006b;
}
}
{
// var controlIndex = actionStatePtr->controlIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = V_1;
int32_t L_13;
L_13 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_12, NULL);
V_5 = L_13;
// if (controlIndex != InputActionState.kInvalidIndex)
int32_t L_14 = V_5;
V_6 = (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_15 = V_6;
if (!L_15)
{
goto IL_006a;
}
}
{
// return state.ReadValueAsObject(actionStatePtr->bindingIndex, controlIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = V_1;
int32_t L_18;
L_18 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_17, NULL);
int32_t L_19 = V_5;
NullCheck(L_16);
RuntimeObject* L_20;
L_20 = InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3(L_16, L_18, L_19, (bool)0, NULL);
V_3 = L_20;
goto IL_006f;
}
IL_006a:
{
}
IL_006b:
{
// return null;
V_3 = NULL;
goto IL_006f;
}
IL_006f:
{
// }
RuntimeObject* L_21 = V_3;
return L_21;
}
}
// System.Void UnityEngine.InputSystem.InputAction::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_Reset_mD777E4AEF2E3C47DCB61811335F0E3E11D2F21AF (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
int32_t G_B4_0 = 0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B4_1 = NULL;
int32_t G_B3_0 = 0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B3_1 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B5_1 = 0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B5_2 = NULL;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// state?.ResetActionState(m_ActionIndexInState, toPhase: enabled ? InputActionPhase.Waiting : InputActionPhase.Disabled, hardReset: true);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
if (L_2)
{
goto IL_0012;
}
}
{
goto IL_002c;
}
IL_0012:
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = V_0;
int32_t L_4 = __this->___m_ActionIndexInState_13;
bool L_5;
L_5 = InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA(__this, NULL);
G_B3_0 = L_4;
G_B3_1 = L_3;
if (L_5)
{
G_B4_0 = L_4;
G_B4_1 = L_3;
goto IL_0024;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
goto IL_0025;
}
IL_0024:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
}
IL_0025:
{
NullCheck(G_B5_2);
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(G_B5_2, G_B5_1, G_B5_0, (bool)1, NULL);
}
IL_002c:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::IsPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_IsPressed_m40DF920F0E7D18170B62666DA2A2131AD336A301 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
bool V_1 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
bool V_3 = false;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// if (state != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0036;
}
}
{
// var actionStatePtr = &state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
NullCheck(L_4);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_4, NULL);
int32_t L_6 = __this->___m_ActionIndexInState_13;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
// return actionStatePtr->isPressed;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_2;
bool L_9;
L_9 = TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8, NULL);
V_3 = L_9;
goto IL_003a;
}
IL_0036:
{
// return false;
V_3 = (bool)0;
goto IL_003a;
}
IL_003a:
{
// }
bool L_10 = V_3;
return L_10;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::WasPressedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_WasPressedThisFrame_m9D3F0284EB46EEB7F720DCC96BBDF027C9B6A75F (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
bool V_1 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
uint32_t V_3 = 0;
bool V_4 = false;
int32_t G_B4_0 = 0;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// if (state != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0047;
}
}
{
// var actionStatePtr = &state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
NullCheck(L_4);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_4, NULL);
int32_t L_6 = __this->___m_ActionIndexInState_13;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
// var currentUpdateStep = InputUpdate.s_UpdateStepCount;
uint32_t L_8 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
V_3 = L_8;
// return actionStatePtr->pressedInUpdate == currentUpdateStep && currentUpdateStep != default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_2;
uint32_t L_10;
L_10 = TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_9, NULL);
uint32_t L_11 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0042;
}
}
{
uint32_t L_12 = V_3;
G_B4_0 = ((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0);
goto IL_0043;
}
IL_0042:
{
G_B4_0 = 0;
}
IL_0043:
{
V_4 = (bool)G_B4_0;
goto IL_004c;
}
IL_0047:
{
// return false;
V_4 = (bool)0;
goto IL_004c;
}
IL_004c:
{
// }
bool L_13 = V_4;
return L_13;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::WasReleasedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_WasReleasedThisFrame_mF694B7E4116DBBA186CC8828F7C36ADCC351F409 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
bool V_1 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
uint32_t V_3 = 0;
bool V_4 = false;
int32_t G_B4_0 = 0;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// if (state != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0047;
}
}
{
// var actionStatePtr = &state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
NullCheck(L_4);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_4, NULL);
int32_t L_6 = __this->___m_ActionIndexInState_13;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
// var currentUpdateStep = InputUpdate.s_UpdateStepCount;
uint32_t L_8 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
V_3 = L_8;
// return actionStatePtr->releasedInUpdate == currentUpdateStep && currentUpdateStep != default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_2;
uint32_t L_10;
L_10 = TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_9, NULL);
uint32_t L_11 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0042;
}
}
{
uint32_t L_12 = V_3;
G_B4_0 = ((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0);
goto IL_0043;
}
IL_0042:
{
G_B4_0 = 0;
}
IL_0043:
{
V_4 = (bool)G_B4_0;
goto IL_004c;
}
IL_0047:
{
// return false;
V_4 = (bool)0;
goto IL_004c;
}
IL_004c:
{
// }
bool L_13 = V_4;
return L_13;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::WasPerformedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_WasPerformedThisFrame_m6EB7F845E109BB397BA5DB84FE80CB28F399D62E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
bool V_1 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
uint32_t V_3 = 0;
bool V_4 = false;
int32_t G_B4_0 = 0;
{
// var state = GetOrCreateActionMap().m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
NullCheck(L_0);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
V_0 = L_1;
// if (state != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0047;
}
}
{
// var actionStatePtr = &state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
NullCheck(L_4);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_4, NULL);
int32_t L_6 = __this->___m_ActionIndexInState_13;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
// var currentUpdateStep = InputUpdate.s_UpdateStepCount;
uint32_t L_8 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
V_3 = L_8;
// return actionStatePtr->lastPerformedInUpdate == currentUpdateStep && currentUpdateStep != default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_2;
uint32_t L_10;
L_10 = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_9, NULL);
uint32_t L_11 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0042;
}
}
{
uint32_t L_12 = V_3;
G_B4_0 = ((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0);
goto IL_0043;
}
IL_0042:
{
G_B4_0 = 0;
}
IL_0043:
{
V_4 = (bool)G_B4_0;
goto IL_004c;
}
IL_0047:
{
// return false;
V_4 = (bool)0;
goto IL_004c;
}
IL_004c:
{
// }
bool L_13 = V_4;
return L_13;
}
}
// System.Single UnityEngine.InputSystem.InputAction::GetTimeoutCompletionPercentage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputAction_GetTimeoutCompletionPercentage_m27CB5232F2EF5B610404B978F7CCA0B509695B8C (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_1 = NULL;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
int32_t V_3 = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_4 = NULL;
bool V_5 = false;
float V_6 = 0.0f;
bool V_7 = false;
float V_8 = 0.0f;
int32_t V_9 = 0;
int32_t V_10 = 0;
bool V_11 = false;
float V_12 = 0.0f;
double V_13 = 0.0;
double V_14 = 0.0;
double V_15 = 0.0;
bool V_16 = false;
bool V_17 = false;
int32_t G_B6_0 = 0;
{
// var actionMap = GetOrCreateActionMap();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
V_0 = L_0;
// var state = actionMap.m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = V_0;
NullCheck(L_1);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = L_1->___m_State_10;
V_1 = L_2;
// if (state == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = V_1;
V_5 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_5;
if (!L_4)
{
goto IL_0025;
}
}
{
// return 0;
V_6 = (0.0f);
goto IL_0154;
}
IL_0025:
{
// ref var actionState = ref state.actionStates[m_ActionIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = V_1;
NullCheck(L_5);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6;
L_6 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_5, NULL);
int32_t L_7 = __this->___m_ActionIndexInState_13;
uint32_t L_8 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8))));
// var interactionIndex = actionState.interactionIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_2;
int32_t L_10;
L_10 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_9, NULL);
V_3 = L_10;
// if (interactionIndex == -1)
int32_t L_11 = V_3;
V_7 = (bool)((((int32_t)L_11) == ((int32_t)(-1)))? 1 : 0);
bool L_12 = V_7;
if (!L_12)
{
goto IL_0062;
}
}
{
// return actionState.phase == InputActionPhase.Performed ? 1 : 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = V_2;
int32_t L_14;
L_14 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_13, NULL);
if ((((int32_t)L_14) == ((int32_t)3)))
{
goto IL_0059;
}
}
{
G_B6_0 = 0;
goto IL_005a;
}
IL_0059:
{
G_B6_0 = 1;
}
IL_005a:
{
V_6 = ((float)G_B6_0);
goto IL_0154;
}
IL_0062:
{
// ref var interactionState = ref state.interactionStates[interactionIndex];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_15 = V_1;
NullCheck(L_15);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_16;
L_16 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(L_15, NULL);
int32_t L_17 = V_3;
uint32_t L_18 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_4 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18))));
// switch (interactionState.phase)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_19 = V_4;
int32_t L_20;
L_20 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline(L_19, NULL);
V_10 = L_20;
int32_t L_21 = V_10;
V_9 = L_21;
int32_t L_22 = V_9;
if ((((int32_t)L_22) == ((int32_t)2)))
{
goto IL_0095;
}
}
{
goto IL_0088;
}
IL_0088:
{
int32_t L_23 = V_9;
if ((((int32_t)L_23) == ((int32_t)3)))
{
goto IL_0142;
}
}
{
goto IL_014b;
}
IL_0095:
{
// var timerCompletion = 0f;
V_8 = (0.0f);
// if (interactionState.isTimerRunning)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_24 = V_4;
bool L_25;
L_25 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40(L_24, NULL);
V_11 = L_25;
bool L_26 = V_11;
if (!L_26)
{
goto IL_0100;
}
}
{
// var duration = interactionState.timerDuration;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_27 = V_4;
float L_28;
L_28 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_27, NULL);
V_12 = L_28;
// var startTime = interactionState.timerStartTime;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_29 = V_4;
double L_30;
L_30 = InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline(L_29, NULL);
V_13 = L_30;
// var endTime = startTime + duration;
double L_31 = V_13;
float L_32 = V_12;
V_14 = ((double)il2cpp_codegen_add(L_31, ((double)L_32)));
// var remainingTime = endTime - InputRuntime.s_Instance.currentTime;
double L_33 = V_14;
RuntimeObject* L_34 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_34);
double L_35;
L_35 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_34);
V_15 = ((double)il2cpp_codegen_subtract(L_33, L_35));
// if (remainingTime <= 0)
double L_36 = V_15;
V_16 = (bool)((((int32_t)((!(((double)L_36) <= ((double)(0.0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_37 = V_16;
if (!L_37)
{
goto IL_00f2;
}
}
{
// timerCompletion = 1;
V_8 = (1.0f);
goto IL_00ff;
}
IL_00f2:
{
// timerCompletion = (float)((duration - remainingTime) / duration);
float L_38 = V_12;
double L_39 = V_15;
float L_40 = V_12;
V_8 = ((float)((double)(((double)il2cpp_codegen_subtract(((double)L_38), L_39))/((double)L_40))));
}
IL_00ff:
{
}
IL_0100:
{
// if (interactionState.totalTimeoutCompletionTimeRemaining > 0)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_41 = V_4;
float L_42;
L_42 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_41, NULL);
V_17 = (bool)((((float)L_42) > ((float)(0.0f)))? 1 : 0);
bool L_43 = V_17;
if (!L_43)
{
goto IL_013b;
}
}
{
// return (interactionState.totalTimeoutCompletionDone + timerCompletion * interactionState.timerDuration)
// (interactionState.totalTimeoutCompletionDone + interactionState.totalTimeoutCompletionTimeRemaining);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_44 = V_4;
float L_45;
L_45 = InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline(L_44, NULL);
float L_46 = V_8;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_47 = V_4;
float L_48;
L_48 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_47, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_49 = V_4;
float L_50;
L_50 = InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline(L_49, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_51 = V_4;
float L_52;
L_52 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_51, NULL);
V_6 = ((float)(((float)il2cpp_codegen_add(L_45, ((float)il2cpp_codegen_multiply(L_46, L_48))))/((float)il2cpp_codegen_add(L_50, L_52))));
goto IL_0154;
}
IL_013b:
{
// return timerCompletion;
float L_53 = V_8;
V_6 = L_53;
goto IL_0154;
}
IL_0142:
{
// return 1;
V_6 = (1.0f);
goto IL_0154;
}
IL_014b:
{
// return 0;
V_6 = (0.0f);
goto IL_0154;
}
IL_0154:
{
// }
float L_54 = V_6;
return L_54;
}
}
// System.Boolean UnityEngine.InputSystem.InputAction::get_isSingletonAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
// internal bool isSingletonAction => m_ActionMap == null || ReferenceEquals(m_ActionMap.m_SingletonAction, this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_14;
if (!L_0)
{
goto IL_0018;
}
}
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = __this->___m_ActionMap_14;
NullCheck(L_1);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = L_1->___m_SingletonAction_8;
G_B3_0 = ((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_2) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)__this))? 1 : 0);
goto IL_0019;
}
IL_0018:
{
G_B3_0 = 1;
}
IL_0019:
{
return (bool)G_B3_0;
}
}
// UnityEngine.InputSystem.InputActionState/TriggerState UnityEngine.InputSystem.InputAction::get_currentState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D InputAction_get_currentState_mB48C169F66AEB1066569F87E841E76512301F320 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_1;
memset((&V_1), 0, sizeof(V_1));
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (m_ActionIndexInState == InputActionState.kInvalidIndex)
int32_t L_0 = __this->___m_ActionIndexInState_13;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// return new InputActionState.TriggerState();
il2cpp_codegen_initobj((&V_1), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_2 = V_1;
V_2 = L_2;
goto IL_0056;
}
IL_001a:
{
// Debug.Assert(m_ActionMap != null);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_14;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// Debug.Assert(m_ActionMap.m_State != null);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = __this->___m_ActionMap_14;
NullCheck(L_4);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = L_4->___m_State_10;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// return m_ActionMap.m_State.FetchActionState(this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = __this->___m_ActionMap_14;
NullCheck(L_6);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = L_6->___m_State_10;
NullCheck(L_7);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8;
L_8 = InputActionState_FetchActionState_mF07C3995291CAE3BFB52199E083C9D53C06E0718(L_7, __this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_9 = (*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8);
V_2 = L_9;
goto IL_0056;
}
IL_0056:
{
// }
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_10 = V_2;
return L_10;
}
}
// System.String UnityEngine.InputSystem.InputAction::MakeSureIdIsInPlace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputAction_MakeSureIdIsInPlace_m31CEE989607F309C685BEC3219CD637EFFAA2970 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
bool V_0 = false;
String_t* V_1 = NULL;
{
// if (string.IsNullOrEmpty(m_Id))
String_t* L_0 = __this->___m_Id_3;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// GenerateId();
InputAction_GenerateId_mEFFB96A9811B4AC63713D7D933C9B77D2B80F3FD(__this, NULL);
}
IL_0017:
{
// return m_Id;
String_t* L_3 = __this->___m_Id_3;
V_1 = L_3;
goto IL_0020;
}
IL_0020:
{
// }
String_t* L_4 = V_1;
return L_4;
}
}
// System.Void UnityEngine.InputSystem.InputAction::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_GenerateId_mEFFB96A9811B4AC63713D7D933C9B77D2B80F3FD (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
{
// m_Id = Guid.NewGuid().ToString();
Guid_t L_0;
L_0 = Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903(NULL);
V_0 = L_0;
String_t* L_1;
L_1 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL);
__this->___m_Id_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Id_3), (void*)L_1);
// }
return;
}
}
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::GetOrCreateActionMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
bool V_0 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
{
// if (m_ActionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_14;
V_0 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// CreateInternalActionMapForSingletonAction();
InputAction_CreateInternalActionMapForSingletonAction_mE5702D9979607FBFF71DCEE06673C9F5EB91870E(__this, NULL);
}
IL_0015:
{
// return m_ActionMap;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_14;
V_1 = L_2;
goto IL_001e;
}
IL_001e:
{
// }
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_1;
return L_3;
}
}
// System.Void UnityEngine.InputSystem.InputAction::CreateInternalActionMapForSingletonAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_CreateInternalActionMapForSingletonAction_mE5702D9979607FBFF71DCEE06673C9F5EB91870E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
{
// m_ActionMap = new InputActionMap
// {
// m_Actions = new[] { this },
// m_SingletonAction = this,
// m_Bindings = m_SingletonActionBindings
// };
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
NullCheck(L_0);
InputActionMap__ctor_m21A22EDC9A817AFE2F18E8BEEDB8FB9558CAE083(L_0, NULL);
V_0 = L_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = V_0;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)SZArrayNew(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810_il2cpp_TypeInfo_var, (uint32_t)1);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, __this);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)__this);
NullCheck(L_1);
L_1->___m_Actions_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___m_Actions_3), (void*)L_3);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_0;
NullCheck(L_4);
L_4->___m_SingletonAction_8 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___m_SingletonAction_8), (void*)__this);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = __this->___m_SingletonActionBindings_6;
NullCheck(L_5);
L_5->___m_Bindings_4 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___m_Bindings_4), (void*)L_6);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_0;
__this->___m_ActionMap_14 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionMap_14), (void*)L_7);
// }
return;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::FindEffectiveBindingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 InputAction_FindEffectiveBindingMask_m70D679159C27A026853D296E846523777F2B5800 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_3;
memset((&V_3), 0, sizeof(V_3));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B4_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B9_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B8_0 = NULL;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 G_B12_0;
memset((&G_B12_0), 0, sizeof(G_B12_0));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B11_0 = NULL;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B10_0 = NULL;
{
// if (m_BindingMask.HasValue)
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_0 = (&__this->___m_BindingMask_8);
bool L_1;
L_1 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline(L_0, Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0019;
}
}
{
// return m_BindingMask;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_3 = __this->___m_BindingMask_8;
V_1 = L_3;
goto IL_0073;
}
IL_0019:
{
// if (m_ActionMap?.m_BindingMask != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = __this->___m_ActionMap_14;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0026;
}
}
{
G_B5_0 = 0;
goto IL_0030;
}
IL_0026:
{
NullCheck(G_B4_0);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_6 = (&G_B4_0->___m_BindingMask_12);
bool L_7;
L_7 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline(L_6, Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
G_B5_0 = ((int32_t)(L_7));
}
IL_0030:
{
V_2 = (bool)G_B5_0;
bool L_8 = V_2;
if (!L_8)
{
goto IL_0042;
}
}
{
// return m_ActionMap.m_BindingMask;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = __this->___m_ActionMap_14;
NullCheck(L_9);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_10 = L_9->___m_BindingMask_12;
V_1 = L_10;
goto IL_0073;
}
IL_0042:
{
// return m_ActionMap?.m_Asset?.m_BindingMask;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = __this->___m_ActionMap_14;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = L_11;
G_B8_0 = L_12;
if (L_12)
{
G_B9_0 = L_12;
goto IL_0057;
}
}
{
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_13 = V_3;
G_B12_0 = L_13;
goto IL_0070;
}
IL_0057:
{
NullCheck(G_B9_0);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_14 = G_B9_0->___m_Asset_2;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_15 = L_14;
G_B10_0 = L_15;
if (L_15)
{
G_B11_0 = L_15;
goto IL_006b;
}
}
{
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_16 = V_3;
G_B12_0 = L_16;
goto IL_0070;
}
IL_006b:
{
NullCheck(G_B11_0);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_17 = G_B11_0->___m_BindingMask_8;
G_B12_0 = L_17;
}
IL_0070:
{
V_1 = G_B12_0;
goto IL_0073;
}
IL_0073:
{
// }
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_18 = V_1;
return L_18;
}
}
// System.Int32 UnityEngine.InputSystem.InputAction::BindingIndexOnActionToBindingIndexOnMap(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, int32_t ___indexOfBindingOnAction0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
{
// var actionMap = GetOrCreateActionMap();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
V_0 = L_0;
// var bindingsInMap = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = V_0;
NullCheck(L_1);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_2 = L_1->___m_Bindings_4;
V_1 = L_2;
// var bindingCountInMap = bindingsInMap.LengthSafe();
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = V_1;
int32_t L_4;
L_4 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_3, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
V_2 = L_4;
// var actionName = name;
String_t* L_5;
L_5 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(__this, NULL);
V_3 = L_5;
// var currentBindingIndexOnAction = -1;
V_4 = (-1);
// for (var i = 0; i < bindingCountInMap; ++i)
V_5 = 0;
goto IL_0061;
}
IL_0025:
{
// ref var binding = ref bindingsInMap[i];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = V_1;
int32_t L_7 = V_5;
NullCheck(L_6);
V_6 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
// if (!binding.TriggersAction(this))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_8 = V_6;
bool L_9;
L_9 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(L_8, __this, NULL);
V_7 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_7;
if (!L_10)
{
goto IL_0043;
}
}
{
// continue;
goto IL_005b;
}
IL_0043:
{
// ++currentBindingIndexOnAction;
int32_t L_11 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_11, 1));
// if (currentBindingIndexOnAction == indexOfBindingOnAction)
int32_t L_12 = V_4;
int32_t L_13 = ___indexOfBindingOnAction0;
V_8 = (bool)((((int32_t)L_12) == ((int32_t)L_13))? 1 : 0);
bool L_14 = V_8;
if (!L_14)
{
goto IL_005a;
}
}
{
// return i;
int32_t L_15 = V_5;
V_9 = L_15;
goto IL_0091;
}
IL_005a:
{
}
IL_005b:
{
// for (var i = 0; i < bindingCountInMap; ++i)
int32_t L_16 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0061:
{
// for (var i = 0; i < bindingCountInMap; ++i)
int32_t L_17 = V_5;
int32_t L_18 = V_2;
V_10 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
bool L_19 = V_10;
if (L_19)
{
goto IL_0025;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(indexOfBindingOnAction),
// $"Binding index {indexOfBindingOnAction} is out of range for action '{this}' with {currentBindingIndexOnAction + 1} bindings");
int32_t L_20 = ___indexOfBindingOnAction0;
int32_t L_21 = L_20;
RuntimeObject* L_22 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_21);
int32_t L_23 = V_4;
int32_t L_24 = ((int32_t)il2cpp_codegen_add(L_23, 1));
RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_24);
String_t* L_26;
L_26 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D22435773CD7F88ADCA3143B449620AC6FA23C9)), L_22, __this, L_25, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_27 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_27);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral81244B93268D391ECE039BC7D437F0BA5B417802)), L_26, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817_RuntimeMethod_var)));
}
IL_0091:
{
// }
int32_t L_28 = V_9;
return L_28;
}
}
// System.Int32 UnityEngine.InputSystem.InputAction::BindingIndexOnMapToBindingIndexOnAction(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, int32_t ___indexOfBindingOnMap0, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
int32_t V_8 = 0;
int32_t G_B4_0 = 0;
{
// var actionMap = GetOrCreateActionMap();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(__this, NULL);
V_0 = L_0;
// var bindingsInMap = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = V_0;
NullCheck(L_1);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_2 = L_1->___m_Bindings_4;
V_1 = L_2;
// var actionName = name;
String_t* L_3;
L_3 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(__this, NULL);
V_2 = L_3;
// var bindingIndexOnAction = 0;
V_3 = 0;
// for (var i = indexOfBindingOnMap - 1; i >= 0; --i)
int32_t L_4 = ___indexOfBindingOnMap0;
V_4 = ((int32_t)il2cpp_codegen_subtract(L_4, 1));
goto IL_0060;
}
IL_001f:
{
// ref var binding = ref bindingsInMap[i];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = V_1;
int32_t L_6 = V_4;
NullCheck(L_5);
V_5 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)));
// if (string.Compare(binding.action, actionName, StringComparison.InvariantCultureIgnoreCase) == 0 ||
// binding.action == m_Id)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_7 = V_5;
String_t* L_8;
L_8 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_7, NULL);
String_t* L_9 = V_2;
int32_t L_10;
L_10 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_8, L_9, 3, NULL);
if (!L_10)
{
goto IL_004e;
}
}
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_11 = V_5;
String_t* L_12;
L_12 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_11, NULL);
String_t* L_13 = __this->___m_Id_3;
bool L_14;
L_14 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_12, L_13, NULL);
G_B4_0 = ((int32_t)(L_14));
goto IL_004f;
}
IL_004e:
{
G_B4_0 = 1;
}
IL_004f:
{
V_6 = (bool)G_B4_0;
bool L_15 = V_6;
if (!L_15)
{
goto IL_0059;
}
}
{
// ++bindingIndexOnAction;
int32_t L_16 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0059:
{
// for (var i = indexOfBindingOnMap - 1; i >= 0; --i)
int32_t L_17 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
}
IL_0060:
{
// for (var i = indexOfBindingOnMap - 1; i >= 0; --i)
int32_t L_18 = V_4;
V_7 = (bool)((((int32_t)((((int32_t)L_18) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_19 = V_7;
if (L_19)
{
goto IL_001f;
}
}
{
// return bindingIndexOnAction;
int32_t L_20 = V_3;
V_8 = L_20;
goto IL_0073;
}
IL_0073:
{
// }
int32_t L_21 = V_8;
return L_21;
}
}
#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.InputAction/CallbackContext
IL2CPP_EXTERN_C void CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshal_pinvoke(const CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8& unmarshaled, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'CallbackContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshal_pinvoke_back(const CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_pinvoke& marshaled, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'CallbackContext': 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.InputAction/CallbackContext
IL2CPP_EXTERN_C void CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshal_pinvoke_cleanup(CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputAction/CallbackContext
IL2CPP_EXTERN_C void CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshal_com(const CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8& unmarshaled, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_com& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'CallbackContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshal_com_back(const CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_com& marshaled, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'CallbackContext': 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.InputAction/CallbackContext
IL2CPP_EXTERN_C void CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshal_com_cleanup(CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_actionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// private int actionIndex => m_ActionIndex;
int32_t L_0 = __this->___m_ActionIndex_1;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
int32_t _returnValue;
_returnValue = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// private unsafe int bindingIndex => m_State.actionStates[actionIndex].bindingIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
NullCheck(L_0);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1;
L_1 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_0, NULL);
int32_t L_2;
L_2 = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(__this, NULL);
uint32_t L_3 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_4;
L_4 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
int32_t _returnValue;
_returnValue = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_controlIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// private unsafe int controlIndex => m_State.actionStates[actionIndex].controlIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
NullCheck(L_0);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1;
L_1 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_0, NULL);
int32_t L_2;
L_2 = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(__this, NULL);
uint32_t L_3 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_4;
L_4 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
int32_t _returnValue;
_returnValue = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_interactionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_interactionIndex_mF7D439E25D5E3A8A048CAF322A4FF0003B7FB9F2 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// private unsafe int interactionIndex => m_State.actionStates[actionIndex].interactionIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
NullCheck(L_0);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1;
L_1 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_0, NULL);
int32_t L_2;
L_2 = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(__this, NULL);
uint32_t L_3 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_4;
L_4 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t CallbackContext_get_interactionIndex_mF7D439E25D5E3A8A048CAF322A4FF0003B7FB9F2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
int32_t _returnValue;
_returnValue = CallbackContext_get_interactionIndex_mF7D439E25D5E3A8A048CAF322A4FF0003B7FB9F2(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputAction/CallbackContext::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
V_0 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return InputActionPhase.Disabled;
V_1 = 0;
goto IL_0034;
}
IL_0012:
{
// return m_State.actionStates[actionIndex].phase;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_0;
NullCheck(L_2);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_2, NULL);
int32_t L_4;
L_4 = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(__this, NULL);
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_6;
L_6 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
V_1 = L_6;
goto IL_0034;
}
IL_0034:
{
// }
int32_t L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C int32_t CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
int32_t _returnValue;
_returnValue = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::get_started()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_get_started_m0A946F354239889D41B6D191BCCD573330F9C59D (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// public bool started => phase == InputActionPhase.Started;
int32_t L_0;
L_0 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool CallbackContext_get_started_m0A946F354239889D41B6D191BCCD573330F9C59D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
bool _returnValue;
_returnValue = CallbackContext_get_started_m0A946F354239889D41B6D191BCCD573330F9C59D(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::get_performed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_get_performed_mB19EF328AFA329FC9790F01CC339597C52D6D528 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// public bool performed => phase == InputActionPhase.Performed;
int32_t L_0;
L_0 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool CallbackContext_get_performed_mB19EF328AFA329FC9790F01CC339597C52D6D528_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
bool _returnValue;
_returnValue = CallbackContext_get_performed_mB19EF328AFA329FC9790F01CC339597C52D6D528(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::get_canceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_get_canceled_m705A586AFA60D318B2A4A8947A6BC445653D0998 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// public bool canceled => phase == InputActionPhase.Canceled;
int32_t L_0;
L_0 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool CallbackContext_get_canceled_m705A586AFA60D318B2A4A8947A6BC445653D0998_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
bool _returnValue;
_returnValue = CallbackContext_get_canceled_m705A586AFA60D318B2A4A8947A6BC445653D0998(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputAction/CallbackContext::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B2_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B1_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B3_0 = NULL;
{
// public InputAction action => m_State?.GetActionOrNull(bindingIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
G_B3_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
goto IL_0018;
}
IL_000d:
{
int32_t L_2;
L_2 = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(__this, NULL);
NullCheck(G_B2_0);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3;
L_3 = InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A(G_B2_0, L_2, NULL);
G_B3_0 = L_3;
}
IL_0018:
{
return G_B3_0;
}
}
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
_returnValue = CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputAction/CallbackContext::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* CallbackContext_get_control_m085D29F5F6B7E10E1280A5B8662B94AF245F4123 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B2_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B1_0 = NULL;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* G_B3_0 = NULL;
{
// public InputControl control => m_State?.controls[controlIndex];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
G_B3_0 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)(NULL));
goto IL_0019;
}
IL_000d:
{
NullCheck(G_B2_0);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_2 = G_B2_0->___controls_2;
int32_t L_3;
L_3 = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(__this, NULL);
NullCheck(L_2);
int32_t L_4 = L_3;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
G_B3_0 = L_5;
}
IL_0019:
{
return G_B3_0;
}
}
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* CallbackContext_get_control_m085D29F5F6B7E10E1280A5B8662B94AF245F4123_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
_returnValue = CallbackContext_get_control_m085D29F5F6B7E10E1280A5B8662B94AF245F4123(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.InputAction/CallbackContext::get_interaction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallbackContext_get_interaction_mF05241B8F876487AC3A631CBE900BC3C80D6F1F8 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
bool V_3 = false;
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
V_1 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
// return null;
V_2 = (RuntimeObject*)NULL;
goto IL_0035;
}
IL_0012:
{
// var index = interactionIndex;
int32_t L_2;
L_2 = CallbackContext_get_interactionIndex_mF7D439E25D5E3A8A048CAF322A4FF0003B7FB9F2(__this, NULL);
V_0 = L_2;
// if (index == InputActionState.kInvalidIndex)
int32_t L_3 = V_0;
V_3 = (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_0025;
}
}
{
// return null;
V_2 = (RuntimeObject*)NULL;
goto IL_0035;
}
IL_0025:
{
// return m_State.interactions[index];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = __this->___m_State_0;
NullCheck(L_5);
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_6 = L_5->___interactions_3;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
RuntimeObject* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_2 = L_9;
goto IL_0035;
}
IL_0035:
{
// }
RuntimeObject* L_10 = V_2;
return L_10;
}
}
IL2CPP_EXTERN_C RuntimeObject* CallbackContext_get_interaction_mF05241B8F876487AC3A631CBE900BC3C80D6F1F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = CallbackContext_get_interaction_mF05241B8F876487AC3A631CBE900BC3C80D6F1F8(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.InputAction/CallbackContext::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double CallbackContext_get_time_m411EBA76522616EF38FD78341B246EEF94908050 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
bool V_0 = false;
double V_1 = 0.0;
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
V_0 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// return 0;
V_1 = (0.0);
goto IL_003c;
}
IL_001a:
{
// return m_State.actionStates[actionIndex].time;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_0;
NullCheck(L_2);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_2, NULL);
int32_t L_4;
L_4 = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(__this, NULL);
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
double L_6;
L_6 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
V_1 = L_6;
goto IL_003c;
}
IL_003c:
{
// }
double L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C double CallbackContext_get_time_m411EBA76522616EF38FD78341B246EEF94908050_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
double _returnValue;
_returnValue = CallbackContext_get_time_m411EBA76522616EF38FD78341B246EEF94908050(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.InputAction/CallbackContext::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double CallbackContext_get_startTime_m6F0F9C2CF03CDEFFE81F2E54636A465221AFD39B (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
bool V_0 = false;
double V_1 = 0.0;
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
V_0 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// return 0;
V_1 = (0.0);
goto IL_003c;
}
IL_001a:
{
// return m_State.actionStates[actionIndex].startTime;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_0;
NullCheck(L_2);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_2, NULL);
int32_t L_4;
L_4 = CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline(__this, NULL);
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
double L_6;
L_6 = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
V_1 = L_6;
goto IL_003c;
}
IL_003c:
{
// }
double L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C double CallbackContext_get_startTime_m6F0F9C2CF03CDEFFE81F2E54636A465221AFD39B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
double _returnValue;
_returnValue = CallbackContext_get_startTime_m6F0F9C2CF03CDEFFE81F2E54636A465221AFD39B(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.InputAction/CallbackContext::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double CallbackContext_get_duration_m1E925BA2636AD5558E1DE54167742BB8D2BB4042 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// public double duration => time - startTime;
double L_0;
L_0 = CallbackContext_get_time_m411EBA76522616EF38FD78341B246EEF94908050(__this, NULL);
double L_1;
L_1 = CallbackContext_get_startTime_m6F0F9C2CF03CDEFFE81F2E54636A465221AFD39B(__this, NULL);
return ((double)il2cpp_codegen_subtract(L_0, L_1));
}
}
IL2CPP_EXTERN_C double CallbackContext_get_duration_m1E925BA2636AD5558E1DE54167742BB8D2BB4042_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
double _returnValue;
_returnValue = CallbackContext_get_duration_m1E925BA2636AD5558E1DE54167742BB8D2BB4042(_thisAdjusted, method);
return _returnValue;
}
// System.Type UnityEngine.InputSystem.InputAction/CallbackContext::get_valueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* CallbackContext_get_valueType_m508DFAF9D56EE15A6ECCB71482282980277B079C (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B2_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B1_0 = NULL;
Type_t* G_B3_0 = NULL;
{
// public Type valueType => m_State?.GetValueType(bindingIndex, controlIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
G_B3_0 = ((Type_t*)(NULL));
goto IL_001e;
}
IL_000d:
{
int32_t L_2;
L_2 = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(__this, NULL);
int32_t L_3;
L_3 = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(__this, NULL);
NullCheck(G_B2_0);
Type_t* L_4;
L_4 = InputActionState_GetValueType_m123467AFF4D4D4771699D076799574354FADC1B2(G_B2_0, L_2, L_3, NULL);
G_B3_0 = L_4;
}
IL_001e:
{
return G_B3_0;
}
}
IL2CPP_EXTERN_C Type_t* CallbackContext_get_valueType_m508DFAF9D56EE15A6ECCB71482282980277B079C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
Type_t* _returnValue;
_returnValue = CallbackContext_get_valueType_m508DFAF9D56EE15A6ECCB71482282980277B079C(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_valueSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
V_0 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return 0;
V_1 = 0;
goto IL_002c;
}
IL_0012:
{
// return m_State.GetValueSizeInBytes(bindingIndex, controlIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_0;
int32_t L_3;
L_3 = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(__this, NULL);
int32_t L_4;
L_4 = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(__this, NULL);
NullCheck(L_2);
int32_t L_5;
L_5 = InputActionState_GetValueSizeInBytes_mEE80A4597CD84ADB051F9C73939B5C7F2E8BDC4C(L_2, L_3, L_4, NULL);
V_1 = L_5;
goto IL_002c;
}
IL_002c:
{
// }
int32_t L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C int32_t CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
int32_t _returnValue;
_returnValue = CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputAction/CallbackContext::ReadValue(System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
int32_t G_B5_0 = 0;
{
// if (buffer == null)
void* L_0 = ___buffer0;
V_0 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// throw new ArgumentNullException(nameof(buffer));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309_RuntimeMethod_var)));
}
IL_0015:
{
// if (m_State != null && phase.IsInProgress())
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = __this->___m_State_0;
if (!L_3)
{
goto IL_002a;
}
}
{
int32_t L_4;
L_4 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
bool L_5;
L_5 = InputExtensions_IsInProgress_m37300A7A5E1CB6A168453B66EE234EA43530544F(L_4, NULL);
G_B5_0 = ((int32_t)(L_5));
goto IL_002b;
}
IL_002a:
{
G_B5_0 = 0;
}
IL_002b:
{
V_1 = (bool)G_B5_0;
bool L_6 = V_1;
if (!L_6)
{
goto IL_004e;
}
}
{
// m_State.ReadValue(bindingIndex, controlIndex, buffer, bufferSize);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = __this->___m_State_0;
int32_t L_8;
L_8 = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(__this, NULL);
int32_t L_9;
L_9 = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(__this, NULL);
void* L_10 = ___buffer0;
int32_t L_11 = ___bufferSize1;
NullCheck(L_7);
InputActionState_ReadValue_m683D5F57CC8FC79648B7F9B6AA78218873E6F291(L_7, L_8, L_9, L_10, L_11, (bool)0, NULL);
goto IL_008e;
}
IL_004e:
{
// var valueSize = valueSizeInBytes;
int32_t L_12;
L_12 = CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3(__this, NULL);
V_2 = L_12;
// if (bufferSize < valueSize)
int32_t L_13 = ___bufferSize1;
int32_t L_14 = V_2;
V_3 = (bool)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
bool L_15 = V_3;
if (!L_15)
{
goto IL_007f;
}
}
{
// throw new ArgumentException(
// $"Expected buffer of at least {valueSize} bytes but got buffer of only {bufferSize} bytes", nameof(bufferSize));
int32_t L_16 = V_2;
int32_t L_17 = L_16;
RuntimeObject* L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_17);
int32_t L_19 = ___bufferSize1;
int32_t L_20 = L_19;
RuntimeObject* L_21 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_20);
String_t* L_22;
L_22 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07FE91C6DD5CF0CC38647619A84ABB716E8FC62F)), L_18, L_21, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_23);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_23, L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309_RuntimeMethod_var)));
}
IL_007f:
{
// UnsafeUtility.MemClear(buffer, valueSizeInBytes);
void* L_24 = ___buffer0;
int32_t L_25;
L_25 = CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3(__this, NULL);
UnsafeUtility_MemClear_m0535B03E39A2A8CF84AE517549902F0025F67460(L_24, ((int64_t)L_25), NULL);
}
IL_008e:
{
// }
return;
}
}
IL2CPP_EXTERN_C void CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309_AdjustorThunk (RuntimeObject* __this, void* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309(_thisAdjusted, ___buffer0, ___bufferSize1, method);
}
// System.Boolean UnityEngine.InputSystem.InputAction/CallbackContext::ReadValueAsButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackContext_ReadValueAsButton_m0BB60DCAF50108EF68316BCBFFCC878E1317E753 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t G_B3_0 = 0;
{
// var value = false;
V_0 = (bool)0;
// if (m_State != null && phase.IsInProgress())
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
if (!L_0)
{
goto IL_0018;
}
}
{
int32_t L_1;
L_1 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
bool L_2;
L_2 = InputExtensions_IsInProgress_m37300A7A5E1CB6A168453B66EE234EA43530544F(L_1, NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0019;
}
IL_0018:
{
G_B3_0 = 0;
}
IL_0019:
{
V_1 = (bool)G_B3_0;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0035;
}
}
{
// value = m_State.ReadValueAsButton(bindingIndex, controlIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = __this->___m_State_0;
int32_t L_5;
L_5 = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(__this, NULL);
int32_t L_6;
L_6 = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(__this, NULL);
NullCheck(L_4);
bool L_7;
L_7 = InputActionState_ReadValueAsButton_mDC9D78458B05CDFF565051B47B6AB27B91F9AB43(L_4, L_5, L_6, NULL);
V_0 = L_7;
}
IL_0035:
{
// return value;
bool L_8 = V_0;
V_2 = L_8;
goto IL_0039;
}
IL_0039:
{
// }
bool L_9 = V_2;
return L_9;
}
}
IL2CPP_EXTERN_C bool CallbackContext_ReadValueAsButton_m0BB60DCAF50108EF68316BCBFFCC878E1317E753_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
bool _returnValue;
_returnValue = CallbackContext_ReadValueAsButton_m0BB60DCAF50108EF68316BCBFFCC878E1317E753(_thisAdjusted, method);
return _returnValue;
}
// System.Object UnityEngine.InputSystem.InputAction/CallbackContext::ReadValueAsObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallbackContext_ReadValueAsObject_m5B427AE8F4A079778BBE471070DDADF74C3BBBFC (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
bool V_0 = false;
RuntimeObject* V_1 = NULL;
int32_t G_B3_0 = 0;
{
// if (m_State != null && phase.IsInProgress())
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
if (!L_0)
{
goto IL_0016;
}
}
{
int32_t L_1;
L_1 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
bool L_2;
L_2 = InputExtensions_IsInProgress_m37300A7A5E1CB6A168453B66EE234EA43530544F(L_1, NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0017;
}
IL_0016:
{
G_B3_0 = 0;
}
IL_0017:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0036;
}
}
{
// return m_State.ReadValueAsObject(bindingIndex, controlIndex);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = __this->___m_State_0;
int32_t L_5;
L_5 = CallbackContext_get_bindingIndex_mBC8952C9915010C5D8DB5FD69D089FFC49542FB1(__this, NULL);
int32_t L_6;
L_6 = CallbackContext_get_controlIndex_m25E107BD1CD3C1CBAA7FAA2ED2D11EA88491A04B(__this, NULL);
NullCheck(L_4);
RuntimeObject* L_7;
L_7 = InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3(L_4, L_5, L_6, (bool)0, NULL);
V_1 = L_7;
goto IL_003a;
}
IL_0036:
{
// return null;
V_1 = NULL;
goto IL_003a;
}
IL_003a:
{
// }
RuntimeObject* L_8 = V_1;
return L_8;
}
}
IL2CPP_EXTERN_C RuntimeObject* CallbackContext_ReadValueAsObject_m5B427AE8F4A079778BBE471070DDADF74C3BBBFC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = CallbackContext_ReadValueAsObject_m5B427AE8F4A079778BBE471070DDADF74C3BBBFC(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputAction/CallbackContext::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CallbackContext_ToString_m7F09004B32FBC09423CDFD9966C2FDA42D6CF553 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC304E7B9445AC087CDA6675596A2D443AF7A5CE1);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return $"{{ action={action} phase={phase} time={time} control={control} value={ReadValueAsObject()} interaction={interaction} }}";
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2;
L_2 = CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4(__this, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_1;
int32_t L_4;
L_4 = CallbackContext_get_phase_mBF36959BEB4B081303626F616535A84137580702(__this, NULL);
int32_t L_5 = L_4;
RuntimeObject* L_6 = Box(InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_3;
double L_8;
L_8 = CallbackContext_get_time_m411EBA76522616EF38FD78341B246EEF94908050(__this, NULL);
double L_9 = L_8;
RuntimeObject* L_10 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_7;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12;
L_12 = CallbackContext_get_control_m085D29F5F6B7E10E1280A5B8662B94AF245F4123(__this, NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_12);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_11;
RuntimeObject* L_14;
L_14 = CallbackContext_ReadValueAsObject_m5B427AE8F4A079778BBE471070DDADF74C3BBBFC(__this, NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_14);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_13;
RuntimeObject* L_16;
L_16 = CallbackContext_get_interaction_mF05241B8F876487AC3A631CBE900BC3C80D6F1F8(__this, NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_16);
String_t* L_17;
L_17 = String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55(_stringLiteralC304E7B9445AC087CDA6675596A2D443AF7A5CE1, L_15, NULL);
V_0 = L_17;
goto IL_0054;
}
IL_0054:
{
// }
String_t* L_18 = V_0;
return L_18;
}
}
IL2CPP_EXTERN_C String_t* CallbackContext_ToString_m7F09004B32FBC09423CDFD9966C2FDA42D6CF553_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8*>(__this + _offset);
String_t* _returnValue;
_returnValue = CallbackContext_ToString_m7F09004B32FBC09423CDFD9966C2FDA42D6CF553(_thisAdjusted, 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.Boolean UnityEngine.InputSystem.InputActionAsset::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionAsset_get_enabled_mF340E7FF969ECC86F0FF4276FF54ECBB46B6DDA4 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA V_0;
memset((&V_0), 0, sizeof(V_0));
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
{
// foreach (var actionMap in actionMaps)
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_0;
L_0 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(__this, NULL);
V_1 = L_0;
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA L_1;
L_1 = ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938((&V_1), ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0035:
{// begin finally (depth: 1)
Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A((&V_0), Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_002a_1;
}
IL_0013_1:
{
// foreach (var actionMap in actionMaps)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
L_2 = Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931((&V_0), Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
V_2 = L_2;
// if (actionMap.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_2;
NullCheck(L_3);
bool L_4;
L_4 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_3, NULL);
V_3 = L_4;
bool L_5 = V_3;
if (!L_5)
{
goto IL_002a_1;
}
}
{
// return true;
V_4 = (bool)1;
goto IL_0049;
}
IL_002a_1:
{
// foreach (var actionMap in actionMaps)
bool L_6;
L_6 = Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C((&V_0), Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
if (L_6)
{
goto IL_0013_1;
}
}
{
goto IL_0044;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0044:
{
// return false;
V_4 = (bool)0;
goto IL_0049;
}
IL_0049:
{
// }
bool L_7 = V_4;
return L_7;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap> UnityEngine.InputSystem.InputActionAsset::get_actionMaps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m2F6089C006A7E306173FB1EA561A40460D1F38CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public ReadOnlyArray<InputActionMap> actionMaps => new ReadOnlyArray<InputActionMap>(m_ActionMaps);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___m_ActionMaps_5;
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_1;
memset((&L_1), 0, sizeof(L_1));
ReadOnlyArray_1__ctor_m2F6089C006A7E306173FB1EA561A40460D1F38CD((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m2F6089C006A7E306173FB1EA561A40460D1F38CD_RuntimeMethod_var);
return L_1;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme> UnityEngine.InputSystem.InputActionAsset::get_controlSchemes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public ReadOnlyArray<InputControlScheme> controlSchemes => new ReadOnlyArray<InputControlScheme>(m_ControlSchemes);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_0 = __this->___m_ControlSchemes_6;
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_1;
memset((&L_1), 0, sizeof(L_1));
ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m5FB1FD7346A3E3712CD3A01C82C49E933A0F2619_RuntimeMethod_var);
return L_1;
}
}
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionAsset::get_bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionAsset_get_bindings_mB045318575B5D7B13A92B973CABB40E0FEC70FB9 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* L_0 = (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD*)il2cpp_codegen_object_new(U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3Cget_bindingsU3Ed__8__ctor_mD7B52EB8052058E82EF60E0F102FC3520278B355(L_0, ((int32_t)-2), NULL);
V_0 = L_0;
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* L_1 = V_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* L_2 = V_0;
V_1 = L_2;
RuntimeObject* L_3 = V_1;
return L_3;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionAsset::get_bindingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 InputActionAsset_get_bindingMask_mD5D2FAC455D221E7BC657DA5E7E4F5402E0B4F6C (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
{
// get => m_BindingMask;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = __this->___m_BindingMask_8;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::set_bindingMask(System.Nullable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_set_bindingMask_mD621370B859495F593CBE28019D84F44922C94A5 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B5_0 = 0;
{
// if (m_BindingMask == value)
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = __this->___m_BindingMask_8;
V_1 = L_0;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_1 = ___value0;
V_2 = L_1;
bool L_2;
L_2 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_1), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
bool L_3;
L_3 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_2), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_001d;
}
}
{
G_B5_0 = 0;
goto IL_003c;
}
IL_001d:
{
bool L_4;
L_4 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_1), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if (L_4)
{
goto IL_0029;
}
}
{
G_B5_0 = 1;
goto IL_003c;
}
IL_0029:
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5;
L_5 = Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline((&V_1), Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6;
L_6 = Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline((&V_2), Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
bool L_7;
L_7 = InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9(L_5, L_6, NULL);
G_B5_0 = ((int32_t)(L_7));
}
IL_003c:
{
V_0 = (bool)G_B5_0;
bool L_8 = V_0;
if (!L_8)
{
goto IL_0042;
}
}
{
// return;
goto IL_0050;
}
IL_0042:
{
// m_BindingMask = value;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_9 = ___value0;
__this->___m_BindingMask_8 = L_9;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_8))->___value_1))->___m_OverrideProcessors_12), (void*)NULL);
#endif
// ReResolveIfNecessary();
InputActionAsset_ReResolveIfNecessary_mDE41776E441828AB45D824369D411D95F8CFFA55(__this, NULL);
}
IL_0050:
{
// }
return;
}
}
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputActionAsset::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D InputActionAsset_get_devices_m8FF856B2C61E23B7360A9279C10F8A6498C72B9C (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
{
// get => m_Devices.Get();
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_0 = (&__this->___m_Devices_9);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_1;
L_1 = DeviceArray_Get_m8632E75B27F9A1B063CF36DCBF136BF9651445F1(L_0, NULL);
return L_1;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::set_devices(System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_set_devices_m5A513BB841DB76966CD2B39E0E6FA8AFB3EBE38D (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_Devices.Set(value))
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_0 = (&__this->___m_Devices_9);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_1 = ___value0;
bool L_2;
L_2 = DeviceArray_Set_m900763508AC4EFB48791EB0830920F477F708B1F(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// ReResolveIfNecessary();
InputActionAsset_ReResolveIfNecessary_mDE41776E441828AB45D824369D411D95F8CFFA55(__this, NULL);
}
IL_0018:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionAsset_get_Item_mF080081A5481241910DCB5A068AAFCE6E69AE581 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___actionNameOrId0, const RuntimeMethod* method)
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
bool V_1 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
{
// var action = FindAction(actionNameOrId);
String_t* L_0 = ___actionNameOrId0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1;
L_1 = InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00(__this, L_0, (bool)0, NULL);
V_0 = L_1;
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = V_0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0024;
}
}
{
// throw new KeyNotFoundException($"Cannot find action '{actionNameOrId}' in '{this}'");
String_t* L_4 = ___actionNameOrId0;
String_t* L_5;
L_5 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D66EF12A6CD82764376802923341E3DC77EED80)), L_4, __this, NULL);
KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* L_6 = (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var)));
NullCheck(L_6);
KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B(L_6, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_get_Item_mF080081A5481241910DCB5A068AAFCE6E69AE581_RuntimeMethod_var)));
}
IL_0024:
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = V_0;
V_2 = L_7;
goto IL_0028;
}
IL_0028:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = V_2;
return L_8;
}
}
// System.String UnityEngine.InputSystem.InputActionAsset::ToJson()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionAsset_ToJson_m5D22CE4A785B5F9EF54F6B61986B5992BA8A80B6 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B V_0;
memset((&V_0), 0, sizeof(V_0));
WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B V_1;
memset((&V_1), 0, sizeof(V_1));
String_t* V_2 = NULL;
{
// var fileJson = new WriteFileJson
// {
// name = name,
// maps = InputActionMap.WriteFileJson.FromMaps(m_ActionMaps).maps,
// controlSchemes = InputControlScheme.SchemeJson.ToJson(m_ControlSchemes),
// };
il2cpp_codegen_initobj((&V_1), sizeof(WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B));
String_t* L_0;
L_0 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
(&V_1)->___name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___name_0), (void*)L_0);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_1 = __this->___m_ActionMaps_5;
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_2;
L_2 = WriteFileJson_FromMaps_mAB0E0CD5CD1205BCC663A980A7566016BDF24442((RuntimeObject*)L_1, NULL);
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* L_3 = L_2.___maps_0;
(&V_1)->___maps_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___maps_1), (void*)L_3);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_4 = __this->___m_ControlSchemes_6;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_5;
L_5 = SchemeJson_ToJson_m838314BE485505C4734D0E22CA62479EE5F32B14(L_4, NULL);
(&V_1)->___controlSchemes_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___controlSchemes_2), (void*)L_5);
WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B L_6 = V_1;
V_0 = L_6;
// return JsonUtility.ToJson(fileJson, true);
WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B L_7 = V_0;
WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B L_8 = L_7;
RuntimeObject* L_9 = Box(WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_il2cpp_TypeInfo_var, &L_8);
String_t* L_10;
L_10 = JsonUtility_ToJson_mA7B20656D12861446AAA157DF6E9ACBBD78EC0AC(L_9, (bool)1, NULL);
V_2 = L_10;
goto IL_0050;
}
IL_0050:
{
// }
String_t* L_11 = V_2;
return L_11;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::LoadFromJson(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_LoadFromJson_m2D3BF6F68E560142EB4864E375FE692C90A1BDCC (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___json0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
{
// if (string.IsNullOrEmpty(json))
String_t* L_0 = ___json0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(json));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_LoadFromJson_m2D3BF6F68E560142EB4864E375FE692C90A1BDCC_RuntimeMethod_var)));
}
IL_0016:
{
// var parsedJson = JsonUtility.FromJson<ReadFileJson>(json);
String_t* L_4 = ___json0;
ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1 L_5;
L_5 = JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02(L_4, JsonUtility_FromJson_TisReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_m963A5258ACC9F08993683CFF2D3FF3BDC3551A02_RuntimeMethod_var);
V_0 = L_5;
// parsedJson.ToAsset(this);
ReadFileJson_ToAsset_mBBB3B789AFE3C2FA5F1B10E6B98371DCBF37C6C4((&V_0), __this, NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionAsset::FromJson(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionAsset_FromJson_mA8AF88895F49DB0F0BAB47B60744E927E6234347 (String_t* ___json0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisInputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_m21D2D0E45E9D2F4B9B2219E6EC0590CF7A70B817_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* V_0 = NULL;
bool V_1 = false;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* V_2 = NULL;
{
// if (string.IsNullOrEmpty(json))
String_t* L_0 = ___json0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(json));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FromJson_mA8AF88895F49DB0F0BAB47B60744E927E6234347_RuntimeMethod_var)));
}
IL_0016:
{
// var asset = CreateInstance<InputActionAsset>();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_4;
L_4 = ScriptableObject_CreateInstance_TisInputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_m21D2D0E45E9D2F4B9B2219E6EC0590CF7A70B817(ScriptableObject_CreateInstance_TisInputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_m21D2D0E45E9D2F4B9B2219E6EC0590CF7A70B817_RuntimeMethod_var);
V_0 = L_4;
// asset.LoadFromJson(json);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = V_0;
String_t* L_6 = ___json0;
NullCheck(L_5);
InputActionAsset_LoadFromJson_m2D3BF6F68E560142EB4864E375FE692C90A1BDCC(L_5, L_6, NULL);
// return asset;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_7 = V_0;
V_2 = L_7;
goto IL_0028;
}
IL_0028:
{
// }
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = V_2;
return L_8;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset::FindAction(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___actionNameOrId0, bool ___throwIfNotFound1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_4 = NULL;
int32_t V_5 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_9 = NULL;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 V_13;
memset((&V_13), 0, sizeof(V_13));
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 V_14;
memset((&V_14), 0, sizeof(V_14));
bool V_15 = false;
int32_t V_16 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_17 = NULL;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_18 = NULL;
bool V_19 = false;
int32_t V_20 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_21 = NULL;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
int32_t G_B9_0 = 0;
int32_t G_B22_0 = 0;
{
// if (actionNameOrId == null)
String_t* L_0 = ___actionNameOrId0;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionNameOrId));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D1DC203F0C5F17225ECA9C512567695D1F57C24)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00_RuntimeMethod_var)));
}
IL_0014:
{
// if (m_ActionMaps != null)
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___m_ActionMaps_5;
V_1 = (bool)((!(((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_01b1;
}
}
{
// var indexOfSlash = actionNameOrId.IndexOf('/');
String_t* L_5 = ___actionNameOrId0;
NullCheck(L_5);
int32_t L_6;
L_6 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_5, ((int32_t)47), NULL);
V_2 = L_6;
// if (indexOfSlash == -1)
int32_t L_7 = V_2;
V_3 = (bool)((((int32_t)L_7) == ((int32_t)(-1)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_00cc;
}
}
{
// InputAction firstActionFound = null;
V_4 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
// for (var i = 0; i < m_ActionMaps.Length; ++i)
V_5 = 0;
goto IL_00a0;
}
IL_0042:
{
// var action = m_ActionMaps[i].FindAction(actionNameOrId);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_9 = __this->___m_ActionMaps_5;
int32_t L_10 = V_5;
NullCheck(L_9);
int32_t L_11 = L_10;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
String_t* L_13 = ___actionNameOrId0;
NullCheck(L_12);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14;
L_14 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(L_12, L_13, (bool)0, NULL);
V_6 = L_14;
// if (action != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = V_6;
V_7 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_15) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_16 = V_7;
if (!L_16)
{
goto IL_0099;
}
}
{
// if (action.enabled || action.m_Id == actionNameOrId) // Match by ID is always exact.
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = V_6;
NullCheck(L_17);
bool L_18;
L_18 = InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA(L_17, NULL);
if (L_18)
{
goto IL_0079;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = V_6;
NullCheck(L_19);
String_t* L_20 = L_19->___m_Id_3;
String_t* L_21 = ___actionNameOrId0;
bool L_22;
L_22 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_20, L_21, NULL);
G_B9_0 = ((int32_t)(L_22));
goto IL_007a;
}
IL_0079:
{
G_B9_0 = 1;
}
IL_007a:
{
V_8 = (bool)G_B9_0;
bool L_23 = V_8;
if (!L_23)
{
goto IL_0089;
}
}
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = V_6;
V_9 = L_24;
goto IL_01cf;
}
IL_0089:
{
// if (firstActionFound == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_25 = V_4;
V_10 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_25) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_26 = V_10;
if (!L_26)
{
goto IL_0098;
}
}
{
// firstActionFound = action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_27 = V_6;
V_4 = L_27;
}
IL_0098:
{
}
IL_0099:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_28 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00a0:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_29 = V_5;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_30 = __this->___m_ActionMaps_5;
NullCheck(L_30);
V_11 = (bool)((((int32_t)L_29) < ((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))? 1 : 0);
bool L_31 = V_11;
if (L_31)
{
goto IL_0042;
}
}
{
// if (firstActionFound != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_32 = V_4;
V_12 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_32) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_33 = V_12;
if (!L_33)
{
goto IL_00c6;
}
}
{
// return firstActionFound;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34 = V_4;
V_9 = L_34;
goto IL_01cf;
}
IL_00c6:
{
goto IL_01b0;
}
IL_00cc:
{
// var mapName = new Substring(actionNameOrId, 0, indexOfSlash);
String_t* L_35 = ___actionNameOrId0;
int32_t L_36 = V_2;
Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745((&V_13), L_35, 0, L_36, NULL);
// var actionName = new Substring(actionNameOrId, indexOfSlash + 1);
String_t* L_37 = ___actionNameOrId0;
int32_t L_38 = V_2;
Substring__ctor_mD29CA4E0387A9343B5A0839A92A7AC13468621D9((&V_14), L_37, ((int32_t)il2cpp_codegen_add(L_38, 1)), NULL);
// if (mapName.isEmpty || actionName.isEmpty)
bool L_39;
L_39 = Substring_get_isEmpty_m595F6475C26E9FFE44A503FC412CCB059B0FBC47((&V_13), NULL);
if (L_39)
{
goto IL_00f4;
}
}
{
bool L_40;
L_40 = Substring_get_isEmpty_m595F6475C26E9FFE44A503FC412CCB059B0FBC47((&V_14), NULL);
G_B22_0 = ((int32_t)(L_40));
goto IL_00f5;
}
IL_00f4:
{
G_B22_0 = 1;
}
IL_00f5:
{
V_15 = (bool)G_B22_0;
bool L_41 = V_15;
if (!L_41)
{
goto IL_0111;
}
}
{
// throw new ArgumentException("Malformed action path: " + actionNameOrId, nameof(actionNameOrId));
String_t* L_42 = ___actionNameOrId0;
String_t* L_43;
L_43 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1170092DF5BE56D21F8D1162C48687759C36B0C8)), L_42, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_44 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_44);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_44, L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D1DC203F0C5F17225ECA9C512567695D1F57C24)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00_RuntimeMethod_var)));
}
IL_0111:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
V_16 = 0;
goto IL_019a;
}
IL_0119:
{
// var map = m_ActionMaps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_45 = __this->___m_ActionMaps_5;
int32_t L_46 = V_16;
NullCheck(L_45);
int32_t L_47 = L_46;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
V_17 = L_48;
// if (Substring.Compare(map.name, mapName, StringComparison.InvariantCultureIgnoreCase) != 0)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_49 = V_17;
NullCheck(L_49);
String_t* L_50;
L_50 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_49, NULL);
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_51;
L_51 = Substring_op_Implicit_mF41B9BD536475F42FFA830CC270D11453D7FEBE8(L_50, NULL);
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_52 = V_13;
int32_t L_53;
L_53 = Substring_Compare_mFCC9A87C466F5D4045A5820A9203C3567A43B871(L_51, L_52, 3, NULL);
V_19 = (bool)((!(((uint32_t)L_53) <= ((uint32_t)0)))? 1 : 0);
bool L_54 = V_19;
if (!L_54)
{
goto IL_0144;
}
}
{
// continue;
goto IL_0194;
}
IL_0144:
{
// var actions = map.m_Actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_55 = V_17;
NullCheck(L_55);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_56 = L_55->___m_Actions_3;
V_18 = L_56;
// for (var n = 0; n < actions.Length; ++n)
V_20 = 0;
goto IL_0184;
}
IL_0152:
{
// var action = actions[n];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_57 = V_18;
int32_t L_58 = V_20;
NullCheck(L_57);
int32_t L_59 = L_58;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
V_21 = L_60;
// if (Substring.Compare(action.name, actionName,
// StringComparison.InvariantCultureIgnoreCase) == 0)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_61 = V_21;
NullCheck(L_61);
String_t* L_62;
L_62 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_61, NULL);
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_63;
L_63 = Substring_op_Implicit_mF41B9BD536475F42FFA830CC270D11453D7FEBE8(L_62, NULL);
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_64 = V_14;
int32_t L_65;
L_65 = Substring_Compare_mFCC9A87C466F5D4045A5820A9203C3567A43B871(L_63, L_64, 3, NULL);
V_22 = (bool)((((int32_t)L_65) == ((int32_t)0))? 1 : 0);
bool L_66 = V_22;
if (!L_66)
{
goto IL_017d;
}
}
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_67 = V_21;
V_9 = L_67;
goto IL_01cf;
}
IL_017d:
{
// for (var n = 0; n < actions.Length; ++n)
int32_t L_68 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_68, 1));
}
IL_0184:
{
// for (var n = 0; n < actions.Length; ++n)
int32_t L_69 = V_20;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_70 = V_18;
NullCheck(L_70);
V_23 = (bool)((((int32_t)L_69) < ((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))))? 1 : 0);
bool L_71 = V_23;
if (L_71)
{
goto IL_0152;
}
}
{
// break;
goto IL_01af;
}
IL_0194:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_72 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_72, 1));
}
IL_019a:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_73 = V_16;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_74 = __this->___m_ActionMaps_5;
NullCheck(L_74);
V_24 = (bool)((((int32_t)L_73) < ((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length))))? 1 : 0);
bool L_75 = V_24;
if (L_75)
{
goto IL_0119;
}
}
IL_01af:
{
}
IL_01b0:
{
}
IL_01b1:
{
// if (throwIfNotFound)
bool L_76 = ___throwIfNotFound1;
V_25 = L_76;
bool L_77 = V_25;
if (!L_77)
{
goto IL_01ca;
}
}
{
// throw new ArgumentException($"No action '{actionNameOrId}' in '{this}'");
String_t* L_78 = ___actionNameOrId0;
String_t* L_79;
L_79 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B027DF4509B94EE202D7911887D9FC93669514B)), L_78, __this, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_80 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_80);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_80, L_79, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00_RuntimeMethod_var)));
}
IL_01ca:
{
// return null;
V_9 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_01cf;
}
IL_01cf:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_81 = V_9;
return L_81;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionAsset::FindBinding(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputAction&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionAsset_FindBinding_mB5B36B9DDFAABFD4B528B891653B1B5B895DBDC5 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___mask0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** ___action1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
{
// var numMaps = m_ActionMaps.LengthSafe();
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___m_ActionMaps_5;
int32_t L_1;
L_1 = ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A(L_0, ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var);
V_0 = L_1;
// for (var i = 0; i < numMaps; ++i)
V_1 = 0;
goto IL_003b;
}
IL_0011:
{
// var actionMap = m_ActionMaps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_2 = __this->___m_ActionMaps_5;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// var bindingIndex = actionMap.FindBinding(mask, out action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = V_2;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7 = ___mask0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** L_8 = ___action1;
NullCheck(L_6);
int32_t L_9;
L_9 = InputActionMap_FindBinding_mA90198CA2F2B2CB4A285E5429DB4AD01EEF7A9B0(L_6, L_7, L_8, NULL);
V_3 = L_9;
// if (bindingIndex >= 0)
int32_t L_10 = V_3;
V_4 = (bool)((((int32_t)((((int32_t)L_10) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_11 = V_4;
if (!L_11)
{
goto IL_0036;
}
}
{
// return bindingIndex;
int32_t L_12 = V_3;
V_5 = L_12;
goto IL_004d;
}
IL_0036:
{
// for (var i = 0; i < numMaps; ++i)
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_003b:
{
// for (var i = 0; i < numMaps; ++i)
int32_t L_14 = V_1;
int32_t L_15 = V_0;
V_6 = (bool)((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
bool L_16 = V_6;
if (L_16)
{
goto IL_0011;
}
}
{
// action = null;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** L_17 = ___action1;
*((RuntimeObject**)L_17) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)NULL);
// return -1;
V_5 = (-1);
goto IL_004d;
}
IL_004d:
{
// }
int32_t L_18 = V_5;
return L_18;
}
}
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionAsset::FindActionMap(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___nameOrId0, bool ___throwIfNotFound1, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t G_B7_0 = 0;
{
// if (nameOrId == null)
String_t* L_0 = ___nameOrId0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(nameOrId));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75_RuntimeMethod_var)));
}
IL_0014:
{
// if (m_ActionMaps == null)
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___m_ActionMaps_5;
V_2 = (bool)((((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0028;
}
}
{
// return null;
V_3 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
goto IL_00ea;
}
IL_0028:
{
// if (nameOrId.Contains('-') && Guid.TryParse(nameOrId, out var id))
String_t* L_5 = ___nameOrId0;
NullCheck(L_5);
bool L_6;
L_6 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_5, ((int32_t)45), NULL);
if (!L_6)
{
goto IL_003c;
}
}
{
String_t* L_7 = ___nameOrId0;
bool L_8;
L_8 = Guid_TryParse_m46FD3E8A425836C68964B0A72C89922A31B5EB0D(L_7, (&V_0), NULL);
G_B7_0 = ((int32_t)(L_8));
goto IL_003d;
}
IL_003c:
{
G_B7_0 = 0;
}
IL_003d:
{
V_4 = (bool)G_B7_0;
bool L_9 = V_4;
if (!L_9)
{
goto IL_0087;
}
}
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
V_5 = 0;
goto IL_0074;
}
IL_0049:
{
// var map = m_ActionMaps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_10 = __this->___m_ActionMaps_5;
int32_t L_11 = V_5;
NullCheck(L_10);
int32_t L_12 = L_11;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_6 = L_13;
// if (map.idDontGenerate == id)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_6;
NullCheck(L_14);
Guid_t L_15;
L_15 = InputActionMap_get_idDontGenerate_m4B253576FAC52B33351C1EBF5A87DC2DC4EC6C23(L_14, NULL);
Guid_t L_16 = V_0;
bool L_17;
L_17 = Guid_op_Equality_mC6FCB577D004C231106A3A9EDEE2DC3FACA63A27(L_15, L_16, NULL);
V_7 = L_17;
bool L_18 = V_7;
if (!L_18)
{
goto IL_006d;
}
}
{
// return map;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = V_6;
V_3 = L_19;
goto IL_00ea;
}
IL_006d:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_20 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0074:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_21 = V_5;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_22 = __this->___m_ActionMaps_5;
NullCheck(L_22);
V_8 = (bool)((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))? 1 : 0);
bool L_23 = V_8;
if (L_23)
{
goto IL_0049;
}
}
{
}
IL_0087:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
V_9 = 0;
goto IL_00bb;
}
IL_008c:
{
// var map = m_ActionMaps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_24 = __this->___m_ActionMaps_5;
int32_t L_25 = V_9;
NullCheck(L_24);
int32_t L_26 = L_25;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_10 = L_27;
// if (string.Compare(nameOrId, map.name, StringComparison.InvariantCultureIgnoreCase) == 0)
String_t* L_28 = ___nameOrId0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = V_10;
NullCheck(L_29);
String_t* L_30;
L_30 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_29, NULL);
int32_t L_31;
L_31 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_28, L_30, 3, NULL);
V_11 = (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0);
bool L_32 = V_11;
if (!L_32)
{
goto IL_00b4;
}
}
{
// return map;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_33 = V_10;
V_3 = L_33;
goto IL_00ea;
}
IL_00b4:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_34 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00bb:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_35 = V_9;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_36 = __this->___m_ActionMaps_5;
NullCheck(L_36);
V_12 = (bool)((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))))? 1 : 0);
bool L_37 = V_12;
if (L_37)
{
goto IL_008c;
}
}
{
// if (throwIfNotFound)
bool L_38 = ___throwIfNotFound1;
V_13 = L_38;
bool L_39 = V_13;
if (!L_39)
{
goto IL_00e6;
}
}
{
// throw new ArgumentException($"Cannot find action map '{nameOrId}' in '{this}'");
String_t* L_40 = ___nameOrId0;
String_t* L_41;
L_41 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0493B34AF18FDCACFEA9CE22A4A986D4997C9BB4)), L_40, __this, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_42 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_42);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_42, L_41, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75_RuntimeMethod_var)));
}
IL_00e6:
{
// return null;
V_3 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
goto IL_00ea;
}
IL_00ea:
{
// }
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_43 = V_3;
return L_43;
}
}
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionAsset::FindActionMap(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionAsset_FindActionMap_mE4F6C6019CC056797F01C5BC3D234AC58570CD96 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, Guid_t ___id0, const RuntimeMethod* method)
{
bool V_0 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
int32_t V_2 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
{
// if (m_ActionMaps == null)
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___m_ActionMaps_5;
V_0 = (bool)((((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return null;
V_1 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
goto IL_0050;
}
IL_0012:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
V_2 = 0;
goto IL_003b;
}
IL_0016:
{
// var map = m_ActionMaps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_2 = __this->___m_ActionMaps_5;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_3 = L_5;
// if (map.idDontGenerate == id)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = V_3;
NullCheck(L_6);
Guid_t L_7;
L_7 = InputActionMap_get_idDontGenerate_m4B253576FAC52B33351C1EBF5A87DC2DC4EC6C23(L_6, NULL);
Guid_t L_8 = ___id0;
bool L_9;
L_9 = Guid_op_Equality_mC6FCB577D004C231106A3A9EDEE2DC3FACA63A27(L_7, L_8, NULL);
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_0036;
}
}
{
// return map;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = V_3;
V_1 = L_11;
goto IL_0050;
}
IL_0036:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_003b:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_13 = V_2;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_14 = __this->___m_ActionMaps_5;
NullCheck(L_14);
V_5 = (bool)((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))? 1 : 0);
bool L_15 = V_5;
if (L_15)
{
goto IL_0016;
}
}
{
// return null;
V_1 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
goto IL_0050;
}
IL_0050:
{
// }
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_1;
return L_16;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset::FindAction(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionAsset_FindAction_m16E1640E2BBADC5F408EA6F05C81D593269CD24A (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, Guid_t ___guid0, const RuntimeMethod* method)
{
bool V_0 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_1 = NULL;
int32_t V_2 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_3 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
// if (m_ActionMaps == null)
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___m_ActionMaps_5;
V_0 = (bool)((((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return null;
V_1 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_0053;
}
IL_0012:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
V_2 = 0;
goto IL_003e;
}
IL_0016:
{
// var map = m_ActionMaps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_2 = __this->___m_ActionMaps_5;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_3 = L_5;
// var action = map.FindAction(guid);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = V_3;
Guid_t L_7 = ___guid0;
NullCheck(L_6);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8;
L_8 = InputActionMap_FindAction_m119EFF9E93D8547EE685120345971F994A156C4D(L_6, L_7, NULL);
V_4 = L_8;
// if (action != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = V_4;
V_5 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_9) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_10 = V_5;
if (!L_10)
{
goto IL_0039;
}
}
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = V_4;
V_1 = L_11;
goto IL_0053;
}
IL_0039:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_003e:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_13 = V_2;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_14 = __this->___m_ActionMaps_5;
NullCheck(L_14);
V_6 = (bool)((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))? 1 : 0);
bool L_15 = V_6;
if (L_15)
{
goto IL_0016;
}
}
{
// return null;
V_1 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_0053;
}
IL_0053:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = V_1;
return L_16;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionAsset::FindControlSchemeIndex(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___name0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D_RuntimeMethod_var)));
}
IL_0016:
{
// if (m_ControlSchemes == null)
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_4 = __this->___m_ControlSchemes_6;
V_1 = (bool)((((RuntimeObject*)(InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0027;
}
}
{
// return -1;
V_2 = (-1);
goto IL_0069;
}
IL_0027:
{
// for (var i = 0; i < m_ControlSchemes.Length; ++i)
V_3 = 0;
goto IL_0054;
}
IL_002b:
{
// if (string.Compare(name, m_ControlSchemes[i].name, StringComparison.InvariantCultureIgnoreCase) == 0)
String_t* L_6 = ___name0;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_7 = __this->___m_ControlSchemes_6;
int32_t L_8 = V_3;
NullCheck(L_7);
String_t* L_9;
L_9 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline(((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8))), NULL);
int32_t L_10;
L_10 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_6, L_9, 3, NULL);
V_4 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
bool L_11 = V_4;
if (!L_11)
{
goto IL_0050;
}
}
{
// return i;
int32_t L_12 = V_3;
V_2 = L_12;
goto IL_0069;
}
IL_0050:
{
// for (var i = 0; i < m_ControlSchemes.Length; ++i)
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0054:
{
// for (var i = 0; i < m_ControlSchemes.Length; ++i)
int32_t L_14 = V_3;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_15 = __this->___m_ControlSchemes_6;
NullCheck(L_15);
V_5 = (bool)((((int32_t)L_14) < ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))? 1 : 0);
bool L_16 = V_5;
if (L_16)
{
goto IL_002b;
}
}
{
// return -1;
V_2 = (-1);
goto IL_0069;
}
IL_0069:
{
// }
int32_t L_17 = V_2;
return L_17;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputControlScheme> UnityEngine.InputSystem.InputActionAsset::FindControlScheme(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE InputActionAsset_FindControlScheme_m4A820A3C7677CFF7FD78627F83FFC4156C8E9736 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE V_4;
memset((&V_4), 0, sizeof(V_4));
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_FindControlScheme_m4A820A3C7677CFF7FD78627F83FFC4156C8E9736_RuntimeMethod_var)));
}
IL_0016:
{
// var index = FindControlSchemeIndex(name);
String_t* L_4 = ___name0;
int32_t L_5;
L_5 = InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D(__this, L_4, NULL);
V_0 = L_5;
// if (index == -1)
int32_t L_6 = V_0;
V_2 = (bool)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0033;
}
}
{
// return null;
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE));
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE L_8 = V_3;
V_4 = L_8;
goto IL_0048;
}
IL_0033:
{
// return m_ControlSchemes[index];
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_9 = __this->___m_ControlSchemes_6;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE L_13;
memset((&L_13), 0, sizeof(L_13));
Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD((&L_13), L_12, /*hidden argument*/Nullable_1__ctor_mBB49F68830BEFFB6BC7B2160356AB266DA9130CD_RuntimeMethod_var);
V_4 = L_13;
goto IL_0048;
}
IL_0048:
{
// }
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE L_14 = V_4;
return L_14;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionAsset::IsUsableWithDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionAsset_IsUsableWithDevice_m0E93FF4778242151C6ADAB0C9813D3E0994F7AF7 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
bool V_9 = false;
bool V_10 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_1 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionAsset_IsUsableWithDevice_m0E93FF4778242151C6ADAB0C9813D3E0994F7AF7_RuntimeMethod_var)));
}
IL_0014:
{
// var numControlSchemes = m_ControlSchemes.LengthSafe();
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_3 = __this->___m_ControlSchemes_6;
int32_t L_4;
L_4 = ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B(L_3, ArrayHelpers_LengthSafe_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mA97289654F14E2D10D4BB0A43E9B633B7C2FF30B_RuntimeMethod_var);
V_0 = L_4;
// if (numControlSchemes > 0)
int32_t L_5 = V_0;
V_2 = (bool)((((int32_t)L_5) > ((int32_t)0))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_005d;
}
}
{
// for (var i = 0; i < numControlSchemes; ++i)
V_3 = 0;
goto IL_0050;
}
IL_002d:
{
// if (m_ControlSchemes[i].SupportsDevice(device))
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_7 = __this->___m_ControlSchemes_6;
int32_t L_8 = V_3;
NullCheck(L_7);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = ___device0;
bool L_10;
L_10 = InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7(((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8))), L_9, NULL);
V_4 = L_10;
bool L_11 = V_4;
if (!L_11)
{
goto IL_004b;
}
}
{
// return true;
V_5 = (bool)1;
goto IL_00a2;
}
IL_004b:
{
// for (var i = 0; i < numControlSchemes; ++i)
int32_t L_12 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_0050:
{
// for (var i = 0; i < numControlSchemes; ++i)
int32_t L_13 = V_3;
int32_t L_14 = V_0;
V_6 = (bool)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
bool L_15 = V_6;
if (L_15)
{
goto IL_002d;
}
}
{
goto IL_009d;
}
IL_005d:
{
// var actionMapCount = m_ActionMaps.LengthSafe();
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_16 = __this->___m_ActionMaps_5;
int32_t L_17;
L_17 = ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A(L_16, ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var);
V_7 = L_17;
// for (var i = 0; i < actionMapCount; ++i)
V_8 = 0;
goto IL_0090;
}
IL_0070:
{
// if (m_ActionMaps[i].IsUsableWithDevice(device))
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_18 = __this->___m_ActionMaps_5;
int32_t L_19 = V_8;
NullCheck(L_18);
int32_t L_20 = L_19;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_22 = ___device0;
NullCheck(L_21);
bool L_23;
L_23 = InputActionMap_IsUsableWithDevice_m17510B608ACB0093B0CBFE3541554DA2D6DD4C67(L_21, L_22, NULL);
V_9 = L_23;
bool L_24 = V_9;
if (!L_24)
{
goto IL_008a;
}
}
{
// return true;
V_5 = (bool)1;
goto IL_00a2;
}
IL_008a:
{
// for (var i = 0; i < actionMapCount; ++i)
int32_t L_25 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_0090:
{
// for (var i = 0; i < actionMapCount; ++i)
int32_t L_26 = V_8;
int32_t L_27 = V_7;
V_10 = (bool)((((int32_t)L_26) < ((int32_t)L_27))? 1 : 0);
bool L_28 = V_10;
if (L_28)
{
goto IL_0070;
}
}
{
}
IL_009d:
{
// return false;
V_5 = (bool)0;
goto IL_00a2;
}
IL_00a2:
{
// }
bool L_29 = V_5;
return L_29;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::Enable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_Enable_m5102429EE832C7891F73B6979612702CECA8F431 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA V_0;
memset((&V_0), 0, sizeof(V_0));
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
{
// foreach (var map in actionMaps)
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_0;
L_0 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(__this, NULL);
V_1 = L_0;
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA L_1;
L_1 = ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938((&V_1), ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002d:
{// begin finally (depth: 1)
Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A((&V_0), Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0022_1;
}
IL_0013_1:
{
// foreach (var map in actionMaps)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
L_2 = Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931((&V_0), Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
V_2 = L_2;
// map.Enable();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_2;
NullCheck(L_3);
InputActionMap_Enable_mAB23F0C4179D27C375F9FA335898B02E336CA4F6(L_3, NULL);
}
IL_0022_1:
{
// foreach (var map in actionMaps)
bool L_4;
L_4 = Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C((&V_0), Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
if (L_4)
{
goto IL_0013_1;
}
}
{
goto IL_003c;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003c:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_Disable_m62FD8B11BB4EDF6AADAB2BDDC699242D09BAF99C (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA V_0;
memset((&V_0), 0, sizeof(V_0));
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
{
// foreach (var map in actionMaps)
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_0;
L_0 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(__this, NULL);
V_1 = L_0;
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA L_1;
L_1 = ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938((&V_1), ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002d:
{// begin finally (depth: 1)
Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A((&V_0), Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0022_1;
}
IL_0013_1:
{
// foreach (var map in actionMaps)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
L_2 = Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931((&V_0), Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
V_2 = L_2;
// map.Disable();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_2;
NullCheck(L_3);
InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C(L_3, NULL);
}
IL_0022_1:
{
// foreach (var map in actionMaps)
bool L_4;
L_4 = Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C((&V_0), Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
if (L_4)
{
goto IL_0013_1;
}
}
{
goto IL_003c;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003c:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionAsset::Contains(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionAsset_Contains_mB3B9FBCE562FB5229F9387F14AEC22083FC6CDDE (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B3_0 = NULL;
{
// var map = action?.actionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
if (L_0)
{
goto IL_0007;
}
}
{
G_B3_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)(NULL));
goto IL_000d;
}
IL_0007:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___action0;
NullCheck(L_1);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
L_2 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_1, NULL);
G_B3_0 = L_2;
}
IL_000d:
{
V_0 = G_B3_0;
// if (map == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_0;
V_1 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_001a;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0029;
}
IL_001a:
{
// return map.asset == this;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_0;
NullCheck(L_5);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6;
L_6 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_6, __this, NULL);
V_2 = L_7;
goto IL_0029;
}
IL_0029:
{
// }
bool L_8 = V_2;
return L_8;
}
}
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionAsset::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionAsset_GetEnumerator_m39998F5B21D08AAE328E63B3FDCC0F414620A8A9 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* L_0 = (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE*)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CGetEnumeratorU3Ed__31__ctor_m2D465C591863925BFE5DD57E8217AAD234DDD071(L_0, 0, NULL);
U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
return L_1;
}
}
// System.Collections.IEnumerator UnityEngine.InputSystem.InputActionAsset::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionAsset_System_Collections_IEnumerable_GetEnumerator_mB1B55AE9B3B76E6E711061932A1DB49D3C5F37EB (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return GetEnumerator();
RuntimeObject* L_0;
L_0 = InputActionAsset_GetEnumerator_m39998F5B21D08AAE328E63B3FDCC0F414620A8A9(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::MarkAsDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::ReResolveIfNecessary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_ReResolveIfNecessary_mDE41776E441828AB45D824369D411D95F8CFFA55 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// if (m_SharedStateForAllMaps == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_SharedStateForAllMaps_7;
V_0 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0039;
}
IL_0010:
{
// Debug.Assert(m_ActionMaps != null && m_ActionMaps.Length > 0);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_2 = __this->___m_ActionMaps_5;
if (!L_2)
{
goto IL_0024;
}
}
{
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___m_ActionMaps_5;
NullCheck(L_3);
G_B5_0 = ((!(((uint32_t)(((RuntimeArray*)L_3)->max_length)) <= ((uint32_t)0)))? 1 : 0);
goto IL_0025;
}
IL_0024:
{
G_B5_0 = 0;
}
IL_0025:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B5_0, NULL);
// m_ActionMaps[0].LazyResolveBindings();
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_4 = __this->___m_ActionMaps_5;
NullCheck(L_4);
int32_t L_5 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
bool L_7;
L_7 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_6, NULL);
}
IL_0039:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_OnDestroy_m2D80C05A94AE299CD7401C0F218A05B01F2E8EE7 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// Disable();
InputActionAsset_Disable_m62FD8B11BB4EDF6AADAB2BDDC699242D09BAF99C(__this, NULL);
// if (m_SharedStateForAllMaps != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_SharedStateForAllMaps_7;
V_0 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
// m_SharedStateForAllMaps.Dispose(); // Will clean up InputActionMap state.
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_SharedStateForAllMaps_7;
NullCheck(L_2);
InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87(L_2, NULL);
// m_SharedStateForAllMaps = null;
__this->___m_SharedStateForAllMaps_7 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SharedStateForAllMaps_7), (void*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL);
}
IL_002a:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset__ctor_m98FC3DAFC56441B030DA303D049C4A699B3F0A84 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, 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.InputActionAsset/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshal_pinvoke(const WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B& unmarshaled, WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
if (unmarshaled.___maps_1 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_1)->max_length;
marshaled.___maps_1 = il2cpp_codegen_marshal_allocate_array<WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke((unmarshaled.___maps_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_1)[i]);
}
}
else
{
marshaled.___maps_1 = NULL;
}
if (unmarshaled.___controlSchemes_2 != NULL)
{
il2cpp_array_size_t _unmarshaledcontrolSchemes_Length = (unmarshaled.___controlSchemes_2)->max_length;
marshaled.___controlSchemes_2 = il2cpp_codegen_marshal_allocate_array<SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke>(_unmarshaledcontrolSchemes_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledcontrolSchemes_Length); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke((unmarshaled.___controlSchemes_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___controlSchemes_2)[i]);
}
}
else
{
marshaled.___controlSchemes_2 = NULL;
}
}
IL2CPP_EXTERN_C void WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshal_pinvoke_back(const WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_pinvoke& marshaled, WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
if (marshaled.___maps_1 != NULL)
{
if (unmarshaled.___maps_1 == NULL)
{
unmarshaled.___maps_1 = reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_1), (void*)reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 _marshaled____maps_1_i__unmarshaled;
memset((&_marshaled____maps_1_i__unmarshaled), 0, sizeof(_marshaled____maps_1_i__unmarshaled));
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_back((marshaled.___maps_1)[i], _marshaled____maps_1_i__unmarshaled);
(unmarshaled.___maps_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_1_i__unmarshaled);
}
}
if (marshaled.___controlSchemes_2 != NULL)
{
if (unmarshaled.___controlSchemes_2 == NULL)
{
unmarshaled.___controlSchemes_2 = reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___controlSchemes_2), (void*)reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___controlSchemes_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 _marshaled____controlSchemes_2_i__unmarshaled;
memset((&_marshaled____controlSchemes_2_i__unmarshaled), 0, sizeof(_marshaled____controlSchemes_2_i__unmarshaled));
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_back((marshaled.___controlSchemes_2)[i], _marshaled____controlSchemes_2_i__unmarshaled);
(unmarshaled.___controlSchemes_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____controlSchemes_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionAsset/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshal_pinvoke_cleanup(WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
if (marshaled.___maps_1 != NULL)
{
const il2cpp_array_size_t marshaled____maps_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_1_CleanupLoopCount); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_cleanup((marshaled.___maps_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_1);
marshaled.___maps_1 = NULL;
}
if (marshaled.___controlSchemes_2 != NULL)
{
const il2cpp_array_size_t marshaled____controlSchemes_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____controlSchemes_2_CleanupLoopCount); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_cleanup((marshaled.___controlSchemes_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___controlSchemes_2);
marshaled.___controlSchemes_2 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionAsset/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshal_com(const WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B& unmarshaled, WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
if (unmarshaled.___maps_1 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_1)->max_length;
marshaled.___maps_1 = il2cpp_codegen_marshal_allocate_array<WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com((unmarshaled.___maps_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_1)[i]);
}
}
else
{
marshaled.___maps_1 = NULL;
}
if (unmarshaled.___controlSchemes_2 != NULL)
{
il2cpp_array_size_t _unmarshaledcontrolSchemes_Length = (unmarshaled.___controlSchemes_2)->max_length;
marshaled.___controlSchemes_2 = il2cpp_codegen_marshal_allocate_array<SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com>(_unmarshaledcontrolSchemes_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledcontrolSchemes_Length); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com((unmarshaled.___controlSchemes_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___controlSchemes_2)[i]);
}
}
else
{
marshaled.___controlSchemes_2 = NULL;
}
}
IL2CPP_EXTERN_C void WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshal_com_back(const WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_com& marshaled, WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
if (marshaled.___maps_1 != NULL)
{
if (unmarshaled.___maps_1 == NULL)
{
unmarshaled.___maps_1 = reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_1), (void*)reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 _marshaled____maps_1_i__unmarshaled;
memset((&_marshaled____maps_1_i__unmarshaled), 0, sizeof(_marshaled____maps_1_i__unmarshaled));
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_back((marshaled.___maps_1)[i], _marshaled____maps_1_i__unmarshaled);
(unmarshaled.___maps_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_1_i__unmarshaled);
}
}
if (marshaled.___controlSchemes_2 != NULL)
{
if (unmarshaled.___controlSchemes_2 == NULL)
{
unmarshaled.___controlSchemes_2 = reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___controlSchemes_2), (void*)reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___controlSchemes_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 _marshaled____controlSchemes_2_i__unmarshaled;
memset((&_marshaled____controlSchemes_2_i__unmarshaled), 0, sizeof(_marshaled____controlSchemes_2_i__unmarshaled));
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_back((marshaled.___controlSchemes_2)[i], _marshaled____controlSchemes_2_i__unmarshaled);
(unmarshaled.___controlSchemes_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____controlSchemes_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionAsset/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshal_com_cleanup(WriteFileJson_tD4B00B34DD57DE1DE1624AE3D68426B44D75860B_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
if (marshaled.___maps_1 != NULL)
{
const il2cpp_array_size_t marshaled____maps_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_1_CleanupLoopCount); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_cleanup((marshaled.___maps_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_1);
marshaled.___maps_1 = NULL;
}
if (marshaled.___controlSchemes_2 != NULL)
{
const il2cpp_array_size_t marshaled____controlSchemes_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____controlSchemes_2_CleanupLoopCount); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_cleanup((marshaled.___controlSchemes_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___controlSchemes_2);
marshaled.___controlSchemes_2 = NULL;
}
}
#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.InputActionAsset/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshal_pinvoke(const ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1& unmarshaled, ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
if (unmarshaled.___maps_1 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_1)->max_length;
marshaled.___maps_1 = il2cpp_codegen_marshal_allocate_array<ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke((unmarshaled.___maps_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_1)[i]);
}
}
else
{
marshaled.___maps_1 = NULL;
}
if (unmarshaled.___controlSchemes_2 != NULL)
{
il2cpp_array_size_t _unmarshaledcontrolSchemes_Length = (unmarshaled.___controlSchemes_2)->max_length;
marshaled.___controlSchemes_2 = il2cpp_codegen_marshal_allocate_array<SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke>(_unmarshaledcontrolSchemes_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledcontrolSchemes_Length); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke((unmarshaled.___controlSchemes_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___controlSchemes_2)[i]);
}
}
else
{
marshaled.___controlSchemes_2 = NULL;
}
}
IL2CPP_EXTERN_C void ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshal_pinvoke_back(const ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_pinvoke& marshaled, ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
if (marshaled.___maps_1 != NULL)
{
if (unmarshaled.___maps_1 == NULL)
{
unmarshaled.___maps_1 = reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_1), (void*)reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 _marshaled____maps_1_i__unmarshaled;
memset((&_marshaled____maps_1_i__unmarshaled), 0, sizeof(_marshaled____maps_1_i__unmarshaled));
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_back((marshaled.___maps_1)[i], _marshaled____maps_1_i__unmarshaled);
(unmarshaled.___maps_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_1_i__unmarshaled);
}
}
if (marshaled.___controlSchemes_2 != NULL)
{
if (unmarshaled.___controlSchemes_2 == NULL)
{
unmarshaled.___controlSchemes_2 = reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___controlSchemes_2), (void*)reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___controlSchemes_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 _marshaled____controlSchemes_2_i__unmarshaled;
memset((&_marshaled____controlSchemes_2_i__unmarshaled), 0, sizeof(_marshaled____controlSchemes_2_i__unmarshaled));
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_back((marshaled.___controlSchemes_2)[i], _marshaled____controlSchemes_2_i__unmarshaled);
(unmarshaled.___controlSchemes_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____controlSchemes_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionAsset/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshal_pinvoke_cleanup(ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
if (marshaled.___maps_1 != NULL)
{
const il2cpp_array_size_t marshaled____maps_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_1_CleanupLoopCount); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_cleanup((marshaled.___maps_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_1);
marshaled.___maps_1 = NULL;
}
if (marshaled.___controlSchemes_2 != NULL)
{
const il2cpp_array_size_t marshaled____controlSchemes_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____controlSchemes_2_CleanupLoopCount); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_cleanup((marshaled.___controlSchemes_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___controlSchemes_2);
marshaled.___controlSchemes_2 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionAsset/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshal_com(const ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1& unmarshaled, ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
if (unmarshaled.___maps_1 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_1)->max_length;
marshaled.___maps_1 = il2cpp_codegen_marshal_allocate_array<ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com((unmarshaled.___maps_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_1)[i]);
}
}
else
{
marshaled.___maps_1 = NULL;
}
if (unmarshaled.___controlSchemes_2 != NULL)
{
il2cpp_array_size_t _unmarshaledcontrolSchemes_Length = (unmarshaled.___controlSchemes_2)->max_length;
marshaled.___controlSchemes_2 = il2cpp_codegen_marshal_allocate_array<SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com>(_unmarshaledcontrolSchemes_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledcontrolSchemes_Length); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com((unmarshaled.___controlSchemes_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___controlSchemes_2)[i]);
}
}
else
{
marshaled.___controlSchemes_2 = NULL;
}
}
IL2CPP_EXTERN_C void ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshal_com_back(const ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_com& marshaled, ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
if (marshaled.___maps_1 != NULL)
{
if (unmarshaled.___maps_1 == NULL)
{
unmarshaled.___maps_1 = reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_1), (void*)reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 _marshaled____maps_1_i__unmarshaled;
memset((&_marshaled____maps_1_i__unmarshaled), 0, sizeof(_marshaled____maps_1_i__unmarshaled));
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_back((marshaled.___maps_1)[i], _marshaled____maps_1_i__unmarshaled);
(unmarshaled.___maps_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_1_i__unmarshaled);
}
}
if (marshaled.___controlSchemes_2 != NULL)
{
if (unmarshaled.___controlSchemes_2 == NULL)
{
unmarshaled.___controlSchemes_2 = reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___controlSchemes_2), (void*)reinterpret_cast<SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*>((SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___controlSchemes_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 _marshaled____controlSchemes_2_i__unmarshaled;
memset((&_marshaled____controlSchemes_2_i__unmarshaled), 0, sizeof(_marshaled____controlSchemes_2_i__unmarshaled));
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_back((marshaled.___controlSchemes_2)[i], _marshaled____controlSchemes_2_i__unmarshaled);
(unmarshaled.___controlSchemes_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____controlSchemes_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionAsset/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshal_com_cleanup(ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
if (marshaled.___maps_1 != NULL)
{
const il2cpp_array_size_t marshaled____maps_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_1_CleanupLoopCount); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_cleanup((marshaled.___maps_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_1);
marshaled.___maps_1 = NULL;
}
if (marshaled.___controlSchemes_2 != NULL)
{
const il2cpp_array_size_t marshaled____controlSchemes_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____controlSchemes_2_CleanupLoopCount); i++)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_cleanup((marshaled.___controlSchemes_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___controlSchemes_2);
marshaled.___controlSchemes_2 = NULL;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset/ReadFileJson::ToAsset(UnityEngine.InputSystem.InputActionAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadFileJson_ToAsset_mBBB3B789AFE3C2FA5F1B10E6B98371DCBF37C6C4 (ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, const RuntimeMethod* method)
{
ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_2 = NULL;
int32_t V_3 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_4 = NULL;
{
// asset.name = name;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
String_t* L_1 = __this->___name_0;
NullCheck(L_0);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_0, L_1, NULL);
// asset.m_ActionMaps = new InputActionMap.ReadFileJson {maps = maps}.ToMaps();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_2 = ___asset0;
il2cpp_codegen_initobj((&V_0), sizeof(ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB));
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* L_3 = __this->___maps_1;
(&V_0)->___maps_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___maps_1), (void*)L_3);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_4;
L_4 = ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1((&V_0), NULL);
NullCheck(L_2);
L_2->___m_ActionMaps_5 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___m_ActionMaps_5), (void*)L_4);
// asset.m_ControlSchemes = InputControlScheme.SchemeJson.ToSchemes(controlSchemes);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = ___asset0;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_6 = __this->___controlSchemes_2;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_7;
L_7 = SchemeJson_ToSchemes_m029128362DB3FFB1665A3E6D19FEDBB1D1CDFDF4(L_6, NULL);
NullCheck(L_5);
L_5->___m_ControlSchemes_6 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___m_ControlSchemes_6), (void*)L_7);
// if (asset.m_ActionMaps != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = ___asset0;
NullCheck(L_8);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_9 = L_8->___m_ActionMaps_5;
V_1 = (bool)((!(((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_9) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_10 = V_1;
if (!L_10)
{
goto IL_0071;
}
}
{
// foreach (var map in asset.m_ActionMaps)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_11 = ___asset0;
NullCheck(L_11);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_12 = L_11->___m_ActionMaps_5;
V_2 = L_12;
V_3 = 0;
goto IL_006b;
}
IL_005a:
{
// foreach (var map in asset.m_ActionMaps)
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_13 = V_2;
int32_t L_14 = V_3;
NullCheck(L_13);
int32_t L_15 = L_14;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_4 = L_16;
// map.m_Asset = asset;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = V_4;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_18 = ___asset0;
NullCheck(L_17);
L_17->___m_Asset_2 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&L_17->___m_Asset_2), (void*)L_18);
int32_t L_19 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_006b:
{
// foreach (var map in asset.m_ActionMaps)
int32_t L_20 = V_3;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_21 = V_2;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))
{
goto IL_005a;
}
}
IL_0071:
{
// }
return;
}
}
IL2CPP_EXTERN_C void ReadFileJson_ToAsset_mBBB3B789AFE3C2FA5F1B10E6B98371DCBF37C6C4_AdjustorThunk (RuntimeObject* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, const RuntimeMethod* method)
{
ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReadFileJson_tDB1E6C0DF7CE856D145B01B8F9A29B26D16F10A1*>(__this + _offset);
ReadFileJson_ToAsset_mBBB3B789AFE3C2FA5F1B10E6B98371DCBF37C6C4(_thisAdjusted, ___asset0, method);
}
#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.Void UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_bindingsU3Ed__8__ctor_mD7B52EB8052058E82EF60E0F102FC3520278B355 (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
int32_t L_1;
L_1 = Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2(NULL);
__this->___U3CU3El__initialThreadId_2 = L_1;
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_bindingsU3Ed__8_System_IDisposable_Dispose_m484CB4F12CCB77D9BCA936C45A9C9C17E8DC7C53 (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3Cget_bindingsU3Ed__8_MoveNext_m9537A99C82B2939CF2B69119D640D777ADE90229 (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0019;
}
IL_0012:
{
goto IL_001b;
}
IL_0014:
{
goto IL_00b8;
}
IL_0019:
{
return (bool)0;
}
IL_001b:
{
__this->___U3CU3E1__state_0 = (-1);
// var numActionMaps = m_ActionMaps.LengthSafe();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___U3CU3E4__this_3;
NullCheck(L_3);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_4 = L_3->___m_ActionMaps_5;
int32_t L_5;
L_5 = ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A(L_4, ArrayHelpers_LengthSafe_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mFC428A4FB315FD8B38DF8B86E6DA325F8FC6D35A_RuntimeMethod_var);
__this->___U3CnumActionMapsU3E5__1_4 = L_5;
// if (numActionMaps == 0)
int32_t L_6 = __this->___U3CnumActionMapsU3E5__1_4;
V_1 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0048;
}
}
{
// yield break;
return (bool)0;
}
IL_0048:
{
// for (var i = 0; i < numActionMaps; ++i)
__this->___U3CiU3E5__2_5 = 0;
goto IL_0100;
}
IL_0054:
{
// var actionMap = m_ActionMaps[i];
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = __this->___U3CU3E4__this_3;
NullCheck(L_8);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_9 = L_8->___m_ActionMaps_5;
int32_t L_10 = __this->___U3CiU3E5__2_5;
NullCheck(L_9);
int32_t L_11 = L_10;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
__this->___U3CactionMapU3E5__3_6 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CactionMapU3E5__3_6), (void*)L_12);
// var bindings = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = __this->___U3CactionMapU3E5__3_6;
NullCheck(L_13);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_14 = L_13->___m_Bindings_4;
__this->___U3CbindingsU3E5__4_7 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbindingsU3E5__4_7), (void*)L_14);
// var numBindings = bindings.LengthSafe();
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_15 = __this->___U3CbindingsU3E5__4_7;
int32_t L_16;
L_16 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_15, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
__this->___U3CnumBindingsU3E5__5_8 = L_16;
// for (var n = 0; n < numBindings; ++n)
__this->___U3CnU3E5__6_9 = 0;
goto IL_00cf;
}
IL_0098:
{
// yield return bindings[n];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_17 = __this->___U3CbindingsU3E5__4_7;
int32_t L_18 = __this->___U3CnU3E5__6_9;
NullCheck(L_17);
int32_t L_19 = L_18;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
__this->___U3CU3E2__current_1 = L_20;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_OverrideProcessors_12), (void*)NULL);
#endif
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_00b8:
{
__this->___U3CU3E1__state_0 = (-1);
// for (var n = 0; n < numBindings; ++n)
int32_t L_21 = __this->___U3CnU3E5__6_9;
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
int32_t L_22 = V_2;
__this->___U3CnU3E5__6_9 = L_22;
}
IL_00cf:
{
// for (var n = 0; n < numBindings; ++n)
int32_t L_23 = __this->___U3CnU3E5__6_9;
int32_t L_24 = __this->___U3CnumBindingsU3E5__5_8;
V_3 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
bool L_25 = V_3;
if (L_25)
{
goto IL_0098;
}
}
{
__this->___U3CactionMapU3E5__3_6 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CactionMapU3E5__3_6), (void*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL);
__this->___U3CbindingsU3E5__4_7 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbindingsU3E5__4_7), (void*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL);
// for (var i = 0; i < numActionMaps; ++i)
int32_t L_26 = __this->___U3CiU3E5__2_5;
V_2 = ((int32_t)il2cpp_codegen_add(L_26, 1));
int32_t L_27 = V_2;
__this->___U3CiU3E5__2_5 = L_27;
}
IL_0100:
{
// for (var i = 0; i < numActionMaps; ++i)
int32_t L_28 = __this->___U3CiU3E5__2_5;
int32_t L_29 = __this->___U3CnumActionMapsU3E5__1_4;
V_4 = (bool)((((int32_t)L_28) < ((int32_t)L_29))? 1 : 0);
bool L_30 = V_4;
if (L_30)
{
goto IL_0054;
}
}
{
// }
return (bool)0;
}
}
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.Collections.Generic.IEnumerator<UnityEngine.InputSystem.InputBinding>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 U3Cget_bindingsU3Ed__8_System_Collections_Generic_IEnumeratorU3CUnityEngine_InputSystem_InputBindingU3E_get_Current_m5C30AEB2C042F074E54798899E478B08CD34F15E (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_bindingsU3Ed__8_System_Collections_IEnumerator_Reset_m68BCD6C0B35624CCFEFA01A50A64D73E32014F9E (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3Cget_bindingsU3Ed__8_System_Collections_IEnumerator_Reset_m68BCD6C0B35624CCFEFA01A50A64D73E32014F9E_RuntimeMethod_var)));
}
}
// System.Object UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_bindingsU3Ed__8_System_Collections_IEnumerator_get_Current_mBEDDF75601AB0BE3CD60E5DE1E9FBB639F789BDB (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = __this->___U3CU3E2__current_1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = L_0;
RuntimeObject* L_2 = Box(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.InputBinding>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_bindingsU3Ed__8_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_InputBindingU3E_GetEnumerator_m8A8DA4A99D20203EB66658DE9B333A97FE98F08F (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* V_0 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2)))))
{
goto IL_0022;
}
}
{
int32_t L_1 = __this->___U3CU3El__initialThreadId_2;
int32_t L_2;
L_2 = Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2(NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_0022;
}
}
{
__this->___U3CU3E1__state_0 = 0;
V_0 = __this;
goto IL_0035;
}
IL_0022:
{
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* L_3 = (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD*)il2cpp_codegen_object_new(U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD_il2cpp_TypeInfo_var);
NullCheck(L_3);
U3Cget_bindingsU3Ed__8__ctor_mD7B52EB8052058E82EF60E0F102FC3520278B355(L_3, 0, NULL);
V_0 = L_3;
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* L_4 = V_0;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = __this->___U3CU3E4__this_3;
NullCheck(L_4);
L_4->___U3CU3E4__this_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___U3CU3E4__this_3), (void*)L_5);
}
IL_0035:
{
U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* L_6 = V_0;
return L_6;
}
}
// System.Collections.IEnumerator UnityEngine.InputSystem.InputActionAsset/<get_bindings>d__8::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_bindingsU3Ed__8_System_Collections_IEnumerable_GetEnumerator_mFC9B4CEF3A4519AF82532BC2B4D9FDD2AB737640 (U3Cget_bindingsU3Ed__8_t180F5B68E4D01EAA28B096886A977EC6859D6FFD* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0;
L_0 = U3Cget_bindingsU3Ed__8_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_InputBindingU3E_GetEnumerator_m8A8DA4A99D20203EB66658DE9B333A97FE98F08F(__this, NULL);
return L_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
// System.Void UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__31__ctor_m2D465C591863925BFE5DD57E8217AAD234DDD071 (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__31_System_IDisposable_Dispose_mA535FC85EE1AB41308488F7083E78D85F1F0A572 (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__31_MoveNext_m101BDBC3C8B1F705FED1888A229118A08699B32A (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0019;
}
IL_0012:
{
goto IL_001b;
}
IL_0014:
{
goto IL_009b;
}
IL_0019:
{
return (bool)0;
}
IL_001b:
{
__this->___U3CU3E1__state_0 = (-1);
// if (m_ActionMaps == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___U3CU3E4__this_2;
NullCheck(L_3);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_4 = L_3->___m_ActionMaps_5;
V_1 = (bool)((((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0037;
}
}
{
// yield break;
return (bool)0;
}
IL_0037:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
__this->___U3CiU3E5__1_3 = 0;
goto IL_00e1;
}
IL_0043:
{
// var actions = m_ActionMaps[i].actions;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = __this->___U3CU3E4__this_2;
NullCheck(L_6);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_7 = L_6->___m_ActionMaps_5;
int32_t L_8 = __this->___U3CiU3E5__1_3;
NullCheck(L_7);
int32_t L_9 = L_8;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_11;
L_11 = InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E(L_10, NULL);
__this->___U3CactionsU3E5__2_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CactionsU3E5__2_4))->___m_Array_0), (void*)NULL);
// var actionCount = actions.Count;
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* L_12 = (&__this->___U3CactionsU3E5__2_4);
int32_t L_13;
L_13 = ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_inline(L_12, ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var);
__this->___U3CactionCountU3E5__3_5 = L_13;
// for (var n = 0; n < actionCount; ++n)
__this->___U3CnU3E5__4_6 = 0;
goto IL_00b2;
}
IL_007b:
{
// yield return actions[n];
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* L_14 = (&__this->___U3CactionsU3E5__2_4);
int32_t L_15 = __this->___U3CnU3E5__4_6;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16;
L_16 = ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464(L_14, L_15, ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464_RuntimeMethod_var);
__this->___U3CU3E2__current_1 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_16);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_009b:
{
__this->___U3CU3E1__state_0 = (-1);
// for (var n = 0; n < actionCount; ++n)
int32_t L_17 = __this->___U3CnU3E5__4_6;
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
int32_t L_18 = V_2;
__this->___U3CnU3E5__4_6 = L_18;
}
IL_00b2:
{
// for (var n = 0; n < actionCount; ++n)
int32_t L_19 = __this->___U3CnU3E5__4_6;
int32_t L_20 = __this->___U3CactionCountU3E5__3_5;
V_3 = (bool)((((int32_t)L_19) < ((int32_t)L_20))? 1 : 0);
bool L_21 = V_3;
if (L_21)
{
goto IL_007b;
}
}
{
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* L_22 = (&__this->___U3CactionsU3E5__2_4);
il2cpp_codegen_initobj(L_22, sizeof(ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915));
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_23 = __this->___U3CiU3E5__1_3;
V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1));
int32_t L_24 = V_2;
__this->___U3CiU3E5__1_3 = L_24;
}
IL_00e1:
{
// for (var i = 0; i < m_ActionMaps.Length; ++i)
int32_t L_25 = __this->___U3CiU3E5__1_3;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_26 = __this->___U3CU3E4__this_2;
NullCheck(L_26);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_27 = L_26->___m_ActionMaps_5;
NullCheck(L_27);
V_4 = (bool)((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))? 1 : 0);
bool L_28 = V_4;
if (L_28)
{
goto IL_0043;
}
}
{
// }
return (bool)0;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::System.Collections.Generic.IEnumerator<UnityEngine.InputSystem.InputAction>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* U3CGetEnumeratorU3Ed__31_System_Collections_Generic_IEnumeratorU3CUnityEngine_InputSystem_InputActionU3E_get_Current_mBDD7128B54C2E83EAB852C514CB006A746B7D955 (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, const RuntimeMethod* method)
{
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__31_System_Collections_IEnumerator_Reset_m26261D0B493B9E2CBDC9CD18EE6812978357E273 (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetEnumeratorU3Ed__31_System_Collections_IEnumerator_Reset_m26261D0B493B9E2CBDC9CD18EE6812978357E273_RuntimeMethod_var)));
}
}
// System.Object UnityEngine.InputSystem.InputActionAsset/<GetEnumerator>d__31::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetEnumeratorU3Ed__31_System_Collections_IEnumerator_get_Current_m9EA62BCFE9829B37EE286D93B3C42A98A2BC92E8 (U3CGetEnumeratorU3Ed__31_t36AC955611AAC565A76EBC2CB8A33BA46C5A8EBE* __this, const RuntimeMethod* method)
{
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___U3CU3E2__current_1;
return L_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
#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.InputActionMap::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::get_asset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// public InputActionAsset asset => m_Asset;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_2;
return L_0;
}
}
// System.Guid UnityEngine.InputSystem.InputActionMap::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputActionMap_get_id_m3310A38708FBA933F2CDEBA3FB80DECBAED30243 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Guid_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (string.IsNullOrEmpty(m_Id))
String_t* L_0 = __this->___m_Id_1;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// GenerateId();
InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC(__this, NULL);
}
IL_0017:
{
// return new Guid(m_Id);
String_t* L_3 = __this->___m_Id_1;
Guid_t L_4;
memset((&L_4), 0, sizeof(L_4));
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_4), L_3, /*hidden argument*/NULL);
V_1 = L_4;
goto IL_0025;
}
IL_0025:
{
// }
Guid_t L_5 = V_1;
return L_5;
}
}
// System.Guid UnityEngine.InputSystem.InputActionMap::get_idDontGenerate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputActionMap_get_idDontGenerate_m4B253576FAC52B33351C1EBF5A87DC2DC4EC6C23 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Guid_t V_1;
memset((&V_1), 0, sizeof(V_1));
Guid_t V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (string.IsNullOrEmpty(m_Id))
String_t* L_0 = __this->___m_Id_1;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001c;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(Guid_t));
Guid_t L_3 = V_1;
V_2 = L_3;
goto IL_002a;
}
IL_001c:
{
// return new Guid(m_Id);
String_t* L_4 = __this->___m_Id_1;
Guid_t L_5;
memset((&L_5), 0, sizeof(L_5));
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_5), L_4, /*hidden argument*/NULL);
V_2 = L_5;
goto IL_002a;
}
IL_002a:
{
// }
Guid_t L_6 = V_2;
return L_6;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionMap::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// public bool enabled => m_EnabledActionsCount > 0;
int32_t L_0 = __this->___m_EnabledActionsCount_7;
return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionMap::get_actions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m6FD0AB27ED5B8BF28DF98EEBB31F479A6464664D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public ReadOnlyArray<InputAction> actions => new ReadOnlyArray<InputAction>(m_Actions);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_0 = __this->___m_Actions_3;
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_1;
memset((&L_1), 0, sizeof(L_1));
ReadOnlyArray_1__ctor_m6FD0AB27ED5B8BF28DF98EEBB31F479A6464664D((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m6FD0AB27ED5B8BF28DF98EEBB31F479A6464664D_RuntimeMethod_var);
return L_1;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::get_bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputActionMap_get_bindings_m92132C34F4075A36A0E4C1AE7315745DC5C4ACB6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public ReadOnlyArray<InputBinding> bindings => new ReadOnlyArray<InputBinding>(m_Bindings);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_0 = __this->___m_Bindings_4;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_1;
memset((&L_1), 0, sizeof(L_1));
ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_mF686DC7CC1EB3B49A3A283E7C76D60E971D98007_RuntimeMethod_var);
return L_1;
}
}
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::UnityEngine.InputSystem.IInputActionCollection2.get_bindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionMap_UnityEngine_InputSystem_IInputActionCollection2_get_bindings_m09167D7A5D863F60F2BAEE728E5AB972BD22697C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// IEnumerable<InputBinding> IInputActionCollection2.bindings => bindings;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_0;
L_0 = InputActionMap_get_bindings_m92132C34F4075A36A0E4C1AE7315745DC5C4ACB6(__this, NULL);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_1 = L_0;
RuntimeObject* L_2 = Box(ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4_il2cpp_TypeInfo_var, &L_1);
return (RuntimeObject*)L_2;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme> UnityEngine.InputSystem.InputActionMap::get_controlSchemes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 InputActionMap_get_controlSchemes_m9312A1DF0E1A85FA67F3246D7BCFBA0E4090AD0F (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 V_1;
memset((&V_1), 0, sizeof(V_1));
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (m_Asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
// return new ReadOnlyArray<InputControlScheme>();
il2cpp_codegen_initobj((&V_1), sizeof(ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9));
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_3 = V_1;
V_2 = L_3;
goto IL_002b;
}
IL_001d:
{
// return m_Asset.controlSchemes;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_4 = __this->___m_Asset_2;
NullCheck(L_4);
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_5;
L_5 = InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099(L_4, NULL);
V_2 = L_5;
goto IL_002b;
}
IL_002b:
{
// }
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_6 = V_2;
return L_6;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::get_bindingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 InputActionMap_get_bindingMask_m47AD6AFFAF70088812180D6C22748C8156E882F3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// get => m_BindingMask;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = __this->___m_BindingMask_12;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::set_bindingMask(System.Nullable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_set_bindingMask_m7CE87E1DE449FB1948C9A9E1853201D0EB74F99E (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B5_0 = 0;
{
// if (m_BindingMask == value)
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = __this->___m_BindingMask_12;
V_1 = L_0;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_1 = ___value0;
V_2 = L_1;
bool L_2;
L_2 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_1), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
bool L_3;
L_3 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_2), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_001d;
}
}
{
G_B5_0 = 0;
goto IL_003c;
}
IL_001d:
{
bool L_4;
L_4 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_1), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if (L_4)
{
goto IL_0029;
}
}
{
G_B5_0 = 1;
goto IL_003c;
}
IL_0029:
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5;
L_5 = Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline((&V_1), Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6;
L_6 = Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_inline((&V_2), Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_RuntimeMethod_var);
bool L_7;
L_7 = InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9(L_5, L_6, NULL);
G_B5_0 = ((int32_t)(L_7));
}
IL_003c:
{
V_0 = (bool)G_B5_0;
bool L_8 = V_0;
if (!L_8)
{
goto IL_0042;
}
}
{
// return;
goto IL_0050;
}
IL_0042:
{
// m_BindingMask = value;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_9 = ___value0;
__this->___m_BindingMask_12 = L_9;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_12))->___value_1))->___m_OverrideProcessors_12), (void*)NULL);
#endif
// LazyResolveBindings();
bool L_10;
L_10 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(__this, NULL);
}
IL_0050:
{
// }
return;
}
}
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputActionMap::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B3_0 = NULL;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B2_0 = NULL;
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D G_B4_0;
memset((&G_B4_0), 0, sizeof(G_B4_0));
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
{
// get => m_Devices.Get() ?? m_Asset?.devices;
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_0 = (&__this->___m_Devices_13);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_1;
L_1 = DeviceArray_Get_m8632E75B27F9A1B063CF36DCBF136BF9651445F1(L_0, NULL);
V_0 = L_1;
bool L_2;
L_2 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&V_0), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
if (L_2)
{
goto IL_0031;
}
}
{
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_2;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_4 = L_3;
G_B2_0 = L_4;
if (L_4)
{
G_B3_0 = L_4;
goto IL_002a;
}
}
{
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D));
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_5 = V_1;
G_B4_0 = L_5;
goto IL_002f;
}
IL_002a:
{
NullCheck(G_B3_0);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_6;
L_6 = InputActionAsset_get_devices_m8FF856B2C61E23B7360A9279C10F8A6498C72B9C(G_B3_0, NULL);
G_B4_0 = L_6;
}
IL_002f:
{
G_B6_0 = G_B4_0;
goto IL_0032;
}
IL_0031:
{
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_7 = V_0;
G_B6_0 = L_7;
}
IL_0032:
{
return G_B6_0;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::set_devices(System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_set_devices_m754223652380FA3BB08EB1E9E4673C19EBF011F4 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_Devices.Set(value))
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_0 = (&__this->___m_Devices_13);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_1 = ___value0;
bool L_2;
L_2 = DeviceArray_Set_m900763508AC4EFB48791EB0830920F477F708B1F(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0018;
}
}
{
// LazyResolveBindings();
bool L_4;
L_4 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(__this, NULL);
}
IL_0018:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionMap_get_Item_mFB7C0A90265A85F8771A5D5C1183F45A33237666 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___actionNameOrId0, const RuntimeMethod* method)
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_3 = NULL;
{
// if (actionNameOrId == null)
String_t* L_0 = ___actionNameOrId0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionNameOrId));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D1DC203F0C5F17225ECA9C512567695D1F57C24)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_get_Item_mFB7C0A90265A85F8771A5D5C1183F45A33237666_RuntimeMethod_var)));
}
IL_0014:
{
// var action = FindAction(actionNameOrId);
String_t* L_3 = ___actionNameOrId0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4;
L_4 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(__this, L_3, (bool)0, NULL);
V_0 = L_4;
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = V_0;
V_2 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_003b;
}
}
{
// throw new KeyNotFoundException($"Cannot find action '{actionNameOrId}'");
String_t* L_7 = ___actionNameOrId0;
String_t* L_8;
L_8 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral003528DCAD37B27CF7D8112F88321E166C4DE072)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)), NULL);
KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* L_9 = (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var)));
NullCheck(L_9);
KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B(L_9, L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_get_Item_mFB7C0A90265A85F8771A5D5C1183F45A33237666_RuntimeMethod_var)));
}
IL_003b:
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = V_0;
V_3 = L_10;
goto IL_003f;
}
IL_003f:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = V_3;
return L_11;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::add_actionTriggered(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_add_actionTriggered_m07D042C57C782B0715B888F623A17D1E0DA9C7E7 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// add => m_ActionCallbacks.AddCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_ActionCallbacks_14);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096(L_0, L_1, CallbackArray_1_AddCallback_mC86BB9E31181AB800CDF2DE58AF6FCA1C204F096_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::remove_actionTriggered(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_remove_actionTriggered_mF5973EE3AD4EFC35F2702D4E3464973D084C3D21 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// remove => m_ActionCallbacks.RemoveCallback(value);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_0 = (&__this->___m_ActionCallbacks_14);
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_1 = ___value0;
CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5(L_0, L_1, CallbackArray_1_RemoveCallback_mBBF91251D0673BC66527014E69AD0242E759A6F5_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap__ctor_m21A22EDC9A817AFE2F18E8BEEDB8FB9558CAE083 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// [NonSerialized] internal int m_MapIndexInState = InputActionState.kInvalidIndex;
__this->___m_MapIndexInState_9 = (-1);
// public InputActionMap()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___name0, const RuntimeMethod* method)
{
{
// : this()
InputActionMap__ctor_m21A22EDC9A817AFE2F18E8BEEDB8FB9558CAE083(__this, NULL);
// m_Name = name;
String_t* L_0 = ___name0;
__this->___m_Name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_0), (void*)L_0);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Dispose_m56F6F15FCF89B3331ED950C23759D3C26A670764 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B2_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B1_0 = NULL;
{
// m_State?.Dispose();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_10;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
goto IL_0013;
}
IL_000d:
{
NullCheck(G_B2_0);
InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87(G_B2_0, NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindActionIndex(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindActionIndex_mBBCF54F3823A2B6C3F53069F441665022FC49C82 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___nameOrId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_11 = NULL;
bool V_12 = false;
bool V_13 = false;
int32_t G_B7_0 = 0;
int32_t G_B18_0 = 0;
{
// if (string.IsNullOrEmpty(nameOrId))
String_t* L_0 = ___nameOrId0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0012;
}
}
{
// return -1;
V_3 = (-1);
goto IL_00fa;
}
IL_0012:
{
// if (m_Actions == null)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_3 = __this->___m_Actions_3;
V_4 = (bool)((((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_4;
if (!L_4)
{
goto IL_0028;
}
}
{
// return -1;
V_3 = (-1);
goto IL_00fa;
}
IL_0028:
{
// var actionCount = m_Actions.Length;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_5 = __this->___m_Actions_3;
NullCheck(L_5);
V_0 = ((int32_t)(((RuntimeArray*)L_5)->max_length));
// var isOldBracedFormat = nameOrId.StartsWith("{") && nameOrId.EndsWith("}");
String_t* L_6 = ___nameOrId0;
NullCheck(L_6);
bool L_7;
L_7 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_6, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
if (!L_7)
{
goto IL_004b;
}
}
{
String_t* L_8 = ___nameOrId0;
NullCheck(L_8);
bool L_9;
L_9 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_8, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
G_B7_0 = ((int32_t)(L_9));
goto IL_004c;
}
IL_004b:
{
G_B7_0 = 0;
}
IL_004c:
{
V_1 = (bool)G_B7_0;
// if (isOldBracedFormat)
bool L_10 = V_1;
V_5 = L_10;
bool L_11 = V_5;
if (!L_11)
{
goto IL_009e;
}
}
{
// var length = nameOrId.Length - 2;
String_t* L_12 = ___nameOrId0;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
V_6 = ((int32_t)il2cpp_codegen_subtract(L_13, 2));
// for (var i = 0; i < actionCount; ++i)
V_7 = 0;
goto IL_0092;
}
IL_0064:
{
// if (string.Compare(m_Actions[i].m_Id, 0, nameOrId, 1, length) == 0)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_14 = __this->___m_Actions_3;
int32_t L_15 = V_7;
NullCheck(L_14);
int32_t L_16 = L_15;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_17);
String_t* L_18 = L_17->___m_Id_3;
String_t* L_19 = ___nameOrId0;
int32_t L_20 = V_6;
int32_t L_21;
L_21 = String_Compare_mDF94F2630CBE856BC04675FA87C6F00EFD2DD971(L_18, 0, L_19, 1, L_20, NULL);
V_8 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_008b;
}
}
{
// return i;
int32_t L_23 = V_7;
V_3 = L_23;
goto IL_00fa;
}
IL_008b:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_24 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0092:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_25 = V_7;
int32_t L_26 = V_0;
V_9 = (bool)((((int32_t)L_25) < ((int32_t)L_26))? 1 : 0);
bool L_27 = V_9;
if (L_27)
{
goto IL_0064;
}
}
{
}
IL_009e:
{
// for (var i = 0; i < actionCount; ++i)
V_10 = 0;
goto IL_00eb;
}
IL_00a3:
{
// var action = m_Actions[i];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_28 = __this->___m_Actions_3;
int32_t L_29 = V_10;
NullCheck(L_28);
int32_t L_30 = L_29;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_11 = L_31;
// if (action.m_Id == nameOrId || string.Compare(m_Actions[i].m_Name, nameOrId, StringComparison.InvariantCultureIgnoreCase) == 0)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_32 = V_11;
NullCheck(L_32);
String_t* L_33 = L_32->___m_Id_3;
String_t* L_34 = ___nameOrId0;
bool L_35;
L_35 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_33, L_34, NULL);
if (L_35)
{
goto IL_00d8;
}
}
{
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_36 = __this->___m_Actions_3;
int32_t L_37 = V_10;
NullCheck(L_36);
int32_t L_38 = L_37;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
NullCheck(L_39);
String_t* L_40 = L_39->___m_Name_0;
String_t* L_41 = ___nameOrId0;
int32_t L_42;
L_42 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_40, L_41, 3, NULL);
G_B18_0 = ((((int32_t)L_42) == ((int32_t)0))? 1 : 0);
goto IL_00d9;
}
IL_00d8:
{
G_B18_0 = 1;
}
IL_00d9:
{
V_12 = (bool)G_B18_0;
bool L_43 = V_12;
if (!L_43)
{
goto IL_00e4;
}
}
{
// return i;
int32_t L_44 = V_10;
V_3 = L_44;
goto IL_00fa;
}
IL_00e4:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_45 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_45, 1));
}
IL_00eb:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_46 = V_10;
int32_t L_47 = V_0;
V_13 = (bool)((((int32_t)L_46) < ((int32_t)L_47))? 1 : 0);
bool L_48 = V_13;
if (L_48)
{
goto IL_00a3;
}
}
{
// return InputActionState.kInvalidIndex;
V_3 = (-1);
goto IL_00fa;
}
IL_00fa:
{
// }
int32_t L_49 = V_3;
return L_49;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindActionIndex(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindActionIndex_mF86F9105DE81F9BB9079112A88F519FD764908D3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Guid_t ___id0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
{
// if (m_Actions == null)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_0 = __this->___m_Actions_3;
V_1 = (bool)((((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
// return InputActionState.kInvalidIndex;
V_2 = (-1);
goto IL_004e;
}
IL_0012:
{
// var actionCount = m_Actions.Length;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = __this->___m_Actions_3;
NullCheck(L_2);
V_0 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
// for (var i = 0; i < actionCount; ++i)
V_3 = 0;
goto IL_0040;
}
IL_001f:
{
// if (m_Actions[i].idDontGenerate == id)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_3 = __this->___m_Actions_3;
int32_t L_4 = V_3;
NullCheck(L_3);
int32_t L_5 = L_4;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
Guid_t L_7;
L_7 = InputAction_get_idDontGenerate_m9DBA751EC8095D792094F30E3CB5FC147B786D0B(L_6, NULL);
Guid_t L_8 = ___id0;
bool L_9;
L_9 = Guid_op_Equality_mC6FCB577D004C231106A3A9EDEE2DC3FACA63A27(L_7, L_8, NULL);
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_003c;
}
}
{
// return i;
int32_t L_11 = V_3;
V_2 = L_11;
goto IL_004e;
}
IL_003c:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_12 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_0040:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_13 = V_3;
int32_t L_14 = V_0;
V_5 = (bool)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
bool L_15 = V_5;
if (L_15)
{
goto IL_001f;
}
}
{
// return InputActionState.kInvalidIndex;
V_2 = (-1);
goto IL_004e;
}
IL_004e:
{
// }
int32_t L_16 = V_2;
return L_16;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::FindAction(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___actionNameOrId0, bool ___throwIfNotFound1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_4 = NULL;
{
// if (actionNameOrId == null)
String_t* L_0 = ___actionNameOrId0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionNameOrId));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D1DC203F0C5F17225ECA9C512567695D1F57C24)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3_RuntimeMethod_var)));
}
IL_0014:
{
// var index = FindActionIndex(actionNameOrId);
String_t* L_3 = ___actionNameOrId0;
int32_t L_4;
L_4 = InputActionMap_FindActionIndex_mBBCF54F3823A2B6C3F53069F441665022FC49C82(__this, L_3, NULL);
V_0 = L_4;
// if (index == -1)
int32_t L_5 = V_0;
V_2 = (bool)((((int32_t)L_5) == ((int32_t)(-1)))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_0046;
}
}
{
// if (throwIfNotFound)
bool L_7 = ___throwIfNotFound1;
V_3 = L_7;
bool L_8 = V_3;
if (!L_8)
{
goto IL_0041;
}
}
{
// throw new ArgumentException($"No action '{actionNameOrId}' in '{this}'", nameof(actionNameOrId));
String_t* L_9 = ___actionNameOrId0;
String_t* L_10;
L_10 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B027DF4509B94EE202D7911887D9FC93669514B)), L_9, __this, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_11 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_11);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_11, L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D1DC203F0C5F17225ECA9C512567695D1F57C24)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3_RuntimeMethod_var)));
}
IL_0041:
{
// return null;
V_4 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_0052;
}
IL_0046:
{
// return m_Actions[index];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_12 = __this->___m_Actions_3;
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_4 = L_15;
goto IL_0052;
}
IL_0052:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = V_4;
return L_16;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::FindAction(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionMap_FindAction_m119EFF9E93D8547EE685120345971F994A156C4D (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Guid_t ___id0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
{
// var index = FindActionIndex(id);
Guid_t L_0 = ___id0;
int32_t L_1;
L_1 = InputActionMap_FindActionIndex_mF86F9105DE81F9BB9079112A88F519FD764908D3(__this, L_0, NULL);
V_0 = L_1;
// if (index == -1)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0015;
}
}
{
// return null;
V_2 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_0020;
}
IL_0015:
{
// return m_Actions[index];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_4 = __this->___m_Actions_3;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
goto IL_0020;
}
IL_0020:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = V_2;
return L_8;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionMap::IsUsableWithDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_IsUsableWithDevice_m17510B608ACB0093B0CBFE3541554DA2D6DD4C67 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_3 = NULL;
int32_t V_4 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_5;
memset((&V_5), 0, sizeof(V_5));
String_t* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_0 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_IsUsableWithDevice_m17510B608ACB0093B0CBFE3541554DA2D6DD4C67_RuntimeMethod_var)));
}
IL_0014:
{
// if (m_Bindings == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = __this->___m_Bindings_4;
V_1 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0025;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0079;
}
IL_0025:
{
// foreach (var binding in m_Bindings)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = __this->___m_Bindings_4;
V_3 = L_5;
V_4 = 0;
goto IL_006e;
}
IL_0032:
{
// foreach (var binding in m_Bindings)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = V_3;
int32_t L_7 = V_4;
NullCheck(L_6);
int32_t L_8 = L_7;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_5 = L_9;
// var path = binding.effectivePath;
String_t* L_10;
L_10 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F((&V_5), NULL);
V_6 = L_10;
// if (string.IsNullOrEmpty(path))
String_t* L_11 = V_6;
bool L_12;
L_12 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_11, NULL);
V_7 = L_12;
bool L_13 = V_7;
if (!L_13)
{
goto IL_0055;
}
}
{
// continue;
goto IL_0068;
}
IL_0055:
{
// if (InputControlPath.Matches(path, device))
String_t* L_14 = V_6;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_15 = ___device0;
bool L_16;
L_16 = InputControlPath_Matches_m11C033C9DADDA16E9C79C90D40A294C34822D699(L_14, L_15, NULL);
V_8 = L_16;
bool L_17 = V_8;
if (!L_17)
{
goto IL_0067;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0079;
}
IL_0067:
{
}
IL_0068:
{
int32_t L_18 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_006e:
{
// foreach (var binding in m_Bindings)
int32_t L_19 = V_4;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = V_3;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
{
goto IL_0032;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0079;
}
IL_0079:
{
// }
bool L_21 = V_2;
return L_21;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::Enable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Enable_mAB23F0C4179D27C375F9FA335898B02E336CA4F6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// if (m_Actions == null || m_EnabledActionsCount == m_Actions.Length)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_0 = __this->___m_Actions_3;
if (!L_0)
{
goto IL_001b;
}
}
{
int32_t L_1 = __this->___m_EnabledActionsCount_7;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = __this->___m_Actions_3;
NullCheck(L_2);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))? 1 : 0);
goto IL_001c;
}
IL_001b:
{
G_B3_0 = 1;
}
IL_001c:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0022;
}
}
{
// return;
goto IL_0036;
}
IL_0022:
{
// ResolveBindingsIfNecessary();
InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4(__this, NULL);
// m_State.EnableAllActions(this);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = __this->___m_State_10;
NullCheck(L_4);
InputActionState_EnableAllActions_m8EDB37FFE0D91CC5E349EF19E225F819C4BC108F(L_4, __this, NULL);
}
IL_0036:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!enabled)
bool L_0;
L_0 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_001d;
}
IL_0010:
{
// m_State.DisableAllActions(this);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_10;
NullCheck(L_2);
InputActionState_DisableAllActions_mB47ADDF0CFBA1E8F45858B3251A6C08CC5F13C69(L_2, __this, NULL);
}
IL_001d:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionMap::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionMap_Clone_mE3805066FBFD74460FD57AB53E060AD6BEA966F2 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB37CE63CF57A8A3FC70203E75442B381E4746036);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_3 = NULL;
int32_t V_4 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
int32_t V_8 = 0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_9 = NULL;
int32_t V_10 = 0;
bool V_11 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_12 = NULL;
{
// Debug.Assert(m_SingletonAction == null, "Internal (hidden) action maps of singleton actions should not be cloned");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___m_SingletonAction_8;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), _stringLiteralB37CE63CF57A8A3FC70203E75442B381E4746036, NULL);
// var clone = new InputActionMap
// {
// m_Name = m_Name
// };
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
NullCheck(L_1);
InputActionMap__ctor_m21A22EDC9A817AFE2F18E8BEEDB8FB9558CAE083(L_1, NULL);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = L_1;
String_t* L_3 = __this->___m_Name_0;
NullCheck(L_2);
L_2->___m_Name_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___m_Name_0), (void*)L_3);
V_0 = L_2;
// if (m_Actions != null)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_4 = __this->___m_Actions_3;
V_1 = (bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_00c4;
}
}
{
// var actionCount = m_Actions.Length;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_6 = __this->___m_Actions_3;
NullCheck(L_6);
V_2 = ((int32_t)(((RuntimeArray*)L_6)->max_length));
// var actions = new InputAction[actionCount];
int32_t L_7 = V_2;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_8 = (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)SZArrayNew(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_3 = L_8;
// for (var i = 0; i < actionCount; ++i)
V_4 = 0;
goto IL_00b1;
}
IL_004d:
{
// var original = m_Actions[i];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_9 = __this->___m_Actions_3;
int32_t L_10 = V_4;
NullCheck(L_9);
int32_t L_11 = L_10;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_5 = L_12;
// actions[i] = new InputAction
// {
// m_Name = original.m_Name,
// m_ActionMap = clone,
// m_Type = original.m_Type,
// m_Interactions = original.m_Interactions,
// m_Processors = original.m_Processors,
// m_ExpectedControlType = original.m_ExpectedControlType,
// };
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_13 = V_3;
int32_t L_14 = V_4;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)il2cpp_codegen_object_new(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
NullCheck(L_15);
InputAction__ctor_m2C9BD26403717DAA628B90D4CD2A4057233A1A44(L_15, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = L_15;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = V_5;
NullCheck(L_17);
String_t* L_18 = L_17->___m_Name_0;
NullCheck(L_16);
L_16->___m_Name_0 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&L_16->___m_Name_0), (void*)L_18);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = L_16;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = V_0;
NullCheck(L_19);
L_19->___m_ActionMap_14 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&L_19->___m_ActionMap_14), (void*)L_20);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_21 = L_19;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_22 = V_5;
NullCheck(L_22);
int32_t L_23 = L_22->___m_Type_1;
NullCheck(L_21);
L_21->___m_Type_1 = L_23;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = L_21;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_25 = V_5;
NullCheck(L_25);
String_t* L_26 = L_25->___m_Interactions_5;
NullCheck(L_24);
L_24->___m_Interactions_5 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&L_24->___m_Interactions_5), (void*)L_26);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_27 = L_24;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = V_5;
NullCheck(L_28);
String_t* L_29 = L_28->___m_Processors_4;
NullCheck(L_27);
L_27->___m_Processors_4 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&L_27->___m_Processors_4), (void*)L_29);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_30 = L_27;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_31 = V_5;
NullCheck(L_31);
String_t* L_32 = L_31->___m_ExpectedControlType_2;
NullCheck(L_30);
L_30->___m_ExpectedControlType_2 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&L_30->___m_ExpectedControlType_2), (void*)L_32);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_30);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_30);
// for (var i = 0; i < actionCount; ++i)
int32_t L_33 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_00b1:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_34 = V_4;
int32_t L_35 = V_2;
V_6 = (bool)((((int32_t)L_34) < ((int32_t)L_35))? 1 : 0);
bool L_36 = V_6;
if (L_36)
{
goto IL_004d;
}
}
{
// clone.m_Actions = actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_37 = V_0;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_38 = V_3;
NullCheck(L_37);
L_37->___m_Actions_3 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&L_37->___m_Actions_3), (void*)L_38);
}
IL_00c4:
{
// if (m_Bindings != null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_39 = __this->___m_Bindings_4;
V_7 = (bool)((!(((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_39) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_40 = V_7;
if (!L_40)
{
goto IL_0128;
}
}
{
// var bindingCount = m_Bindings.Length;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_41 = __this->___m_Bindings_4;
NullCheck(L_41);
V_8 = ((int32_t)(((RuntimeArray*)L_41)->max_length));
// var bindings = new InputBinding[bindingCount];
int32_t L_42 = V_8;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_43 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)SZArrayNew(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var, (uint32_t)L_42);
V_9 = L_43;
// Array.Copy(m_Bindings, 0, bindings, 0, bindingCount);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_44 = __this->___m_Bindings_4;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_45 = V_9;
int32_t L_46 = V_8;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_44, 0, (RuntimeArray*)L_45, 0, L_46, NULL);
// for (var i = 0; i < bindingCount; ++i)
V_10 = 0;
goto IL_0113;
}
IL_00fe:
{
// bindings[i].m_Id = default;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_47 = V_9;
int32_t L_48 = V_10;
NullCheck(L_47);
((L_47)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_48)))->___m_Id_3 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((L_47)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_48)))->___m_Id_3), (void*)(String_t*)NULL);
// for (var i = 0; i < bindingCount; ++i)
int32_t L_49 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_0113:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_50 = V_10;
int32_t L_51 = V_8;
V_11 = (bool)((((int32_t)L_50) < ((int32_t)L_51))? 1 : 0);
bool L_52 = V_11;
if (L_52)
{
goto IL_00fe;
}
}
{
// clone.m_Bindings = bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_53 = V_0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_54 = V_9;
NullCheck(L_53);
L_53->___m_Bindings_4 = L_54;
Il2CppCodeGenWriteBarrier((void**)(&L_53->___m_Bindings_4), (void*)L_54);
}
IL_0128:
{
// return clone;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_55 = V_0;
V_12 = L_55;
goto IL_012d;
}
IL_012d:
{
// }
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_56 = V_12;
return L_56;
}
}
// System.Object UnityEngine.InputSystem.InputActionMap::System.ICloneable.Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionMap_System_ICloneable_Clone_m5231807896758C1759D3544C62A96EBE6CC8E732 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return Clone();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0;
L_0 = InputActionMap_Clone_mE3805066FBFD74460FD57AB53E060AD6BEA966F2(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionMap::Contains(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_Contains_m0E2916EB6CDB73DB3071009F70EF13121A8D3357 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0019;
}
IL_000d:
{
// return action.actionMap == this;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___action0;
NullCheck(L_2);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3;
L_3 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_2, NULL);
V_1 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_3) == ((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)__this))? 1 : 0);
goto IL_0019;
}
IL_0019:
{
// }
bool L_4 = V_1;
return L_4;
}
}
// System.String UnityEngine.InputSystem.InputActionMap::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionMap_ToString_m69E207649CB8CBBDC8888828531226233B1630E6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E59ADEC6D065EC4D3C24CACB84516581F7EA09D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
bool V_2 = false;
{
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002a;
}
}
{
// return $"{m_Asset}:{m_Name}";
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_2;
String_t* L_4 = __this->___m_Name_0;
String_t* L_5;
L_5 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F, L_3, L_4, NULL);
V_1 = L_5;
goto IL_004d;
}
IL_002a:
{
// if (!string.IsNullOrEmpty(m_Name))
String_t* L_6 = __this->___m_Name_0;
bool L_7;
L_7 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_6, NULL);
V_2 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_0045;
}
}
{
// return m_Name;
String_t* L_9 = __this->___m_Name_0;
V_1 = L_9;
goto IL_004d;
}
IL_0045:
{
// return "<Unnamed Action Map>";
V_1 = _stringLiteral5E59ADEC6D065EC4D3C24CACB84516581F7EA09D;
goto IL_004d;
}
IL_004d:
{
// }
String_t* L_10 = V_1;
return L_10;
}
}
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionMap::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionMap_GetEnumerator_m6801FFB3BA5ADB30DE784B04458ED7061B10F470 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject* V_1 = NULL;
{
// return actions.GetEnumerator();
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_0;
L_0 = InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E(__this, NULL);
V_0 = L_0;
Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA L_1;
L_1 = ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA((&V_0), ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var);
Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA L_2 = L_1;
RuntimeObject* L_3 = Box(Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA_il2cpp_TypeInfo_var, &L_2);
V_1 = (RuntimeObject*)L_3;
goto IL_0017;
}
IL_0017:
{
// }
RuntimeObject* L_4 = V_1;
return L_4;
}
}
// System.Collections.IEnumerator UnityEngine.InputSystem.InputActionMap::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionMap_System_Collections_IEnumerable_GetEnumerator_m707A2F9B49F63E8356A88453BDA6BFD6C34A525A (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return GetEnumerator();
RuntimeObject* L_0;
L_0 = InputActionMap_GetEnumerator_m6801FFB3BA5ADB30DE784B04458ED7061B10F470(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::GetBindingsForSingleAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputActionMap_GetBindingsForSingleAction_m521356BA7C5632D3FECAE380BEE79B549CBD143D (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E0CF206947BA2451C975BD7AA78B1A0C1BF481F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB231538ED82806FC1A2D368F0065447E99E7BC4A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB254D7B88BAAA362EB0B66F1906167CD6171CED2);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B3_0 = 0;
{
// Debug.Assert(action != null, "Action cannot be null");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral9E0CF206947BA2451C975BD7AA78B1A0C1BF481F, NULL);
// Debug.Assert(action.m_ActionMap == this, "Action must be in action map");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___action0;
NullCheck(L_1);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = L_1->___m_ActionMap_14;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_2) == ((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)__this))? 1 : 0), _stringLiteralB231538ED82806FC1A2D368F0065447E99E7BC4A, NULL);
// Debug.Assert(!action.isSingletonAction || m_SingletonAction == action, "Action is not a singleton action");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
bool L_4;
L_4 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_3, NULL);
if (!L_4)
{
goto IL_0037;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = __this->___m_SingletonAction_8;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
G_B3_0 = ((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_5) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_6))? 1 : 0);
goto IL_0038;
}
IL_0037:
{
G_B3_0 = 1;
}
IL_0038:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralB254D7B88BAAA362EB0B66F1906167CD6171CED2, NULL);
// if (m_BindingsForEachAction == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_7 = __this->___m_BindingsForEachAction_5;
V_0 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_8 = V_0;
if (!L_8)
{
goto IL_0057;
}
}
{
// SetUpPerActionCachedBindingData();
InputActionMap_SetUpPerActionCachedBindingData_mE6D59274FBF4E7A5B876DEECFBE09AB5E194CA24(__this, NULL);
}
IL_0057:
{
// return new ReadOnlyArray<InputBinding>(m_BindingsForEachAction, action.m_BindingsStartIndex,
// action.m_BindingsCount);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_9 = __this->___m_BindingsForEachAction_5;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___action0;
NullCheck(L_10);
int32_t L_11 = L_10->___m_BindingsStartIndex_9;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
int32_t L_13 = L_12->___m_BindingsCount_10;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_14;
memset((&L_14), 0, sizeof(L_14));
ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730((&L_14), L_9, L_11, L_13, /*hidden argument*/ReadOnlyArray_1__ctor_mC479A47444AFC7FDA0A84380667F68DF66B57730_RuntimeMethod_var);
V_1 = L_14;
goto IL_0071;
}
IL_0071:
{
// }
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_15 = V_1;
return L_15;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputActionMap::GetControlsForSingleAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputActionMap_GetControlsForSingleAction_m5FE7448A343DED8F570DA44C8B64B831146C591B (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B3_0 = 0;
{
// Debug.Assert(m_State != null);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_10;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// Debug.Assert(m_MapIndexInState != InputActionState.kInvalidIndex);
int32_t L_1 = __this->___m_MapIndexInState_9;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
// Debug.Assert(m_Actions != null);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = __this->___m_Actions_3;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// Debug.Assert(action != null);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// Debug.Assert(action.m_ActionMap == this);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_4);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4->___m_ActionMap_14;
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_5) == ((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)__this))? 1 : 0), NULL);
// Debug.Assert(!action.isSingletonAction || m_SingletonAction == action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
bool L_7;
L_7 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_6, NULL);
if (!L_7)
{
goto IL_005d;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = __this->___m_SingletonAction_8;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
G_B3_0 = ((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_8) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_9))? 1 : 0);
goto IL_005e;
}
IL_005d:
{
G_B3_0 = 1;
}
IL_005e:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
// if (m_ControlsForEachAction == null)
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_10 = __this->___m_ControlsForEachAction_6;
V_0 = (bool)((((RuntimeObject*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)L_10) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_11 = V_0;
if (!L_11)
{
goto IL_0078;
}
}
{
// SetUpPerActionCachedBindingData();
InputActionMap_SetUpPerActionCachedBindingData_mE6D59274FBF4E7A5B876DEECFBE09AB5E194CA24(__this, NULL);
}
IL_0078:
{
// return new ReadOnlyArray<InputControl>(m_ControlsForEachAction, action.m_ControlStartIndex,
// action.m_ControlCount);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_12 = __this->___m_ControlsForEachAction_6;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___action0;
NullCheck(L_13);
int32_t L_14 = L_13->___m_ControlStartIndex_11;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = ___action0;
NullCheck(L_15);
int32_t L_16 = L_15->___m_ControlCount_12;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_17;
memset((&L_17), 0, sizeof(L_17));
ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544((&L_17), L_12, L_14, L_16, /*hidden argument*/ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var);
V_1 = L_17;
goto IL_0092;
}
IL_0092:
{
// }
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_18 = V_1;
return L_18;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::SetUpPerActionCachedBindingData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_SetUpPerActionCachedBindingData_mE6D59274FBF4E7A5B876DEECFBE09AB5E194CA24 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m042F55A3CDF4384A68579695EEE21C12D62ABFEA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA6D3C54522E7CA71BB9A8E12A0B1481CE6B6B736_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_HaveDuplicateReferences_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCAB1E7DDF1B565831287155B23AEE47F4D1BAB0B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral456D26D265FF3AB8979CAC5F3DE4026E7126C4D2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3869D9FB6906CCBBD3EA69447592616FA2070C4);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* V_4 = NULL;
int32_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD V_8;
memset((&V_8), 0, sizeof(V_8));
int32_t V_9 = 0;
int32_t V_10 = 0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_11 = NULL;
int32_t V_12 = 0;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD V_13;
memset((&V_13), 0, sizeof(V_13));
int32_t V_14 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_15 = NULL;
bool V_16 = false;
int32_t V_17 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_18 = NULL;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
int32_t V_23 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_24 = NULL;
int32_t V_25 = 0;
int32_t V_26 = 0;
bool V_27 = false;
int32_t V_28 = 0;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_35 = NULL;
int32_t V_36 = 0;
bool V_37 = false;
int32_t V_38 = 0;
int32_t V_39 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_40 = NULL;
bool V_41 = false;
bool V_42 = false;
bool V_43 = false;
bool V_44 = false;
bool V_45 = false;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B5_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B5_1 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B4_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B4_1 = NULL;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* G_B6_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B6_1 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B8_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B8_1 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B7_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B7_1 = NULL;
int32_t G_B9_0 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B9_1 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B19_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B18_0 = NULL;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD G_B20_0;
memset((&G_B20_0), 0, sizeof(G_B20_0));
int32_t G_B32_0 = 0;
int32_t G_B34_0 = 0;
int32_t G_B43_0 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B47_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B46_0 = NULL;
int32_t G_B48_0 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B48_1 = NULL;
int32_t G_B61_0 = 0;
{
// if (m_Bindings == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_0 = __this->___m_Bindings_4;
V_0 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
// return;
goto IL_050f;
}
IL_0013:
{
// if (m_SingletonAction != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_SingletonAction_8;
V_1 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0147;
}
}
{
// Debug.Assert(m_Bindings == m_SingletonAction.m_SingletonActionBindings,
// "For singleton action, bindings array must match that of the action");
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = __this->___m_Bindings_4;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = __this->___m_SingletonAction_8;
NullCheck(L_5);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = L_5->___m_SingletonActionBindings_6;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_4) == ((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_6))? 1 : 0), _stringLiteralA3869D9FB6906CCBBD3EA69447592616FA2070C4, NULL);
// m_BindingsForEachAction = m_Bindings;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_7 = __this->___m_Bindings_4;
__this->___m_BindingsForEachAction_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingsForEachAction_5), (void*)L_7);
// m_ControlsForEachAction = m_State?.controls;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_8 = __this->___m_State_10;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_9 = L_8;
G_B4_0 = L_9;
G_B4_1 = __this;
if (L_9)
{
G_B5_0 = L_9;
G_B5_1 = __this;
goto IL_005c;
}
}
{
G_B6_0 = ((InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)(NULL));
G_B6_1 = G_B4_1;
goto IL_0061;
}
IL_005c:
{
NullCheck(G_B5_0);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_10 = G_B5_0->___controls_2;
G_B6_0 = L_10;
G_B6_1 = G_B5_1;
}
IL_0061:
{
NullCheck(G_B6_1);
G_B6_1->___m_ControlsForEachAction_6 = G_B6_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->___m_ControlsForEachAction_6), (void*)G_B6_0);
// m_SingletonAction.m_BindingsStartIndex = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = __this->___m_SingletonAction_8;
NullCheck(L_11);
L_11->___m_BindingsStartIndex_9 = 0;
// m_SingletonAction.m_BindingsCount = m_Bindings.Length;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = __this->___m_SingletonAction_8;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_13 = __this->___m_Bindings_4;
NullCheck(L_13);
NullCheck(L_12);
L_12->___m_BindingsCount_10 = ((int32_t)(((RuntimeArray*)L_13)->max_length));
// m_SingletonAction.m_ControlStartIndex = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = __this->___m_SingletonAction_8;
NullCheck(L_14);
L_14->___m_ControlStartIndex_11 = 0;
// m_SingletonAction.m_ControlCount = m_State?.totalControlCount ?? 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = __this->___m_SingletonAction_8;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = __this->___m_State_10;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_17 = L_16;
G_B7_0 = L_17;
G_B7_1 = L_15;
if (L_17)
{
G_B8_0 = L_17;
G_B8_1 = L_15;
goto IL_00a4;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_1;
goto IL_00a9;
}
IL_00a4:
{
NullCheck(G_B8_0);
int32_t L_18;
L_18 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(G_B8_0, NULL);
G_B9_0 = L_18;
G_B9_1 = G_B8_1;
}
IL_00a9:
{
NullCheck(G_B9_1);
G_B9_1->___m_ControlCount_12 = G_B9_0;
// if (m_ControlsForEachAction.HaveDuplicateReferences(0, m_SingletonAction.m_ControlCount))
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_19 = __this->___m_ControlsForEachAction_6;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = __this->___m_SingletonAction_8;
NullCheck(L_20);
int32_t L_21 = L_20->___m_ControlCount_12;
bool L_22;
L_22 = ArrayHelpers_HaveDuplicateReferences_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCAB1E7DDF1B565831287155B23AEE47F4D1BAB0B(L_19, 0, L_21, ArrayHelpers_HaveDuplicateReferences_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCAB1E7DDF1B565831287155B23AEE47F4D1BAB0B_RuntimeMethod_var);
V_2 = L_22;
bool L_23 = V_2;
if (!L_23)
{
goto IL_0141;
}
}
{
// var numControls = 0;
V_3 = 0;
// var controls = new InputControl[m_SingletonAction.m_ControlCount];
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = __this->___m_SingletonAction_8;
NullCheck(L_24);
int32_t L_25 = L_24->___m_ControlCount_12;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_26 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)SZArrayNew(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var, (uint32_t)L_25);
V_4 = L_26;
// for (var i = 0; i < m_SingletonAction.m_ControlCount; ++i)
V_5 = 0;
goto IL_0117;
}
IL_00e3:
{
// if (!controls.ContainsReference(m_ControlsForEachAction[i]))
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_27 = V_4;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_28 = __this->___m_ControlsForEachAction_6;
int32_t L_29 = V_5;
NullCheck(L_28);
int32_t L_30 = L_29;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
bool L_32;
L_32 = ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA6D3C54522E7CA71BB9A8E12A0B1481CE6B6B736(L_27, L_31, ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA6D3C54522E7CA71BB9A8E12A0B1481CE6B6B736_RuntimeMethod_var);
V_6 = (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
bool L_33 = V_6;
if (!L_33)
{
goto IL_0110;
}
}
{
// controls[numControls] = m_ControlsForEachAction[i];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_34 = V_4;
int32_t L_35 = V_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_36 = __this->___m_ControlsForEachAction_6;
int32_t L_37 = V_5;
NullCheck(L_36);
int32_t L_38 = L_37;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_39);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_39);
// ++numControls;
int32_t L_40 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_0110:
{
// for (var i = 0; i < m_SingletonAction.m_ControlCount; ++i)
int32_t L_41 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_41, 1));
}
IL_0117:
{
// for (var i = 0; i < m_SingletonAction.m_ControlCount; ++i)
int32_t L_42 = V_5;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_43 = __this->___m_SingletonAction_8;
NullCheck(L_43);
int32_t L_44 = L_43->___m_ControlCount_12;
V_7 = (bool)((((int32_t)L_42) < ((int32_t)L_44))? 1 : 0);
bool L_45 = V_7;
if (L_45)
{
goto IL_00e3;
}
}
{
// m_ControlsForEachAction = controls;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_46 = V_4;
__this->___m_ControlsForEachAction_6 = L_46;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlsForEachAction_6), (void*)L_46);
// m_SingletonAction.m_ControlCount = numControls;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_47 = __this->___m_SingletonAction_8;
int32_t L_48 = V_3;
NullCheck(L_47);
L_47->___m_ControlCount_12 = L_48;
}
IL_0141:
{
goto IL_050f;
}
IL_0147:
{
// Debug.Assert(m_Actions != null, "Action map is associated with action but action map has no array of actions"); // Action isn't a singleton so this has to be true.
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_49 = __this->___m_Actions_3;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_49) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral456D26D265FF3AB8979CAC5F3DE4026E7126C4D2, NULL);
// var mapIndices = m_State?.FetchMapIndices(this) ?? new InputActionState.ActionMapIndices();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_50 = __this->___m_State_10;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_51 = L_50;
G_B18_0 = L_51;
if (L_51)
{
G_B19_0 = L_51;
goto IL_0172;
}
}
{
il2cpp_codegen_initobj((&V_13), sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD));
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_52 = V_13;
G_B20_0 = L_52;
goto IL_0178;
}
IL_0172:
{
NullCheck(G_B19_0);
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_53;
L_53 = InputActionState_FetchMapIndices_m525BE60A32DBE88E011D22B833CB3489672EC913(G_B19_0, __this, NULL);
G_B20_0 = L_53;
}
IL_0178:
{
V_8 = G_B20_0;
// for (var i = 0; i < m_Actions.Length; ++i)
V_14 = 0;
goto IL_01b2;
}
IL_017f:
{
// var action = m_Actions[i];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_54 = __this->___m_Actions_3;
int32_t L_55 = V_14;
NullCheck(L_54);
int32_t L_56 = L_55;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
V_15 = L_57;
// action.m_BindingsCount = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_58 = V_15;
NullCheck(L_58);
L_58->___m_BindingsCount_10 = 0;
// action.m_BindingsStartIndex = -1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_59 = V_15;
NullCheck(L_59);
L_59->___m_BindingsStartIndex_9 = (-1);
// action.m_ControlCount = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_60 = V_15;
NullCheck(L_60);
L_60->___m_ControlCount_12 = 0;
// action.m_ControlStartIndex = -1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_61 = V_15;
NullCheck(L_61);
L_61->___m_ControlStartIndex_11 = (-1);
// for (var i = 0; i < m_Actions.Length; ++i)
int32_t L_62 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add(L_62, 1));
}
IL_01b2:
{
// for (var i = 0; i < m_Actions.Length; ++i)
int32_t L_63 = V_14;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_64 = __this->___m_Actions_3;
NullCheck(L_64);
V_16 = (bool)((((int32_t)L_63) < ((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))))? 1 : 0);
bool L_65 = V_16;
if (L_65)
{
goto IL_017f;
}
}
{
// var bindingCount = m_Bindings.Length;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_66 = __this->___m_Bindings_4;
NullCheck(L_66);
V_9 = ((int32_t)(((RuntimeArray*)L_66)->max_length));
// for (var i = 0; i < bindingCount; ++i)
V_17 = 0;
goto IL_0210;
}
IL_01d3:
{
// var action = FindAction(m_Bindings[i].action);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_67 = __this->___m_Bindings_4;
int32_t L_68 = V_17;
NullCheck(L_67);
String_t* L_69;
L_69 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_67)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_68))), NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_70;
L_70 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(__this, L_69, (bool)0, NULL);
V_18 = L_70;
// if (action != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_71 = V_18;
V_19 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_71) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_72 = V_19;
if (!L_72)
{
goto IL_0209;
}
}
{
// ++action.m_BindingsCount;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_73 = V_18;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_74 = L_73;
NullCheck(L_74);
int32_t L_75 = L_74->___m_BindingsCount_10;
NullCheck(L_74);
L_74->___m_BindingsCount_10 = ((int32_t)il2cpp_codegen_add(L_75, 1));
}
IL_0209:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_76 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add(L_76, 1));
}
IL_0210:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_77 = V_17;
int32_t L_78 = V_9;
V_20 = (bool)((((int32_t)L_77) < ((int32_t)L_78))? 1 : 0);
bool L_79 = V_20;
if (L_79)
{
goto IL_01d3;
}
}
{
// var newBindingsArrayIndex = 0;
V_10 = 0;
// if (m_State != null && (m_ControlsForEachAction == null || m_ControlsForEachAction.Length != mapIndices.controlCount))
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_80 = __this->___m_State_10;
if (!L_80)
{
goto IL_0248;
}
}
{
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_81 = __this->___m_ControlsForEachAction_6;
if (!L_81)
{
goto IL_0245;
}
}
{
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_82 = __this->___m_ControlsForEachAction_6;
NullCheck(L_82);
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_83 = V_8;
int32_t L_84 = L_83.___controlCount_3;
G_B32_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length))) == ((int32_t)L_84))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0246;
}
IL_0245:
{
G_B32_0 = 1;
}
IL_0246:
{
G_B34_0 = G_B32_0;
goto IL_0249;
}
IL_0248:
{
G_B34_0 = 0;
}
IL_0249:
{
V_21 = (bool)G_B34_0;
bool L_85 = V_21;
if (!L_85)
{
goto IL_027c;
}
}
{
// if (mapIndices.controlCount == 0)
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_86 = V_8;
int32_t L_87 = L_86.___controlCount_3;
V_22 = (bool)((((int32_t)L_87) == ((int32_t)0))? 1 : 0);
bool L_88 = V_22;
if (!L_88)
{
goto IL_0269;
}
}
{
// m_ControlsForEachAction = null;
__this->___m_ControlsForEachAction_6 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlsForEachAction_6), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
goto IL_027b;
}
IL_0269:
{
// m_ControlsForEachAction = new InputControl[mapIndices.controlCount];
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_89 = V_8;
int32_t L_90 = L_89.___controlCount_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_91 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)SZArrayNew(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var, (uint32_t)L_90);
__this->___m_ControlsForEachAction_6 = L_91;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlsForEachAction_6), (void*)L_91);
}
IL_027b:
{
}
IL_027c:
{
// InputBinding[] newBindingsArray = null;
V_11 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL;
// var currentControlIndex = 0;
V_12 = 0;
// for (var currentBindingIndex = 0; currentBindingIndex < m_Bindings.Length;)
V_23 = 0;
goto IL_04d4;
}
IL_028a:
{
// var currentAction = FindAction(m_Bindings[currentBindingIndex].action);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_92 = __this->___m_Bindings_4;
int32_t L_93 = V_23;
NullCheck(L_92);
String_t* L_94;
L_94 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_92)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_93))), NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_95;
L_95 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(__this, L_94, (bool)0, NULL);
V_24 = L_95;
// if (currentAction == null || currentAction.m_BindingsStartIndex != -1)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_96 = V_24;
if (!L_96)
{
goto IL_02b9;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_97 = V_24;
NullCheck(L_97);
int32_t L_98 = L_97->___m_BindingsStartIndex_9;
G_B43_0 = ((((int32_t)((((int32_t)L_98) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_02ba;
}
IL_02b9:
{
G_B43_0 = 1;
}
IL_02ba:
{
V_27 = (bool)G_B43_0;
bool L_99 = V_27;
if (!L_99)
{
goto IL_02cc;
}
}
{
// ++currentBindingIndex;
int32_t L_100 = V_23;
V_23 = ((int32_t)il2cpp_codegen_add(L_100, 1));
// continue;
goto IL_04d4;
}
IL_02cc:
{
// currentAction.m_BindingsStartIndex = newBindingsArray != null
// ? newBindingsArrayIndex
// : currentBindingIndex;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_101 = V_24;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_102 = V_11;
G_B46_0 = L_101;
if (L_102)
{
G_B47_0 = L_101;
goto IL_02d6;
}
}
{
int32_t L_103 = V_23;
G_B48_0 = L_103;
G_B48_1 = G_B46_0;
goto IL_02d8;
}
IL_02d6:
{
int32_t L_104 = V_10;
G_B48_0 = L_104;
G_B48_1 = G_B47_0;
}
IL_02d8:
{
NullCheck(G_B48_1);
G_B48_1->___m_BindingsStartIndex_9 = G_B48_0;
// currentAction.m_ControlStartIndex = currentControlIndex;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_105 = V_24;
int32_t L_106 = V_12;
NullCheck(L_105);
L_105->___m_ControlStartIndex_11 = L_106;
// var bindingCountForCurrentAction = currentAction.m_BindingsCount;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_107 = V_24;
NullCheck(L_107);
int32_t L_108 = L_107->___m_BindingsCount_10;
V_25 = L_108;
// Debug.Assert(bindingCountForCurrentAction > 0);
int32_t L_109 = V_25;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_109) > ((int32_t)0))? 1 : 0), NULL);
// var sourceBindingToCopy = currentBindingIndex;
int32_t L_110 = V_23;
V_26 = L_110;
// for (var i = 0; i < bindingCountForCurrentAction; ++i)
V_28 = 0;
goto IL_04c4;
}
IL_0306:
{
// if (FindAction(m_Bindings[sourceBindingToCopy].action) != currentAction)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_111 = __this->___m_Bindings_4;
int32_t L_112 = V_26;
NullCheck(L_111);
String_t* L_113;
L_113 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_111)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_112))), NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_114;
L_114 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(__this, L_113, (bool)0, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_115 = V_24;
V_29 = (bool)((((int32_t)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_114) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_115))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_116 = V_29;
if (!L_116)
{
goto IL_03a3;
}
}
{
// if (newBindingsArray == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_117 = V_11;
V_30 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_117) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_118 = V_30;
if (!L_118)
{
goto IL_0360;
}
}
{
// newBindingsArray = new InputBinding[m_Bindings.Length];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_119 = __this->___m_Bindings_4;
NullCheck(L_119);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_120 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)SZArrayNew(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_119)->max_length)));
V_11 = L_120;
// newBindingsArrayIndex = sourceBindingToCopy;
int32_t L_121 = V_26;
V_10 = L_121;
// Array.Copy(m_Bindings, 0, newBindingsArray, 0, sourceBindingToCopy);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_122 = __this->___m_Bindings_4;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_123 = V_11;
int32_t L_124 = V_26;
Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_122, 0, (RuntimeArray*)L_123, 0, L_124, NULL);
}
IL_0360:
{
// ++sourceBindingToCopy;
int32_t L_125 = V_26;
V_26 = ((int32_t)il2cpp_codegen_add(L_125, 1));
// Debug.Assert(sourceBindingToCopy < m_Bindings.Length);
int32_t L_126 = V_26;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_127 = __this->___m_Bindings_4;
NullCheck(L_127);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_126) < ((int32_t)((int32_t)(((RuntimeArray*)L_127)->max_length))))? 1 : 0), NULL);
// while (FindAction(m_Bindings[sourceBindingToCopy].action) != currentAction);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_128 = __this->___m_Bindings_4;
int32_t L_129 = V_26;
NullCheck(L_128);
String_t* L_130;
L_130 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_128)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_129))), NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_131;
L_131 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(__this, L_130, (bool)0, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_132 = V_24;
V_31 = (bool)((((int32_t)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_131) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_132))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_133 = V_31;
if (L_133)
{
goto IL_0360;
}
}
{
goto IL_03b5;
}
IL_03a3:
{
// else if (currentBindingIndex == sourceBindingToCopy)
int32_t L_134 = V_23;
int32_t L_135 = V_26;
V_32 = (bool)((((int32_t)L_134) == ((int32_t)L_135))? 1 : 0);
bool L_136 = V_32;
if (!L_136)
{
goto IL_03b5;
}
}
{
// ++currentBindingIndex;
int32_t L_137 = V_23;
V_23 = ((int32_t)il2cpp_codegen_add(L_137, 1));
}
IL_03b5:
{
// if (newBindingsArray != null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_138 = V_11;
V_33 = (bool)((!(((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_138) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_139 = V_33;
if (!L_139)
{
goto IL_03db;
}
}
{
// newBindingsArray[newBindingsArrayIndex++] = m_Bindings[sourceBindingToCopy];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_140 = V_11;
int32_t L_141 = V_10;
int32_t L_142 = L_141;
V_10 = ((int32_t)il2cpp_codegen_add(L_142, 1));
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_143 = __this->___m_Bindings_4;
int32_t L_144 = V_26;
NullCheck(L_143);
int32_t L_145 = L_144;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_146 = (L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
NullCheck(L_140);
(L_140)->SetAt(static_cast<il2cpp_array_size_t>(L_142), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_146);
}
IL_03db:
{
// if (m_State != null && !m_Bindings[sourceBindingToCopy].isComposite)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_147 = __this->___m_State_10;
if (!L_147)
{
goto IL_03fa;
}
}
{
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_148 = __this->___m_Bindings_4;
int32_t L_149 = V_26;
NullCheck(L_148);
bool L_150;
L_150 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(((L_148)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_149))), NULL);
G_B61_0 = ((((int32_t)L_150) == ((int32_t)0))? 1 : 0);
goto IL_03fb;
}
IL_03fa:
{
G_B61_0 = 0;
}
IL_03fb:
{
V_34 = (bool)G_B61_0;
bool L_151 = V_34;
if (!L_151)
{
goto IL_04b7;
}
}
{
// ref var bindingState = ref m_State.bindingStates[mapIndices.bindingStartIndex + sourceBindingToCopy];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_152 = __this->___m_State_10;
NullCheck(L_152);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_153;
L_153 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_152, NULL);
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_154 = V_8;
int32_t L_155 = L_154.___bindingStartIndex_4;
int32_t L_156 = V_26;
uint32_t L_157 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_35 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_153, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_155, L_156))), (int32_t)L_157))));
// var controlCountForBinding = bindingState.controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_158 = V_35;
int32_t L_159;
L_159 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline(L_158, NULL);
V_36 = L_159;
// if (controlCountForBinding > 0)
int32_t L_160 = V_36;
V_37 = (bool)((((int32_t)L_160) > ((int32_t)0))? 1 : 0);
bool L_161 = V_37;
if (!L_161)
{
goto IL_04b6;
}
}
{
// var controlStartIndexForBinding = bindingState.controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_162 = V_35;
int32_t L_163;
L_163 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline(L_162, NULL);
V_38 = L_163;
// for (var n = 0; n < controlCountForBinding; ++n)
V_39 = 0;
goto IL_04a9;
}
IL_0448:
{
// var control = m_State.controls[controlStartIndexForBinding + n];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_164 = __this->___m_State_10;
NullCheck(L_164);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_165 = L_164->___controls_2;
int32_t L_166 = V_38;
int32_t L_167 = V_39;
NullCheck(L_165);
int32_t L_168 = ((int32_t)il2cpp_codegen_add(L_166, L_167));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_169 = (L_165)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
V_40 = L_169;
// if (!m_ControlsForEachAction.ContainsReference(currentAction.m_ControlStartIndex,
// currentAction.m_ControlCount, control))
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_170 = __this->___m_ControlsForEachAction_6;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_171 = V_24;
NullCheck(L_171);
int32_t L_172 = L_171->___m_ControlStartIndex_11;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_173 = V_24;
NullCheck(L_173);
int32_t L_174 = L_173->___m_ControlCount_12;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_175 = V_40;
bool L_176;
L_176 = ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m042F55A3CDF4384A68579695EEE21C12D62ABFEA(L_170, L_172, L_174, L_175, ArrayHelpers_ContainsReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m042F55A3CDF4384A68579695EEE21C12D62ABFEA_RuntimeMethod_var);
V_41 = (bool)((((int32_t)L_176) == ((int32_t)0))? 1 : 0);
bool L_177 = V_41;
if (!L_177)
{
goto IL_04a2;
}
}
{
// m_ControlsForEachAction[currentControlIndex] = control;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_178 = __this->___m_ControlsForEachAction_6;
int32_t L_179 = V_12;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_180 = V_40;
NullCheck(L_178);
ArrayElementTypeCheck (L_178, L_180);
(L_178)->SetAt(static_cast<il2cpp_array_size_t>(L_179), (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_180);
// ++currentControlIndex;
int32_t L_181 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_181, 1));
// ++currentAction.m_ControlCount;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_182 = V_24;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_183 = L_182;
NullCheck(L_183);
int32_t L_184 = L_183->___m_ControlCount_12;
NullCheck(L_183);
L_183->___m_ControlCount_12 = ((int32_t)il2cpp_codegen_add(L_184, 1));
}
IL_04a2:
{
// for (var n = 0; n < controlCountForBinding; ++n)
int32_t L_185 = V_39;
V_39 = ((int32_t)il2cpp_codegen_add(L_185, 1));
}
IL_04a9:
{
// for (var n = 0; n < controlCountForBinding; ++n)
int32_t L_186 = V_39;
int32_t L_187 = V_36;
V_42 = (bool)((((int32_t)L_186) < ((int32_t)L_187))? 1 : 0);
bool L_188 = V_42;
if (L_188)
{
goto IL_0448;
}
}
{
}
IL_04b6:
{
}
IL_04b7:
{
// ++sourceBindingToCopy;
int32_t L_189 = V_26;
V_26 = ((int32_t)il2cpp_codegen_add(L_189, 1));
// for (var i = 0; i < bindingCountForCurrentAction; ++i)
int32_t L_190 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add(L_190, 1));
}
IL_04c4:
{
// for (var i = 0; i < bindingCountForCurrentAction; ++i)
int32_t L_191 = V_28;
int32_t L_192 = V_25;
V_43 = (bool)((((int32_t)L_191) < ((int32_t)L_192))? 1 : 0);
bool L_193 = V_43;
if (L_193)
{
goto IL_0306;
}
}
{
}
IL_04d4:
{
// for (var currentBindingIndex = 0; currentBindingIndex < m_Bindings.Length;)
int32_t L_194 = V_23;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_195 = __this->___m_Bindings_4;
NullCheck(L_195);
V_44 = (bool)((((int32_t)L_194) < ((int32_t)((int32_t)(((RuntimeArray*)L_195)->max_length))))? 1 : 0);
bool L_196 = V_44;
if (L_196)
{
goto IL_028a;
}
}
{
// if (newBindingsArray == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_197 = V_11;
V_45 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_197) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_198 = V_45;
if (!L_198)
{
goto IL_0504;
}
}
{
// m_BindingsForEachAction = m_Bindings;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_199 = __this->___m_Bindings_4;
__this->___m_BindingsForEachAction_5 = L_199;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingsForEachAction_5), (void*)L_199);
goto IL_050e;
}
IL_0504:
{
// m_BindingsForEachAction = newBindingsArray;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_200 = V_11;
__this->___m_BindingsForEachAction_5 = L_200;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingsForEachAction_5), (void*)L_200);
}
IL_050e:
{
}
IL_050f:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::ClearPerActionCachedBindingData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// m_BindingsForEachAction = null;
__this->___m_BindingsForEachAction_5 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingsForEachAction_5), (void*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL);
// m_ControlsForEachAction = null;
__this->___m_ControlsForEachAction_6 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlsForEachAction_6), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
{
// m_Id = Guid.NewGuid().ToString();
Guid_t L_0;
L_0 = Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903(NULL);
V_0 = L_0;
String_t* L_1;
L_1 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL);
__this->___m_Id_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Id_1), (void*)L_1);
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionMap::LazyResolveBindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// m_ControlsForEachAction = null;
__this->___m_ControlsForEachAction_6 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlsForEachAction_6), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_10;
V_0 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_003c;
}
IL_0019:
{
// if (s_DeferBindingResolution > 0)
int32_t L_2 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
V_2 = (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0031;
}
}
{
// m_NeedToResolveBindings = true;
__this->___m_NeedToResolveBindings_11 = (bool)1;
// return false;
V_1 = (bool)0;
goto IL_003c;
}
IL_0031:
{
// ResolveBindings();
InputActionMap_ResolveBindings_m54810EBFA0C0E995C9F86CADFF60B465C46DAC57(__this, NULL);
// return true;
V_1 = (bool)1;
goto IL_003c;
}
IL_003c:
{
// }
bool L_4 = V_1;
return L_4;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::ResolveBindingsIfNecessary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B3_0 = 0;
int32_t G_B7_0 = 0;
{
// if (m_State == null || m_NeedToResolveBindings)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_10;
if (!L_0)
{
goto IL_0011;
}
}
{
bool L_1 = __this->___m_NeedToResolveBindings_11;
G_B3_0 = ((int32_t)(L_1));
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 1;
}
IL_0012:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_004a;
}
}
{
// if (m_State != null && m_State.isProcessingControlStateChange)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = __this->___m_State_10;
if (!L_3)
{
goto IL_002c;
}
}
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = __this->___m_State_10;
NullCheck(L_4);
bool L_5;
L_5 = InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659_inline(L_4, NULL);
G_B7_0 = ((int32_t)(L_5));
goto IL_002d;
}
IL_002c:
{
G_B7_0 = 0;
}
IL_002d:
{
V_1 = (bool)G_B7_0;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0042;
}
}
{
// Debug.Assert(s_DeferBindingResolution > 0);
int32_t L_7 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_7) > ((int32_t)0))? 1 : 0), NULL);
// return;
goto IL_004a;
}
IL_0042:
{
// ResolveBindings();
InputActionMap_ResolveBindings_m54810EBFA0C0E995C9F86CADFF60B465C46DAC57(__this, NULL);
}
IL_004a:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::ResolveBindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ResolveBindings_m54810EBFA0C0E995C9F86CADFF60B465C46DAC57 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneOrMore_2_op_Implicit_m172037E98BD6ADFA60E6793065647F64D5BCE0C3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneOrMore_2_op_Implicit_mA5A39279AFDD4F3AEC3B4320B6C5D3CCEDC51529_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8C0EDFF10EF88FD5DDAC1DC8E1ECE0AFDD64143);
s_Il2CppMethodInitialized = true;
}
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_0 = NULL;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_1;
memset((&V_1), 0, sizeof(V_1));
OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 V_2;
memset((&V_2), 0, sizeof(V_2));
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
int32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_20 = NULL;
int32_t V_21 = 0;
bool V_22 = false;
int32_t V_23 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_24 = NULL;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
bool V_29 = false;
{
// using (InputActionRebindingExtensions.DeferBindingResolution())
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_0;
L_0 = InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_030b:
{// begin finally (depth: 1)
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_1 = V_0;
if (!L_1)
{
goto IL_0315;
}
}
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0315:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// var tempMemory = new InputActionState.UnmanagedMemory();
il2cpp_codegen_initobj((&V_1), sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_02fd_1:
{// begin finally (depth: 2)
// tempMemory.Dispose();
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783((&V_1), NULL);
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
// var resolver = new InputBindingResolver();
il2cpp_codegen_initobj((&V_3), sizeof(InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56));
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_5 = L_4;
bool L_5 = V_5;
if (!L_5)
{
goto IL_0092_2;
}
}
{
// actionMaps = m_Asset.actionMaps;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = __this->___m_Asset_2;
NullCheck(L_6);
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_7;
L_7 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(L_6, NULL);
OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 L_8;
L_8 = OneOrMore_2_op_Implicit_m172037E98BD6ADFA60E6793065647F64D5BCE0C3(L_7, OneOrMore_2_op_Implicit_m172037E98BD6ADFA60E6793065647F64D5BCE0C3_RuntimeMethod_var);
V_2 = L_8;
// Debug.Assert(actionMaps.Count > 0, "Asset referred to by action map does not have action maps");
int32_t L_9;
L_9 = OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202((&V_2), OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0), _stringLiteralB8C0EDFF10EF88FD5DDAC1DC8E1ECE0AFDD64143, NULL);
// resolver.bindingMask = m_Asset.m_BindingMask;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_10 = __this->___m_Asset_2;
NullCheck(L_10);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_11 = L_10->___m_BindingMask_8;
(&V_3)->___bindingMask_9 = L_11;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_3)->___bindingMask_9))->___value_1))->___m_OverrideProcessors_12), (void*)NULL);
#endif
// for (var i = 0; i < actionMaps.Count; ++i)
V_6 = 0;
goto IL_007e_2;
}
IL_0069_2:
{
// actionMaps[i].m_NeedToResolveBindings = false;
int32_t L_12 = V_6;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13;
L_13 = OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0((&V_2), L_12, OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var);
NullCheck(L_13);
L_13->___m_NeedToResolveBindings_11 = (bool)0;
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_14 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_007e_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_15 = V_6;
int32_t L_16;
L_16 = OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202((&V_2), OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
V_7 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_7;
if (L_17)
{
goto IL_0069_2;
}
}
{
goto IL_00a2_2;
}
IL_0092_2:
{
// actionMaps = this;
OneOrMore_2_tBD457F6E89438B15F84326BF73CEA630C036DC13 L_18;
L_18 = OneOrMore_2_op_Implicit_mA5A39279AFDD4F3AEC3B4320B6C5D3CCEDC51529(__this, OneOrMore_2_op_Implicit_mA5A39279AFDD4F3AEC3B4320B6C5D3CCEDC51529_RuntimeMethod_var);
V_2 = L_18;
// m_NeedToResolveBindings = false;
__this->___m_NeedToResolveBindings_11 = (bool)0;
}
IL_00a2_2:
{
// var hasEnabledActions = false;
V_4 = (bool)0;
// if (m_State != null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_19 = __this->___m_State_10;
V_8 = (bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_19) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_20 = V_8;
if (!L_20)
{
goto IL_018f_2;
}
}
{
// tempMemory = m_State.memory.Clone();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_21 = __this->___m_State_10;
NullCheck(L_21);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_22 = (&L_21->___memory_7);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_23;
L_23 = UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E(L_22, NULL);
V_1 = L_23;
// hasEnabledActions = m_State.HasEnabledActions();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_24 = __this->___m_State_10;
NullCheck(L_24);
bool L_25;
L_25 = InputActionState_HasEnabledActions_m97F9F576468FE2EE79124732AAC35AF25E1C7EE7(L_24, NULL);
V_4 = L_25;
// for (var i = 0; i < actionMaps.Count; ++i)
V_9 = 0;
goto IL_013f_2;
}
IL_00db_2:
{
// var map = actionMaps[i];
int32_t L_26 = V_9;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27;
L_27 = OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0((&V_2), L_26, OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var);
V_10 = L_27;
// if (hasEnabledActions)
bool L_28 = V_4;
V_11 = L_28;
bool L_29 = V_11;
if (!L_29)
{
goto IL_00fd_2;
}
}
{
// m_State.DisableAllActions(map);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_30 = __this->___m_State_10;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = V_10;
NullCheck(L_30);
InputActionState_DisableAllActions_mB47ADDF0CFBA1E8F45858B3251A6C08CC5F13C69(L_30, L_31, NULL);
}
IL_00fd_2:
{
// if (map.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = V_10;
NullCheck(L_32);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_33 = L_32->___m_SingletonAction_8;
V_12 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_33) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_34 = V_12;
if (!L_34)
{
goto IL_011d_2;
}
}
{
// InputActionState.NotifyListenersOfActionChange(InputActionChange.BoundControlsAboutToChange, map.m_SingletonAction);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_35 = V_10;
NullCheck(L_35);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_36 = L_35->___m_SingletonAction_8;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(7, L_36, NULL);
goto IL_0138_2;
}
IL_011d_2:
{
// else if (m_Asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_37 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_38;
L_38 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_37, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_13 = L_38;
bool L_39 = V_13;
if (!L_39)
{
goto IL_0138_2;
}
}
{
// InputActionState.NotifyListenersOfActionChange(InputActionChange.BoundControlsAboutToChange, map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_40 = V_10;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(7, L_40, NULL);
}
IL_0138_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_41 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_41, 1));
}
IL_013f_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_42 = V_9;
int32_t L_43;
L_43 = OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202((&V_2), OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
V_14 = (bool)((((int32_t)L_42) < ((int32_t)L_43))? 1 : 0);
bool L_44 = V_14;
if (L_44)
{
goto IL_00db_2;
}
}
{
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_45 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_46;
L_46 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_45, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_15 = L_46;
bool L_47 = V_15;
if (!L_47)
{
goto IL_016f_2;
}
}
{
// InputActionState.NotifyListenersOfActionChange(InputActionChange.BoundControlsAboutToChange, m_Asset);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_48 = __this->___m_Asset_2;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(7, L_48, NULL);
}
IL_016f_2:
{
// resolver.StartWithArraysFrom(m_State);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_49 = __this->___m_State_10;
InputBindingResolver_StartWithArraysFrom_mAC95AFD079D114E62BE4E01ED9D8D8CDEF3A05F1((&V_3), L_49, NULL);
// m_State.memory.Dispose();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_50 = __this->___m_State_10;
NullCheck(L_50);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_51 = (&L_50->___memory_7);
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783(L_51, NULL);
}
IL_018f_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
V_16 = 0;
goto IL_01ab_2;
}
IL_0194_2:
{
// resolver.AddActionMap(actionMaps[i]);
int32_t L_52 = V_16;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_53;
L_53 = OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0((&V_2), L_52, OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var);
InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757((&V_3), L_53, NULL);
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_54 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_54, 1));
}
IL_01ab_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_55 = V_16;
int32_t L_56;
L_56 = OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202((&V_2), OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
V_17 = (bool)((((int32_t)L_55) < ((int32_t)L_56))? 1 : 0);
bool L_57 = V_17;
if (L_57)
{
goto IL_0194_2;
}
}
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_58 = __this->___m_State_10;
V_18 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_58) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_59 = V_18;
if (!L_59)
{
goto IL_023f_2;
}
}
{
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_60 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_61;
L_61 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_60, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_19 = L_61;
bool L_62 = V_19;
if (!L_62)
{
goto IL_0222_2;
}
}
{
// var state = new InputActionState();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_63 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)il2cpp_codegen_object_new(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
NullCheck(L_63);
InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746(L_63, NULL);
V_20 = L_63;
// for (var i = 0; i < actionMaps.Count; ++i)
V_21 = 0;
goto IL_0201_2;
}
IL_01eb_2:
{
// actionMaps[i].m_State = state;
int32_t L_64 = V_21;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_65;
L_65 = OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0((&V_2), L_64, OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_66 = V_20;
NullCheck(L_65);
L_65->___m_State_10 = L_66;
Il2CppCodeGenWriteBarrier((void**)(&L_65->___m_State_10), (void*)L_66);
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_67 = V_21;
V_21 = ((int32_t)il2cpp_codegen_add(L_67, 1));
}
IL_0201_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_68 = V_21;
int32_t L_69;
L_69 = OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202((&V_2), OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
V_22 = (bool)((((int32_t)L_68) < ((int32_t)L_69))? 1 : 0);
bool L_70 = V_22;
if (L_70)
{
goto IL_01eb_2;
}
}
{
// m_Asset.m_SharedStateForAllMaps = state;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_71 = __this->___m_Asset_2;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_72 = V_20;
NullCheck(L_71);
L_71->___m_SharedStateForAllMaps_7 = L_72;
Il2CppCodeGenWriteBarrier((void**)(&L_71->___m_SharedStateForAllMaps_7), (void*)L_72);
goto IL_022f_2;
}
IL_0222_2:
{
// m_State = new InputActionState();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_73 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)il2cpp_codegen_object_new(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
NullCheck(L_73);
InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746(L_73, NULL);
__this->___m_State_10 = L_73;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_State_10), (void*)L_73);
}
IL_022f_2:
{
// m_State.Initialize(resolver);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_74 = __this->___m_State_10;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_75 = V_3;
NullCheck(L_74);
InputActionState_Initialize_mED35FDA6F570976157B027B2802C312A829BE69C(L_74, L_75, NULL);
goto IL_024e_2;
}
IL_023f_2:
{
// m_State.ClaimDataFrom(resolver);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_76 = __this->___m_State_10;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_77 = V_3;
NullCheck(L_76);
InputActionState_ClaimDataFrom_m816026D646659753973EF3048580FA0A360B4F31(L_76, L_77, NULL);
}
IL_024e_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
V_23 = 0;
goto IL_02a9_2;
}
IL_0253_2:
{
// var map = actionMaps[i];
int32_t L_78 = V_23;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_79;
L_79 = OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0((&V_2), L_78, OneOrMore_2_get_Item_mAEC4A528228BD2AFE0BAABF6B2CB2F3F65F125B0_RuntimeMethod_var);
V_24 = L_79;
// map.m_ControlsForEachAction = null;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_80 = V_24;
NullCheck(L_80);
L_80->___m_ControlsForEachAction_6 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_80->___m_ControlsForEachAction_6), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
// if (map.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_81 = V_24;
NullCheck(L_81);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_82 = L_81->___m_SingletonAction_8;
V_25 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_82) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_83 = V_25;
if (!L_83)
{
goto IL_0287_2;
}
}
{
// InputActionState.NotifyListenersOfActionChange(InputActionChange.BoundControlsChanged, map.m_SingletonAction);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_84 = V_24;
NullCheck(L_84);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_85 = L_84->___m_SingletonAction_8;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(8, L_85, NULL);
goto IL_02a2_2;
}
IL_0287_2:
{
// else if (m_Asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_86 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_87;
L_87 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_86, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_26 = L_87;
bool L_88 = V_26;
if (!L_88)
{
goto IL_02a2_2;
}
}
{
// InputActionState.NotifyListenersOfActionChange(InputActionChange.BoundControlsChanged, map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_89 = V_24;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(8, L_89, NULL);
}
IL_02a2_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_90 = V_23;
V_23 = ((int32_t)il2cpp_codegen_add(L_90, 1));
}
IL_02a9_2:
{
// for (var i = 0; i < actionMaps.Count; ++i)
int32_t L_91 = V_23;
int32_t L_92;
L_92 = OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202((&V_2), OneOrMore_2_get_Count_mC1A6DC30E878559C792DAA5D3295A6683C000202_RuntimeMethod_var);
V_27 = (bool)((((int32_t)L_91) < ((int32_t)L_92))? 1 : 0);
bool L_93 = V_27;
if (L_93)
{
goto IL_0253_2;
}
}
{
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_94 = __this->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_95;
L_95 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_94, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_28 = L_95;
bool L_96 = V_28;
if (!L_96)
{
goto IL_02d9_2;
}
}
{
// InputActionState.NotifyListenersOfActionChange(InputActionChange.BoundControlsChanged, m_Asset);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_97 = __this->___m_Asset_2;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(8, L_97, NULL);
}
IL_02d9_2:
{
// m_State.FinishBindingCompositeSetups();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_98 = __this->___m_State_10;
NullCheck(L_98);
InputActionState_FinishBindingCompositeSetups_m112F6656640F64EA7E4961D21D464595BA9408A8(L_98, NULL);
// if (hasEnabledActions)
bool L_99 = V_4;
V_29 = L_99;
bool L_100 = V_29;
if (!L_100)
{
goto IL_02fa_2;
}
}
{
// m_State.RestoreActionStates(tempMemory);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_101 = __this->___m_State_10;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_102 = V_1;
NullCheck(L_101);
InputActionState_RestoreActionStates_mB00DD440D9FCCE551C6F2CE2FF1D90EEF4A02586(L_101, L_102, NULL);
}
IL_02fa_2:
{
goto IL_0308_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0308_1:
{
goto IL_0316;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0316:
{
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindBinding(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputAction&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindBinding_mA90198CA2F2B2CB4A285E5429DB4AD01EEF7A9B0 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___mask0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** ___action1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_3;
memset((&V_3), 0, sizeof(V_3));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_4;
memset((&V_4), 0, sizeof(V_4));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B4_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** G_B4_1 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B3_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** G_B3_1 = NULL;
{
// var index = FindBindingRelativeToMap(mask);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___mask0;
int32_t L_1;
L_1 = InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8(__this, L_0, NULL);
V_0 = L_1;
// if (index == -1)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0019;
}
}
{
// action = null;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** L_4 = ___action1;
*((RuntimeObject**)L_4) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)NULL);
// return -1;
V_2 = (-1);
goto IL_004f;
}
IL_0019:
{
// action = m_SingletonAction ?? FindAction(bindings[index].action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** L_5 = ___action1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = __this->___m_SingletonAction_8;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = L_6;
G_B3_0 = L_7;
G_B3_1 = L_5;
if (L_7)
{
G_B4_0 = L_7;
G_B4_1 = L_5;
goto IL_0043;
}
}
{
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_8;
L_8 = InputActionMap_get_bindings_m92132C34F4075A36A0E4C1AE7315745DC5C4ACB6(__this, NULL);
V_3 = L_8;
int32_t L_9 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_10;
L_10 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_3), L_9, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_4 = L_10;
String_t* L_11;
L_11 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline((&V_4), NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12;
L_12 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(__this, L_11, (bool)0, NULL);
G_B4_0 = L_12;
G_B4_1 = G_B3_1;
}
IL_0043:
{
*((RuntimeObject**)G_B4_1) = (RuntimeObject*)G_B4_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B4_1, (void*)(RuntimeObject*)G_B4_0);
// return action.BindingIndexOnMapToBindingIndexOnAction(index);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** L_13 = ___action1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = *((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD**)L_13);
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16;
L_16 = InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E(L_14, L_15, NULL);
V_2 = L_16;
goto IL_004f;
}
IL_004f:
{
// }
int32_t L_17 = V_2;
return L_17;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindBindingRelativeToMap(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___mask0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
{
// var bindings = m_Bindings;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_0 = __this->___m_Bindings_4;
V_0 = L_0;
// var bindingsCount = bindings.LengthSafe();
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_1 = V_0;
int32_t L_2;
L_2 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_1, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
V_1 = L_2;
// for (var i = 0; i < bindingsCount; ++i)
V_2 = 0;
goto IL_0035;
}
IL_0013:
{
// ref var binding = ref bindings[i];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = V_0;
int32_t L_4 = V_2;
NullCheck(L_3);
V_3 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
// if (mask.Matches(ref binding))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_5 = V_3;
bool L_6;
L_6 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F((&___mask0), L_5, 0, NULL);
V_4 = L_6;
bool L_7 = V_4;
if (!L_7)
{
goto IL_0030;
}
}
{
// return i;
int32_t L_8 = V_2;
V_5 = L_8;
goto IL_0044;
}
IL_0030:
{
// for (var i = 0; i < bindingsCount; ++i)
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0035:
{
// for (var i = 0; i < bindingsCount; ++i)
int32_t L_10 = V_2;
int32_t L_11 = V_1;
V_6 = (bool)((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_6;
if (L_12)
{
goto IL_0013;
}
}
{
// return -1;
V_5 = (-1);
goto IL_0044;
}
IL_0044:
{
// }
int32_t L_13 = V_5;
return L_13;
}
}
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionMap::FromJson(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* InputActionMap_FromJson_mD0B0EC80B443661721E64B5451B620B57784AAAA (String_t* ___json0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_2 = NULL;
{
// if (json == null)
String_t* L_0 = ___json0;
V_1 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(json));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_FromJson_mD0B0EC80B443661721E64B5451B620B57784AAAA_RuntimeMethod_var)));
}
IL_0014:
{
// var fileJson = JsonUtility.FromJson<ReadFileJson>(json);
String_t* L_3 = ___json0;
ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB L_4;
L_4 = JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94(L_3, JsonUtility_FromJson_TisReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_m86527BBD24CE49C931B4C5AAD49680629AD72F94_RuntimeMethod_var);
V_0 = L_4;
// return fileJson.ToMaps();
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_5;
L_5 = ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1((&V_0), NULL);
V_2 = L_5;
goto IL_0025;
}
IL_0025:
{
// }
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_6 = V_2;
return L_6;
}
}
// System.String UnityEngine.InputSystem.InputActionMap::ToJson(System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionMap_ToJson_mBE06AA0BD2C8BADA18B52CEA4E3B4EBD883A580A (RuntimeObject* ___maps0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
String_t* V_2 = NULL;
{
// if (maps == null)
RuntimeObject* L_0 = ___maps0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(maps));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA50BD304226505CD59BAEECE4F335B233D87784B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionMap_ToJson_mBE06AA0BD2C8BADA18B52CEA4E3B4EBD883A580A_RuntimeMethod_var)));
}
IL_0014:
{
// var fileJson = WriteFileJson.FromMaps(maps);
RuntimeObject* L_3 = ___maps0;
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_4;
L_4 = WriteFileJson_FromMaps_mAB0E0CD5CD1205BCC663A980A7566016BDF24442(L_3, NULL);
V_0 = L_4;
// return JsonUtility.ToJson(fileJson, true);
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_5 = V_0;
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_6 = L_5;
RuntimeObject* L_7 = Box(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_il2cpp_TypeInfo_var, &L_6);
String_t* L_8;
L_8 = JsonUtility_ToJson_mA7B20656D12861446AAA157DF6E9ACBBD78EC0AC(L_7, (bool)1, NULL);
V_2 = L_8;
goto IL_002a;
}
IL_002a:
{
// }
String_t* L_9 = V_2;
return L_9;
}
}
// System.String UnityEngine.InputSystem.InputActionMap::ToJson()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionMap_ToJson_mBC4A82EC34ADFD3F764058D26BCFFDB5FE20ED1C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
{
// var fileJson = WriteFileJson.FromMap(this);
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_0;
L_0 = WriteFileJson_FromMap_mCE7D9FD5F18E0350E39CE2E205599A9C9C0AB3D6(__this, NULL);
V_0 = L_0;
// return JsonUtility.ToJson(fileJson, true);
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_1 = V_0;
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_2 = L_1;
RuntimeObject* L_3 = Box(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_il2cpp_TypeInfo_var, &L_2);
String_t* L_4;
L_4 = JsonUtility_ToJson_mA7B20656D12861446AAA157DF6E9ACBBD78EC0AC(L_3, (bool)1, NULL);
V_1 = L_4;
goto IL_0017;
}
IL_0017:
{
// }
String_t* L_5 = V_1;
return L_5;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::OnBeforeSerialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_OnBeforeSerialize_m76617F6294D2FC71E327DADA432B1D7AA60B26F3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionMap::OnAfterDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_OnAfterDeserialize_m9AEE6E0B6ACCEF7DAF8A1A1A086199EF34A2F719 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
{
// m_State = null;
__this->___m_State_10 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_State_10), (void*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL);
// m_MapIndexInState = InputActionState.kInvalidIndex;
__this->___m_MapIndexInState_9 = (-1);
// if (m_Actions != null)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_0 = __this->___m_Actions_3;
V_0 = (bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0045;
}
}
{
// var actionCount = m_Actions.Length;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = __this->___m_Actions_3;
NullCheck(L_2);
V_1 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
// for (var i = 0; i < actionCount; ++i)
V_2 = 0;
goto IL_003c;
}
IL_002a:
{
// m_Actions[i].m_ActionMap = this;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_3 = __this->___m_Actions_3;
int32_t L_4 = V_2;
NullCheck(L_3);
int32_t L_5 = L_4;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
L_6->___m_ActionMap_14 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___m_ActionMap_14), (void*)__this);
// for (var i = 0; i < actionCount; ++i)
int32_t L_7 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_003c:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_8 = V_2;
int32_t L_9 = V_1;
V_3 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
bool L_10 = V_3;
if (L_10)
{
goto IL_002a;
}
}
{
}
IL_0045:
{
// ClearPerActionCachedBindingData();
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(__this, 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.InputActionMap/DeviceArray
IL2CPP_EXTERN_C void DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshal_pinvoke(const DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E& unmarshaled, DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_DeviceArray_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_DeviceArray' of type 'DeviceArray': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_DeviceArray_2Exception, NULL);
}
IL2CPP_EXTERN_C void DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshal_pinvoke_back(const DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke& marshaled, DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E& unmarshaled)
{
Exception_t* ___m_DeviceArray_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_DeviceArray' of type 'DeviceArray': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_DeviceArray_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/DeviceArray
IL2CPP_EXTERN_C void DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshal_pinvoke_cleanup(DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/DeviceArray
IL2CPP_EXTERN_C void DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshal_com(const DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E& unmarshaled, DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com& marshaled)
{
Exception_t* ___m_DeviceArray_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_DeviceArray' of type 'DeviceArray': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_DeviceArray_2Exception, NULL);
}
IL2CPP_EXTERN_C void DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshal_com_back(const DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com& marshaled, DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E& unmarshaled)
{
Exception_t* ___m_DeviceArray_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_DeviceArray' of type 'DeviceArray': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_DeviceArray_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/DeviceArray
IL2CPP_EXTERN_C void DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshal_com_cleanup(DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::IndexOf(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeviceArray_IndexOf_mB4240B6C1AB82D72D2C18A7D1E7E6E8FA6BE2E96 (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m654459AE75B18DBD1A473CC425B197BE055707A2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// return m_DeviceArray.IndexOfReference(device, m_DeviceCount);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_0 = __this->___m_DeviceArray_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
int32_t L_2 = __this->___m_DeviceCount_1;
int32_t L_3;
L_3 = ArrayHelpers_IndexOfReference_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m654459AE75B18DBD1A473CC425B197BE055707A2(L_0, L_1, L_2, ArrayHelpers_IndexOfReference_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m654459AE75B18DBD1A473CC425B197BE055707A2_RuntimeMethod_var);
V_0 = L_3;
goto IL_0016;
}
IL_0016:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DeviceArray_IndexOf_mB4240B6C1AB82D72D2C18A7D1E7E6E8FA6BE2E96_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E*>(__this + _offset);
int32_t _returnValue;
_returnValue = DeviceArray_IndexOf_mB4240B6C1AB82D72D2C18A7D1E7E6E8FA6BE2E96(_thisAdjusted, ___device0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::Remove(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAtWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m0340D37F81A627960498BE0BB209773A62B82ED9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
{
// var index = IndexOf(device);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
int32_t L_1;
L_1 = DeviceArray_IndexOf_mB4240B6C1AB82D72D2C18A7D1E7E6E8FA6BE2E96(__this, L_0, NULL);
V_0 = L_1;
// if (index < 0)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) < ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0015;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_002c;
}
IL_0015:
{
// m_DeviceArray.EraseAtWithCapacity(ref m_DeviceCount, index);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_4 = __this->___m_DeviceArray_2;
int32_t* L_5 = (&__this->___m_DeviceCount_1);
int32_t L_6 = V_0;
ArrayHelpers_EraseAtWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m0340D37F81A627960498BE0BB209773A62B82ED9(L_4, L_5, L_6, ArrayHelpers_EraseAtWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m0340D37F81A627960498BE0BB209773A62B82ED9_RuntimeMethod_var);
// return true;
V_2 = (bool)1;
goto IL_002c;
}
IL_002c:
{
// }
bool L_7 = V_2;
return L_7;
}
}
IL2CPP_EXTERN_C bool DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E(_thisAdjusted, ___device0, method);
return _returnValue;
}
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputActionMap/DeviceArray::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D DeviceArray_Get_m8632E75B27F9A1B063CF36DCBF136BF9651445F1 (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m33FF1F6CE74B8BEF62CEA87999BFEBE32EB5138E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (!m_HaveValue)
bool L_0 = __this->___m_HaveValue_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// return null;
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D));
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_2 = V_1;
V_2 = L_2;
goto IL_0034;
}
IL_001a:
{
// return new ReadOnlyArray<InputDevice>(m_DeviceArray, 0, m_DeviceCount);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_3 = __this->___m_DeviceArray_2;
int32_t L_4 = __this->___m_DeviceCount_1;
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_5;
memset((&L_5), 0, sizeof(L_5));
ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B((&L_5), L_3, 0, L_4, /*hidden argument*/ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B_RuntimeMethod_var);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_6;
memset((&L_6), 0, sizeof(L_6));
Nullable_1__ctor_m33FF1F6CE74B8BEF62CEA87999BFEBE32EB5138E((&L_6), L_5, /*hidden argument*/Nullable_1__ctor_m33FF1F6CE74B8BEF62CEA87999BFEBE32EB5138E_RuntimeMethod_var);
V_2 = L_6;
goto IL_0034;
}
IL_0034:
{
// }
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_7 = V_2;
return L_7;
}
}
IL2CPP_EXTERN_C Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D DeviceArray_Get_m8632E75B27F9A1B063CF36DCBF136BF9651445F1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E*>(__this + _offset);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D _returnValue;
_returnValue = DeviceArray_Get_m8632E75B27F9A1B063CF36DCBF136BF9651445F1(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::Set(System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceArray_Set_m900763508AC4EFB48791EB0830920F477F708B1F (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D ___devices0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendListWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_m024E93739760805C9A65BAB7ECF07F055A9F639B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Clear_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m6CA44187518EE23485FD222B39B3333C4BFD6DCC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArrayExtensions_HaveEqualReferences_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m3585F2DFAA1B3BFB7E8C895507CDE97C9114B3EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
bool V_6 = false;
int32_t G_B10_0 = 0;
{
// if (!devices.HasValue)
bool L_0;
L_0 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&___devices0), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0058;
}
}
{
// if (!m_HaveValue)
bool L_2 = __this->___m_HaveValue_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0024;
}
}
{
// return false; // No change.
V_2 = (bool)0;
goto IL_00e3;
}
IL_0024:
{
// if (m_DeviceCount > 0)
int32_t L_4 = __this->___m_DeviceCount_1;
V_3 = (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0044;
}
}
{
// Array.Clear(m_DeviceArray, 0, m_DeviceCount);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_6 = __this->___m_DeviceArray_2;
int32_t L_7 = __this->___m_DeviceCount_1;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_6, 0, L_7, NULL);
}
IL_0044:
{
// m_DeviceCount = 0;
__this->___m_DeviceCount_1 = 0;
// m_HaveValue = false;
__this->___m_HaveValue_0 = (bool)0;
goto IL_00df;
}
IL_0058:
{
// var array = devices.Value;
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_8;
L_8 = Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133((&___devices0), Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
V_4 = L_8;
// if (m_HaveValue && array.Count == m_DeviceCount && array.HaveEqualReferences(m_DeviceArray, m_DeviceCount))
bool L_9 = __this->___m_HaveValue_0;
if (!L_9)
{
goto IL_008e;
}
}
{
int32_t L_10;
L_10 = ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline((&V_4), ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
int32_t L_11 = __this->___m_DeviceCount_1;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_008e;
}
}
{
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_12 = V_4;
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_13 = __this->___m_DeviceArray_2;
int32_t L_14 = __this->___m_DeviceCount_1;
bool L_15;
L_15 = ReadOnlyArrayExtensions_HaveEqualReferences_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m3585F2DFAA1B3BFB7E8C895507CDE97C9114B3EA(L_12, (RuntimeObject*)L_13, L_14, ReadOnlyArrayExtensions_HaveEqualReferences_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m3585F2DFAA1B3BFB7E8C895507CDE97C9114B3EA_RuntimeMethod_var);
G_B10_0 = ((int32_t)(L_15));
goto IL_008f;
}
IL_008e:
{
G_B10_0 = 0;
}
IL_008f:
{
V_5 = (bool)G_B10_0;
bool L_16 = V_5;
if (!L_16)
{
goto IL_0099;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_00e3;
}
IL_0099:
{
// if (m_DeviceCount > 0)
int32_t L_17 = __this->___m_DeviceCount_1;
V_6 = (bool)((((int32_t)L_17) > ((int32_t)0))? 1 : 0);
bool L_18 = V_6;
if (!L_18)
{
goto IL_00ba;
}
}
{
// m_DeviceArray.Clear(ref m_DeviceCount);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_19 = __this->___m_DeviceArray_2;
int32_t* L_20 = (&__this->___m_DeviceCount_1);
ArrayHelpers_Clear_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m6CA44187518EE23485FD222B39B3333C4BFD6DCC(L_19, L_20, ArrayHelpers_Clear_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_m6CA44187518EE23485FD222B39B3333C4BFD6DCC_RuntimeMethod_var);
}
IL_00ba:
{
// m_HaveValue = true;
__this->___m_HaveValue_0 = (bool)1;
// m_DeviceCount = 0;
__this->___m_DeviceCount_1 = 0;
// ArrayHelpers.AppendListWithCapacity(ref m_DeviceArray, ref m_DeviceCount, array);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548** L_21 = (&__this->___m_DeviceArray_2);
int32_t* L_22 = (&__this->___m_DeviceCount_1);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_23 = V_4;
int32_t L_24;
L_24 = ArrayHelpers_AppendListWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_m024E93739760805C9A65BAB7ECF07F055A9F639B(L_21, L_22, L_23, ((int32_t)10), ArrayHelpers_AppendListWithCapacity_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_TisReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_m024E93739760805C9A65BAB7ECF07F055A9F639B_RuntimeMethod_var);
}
IL_00df:
{
// return true;
V_2 = (bool)1;
goto IL_00e3;
}
IL_00e3:
{
// }
bool L_25 = V_2;
return L_25;
}
}
IL2CPP_EXTERN_C bool DeviceArray_Set_m900763508AC4EFB48791EB0830920F477F708B1F_AdjustorThunk (RuntimeObject* __this, Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D ___devices0, const RuntimeMethod* method)
{
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceArray_Set_m900763508AC4EFB48791EB0830920F477F708B1F(_thisAdjusted, ___devices0, 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.InputActionMap/BindingOverrideListJson
IL2CPP_EXTERN_C void BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshal_pinvoke(const BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD& unmarshaled, BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_pinvoke& marshaled)
{
Exception_t* ___bindings_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'bindings' of type 'BindingOverrideListJson'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___bindings_0Exception, NULL);
}
IL2CPP_EXTERN_C void BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshal_pinvoke_back(const BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_pinvoke& marshaled, BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD& unmarshaled)
{
Exception_t* ___bindings_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'bindings' of type 'BindingOverrideListJson'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___bindings_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson
IL2CPP_EXTERN_C void BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshal_pinvoke_cleanup(BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson
IL2CPP_EXTERN_C void BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshal_com(const BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD& unmarshaled, BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_com& marshaled)
{
Exception_t* ___bindings_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'bindings' of type 'BindingOverrideListJson'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___bindings_0Exception, NULL);
}
IL2CPP_EXTERN_C void BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshal_com_back(const BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_com& marshaled, BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD& unmarshaled)
{
Exception_t* ___bindings_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'bindings' of type 'BindingOverrideListJson'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___bindings_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson
IL2CPP_EXTERN_C void BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshal_com_cleanup(BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_marshaled_com& marshaled)
{
}
#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.InputActionMap/BindingOverrideJson
IL2CPP_EXTERN_C void BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshal_pinvoke(const BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2& unmarshaled, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_pinvoke& marshaled)
{
marshaled.___action_0 = il2cpp_codegen_marshal_string(unmarshaled.___action_0);
marshaled.___id_1 = il2cpp_codegen_marshal_string(unmarshaled.___id_1);
marshaled.___path_2 = il2cpp_codegen_marshal_string(unmarshaled.___path_2);
marshaled.___interactions_3 = il2cpp_codegen_marshal_string(unmarshaled.___interactions_3);
marshaled.___processors_4 = il2cpp_codegen_marshal_string(unmarshaled.___processors_4);
}
IL2CPP_EXTERN_C void BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshal_pinvoke_back(const BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_pinvoke& marshaled, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2& unmarshaled)
{
unmarshaled.___action_0 = il2cpp_codegen_marshal_string_result(marshaled.___action_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___action_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___action_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_string_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___id_1));
unmarshaled.___path_2 = il2cpp_codegen_marshal_string_result(marshaled.___path_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___path_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___path_2));
unmarshaled.___interactions_3 = il2cpp_codegen_marshal_string_result(marshaled.___interactions_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___interactions_3));
unmarshaled.___processors_4 = il2cpp_codegen_marshal_string_result(marshaled.___processors_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___processors_4));
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/BindingOverrideJson
IL2CPP_EXTERN_C void BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshal_pinvoke_cleanup(BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___action_0);
marshaled.___action_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___id_1);
marshaled.___id_1 = NULL;
il2cpp_codegen_marshal_free(marshaled.___path_2);
marshaled.___path_2 = NULL;
il2cpp_codegen_marshal_free(marshaled.___interactions_3);
marshaled.___interactions_3 = NULL;
il2cpp_codegen_marshal_free(marshaled.___processors_4);
marshaled.___processors_4 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/BindingOverrideJson
IL2CPP_EXTERN_C void BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshal_com(const BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2& unmarshaled, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_com& marshaled)
{
marshaled.___action_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___action_0);
marshaled.___id_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___id_1);
marshaled.___path_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___path_2);
marshaled.___interactions_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___interactions_3);
marshaled.___processors_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___processors_4);
}
IL2CPP_EXTERN_C void BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshal_com_back(const BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_com& marshaled, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2& unmarshaled)
{
unmarshaled.___action_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___action_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___action_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___action_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___id_1));
unmarshaled.___path_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___path_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___path_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___path_2));
unmarshaled.___interactions_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_3));
unmarshaled.___processors_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___processors_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___processors_4));
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/BindingOverrideJson
IL2CPP_EXTERN_C void BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshal_com_cleanup(BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___action_0);
marshaled.___action_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___id_1);
marshaled.___id_1 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___path_2);
marshaled.___path_2 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___interactions_3);
marshaled.___interactions_3 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___processors_4);
marshaled.___processors_4 = NULL;
}
// UnityEngine.InputSystem.InputActionMap/BindingOverrideJson UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::FromBinding(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 BindingOverrideJson_FromBinding_mAABE090B5CE1D6DB23AEA8091D6EAA9767FC1631 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method)
{
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 V_0;
memset((&V_0), 0, sizeof(V_0));
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new BindingOverrideJson
// {
// action = binding.action,
// id = binding.m_Id,
// path = binding.overridePath,
// interactions = binding.overrideInteractions,
// processors = binding.overrideProcessors,
// };
il2cpp_codegen_initobj((&V_0), sizeof(BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2));
String_t* L_0;
L_0 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline((&___binding0), NULL);
(&V_0)->___action_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___action_0), (void*)L_0);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = ___binding0;
String_t* L_2 = L_1.___m_Id_3;
(&V_0)->___id_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___id_1), (void*)L_2);
String_t* L_3;
L_3 = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline((&___binding0), NULL);
(&V_0)->___path_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___path_2), (void*)L_3);
String_t* L_4;
L_4 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline((&___binding0), NULL);
(&V_0)->___interactions_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___interactions_3), (void*)L_4);
String_t* L_5;
L_5 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline((&___binding0), NULL);
(&V_0)->___processors_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___processors_4), (void*)L_5);
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_6 = V_0;
V_1 = L_6;
goto IL_0052;
}
IL_0052:
{
// }
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_7 = V_1;
return L_7;
}
}
#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.InputActionMap/BindingJson
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
marshaled.___id_1 = il2cpp_codegen_marshal_string(unmarshaled.___id_1);
marshaled.___path_2 = il2cpp_codegen_marshal_string(unmarshaled.___path_2);
marshaled.___interactions_3 = il2cpp_codegen_marshal_string(unmarshaled.___interactions_3);
marshaled.___processors_4 = il2cpp_codegen_marshal_string(unmarshaled.___processors_4);
marshaled.___groups_5 = il2cpp_codegen_marshal_string(unmarshaled.___groups_5);
marshaled.___action_6 = il2cpp_codegen_marshal_string(unmarshaled.___action_6);
marshaled.___isComposite_7 = static_cast<int32_t>(unmarshaled.___isComposite_7);
marshaled.___isPartOfComposite_8 = static_cast<int32_t>(unmarshaled.___isPartOfComposite_8);
}
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_back(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke& marshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled)
{
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_string_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___id_1));
unmarshaled.___path_2 = il2cpp_codegen_marshal_string_result(marshaled.___path_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___path_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___path_2));
unmarshaled.___interactions_3 = il2cpp_codegen_marshal_string_result(marshaled.___interactions_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___interactions_3));
unmarshaled.___processors_4 = il2cpp_codegen_marshal_string_result(marshaled.___processors_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___processors_4));
unmarshaled.___groups_5 = il2cpp_codegen_marshal_string_result(marshaled.___groups_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___groups_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___groups_5));
unmarshaled.___action_6 = il2cpp_codegen_marshal_string_result(marshaled.___action_6);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___action_6), (void*)il2cpp_codegen_marshal_string_result(marshaled.___action_6));
bool unmarshaledisComposite_temp_7 = false;
unmarshaledisComposite_temp_7 = static_cast<bool>(marshaled.___isComposite_7);
unmarshaled.___isComposite_7 = unmarshaledisComposite_temp_7;
bool unmarshaledisPartOfComposite_temp_8 = false;
unmarshaledisPartOfComposite_temp_8 = static_cast<bool>(marshaled.___isPartOfComposite_8);
unmarshaled.___isPartOfComposite_8 = unmarshaledisPartOfComposite_temp_8;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/BindingJson
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_cleanup(BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___id_1);
marshaled.___id_1 = NULL;
il2cpp_codegen_marshal_free(marshaled.___path_2);
marshaled.___path_2 = NULL;
il2cpp_codegen_marshal_free(marshaled.___interactions_3);
marshaled.___interactions_3 = NULL;
il2cpp_codegen_marshal_free(marshaled.___processors_4);
marshaled.___processors_4 = NULL;
il2cpp_codegen_marshal_free(marshaled.___groups_5);
marshaled.___groups_5 = NULL;
il2cpp_codegen_marshal_free(marshaled.___action_6);
marshaled.___action_6 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/BindingJson
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
marshaled.___id_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___id_1);
marshaled.___path_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___path_2);
marshaled.___interactions_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___interactions_3);
marshaled.___processors_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___processors_4);
marshaled.___groups_5 = il2cpp_codegen_marshal_bstring(unmarshaled.___groups_5);
marshaled.___action_6 = il2cpp_codegen_marshal_bstring(unmarshaled.___action_6);
marshaled.___isComposite_7 = static_cast<int32_t>(unmarshaled.___isComposite_7);
marshaled.___isPartOfComposite_8 = static_cast<int32_t>(unmarshaled.___isPartOfComposite_8);
}
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_back(const BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com& marshaled, BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A& unmarshaled)
{
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___id_1));
unmarshaled.___path_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___path_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___path_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___path_2));
unmarshaled.___interactions_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_3));
unmarshaled.___processors_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___processors_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___processors_4));
unmarshaled.___groups_5 = il2cpp_codegen_marshal_bstring_result(marshaled.___groups_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___groups_5), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___groups_5));
unmarshaled.___action_6 = il2cpp_codegen_marshal_bstring_result(marshaled.___action_6);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___action_6), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___action_6));
bool unmarshaledisComposite_temp_7 = false;
unmarshaledisComposite_temp_7 = static_cast<bool>(marshaled.___isComposite_7);
unmarshaled.___isComposite_7 = unmarshaledisComposite_temp_7;
bool unmarshaledisPartOfComposite_temp_8 = false;
unmarshaledisPartOfComposite_temp_8 = static_cast<bool>(marshaled.___isPartOfComposite_8);
unmarshaled.___isPartOfComposite_8 = unmarshaledisPartOfComposite_temp_8;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/BindingJson
IL2CPP_EXTERN_C void BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_cleanup(BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___id_1);
marshaled.___id_1 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___path_2);
marshaled.___path_2 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___interactions_3);
marshaled.___interactions_3 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___processors_4);
marshaled.___processors_4 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___groups_5);
marshaled.___groups_5 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___action_6);
marshaled.___action_6 = NULL;
}
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionMap/BindingJson::ToBinding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F (BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B2_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B3_1 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B5_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B6_1 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B8_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B7_0 = NULL;
String_t* G_B9_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B9_1 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B11_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B10_0 = NULL;
String_t* G_B12_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B12_1 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B14_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B13_0 = NULL;
String_t* G_B15_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B15_1 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B17_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B16_0 = NULL;
String_t* G_B18_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B18_1 = NULL;
{
// return new InputBinding
// {
// name = string.IsNullOrEmpty(name) ? null : name,
// m_Id = string.IsNullOrEmpty(id) ? null : id,
// path = path,
// action = string.IsNullOrEmpty(action) ? null : action,
// interactions = string.IsNullOrEmpty(interactions) ? null : interactions,
// processors = string.IsNullOrEmpty(processors) ? null : processors,
// groups = string.IsNullOrEmpty(groups) ? null : groups,
// isComposite = isComposite,
// isPartOfComposite = isPartOfComposite,
// };
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_0 = __this->___name_0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
G_B1_0 = (&V_0);
if (L_1)
{
G_B2_0 = (&V_0);
goto IL_0020;
}
}
{
String_t* L_2 = __this->___name_0;
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
goto IL_0021;
}
IL_0020:
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B2_0;
}
IL_0021:
{
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(G_B3_1, G_B3_0, NULL);
String_t* L_3 = __this->___id_1;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
G_B4_0 = (&V_0);
if (L_4)
{
G_B5_0 = (&V_0);
goto IL_003e;
}
}
{
String_t* L_5 = __this->___id_1;
G_B6_0 = L_5;
G_B6_1 = G_B4_0;
goto IL_003f;
}
IL_003e:
{
G_B6_0 = ((String_t*)(NULL));
G_B6_1 = G_B5_0;
}
IL_003f:
{
G_B6_1->___m_Id_3 = G_B6_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->___m_Id_3), (void*)G_B6_0);
String_t* L_6 = __this->___path_2;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_0), L_6, NULL);
String_t* L_7 = __this->___action_6;
bool L_8;
L_8 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_7, NULL);
G_B7_0 = (&V_0);
if (L_8)
{
G_B8_0 = (&V_0);
goto IL_0069;
}
}
{
String_t* L_9 = __this->___action_6;
G_B9_0 = L_9;
G_B9_1 = G_B7_0;
goto IL_006a;
}
IL_0069:
{
G_B9_0 = ((String_t*)(NULL));
G_B9_1 = G_B8_0;
}
IL_006a:
{
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(G_B9_1, G_B9_0, NULL);
String_t* L_10 = __this->___interactions_3;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
G_B10_0 = (&V_0);
if (L_11)
{
G_B11_0 = (&V_0);
goto IL_0087;
}
}
{
String_t* L_12 = __this->___interactions_3;
G_B12_0 = L_12;
G_B12_1 = G_B10_0;
goto IL_0088;
}
IL_0087:
{
G_B12_0 = ((String_t*)(NULL));
G_B12_1 = G_B11_0;
}
IL_0088:
{
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline(G_B12_1, G_B12_0, NULL);
String_t* L_13 = __this->___processors_4;
bool L_14;
L_14 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_13, NULL);
G_B13_0 = (&V_0);
if (L_14)
{
G_B14_0 = (&V_0);
goto IL_00a5;
}
}
{
String_t* L_15 = __this->___processors_4;
G_B15_0 = L_15;
G_B15_1 = G_B13_0;
goto IL_00a6;
}
IL_00a5:
{
G_B15_0 = ((String_t*)(NULL));
G_B15_1 = G_B14_0;
}
IL_00a6:
{
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline(G_B15_1, G_B15_0, NULL);
String_t* L_16 = __this->___groups_5;
bool L_17;
L_17 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_16, NULL);
G_B16_0 = (&V_0);
if (L_17)
{
G_B17_0 = (&V_0);
goto IL_00c3;
}
}
{
String_t* L_18 = __this->___groups_5;
G_B18_0 = L_18;
G_B18_1 = G_B16_0;
goto IL_00c4;
}
IL_00c3:
{
G_B18_0 = ((String_t*)(NULL));
G_B18_1 = G_B17_0;
}
IL_00c4:
{
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(G_B18_1, G_B18_0, NULL);
bool L_19 = __this->___isComposite_7;
InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0((&V_0), L_19, NULL);
bool L_20 = __this->___isPartOfComposite_8;
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9((&V_0), L_20, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_21 = V_0;
V_1 = L_21;
goto IL_00ea;
}
IL_00ea:
{
// }
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_22 = V_1;
return L_22;
}
}
IL2CPP_EXTERN_C InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A*>(__this + _offset);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 _returnValue;
_returnValue = BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionMap/BindingJson UnityEngine.InputSystem.InputActionMap/BindingJson::FromBinding(UnityEngine.InputSystem.InputBinding&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A BindingJson_FromBinding_mD2A2E1D7C945550487D680F7824EBAE54FB9BE2B (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___binding0, const RuntimeMethod* method)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A V_0;
memset((&V_0), 0, sizeof(V_0));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new BindingJson
// {
// name = binding.name,
// id = binding.m_Id,
// path = binding.path,
// action = binding.action,
// interactions = binding.interactions,
// processors = binding.processors,
// groups = binding.groups,
// isComposite = binding.isComposite,
// isPartOfComposite = binding.isPartOfComposite,
// };
il2cpp_codegen_initobj((&V_0), sizeof(BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_0 = ___binding0;
String_t* L_1;
L_1 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_0, NULL);
(&V_0)->___name_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_0), (void*)L_1);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_2 = ___binding0;
String_t* L_3 = L_2->___m_Id_3;
(&V_0)->___id_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___id_1), (void*)L_3);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_4 = ___binding0;
String_t* L_5;
L_5 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_4, NULL);
(&V_0)->___path_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___path_2), (void*)L_5);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_6 = ___binding0;
String_t* L_7;
L_7 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_6, NULL);
(&V_0)->___action_6 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___action_6), (void*)L_7);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_8 = ___binding0;
String_t* L_9;
L_9 = InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline(L_8, NULL);
(&V_0)->___interactions_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___interactions_3), (void*)L_9);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_10 = ___binding0;
String_t* L_11;
L_11 = InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline(L_10, NULL);
(&V_0)->___processors_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___processors_4), (void*)L_11);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_12 = ___binding0;
String_t* L_13;
L_13 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(L_12, NULL);
(&V_0)->___groups_5 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___groups_5), (void*)L_13);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_14 = ___binding0;
bool L_15;
L_15 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(L_14, NULL);
(&V_0)->___isComposite_7 = L_15;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_16 = ___binding0;
bool L_17;
L_17 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498(L_16, NULL);
(&V_0)->___isPartOfComposite_8 = L_17;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A L_18 = V_0;
V_1 = L_18;
goto IL_0082;
}
IL_0082:
{
// }
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A L_19 = V_1;
return L_19;
}
}
#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.InputActionMap/ReadActionJson
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
marshaled.___type_1 = il2cpp_codegen_marshal_string(unmarshaled.___type_1);
marshaled.___id_2 = il2cpp_codegen_marshal_string(unmarshaled.___id_2);
marshaled.___expectedControlType_3 = il2cpp_codegen_marshal_string(unmarshaled.___expectedControlType_3);
marshaled.___expectedControlLayout_4 = il2cpp_codegen_marshal_string(unmarshaled.___expectedControlLayout_4);
marshaled.___processors_5 = il2cpp_codegen_marshal_string(unmarshaled.___processors_5);
marshaled.___interactions_6 = il2cpp_codegen_marshal_string(unmarshaled.___interactions_6);
marshaled.___passThrough_7 = static_cast<int32_t>(unmarshaled.___passThrough_7);
marshaled.___initialStateCheck_8 = static_cast<int32_t>(unmarshaled.___initialStateCheck_8);
if (unmarshaled.___bindings_9 != NULL)
{
il2cpp_array_size_t _unmarshaledbindings_Length = (unmarshaled.___bindings_9)->max_length;
marshaled.___bindings_9 = il2cpp_codegen_marshal_allocate_array<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke>(_unmarshaledbindings_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbindings_Length); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke((unmarshaled.___bindings_9)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___bindings_9)[i]);
}
}
else
{
marshaled.___bindings_9 = NULL;
}
}
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_back(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke& marshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
unmarshaled.___type_1 = il2cpp_codegen_marshal_string_result(marshaled.___type_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___type_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___type_1));
unmarshaled.___id_2 = il2cpp_codegen_marshal_string_result(marshaled.___id_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___id_2));
unmarshaled.___expectedControlType_3 = il2cpp_codegen_marshal_string_result(marshaled.___expectedControlType_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___expectedControlType_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___expectedControlType_3));
unmarshaled.___expectedControlLayout_4 = il2cpp_codegen_marshal_string_result(marshaled.___expectedControlLayout_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___expectedControlLayout_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___expectedControlLayout_4));
unmarshaled.___processors_5 = il2cpp_codegen_marshal_string_result(marshaled.___processors_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___processors_5));
unmarshaled.___interactions_6 = il2cpp_codegen_marshal_string_result(marshaled.___interactions_6);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_6), (void*)il2cpp_codegen_marshal_string_result(marshaled.___interactions_6));
bool unmarshaledpassThrough_temp_7 = false;
unmarshaledpassThrough_temp_7 = static_cast<bool>(marshaled.___passThrough_7);
unmarshaled.___passThrough_7 = unmarshaledpassThrough_temp_7;
bool unmarshaledinitialStateCheck_temp_8 = false;
unmarshaledinitialStateCheck_temp_8 = static_cast<bool>(marshaled.___initialStateCheck_8);
unmarshaled.___initialStateCheck_8 = unmarshaledinitialStateCheck_temp_8;
if (marshaled.___bindings_9 != NULL)
{
if (unmarshaled.___bindings_9 == NULL)
{
unmarshaled.___bindings_9 = reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindings_9), (void*)reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bindings_9)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A _marshaled____bindings_9_i__unmarshaled;
memset((&_marshaled____bindings_9_i__unmarshaled), 0, sizeof(_marshaled____bindings_9_i__unmarshaled));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_back((marshaled.___bindings_9)[i], _marshaled____bindings_9_i__unmarshaled);
(unmarshaled.___bindings_9)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____bindings_9_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/ReadActionJson
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_cleanup(ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___type_1);
marshaled.___type_1 = NULL;
il2cpp_codegen_marshal_free(marshaled.___id_2);
marshaled.___id_2 = NULL;
il2cpp_codegen_marshal_free(marshaled.___expectedControlType_3);
marshaled.___expectedControlType_3 = NULL;
il2cpp_codegen_marshal_free(marshaled.___expectedControlLayout_4);
marshaled.___expectedControlLayout_4 = NULL;
il2cpp_codegen_marshal_free(marshaled.___processors_5);
marshaled.___processors_5 = NULL;
il2cpp_codegen_marshal_free(marshaled.___interactions_6);
marshaled.___interactions_6 = NULL;
if (marshaled.___bindings_9 != NULL)
{
const il2cpp_array_size_t marshaled____bindings_9_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____bindings_9_CleanupLoopCount); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_cleanup((marshaled.___bindings_9)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___bindings_9);
marshaled.___bindings_9 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/ReadActionJson
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
marshaled.___type_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___type_1);
marshaled.___id_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___id_2);
marshaled.___expectedControlType_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___expectedControlType_3);
marshaled.___expectedControlLayout_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___expectedControlLayout_4);
marshaled.___processors_5 = il2cpp_codegen_marshal_bstring(unmarshaled.___processors_5);
marshaled.___interactions_6 = il2cpp_codegen_marshal_bstring(unmarshaled.___interactions_6);
marshaled.___passThrough_7 = static_cast<int32_t>(unmarshaled.___passThrough_7);
marshaled.___initialStateCheck_8 = static_cast<int32_t>(unmarshaled.___initialStateCheck_8);
if (unmarshaled.___bindings_9 != NULL)
{
il2cpp_array_size_t _unmarshaledbindings_Length = (unmarshaled.___bindings_9)->max_length;
marshaled.___bindings_9 = il2cpp_codegen_marshal_allocate_array<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com>(_unmarshaledbindings_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbindings_Length); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com((unmarshaled.___bindings_9)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___bindings_9)[i]);
}
}
else
{
marshaled.___bindings_9 = NULL;
}
}
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_back(const ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com& marshaled, ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
unmarshaled.___type_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___type_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___type_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___type_1));
unmarshaled.___id_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___id_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___id_2));
unmarshaled.___expectedControlType_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___expectedControlType_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___expectedControlType_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___expectedControlType_3));
unmarshaled.___expectedControlLayout_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___expectedControlLayout_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___expectedControlLayout_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___expectedControlLayout_4));
unmarshaled.___processors_5 = il2cpp_codegen_marshal_bstring_result(marshaled.___processors_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_5), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___processors_5));
unmarshaled.___interactions_6 = il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_6);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_6), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_6));
bool unmarshaledpassThrough_temp_7 = false;
unmarshaledpassThrough_temp_7 = static_cast<bool>(marshaled.___passThrough_7);
unmarshaled.___passThrough_7 = unmarshaledpassThrough_temp_7;
bool unmarshaledinitialStateCheck_temp_8 = false;
unmarshaledinitialStateCheck_temp_8 = static_cast<bool>(marshaled.___initialStateCheck_8);
unmarshaled.___initialStateCheck_8 = unmarshaledinitialStateCheck_temp_8;
if (marshaled.___bindings_9 != NULL)
{
if (unmarshaled.___bindings_9 == NULL)
{
unmarshaled.___bindings_9 = reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindings_9), (void*)reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bindings_9)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A _marshaled____bindings_9_i__unmarshaled;
memset((&_marshaled____bindings_9_i__unmarshaled), 0, sizeof(_marshaled____bindings_9_i__unmarshaled));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_back((marshaled.___bindings_9)[i], _marshaled____bindings_9_i__unmarshaled);
(unmarshaled.___bindings_9)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____bindings_9_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/ReadActionJson
IL2CPP_EXTERN_C void ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_cleanup(ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___type_1);
marshaled.___type_1 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___id_2);
marshaled.___id_2 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___expectedControlType_3);
marshaled.___expectedControlType_3 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___expectedControlLayout_4);
marshaled.___expectedControlLayout_4 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___processors_5);
marshaled.___processors_5 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___interactions_6);
marshaled.___interactions_6 = NULL;
if (marshaled.___bindings_9 != NULL)
{
const il2cpp_array_size_t marshaled____bindings_9_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____bindings_9_CleanupLoopCount); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_cleanup((marshaled.___bindings_9)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___bindings_9);
marshaled.___bindings_9 = NULL;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap/ReadActionJson::ToAction(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ReadActionJson_ToAction_m40C3319F0E8FFC9F9392D9BE8B2157111C93C371 (ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75* __this, String_t* ___actionName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_6 = NULL;
int32_t G_B12_0 = 0;
int32_t G_B14_0 = 0;
String_t* G_B19_0 = NULL;
String_t* G_B18_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B21_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B21_1 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B20_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B20_1 = NULL;
String_t* G_B22_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B22_1 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B22_2 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B24_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B24_1 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B23_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B23_1 = NULL;
String_t* G_B25_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B25_1 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B25_2 = NULL;
{
// if (!string.IsNullOrEmpty(expectedControlLayout))
String_t* L_0 = __this->___expectedControlLayout_4;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_001f;
}
}
{
// expectedControlType = expectedControlLayout;
String_t* L_3 = __this->___expectedControlLayout_4;
__this->___expectedControlType_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___expectedControlType_3), (void*)L_3);
}
IL_001f:
{
// InputActionType actionType = default;
V_0 = 0;
// if (!string.IsNullOrEmpty(type))
String_t* L_4 = __this->___type_1;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_2 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_0051;
}
}
{
// actionType = (InputActionType)Enum.Parse(typeof(InputActionType), type, true);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_8;
L_8 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_7, NULL);
String_t* L_9 = __this->___type_1;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_10;
L_10 = Enum_Parse_m1ABE53499F05D295104BDE57EE12376CF4513585(L_8, L_9, (bool)1, NULL);
V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_il2cpp_TypeInfo_var))));
goto IL_00ae;
}
IL_0051:
{
// if (passThrough)
bool L_11 = __this->___passThrough_7;
V_3 = L_11;
bool L_12 = V_3;
if (!L_12)
{
goto IL_0060;
}
}
{
// actionType = InputActionType.PassThrough;
V_0 = 2;
goto IL_00ad;
}
IL_0060:
{
// else if (initialStateCheck)
bool L_13 = __this->___initialStateCheck_8;
V_4 = L_13;
bool L_14 = V_4;
if (!L_14)
{
goto IL_0070;
}
}
{
// actionType = InputActionType.Value;
V_0 = 0;
goto IL_00ad;
}
IL_0070:
{
// else if (!string.IsNullOrEmpty(expectedControlType) &&
// (expectedControlType == "Button" || expectedControlType == "Key"))
String_t* L_15 = __this->___expectedControlType_3;
bool L_16;
L_16 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_15, NULL);
if (L_16)
{
goto IL_00a4;
}
}
{
String_t* L_17 = __this->___expectedControlType_3;
bool L_18;
L_18 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_17, _stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870, NULL);
if (L_18)
{
goto IL_00a1;
}
}
{
String_t* L_19 = __this->___expectedControlType_3;
bool L_20;
L_20 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_19, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, NULL);
G_B12_0 = ((int32_t)(L_20));
goto IL_00a2;
}
IL_00a1:
{
G_B12_0 = 1;
}
IL_00a2:
{
G_B14_0 = G_B12_0;
goto IL_00a5;
}
IL_00a4:
{
G_B14_0 = 0;
}
IL_00a5:
{
V_5 = (bool)G_B14_0;
bool L_21 = V_5;
if (!L_21)
{
goto IL_00ad;
}
}
{
// actionType = InputActionType.Button;
V_0 = 1;
}
IL_00ad:
{
}
IL_00ae:
{
// return new InputAction(actionName ?? name, actionType)
// {
// m_Id = string.IsNullOrEmpty(id) ? null : id,
// m_ExpectedControlType = !string.IsNullOrEmpty(expectedControlType)
// ? expectedControlType
// : null,
// m_Processors = processors,
// m_Interactions = interactions,
// wantsInitialStateCheck = initialStateCheck,
// };
String_t* L_22 = ___actionName0;
String_t* L_23 = L_22;
G_B18_0 = L_23;
if (L_23)
{
G_B19_0 = L_23;
goto IL_00b9;
}
}
{
String_t* L_24 = __this->___name_0;
G_B19_0 = L_24;
}
IL_00b9:
{
int32_t L_25 = V_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_26 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)il2cpp_codegen_object_new(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
NullCheck(L_26);
InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9(L_26, G_B19_0, L_25, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_27 = L_26;
String_t* L_28 = __this->___id_2;
bool L_29;
L_29 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_28, NULL);
G_B20_0 = L_27;
G_B20_1 = L_27;
if (L_29)
{
G_B21_0 = L_27;
G_B21_1 = L_27;
goto IL_00d9;
}
}
{
String_t* L_30 = __this->___id_2;
G_B22_0 = L_30;
G_B22_1 = G_B20_0;
G_B22_2 = G_B20_1;
goto IL_00da;
}
IL_00d9:
{
G_B22_0 = ((String_t*)(NULL));
G_B22_1 = G_B21_0;
G_B22_2 = G_B21_1;
}
IL_00da:
{
NullCheck(G_B22_1);
G_B22_1->___m_Id_3 = G_B22_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B22_1->___m_Id_3), (void*)G_B22_0);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_31 = G_B22_2;
String_t* L_32 = __this->___expectedControlType_3;
bool L_33;
L_33 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_32, NULL);
G_B23_0 = L_31;
G_B23_1 = L_31;
if (!L_33)
{
G_B24_0 = L_31;
G_B24_1 = L_31;
goto IL_00f0;
}
}
{
G_B25_0 = ((String_t*)(NULL));
G_B25_1 = G_B23_0;
G_B25_2 = G_B23_1;
goto IL_00f6;
}
IL_00f0:
{
String_t* L_34 = __this->___expectedControlType_3;
G_B25_0 = L_34;
G_B25_1 = G_B24_0;
G_B25_2 = G_B24_1;
}
IL_00f6:
{
NullCheck(G_B25_1);
G_B25_1->___m_ExpectedControlType_2 = G_B25_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B25_1->___m_ExpectedControlType_2), (void*)G_B25_0);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_35 = G_B25_2;
String_t* L_36 = __this->___processors_5;
NullCheck(L_35);
L_35->___m_Processors_4 = L_36;
Il2CppCodeGenWriteBarrier((void**)(&L_35->___m_Processors_4), (void*)L_36);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_37 = L_35;
String_t* L_38 = __this->___interactions_6;
NullCheck(L_37);
L_37->___m_Interactions_5 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&L_37->___m_Interactions_5), (void*)L_38);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_39 = L_37;
bool L_40 = __this->___initialStateCheck_8;
NullCheck(L_39);
InputAction_set_wantsInitialStateCheck_mDF1B647C9EBA235FAFEFE1946219B9170218B2D4(L_39, L_40, NULL);
V_6 = L_39;
goto IL_0124;
}
IL_0124:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_41 = V_6;
return L_41;
}
}
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ReadActionJson_ToAction_m40C3319F0E8FFC9F9392D9BE8B2157111C93C371_AdjustorThunk (RuntimeObject* __this, String_t* ___actionName0, const RuntimeMethod* method)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75*>(__this + _offset);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
_returnValue = ReadActionJson_ToAction_m40C3319F0E8FFC9F9392D9BE8B2157111C93C371(_thisAdjusted, ___actionName0, 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.InputActionMap/WriteActionJson
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
marshaled.___type_1 = il2cpp_codegen_marshal_string(unmarshaled.___type_1);
marshaled.___id_2 = il2cpp_codegen_marshal_string(unmarshaled.___id_2);
marshaled.___expectedControlType_3 = il2cpp_codegen_marshal_string(unmarshaled.___expectedControlType_3);
marshaled.___processors_4 = il2cpp_codegen_marshal_string(unmarshaled.___processors_4);
marshaled.___interactions_5 = il2cpp_codegen_marshal_string(unmarshaled.___interactions_5);
marshaled.___initialStateCheck_6 = static_cast<int32_t>(unmarshaled.___initialStateCheck_6);
}
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke_back(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke& marshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled)
{
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
unmarshaled.___type_1 = il2cpp_codegen_marshal_string_result(marshaled.___type_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___type_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___type_1));
unmarshaled.___id_2 = il2cpp_codegen_marshal_string_result(marshaled.___id_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___id_2));
unmarshaled.___expectedControlType_3 = il2cpp_codegen_marshal_string_result(marshaled.___expectedControlType_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___expectedControlType_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___expectedControlType_3));
unmarshaled.___processors_4 = il2cpp_codegen_marshal_string_result(marshaled.___processors_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___processors_4));
unmarshaled.___interactions_5 = il2cpp_codegen_marshal_string_result(marshaled.___interactions_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___interactions_5));
bool unmarshaledinitialStateCheck_temp_6 = false;
unmarshaledinitialStateCheck_temp_6 = static_cast<bool>(marshaled.___initialStateCheck_6);
unmarshaled.___initialStateCheck_6 = unmarshaledinitialStateCheck_temp_6;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/WriteActionJson
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke_cleanup(WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___type_1);
marshaled.___type_1 = NULL;
il2cpp_codegen_marshal_free(marshaled.___id_2);
marshaled.___id_2 = NULL;
il2cpp_codegen_marshal_free(marshaled.___expectedControlType_3);
marshaled.___expectedControlType_3 = NULL;
il2cpp_codegen_marshal_free(marshaled.___processors_4);
marshaled.___processors_4 = NULL;
il2cpp_codegen_marshal_free(marshaled.___interactions_5);
marshaled.___interactions_5 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/WriteActionJson
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
marshaled.___type_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___type_1);
marshaled.___id_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___id_2);
marshaled.___expectedControlType_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___expectedControlType_3);
marshaled.___processors_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___processors_4);
marshaled.___interactions_5 = il2cpp_codegen_marshal_bstring(unmarshaled.___interactions_5);
marshaled.___initialStateCheck_6 = static_cast<int32_t>(unmarshaled.___initialStateCheck_6);
}
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com_back(const WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com& marshaled, WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A& unmarshaled)
{
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
unmarshaled.___type_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___type_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___type_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___type_1));
unmarshaled.___id_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___id_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___id_2));
unmarshaled.___expectedControlType_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___expectedControlType_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___expectedControlType_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___expectedControlType_3));
unmarshaled.___processors_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___processors_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___processors_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___processors_4));
unmarshaled.___interactions_5 = il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interactions_5), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___interactions_5));
bool unmarshaledinitialStateCheck_temp_6 = false;
unmarshaledinitialStateCheck_temp_6 = static_cast<bool>(marshaled.___initialStateCheck_6);
unmarshaled.___initialStateCheck_6 = unmarshaledinitialStateCheck_temp_6;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/WriteActionJson
IL2CPP_EXTERN_C void WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com_cleanup(WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___type_1);
marshaled.___type_1 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___id_2);
marshaled.___id_2 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___expectedControlType_3);
marshaled.___expectedControlType_3 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___processors_4);
marshaled.___processors_4 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___interactions_5);
marshaled.___interactions_5 = NULL;
}
// UnityEngine.InputSystem.InputActionMap/WriteActionJson UnityEngine.InputSystem.InputActionMap/WriteActionJson::FromAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A WriteActionJson_FromAction_m45A7BC1FCCF227E6EF2A9B16591860DFD6F1C5C7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A V_0;
memset((&V_0), 0, sizeof(V_0));
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new WriteActionJson
// {
// name = action.m_Name,
// type = action.m_Type.ToString(),
// id = action.m_Id,
// expectedControlType = action.m_ExpectedControlType,
// processors = action.processors,
// interactions = action.interactions,
// initialStateCheck = action.wantsInitialStateCheck,
// };
il2cpp_codegen_initobj((&V_0), sizeof(WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
NullCheck(L_0);
String_t* L_1 = L_0->___m_Name_0;
(&V_0)->___name_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_0), (void*)L_1);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___action0;
NullCheck(L_2);
int32_t* L_3 = (&L_2->___m_Type_1);
Il2CppFakeBox<int32_t> L_4(InputActionType_t7E3615BDDF3C84F39712E5889559D3AD8E773108_il2cpp_TypeInfo_var, L_3);
String_t* L_5;
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
(&V_0)->___type_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___type_1), (void*)L_5);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
String_t* L_7 = L_6->___m_Id_3;
(&V_0)->___id_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___id_2), (void*)L_7);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
NullCheck(L_8);
String_t* L_9 = L_8->___m_ExpectedControlType_2;
(&V_0)->___expectedControlType_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___expectedControlType_3), (void*)L_9);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___action0;
NullCheck(L_10);
String_t* L_11;
L_11 = InputAction_get_processors_m9FE611006F5D24DC547F8EF261E59FEFEA941BB4_inline(L_10, NULL);
(&V_0)->___processors_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___processors_4), (void*)L_11);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
String_t* L_13;
L_13 = InputAction_get_interactions_mDC629496A539AC67BF3525828AAEE560B26FC3EC_inline(L_12, NULL);
(&V_0)->___interactions_5 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___interactions_5), (void*)L_13);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___action0;
NullCheck(L_14);
bool L_15;
L_15 = InputAction_get_wantsInitialStateCheck_m097A8E6608D976DA33702B0C6A48C2352EFE8DE6(L_14, NULL);
(&V_0)->___initialStateCheck_6 = L_15;
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A L_16 = V_0;
V_1 = L_16;
goto IL_0073;
}
IL_0073:
{
// }
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A L_17 = V_1;
return L_17;
}
}
#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.InputActionMap/ReadMapJson
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
marshaled.___id_1 = il2cpp_codegen_marshal_string(unmarshaled.___id_1);
if (unmarshaled.___actions_2 != NULL)
{
il2cpp_array_size_t _unmarshaledactions_Length = (unmarshaled.___actions_2)->max_length;
marshaled.___actions_2 = il2cpp_codegen_marshal_allocate_array<ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke>(_unmarshaledactions_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledactions_Length); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke((unmarshaled.___actions_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___actions_2)[i]);
}
}
else
{
marshaled.___actions_2 = NULL;
}
if (unmarshaled.___bindings_3 != NULL)
{
il2cpp_array_size_t _unmarshaledbindings_Length = (unmarshaled.___bindings_3)->max_length;
marshaled.___bindings_3 = il2cpp_codegen_marshal_allocate_array<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke>(_unmarshaledbindings_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbindings_Length); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke((unmarshaled.___bindings_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___bindings_3)[i]);
}
}
else
{
marshaled.___bindings_3 = NULL;
}
}
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_back(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke& marshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_string_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___id_1));
if (marshaled.___actions_2 != NULL)
{
if (unmarshaled.___actions_2 == NULL)
{
unmarshaled.___actions_2 = reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___actions_2), (void*)reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___actions_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 _marshaled____actions_2_i__unmarshaled;
memset((&_marshaled____actions_2_i__unmarshaled), 0, sizeof(_marshaled____actions_2_i__unmarshaled));
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_back((marshaled.___actions_2)[i], _marshaled____actions_2_i__unmarshaled);
(unmarshaled.___actions_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____actions_2_i__unmarshaled);
}
}
if (marshaled.___bindings_3 != NULL)
{
if (unmarshaled.___bindings_3 == NULL)
{
unmarshaled.___bindings_3 = reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindings_3), (void*)reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bindings_3)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A _marshaled____bindings_3_i__unmarshaled;
memset((&_marshaled____bindings_3_i__unmarshaled), 0, sizeof(_marshaled____bindings_3_i__unmarshaled));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_back((marshaled.___bindings_3)[i], _marshaled____bindings_3_i__unmarshaled);
(unmarshaled.___bindings_3)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____bindings_3_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/ReadMapJson
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_cleanup(ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___id_1);
marshaled.___id_1 = NULL;
if (marshaled.___actions_2 != NULL)
{
const il2cpp_array_size_t marshaled____actions_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____actions_2_CleanupLoopCount); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_cleanup((marshaled.___actions_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___actions_2);
marshaled.___actions_2 = NULL;
}
if (marshaled.___bindings_3 != NULL)
{
const il2cpp_array_size_t marshaled____bindings_3_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____bindings_3_CleanupLoopCount); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_cleanup((marshaled.___bindings_3)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___bindings_3);
marshaled.___bindings_3 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/ReadMapJson
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
marshaled.___id_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___id_1);
if (unmarshaled.___actions_2 != NULL)
{
il2cpp_array_size_t _unmarshaledactions_Length = (unmarshaled.___actions_2)->max_length;
marshaled.___actions_2 = il2cpp_codegen_marshal_allocate_array<ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com>(_unmarshaledactions_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledactions_Length); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com((unmarshaled.___actions_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___actions_2)[i]);
}
}
else
{
marshaled.___actions_2 = NULL;
}
if (unmarshaled.___bindings_3 != NULL)
{
il2cpp_array_size_t _unmarshaledbindings_Length = (unmarshaled.___bindings_3)->max_length;
marshaled.___bindings_3 = il2cpp_codegen_marshal_allocate_array<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com>(_unmarshaledbindings_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbindings_Length); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com((unmarshaled.___bindings_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___bindings_3)[i]);
}
}
else
{
marshaled.___bindings_3 = NULL;
}
}
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_back(const ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com& marshaled, ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___id_1));
if (marshaled.___actions_2 != NULL)
{
if (unmarshaled.___actions_2 == NULL)
{
unmarshaled.___actions_2 = reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___actions_2), (void*)reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___actions_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 _marshaled____actions_2_i__unmarshaled;
memset((&_marshaled____actions_2_i__unmarshaled), 0, sizeof(_marshaled____actions_2_i__unmarshaled));
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_back((marshaled.___actions_2)[i], _marshaled____actions_2_i__unmarshaled);
(unmarshaled.___actions_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____actions_2_i__unmarshaled);
}
}
if (marshaled.___bindings_3 != NULL)
{
if (unmarshaled.___bindings_3 == NULL)
{
unmarshaled.___bindings_3 = reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindings_3), (void*)reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bindings_3)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A _marshaled____bindings_3_i__unmarshaled;
memset((&_marshaled____bindings_3_i__unmarshaled), 0, sizeof(_marshaled____bindings_3_i__unmarshaled));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_back((marshaled.___bindings_3)[i], _marshaled____bindings_3_i__unmarshaled);
(unmarshaled.___bindings_3)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____bindings_3_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/ReadMapJson
IL2CPP_EXTERN_C void ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_cleanup(ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___id_1);
marshaled.___id_1 = NULL;
if (marshaled.___actions_2 != NULL)
{
const il2cpp_array_size_t marshaled____actions_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____actions_2_CleanupLoopCount); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_cleanup((marshaled.___actions_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___actions_2);
marshaled.___actions_2 = NULL;
}
if (marshaled.___bindings_3 != NULL)
{
const il2cpp_array_size_t marshaled____bindings_3_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____bindings_3_CleanupLoopCount); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_cleanup((marshaled.___bindings_3)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___bindings_3);
marshaled.___bindings_3 = NULL;
}
}
#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.InputActionMap/WriteMapJson
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
marshaled.___id_1 = il2cpp_codegen_marshal_string(unmarshaled.___id_1);
if (unmarshaled.___actions_2 != NULL)
{
il2cpp_array_size_t _unmarshaledactions_Length = (unmarshaled.___actions_2)->max_length;
marshaled.___actions_2 = il2cpp_codegen_marshal_allocate_array<WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_pinvoke>(_unmarshaledactions_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledactions_Length); i++)
{
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke((unmarshaled.___actions_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___actions_2)[i]);
}
}
else
{
marshaled.___actions_2 = NULL;
}
if (unmarshaled.___bindings_3 != NULL)
{
il2cpp_array_size_t _unmarshaledbindings_Length = (unmarshaled.___bindings_3)->max_length;
marshaled.___bindings_3 = il2cpp_codegen_marshal_allocate_array<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_pinvoke>(_unmarshaledbindings_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbindings_Length); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke((unmarshaled.___bindings_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___bindings_3)[i]);
}
}
else
{
marshaled.___bindings_3 = NULL;
}
}
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_back(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke& marshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_string_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___id_1));
if (marshaled.___actions_2 != NULL)
{
if (unmarshaled.___actions_2 == NULL)
{
unmarshaled.___actions_2 = reinterpret_cast<WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*>((WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)SZArrayNew(WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___actions_2), (void*)reinterpret_cast<WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*>((WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)SZArrayNew(WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___actions_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A _marshaled____actions_2_i__unmarshaled;
memset((&_marshaled____actions_2_i__unmarshaled), 0, sizeof(_marshaled____actions_2_i__unmarshaled));
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke_back((marshaled.___actions_2)[i], _marshaled____actions_2_i__unmarshaled);
(unmarshaled.___actions_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____actions_2_i__unmarshaled);
}
}
if (marshaled.___bindings_3 != NULL)
{
if (unmarshaled.___bindings_3 == NULL)
{
unmarshaled.___bindings_3 = reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindings_3), (void*)reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bindings_3)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A _marshaled____bindings_3_i__unmarshaled;
memset((&_marshaled____bindings_3_i__unmarshaled), 0, sizeof(_marshaled____bindings_3_i__unmarshaled));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_back((marshaled.___bindings_3)[i], _marshaled____bindings_3_i__unmarshaled);
(unmarshaled.___bindings_3)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____bindings_3_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/WriteMapJson
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_cleanup(WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___id_1);
marshaled.___id_1 = NULL;
if (marshaled.___actions_2 != NULL)
{
const il2cpp_array_size_t marshaled____actions_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____actions_2_CleanupLoopCount); i++)
{
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_pinvoke_cleanup((marshaled.___actions_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___actions_2);
marshaled.___actions_2 = NULL;
}
if (marshaled.___bindings_3 != NULL)
{
const il2cpp_array_size_t marshaled____bindings_3_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____bindings_3_CleanupLoopCount); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_pinvoke_cleanup((marshaled.___bindings_3)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___bindings_3);
marshaled.___bindings_3 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/WriteMapJson
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
marshaled.___id_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___id_1);
if (unmarshaled.___actions_2 != NULL)
{
il2cpp_array_size_t _unmarshaledactions_Length = (unmarshaled.___actions_2)->max_length;
marshaled.___actions_2 = il2cpp_codegen_marshal_allocate_array<WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshaled_com>(_unmarshaledactions_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledactions_Length); i++)
{
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com((unmarshaled.___actions_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___actions_2)[i]);
}
}
else
{
marshaled.___actions_2 = NULL;
}
if (unmarshaled.___bindings_3 != NULL)
{
il2cpp_array_size_t _unmarshaledbindings_Length = (unmarshaled.___bindings_3)->max_length;
marshaled.___bindings_3 = il2cpp_codegen_marshal_allocate_array<BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshaled_com>(_unmarshaledbindings_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbindings_Length); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com((unmarshaled.___bindings_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___bindings_3)[i]);
}
}
else
{
marshaled.___bindings_3 = NULL;
}
}
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_back(const WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com& marshaled, WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
unmarshaled.___id_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___id_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___id_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___id_1));
if (marshaled.___actions_2 != NULL)
{
if (unmarshaled.___actions_2 == NULL)
{
unmarshaled.___actions_2 = reinterpret_cast<WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*>((WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)SZArrayNew(WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___actions_2), (void*)reinterpret_cast<WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*>((WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)SZArrayNew(WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___actions_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A _marshaled____actions_2_i__unmarshaled;
memset((&_marshaled____actions_2_i__unmarshaled), 0, sizeof(_marshaled____actions_2_i__unmarshaled));
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com_back((marshaled.___actions_2)[i], _marshaled____actions_2_i__unmarshaled);
(unmarshaled.___actions_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____actions_2_i__unmarshaled);
}
}
if (marshaled.___bindings_3 != NULL)
{
if (unmarshaled.___bindings_3 == NULL)
{
unmarshaled.___bindings_3 = reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindings_3), (void*)reinterpret_cast<BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*>((BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bindings_3)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A _marshaled____bindings_3_i__unmarshaled;
memset((&_marshaled____bindings_3_i__unmarshaled), 0, sizeof(_marshaled____bindings_3_i__unmarshaled));
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_back((marshaled.___bindings_3)[i], _marshaled____bindings_3_i__unmarshaled);
(unmarshaled.___bindings_3)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____bindings_3_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/WriteMapJson
IL2CPP_EXTERN_C void WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_cleanup(WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___id_1);
marshaled.___id_1 = NULL;
if (marshaled.___actions_2 != NULL)
{
const il2cpp_array_size_t marshaled____actions_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____actions_2_CleanupLoopCount); i++)
{
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A_marshal_com_cleanup((marshaled.___actions_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___actions_2);
marshaled.___actions_2 = NULL;
}
if (marshaled.___bindings_3 != NULL)
{
const il2cpp_array_size_t marshaled____bindings_3_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____bindings_3_CleanupLoopCount); i++)
{
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A_marshal_com_cleanup((marshaled.___bindings_3)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___bindings_3);
marshaled.___bindings_3 = NULL;
}
}
// UnityEngine.InputSystem.InputActionMap/WriteMapJson UnityEngine.InputSystem.InputActionMap/WriteMapJson::FromMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 WriteMapJson_FromMap_mBBF43AE9CD1C4B46964F19CC876227A341C69E9B (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A* V_0 = NULL;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* V_1 = NULL;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_2 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
int32_t V_10 = 0;
bool V_11 = false;
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 V_12;
memset((&V_12), 0, sizeof(V_12));
Guid_t V_13;
memset((&V_13), 0, sizeof(V_13));
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 V_14;
memset((&V_14), 0, sizeof(V_14));
{
// WriteActionJson[] jsonActions = null;
V_0 = (WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)NULL;
// BindingJson[] jsonBindings = null;
V_1 = (BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)NULL;
// var actions = map.m_Actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
NullCheck(L_0);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_1 = L_0->___m_Actions_3;
V_2 = L_1;
// if (actions != null)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = V_2;
V_4 = (bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_4;
if (!L_3)
{
goto IL_004d;
}
}
{
// var actionCount = actions.Length;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_4 = V_2;
NullCheck(L_4);
V_5 = ((int32_t)(((RuntimeArray*)L_4)->max_length));
// jsonActions = new WriteActionJson[actionCount];
int32_t L_5 = V_5;
WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A* L_6 = (WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)(WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A*)SZArrayNew(WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_0 = L_6;
// for (var i = 0; i < actionCount; ++i)
V_6 = 0;
goto IL_0040;
}
IL_0029:
{
// jsonActions[i] = WriteActionJson.FromAction(actions[i]);
WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A* L_7 = V_0;
int32_t L_8 = V_6;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_9 = V_2;
int32_t L_10 = V_6;
NullCheck(L_9);
int32_t L_11 = L_10;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A L_13;
L_13 = WriteActionJson_FromAction_m45A7BC1FCCF227E6EF2A9B16591860DFD6F1C5C7(L_12, NULL);
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (WriteActionJson_t42C7FFE506F2CC1ADC4FFA45CCE53AD6AC00404A)L_13);
// for (var i = 0; i < actionCount; ++i)
int32_t L_14 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0040:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_15 = V_6;
int32_t L_16 = V_5;
V_7 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_7;
if (L_17)
{
goto IL_0029;
}
}
{
}
IL_004d:
{
// var bindings = map.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = ___map0;
NullCheck(L_18);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_19 = L_18->___m_Bindings_4;
V_3 = L_19;
// if (bindings != null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = V_3;
V_8 = (bool)((!(((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_20) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_21 = V_8;
if (!L_21)
{
goto IL_0099;
}
}
{
// var bindingCount = bindings.Length;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_22 = V_3;
NullCheck(L_22);
V_9 = ((int32_t)(((RuntimeArray*)L_22)->max_length));
// jsonBindings = new BindingJson[bindingCount];
int32_t L_23 = V_9;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_24 = (BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)SZArrayNew(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D_il2cpp_TypeInfo_var, (uint32_t)L_23);
V_1 = L_24;
// for (var i = 0; i < bindingCount; ++i)
V_10 = 0;
goto IL_008c;
}
IL_0071:
{
// jsonBindings[i] = BindingJson.FromBinding(ref bindings[i]);
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_25 = V_1;
int32_t L_26 = V_10;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_27 = V_3;
int32_t L_28 = V_10;
NullCheck(L_27);
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A L_29;
L_29 = BindingJson_FromBinding_mD2A2E1D7C945550487D680F7824EBAE54FB9BE2B(((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_28))), NULL);
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A)L_29);
// for (var i = 0; i < bindingCount; ++i)
int32_t L_30 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_008c:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_31 = V_10;
int32_t L_32 = V_9;
V_11 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
bool L_33 = V_11;
if (L_33)
{
goto IL_0071;
}
}
{
}
IL_0099:
{
// return new WriteMapJson
// {
// name = map.name,
// id = map.id.ToString(),
// actions = jsonActions,
// bindings = jsonBindings,
// };
il2cpp_codegen_initobj((&V_12), sizeof(WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34 = ___map0;
NullCheck(L_34);
String_t* L_35;
L_35 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_34, NULL);
(&V_12)->___name_0 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___name_0), (void*)L_35);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_36 = ___map0;
NullCheck(L_36);
Guid_t L_37;
L_37 = InputActionMap_get_id_m3310A38708FBA933F2CDEBA3FB80DECBAED30243(L_36, NULL);
V_13 = L_37;
String_t* L_38;
L_38 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_13), NULL);
(&V_12)->___id_1 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___id_1), (void*)L_38);
WriteActionJsonU5BU5D_t028B15E467D7812D1C4C9B6F905E414007BEF46A* L_39 = V_0;
(&V_12)->___actions_2 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___actions_2), (void*)L_39);
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_40 = V_1;
(&V_12)->___bindings_3 = L_40;
Il2CppCodeGenWriteBarrier((void**)(&(&V_12)->___bindings_3), (void*)L_40);
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 L_41 = V_12;
V_14 = L_41;
goto IL_00e0;
}
IL_00e0:
{
// }
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 L_42 = V_14;
return L_42;
}
}
#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.InputActionMap/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshal_pinvoke(const WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781& unmarshaled, WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_pinvoke& marshaled)
{
if (unmarshaled.___maps_0 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_0)->max_length;
marshaled.___maps_0 = il2cpp_codegen_marshal_allocate_array<WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_pinvoke>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke((unmarshaled.___maps_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_0)[i]);
}
}
else
{
marshaled.___maps_0 = NULL;
}
}
IL2CPP_EXTERN_C void WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshal_pinvoke_back(const WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_pinvoke& marshaled, WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___maps_0 != NULL)
{
if (unmarshaled.___maps_0 == NULL)
{
unmarshaled.___maps_0 = reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_0), (void*)reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_0)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 _marshaled____maps_0_i__unmarshaled;
memset((&_marshaled____maps_0_i__unmarshaled), 0, sizeof(_marshaled____maps_0_i__unmarshaled));
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_back((marshaled.___maps_0)[i], _marshaled____maps_0_i__unmarshaled);
(unmarshaled.___maps_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_0_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshal_pinvoke_cleanup(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_pinvoke& marshaled)
{
if (marshaled.___maps_0 != NULL)
{
const il2cpp_array_size_t marshaled____maps_0_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_0_CleanupLoopCount); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_pinvoke_cleanup((marshaled.___maps_0)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_0);
marshaled.___maps_0 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshal_com(const WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781& unmarshaled, WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_com& marshaled)
{
if (unmarshaled.___maps_0 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_0)->max_length;
marshaled.___maps_0 = il2cpp_codegen_marshal_allocate_array<WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshaled_com>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com((unmarshaled.___maps_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_0)[i]);
}
}
else
{
marshaled.___maps_0 = NULL;
}
}
IL2CPP_EXTERN_C void WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshal_com_back(const WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_com& marshaled, WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___maps_0 != NULL)
{
if (unmarshaled.___maps_0 == NULL)
{
unmarshaled.___maps_0 = reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_0), (void*)reinterpret_cast<WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*>((WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_0)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 _marshaled____maps_0_i__unmarshaled;
memset((&_marshaled____maps_0_i__unmarshaled), 0, sizeof(_marshaled____maps_0_i__unmarshaled));
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_back((marshaled.___maps_0)[i], _marshaled____maps_0_i__unmarshaled);
(unmarshaled.___maps_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_0_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/WriteFileJson
IL2CPP_EXTERN_C void WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshal_com_cleanup(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781_marshaled_com& marshaled)
{
if (marshaled.___maps_0 != NULL)
{
const il2cpp_array_size_t marshaled____maps_0_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_0_CleanupLoopCount); i++)
{
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5_marshal_com_cleanup((marshaled.___maps_0)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_0);
marshaled.___maps_0 = NULL;
}
}
// UnityEngine.InputSystem.InputActionMap/WriteFileJson UnityEngine.InputSystem.InputActionMap/WriteFileJson::FromMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 WriteFileJson_FromMap_mCE7D9FD5F18E0350E39CE2E205599A9C9C0AB3D6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 V_0;
memset((&V_0), 0, sizeof(V_0));
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new WriteFileJson
// {
// maps = new[] {WriteMapJson.FromMap(map)}
// };
il2cpp_codegen_initobj((&V_0), sizeof(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781));
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* L_0 = (WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, (uint32_t)1);
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* L_1 = L_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = ___map0;
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 L_3;
L_3 = WriteMapJson_FromMap_mBBF43AE9CD1C4B46964F19CC876227A341C69E9B(L_2, NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5)L_3);
(&V_0)->___maps_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___maps_0), (void*)L_1);
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_4 = V_0;
V_1 = L_4;
goto IL_0027;
}
IL_0027:
{
// }
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_5 = V_1;
return L_5;
}
}
// UnityEngine.InputSystem.InputActionMap/WriteFileJson UnityEngine.InputSystem.InputActionMap/WriteFileJson::FromMaps(System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 WriteFileJson_FromMaps_mAB0E0CD5CD1205BCC663A980A7566016BDF24442 (RuntimeObject* ___maps0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m7654F5ADCCDD0D4788A439AFE8C2EE05EACFD4C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t27AE3FE4EE1028D3DDAC438986A2F5B206A0A150_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t516C254A1E6BD26F115C0210667AD787DCBEB310_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 V_4;
memset((&V_4), 0, sizeof(V_4));
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 V_5;
memset((&V_5), 0, sizeof(V_5));
RuntimeObject* V_6 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_7 = NULL;
{
// var mapCount = maps.Count();
RuntimeObject* L_0 = ___maps0;
int32_t L_1;
L_1 = Enumerable_Count_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m7654F5ADCCDD0D4788A439AFE8C2EE05EACFD4C0(L_0, Enumerable_Count_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m7654F5ADCCDD0D4788A439AFE8C2EE05EACFD4C0_RuntimeMethod_var);
V_0 = L_1;
// if (mapCount == 0)
int32_t L_2 = V_0;
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_3;
if (!L_3)
{
goto IL_001e;
}
}
{
// return new WriteFileJson();
il2cpp_codegen_initobj((&V_4), sizeof(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781));
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_4 = V_4;
V_5 = L_4;
goto IL_007b;
}
IL_001e:
{
// var mapsJson = new WriteMapJson[mapCount];
int32_t L_5 = V_0;
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* L_6 = (WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4*)SZArrayNew(WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
// var index = 0;
V_2 = 0;
// foreach (var map in maps)
RuntimeObject* L_7 = ___maps0;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>::GetEnumerator() */, IEnumerable_1_t27AE3FE4EE1028D3DDAC438986A2F5B206A0A150_il2cpp_TypeInfo_var, L_7);
V_6 = L_8;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0058:
{// begin finally (depth: 1)
{
RuntimeObject* L_9 = V_6;
if (!L_9)
{
goto IL_0064;
}
}
{
RuntimeObject* L_10 = V_6;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
}
IL_0064:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_004d_1;
}
IL_0032_1:
{
// foreach (var map in maps)
RuntimeObject* L_11 = V_6;
NullCheck(L_11);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12;
L_12 = InterfaceFuncInvoker0< InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputActionMap>::get_Current() */, IEnumerator_1_t516C254A1E6BD26F115C0210667AD787DCBEB310_il2cpp_TypeInfo_var, L_11);
V_7 = L_12;
// mapsJson[index++] = WriteMapJson.FromMap(map);
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* L_13 = V_1;
int32_t L_14 = V_2;
int32_t L_15 = L_14;
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_7;
WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5 L_17;
L_17 = WriteMapJson_FromMap_mBBF43AE9CD1C4B46964F19CC876227A341C69E9B(L_16, NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (WriteMapJson_tC52CE27F1307259B5B16A31FA675ACC13305A0A5)L_17);
}
IL_004d_1:
{
// foreach (var map in maps)
RuntimeObject* L_18 = V_6;
NullCheck(L_18);
bool L_19;
L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
if (L_19)
{
goto IL_0032_1;
}
}
{
goto IL_0065;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0065:
{
// return new WriteFileJson {maps = mapsJson};
il2cpp_codegen_initobj((&V_4), sizeof(WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781));
WriteMapJsonU5BU5D_t1EAB4643E85B94D085A480A170E86E912A5FB2F4* L_20 = V_1;
(&V_4)->___maps_0 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___maps_0), (void*)L_20);
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_21 = V_4;
V_5 = L_21;
goto IL_007b;
}
IL_007b:
{
// }
WriteFileJson_t7E3C8ACF7CAE69C5FFB40DED25580BBD2B036781 L_22 = V_5;
return L_22;
}
}
#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.InputActionMap/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshal_pinvoke(const ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB& unmarshaled, ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_pinvoke& marshaled)
{
if (unmarshaled.___actions_0 != NULL)
{
il2cpp_array_size_t _unmarshaledactions_Length = (unmarshaled.___actions_0)->max_length;
marshaled.___actions_0 = il2cpp_codegen_marshal_allocate_array<ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_pinvoke>(_unmarshaledactions_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledactions_Length); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke((unmarshaled.___actions_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___actions_0)[i]);
}
}
else
{
marshaled.___actions_0 = NULL;
}
if (unmarshaled.___maps_1 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_1)->max_length;
marshaled.___maps_1 = il2cpp_codegen_marshal_allocate_array<ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_pinvoke>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke((unmarshaled.___maps_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_1)[i]);
}
}
else
{
marshaled.___maps_1 = NULL;
}
}
IL2CPP_EXTERN_C void ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshal_pinvoke_back(const ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_pinvoke& marshaled, ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___actions_0 != NULL)
{
if (unmarshaled.___actions_0 == NULL)
{
unmarshaled.___actions_0 = reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___actions_0), (void*)reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___actions_0)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 _marshaled____actions_0_i__unmarshaled;
memset((&_marshaled____actions_0_i__unmarshaled), 0, sizeof(_marshaled____actions_0_i__unmarshaled));
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_back((marshaled.___actions_0)[i], _marshaled____actions_0_i__unmarshaled);
(unmarshaled.___actions_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____actions_0_i__unmarshaled);
}
}
if (marshaled.___maps_1 != NULL)
{
if (unmarshaled.___maps_1 == NULL)
{
unmarshaled.___maps_1 = reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_1), (void*)reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 _marshaled____maps_1_i__unmarshaled;
memset((&_marshaled____maps_1_i__unmarshaled), 0, sizeof(_marshaled____maps_1_i__unmarshaled));
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_back((marshaled.___maps_1)[i], _marshaled____maps_1_i__unmarshaled);
(unmarshaled.___maps_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_1_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshal_pinvoke_cleanup(ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_pinvoke& marshaled)
{
if (marshaled.___actions_0 != NULL)
{
const il2cpp_array_size_t marshaled____actions_0_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____actions_0_CleanupLoopCount); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_pinvoke_cleanup((marshaled.___actions_0)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___actions_0);
marshaled.___actions_0 = NULL;
}
if (marshaled.___maps_1 != NULL)
{
const il2cpp_array_size_t marshaled____maps_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_1_CleanupLoopCount); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_pinvoke_cleanup((marshaled.___maps_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_1);
marshaled.___maps_1 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionMap/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshal_com(const ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB& unmarshaled, ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_com& marshaled)
{
if (unmarshaled.___actions_0 != NULL)
{
il2cpp_array_size_t _unmarshaledactions_Length = (unmarshaled.___actions_0)->max_length;
marshaled.___actions_0 = il2cpp_codegen_marshal_allocate_array<ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshaled_com>(_unmarshaledactions_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledactions_Length); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com((unmarshaled.___actions_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___actions_0)[i]);
}
}
else
{
marshaled.___actions_0 = NULL;
}
if (unmarshaled.___maps_1 != NULL)
{
il2cpp_array_size_t _unmarshaledmaps_Length = (unmarshaled.___maps_1)->max_length;
marshaled.___maps_1 = il2cpp_codegen_marshal_allocate_array<ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshaled_com>(_unmarshaledmaps_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledmaps_Length); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com((unmarshaled.___maps_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___maps_1)[i]);
}
}
else
{
marshaled.___maps_1 = NULL;
}
}
IL2CPP_EXTERN_C void ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshal_com_back(const ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_com& marshaled, ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___actions_0 != NULL)
{
if (unmarshaled.___actions_0 == NULL)
{
unmarshaled.___actions_0 = reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___actions_0), (void*)reinterpret_cast<ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*>((ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D*)SZArrayNew(ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___actions_0)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 _marshaled____actions_0_i__unmarshaled;
memset((&_marshaled____actions_0_i__unmarshaled), 0, sizeof(_marshaled____actions_0_i__unmarshaled));
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_back((marshaled.___actions_0)[i], _marshaled____actions_0_i__unmarshaled);
(unmarshaled.___actions_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____actions_0_i__unmarshaled);
}
}
if (marshaled.___maps_1 != NULL)
{
if (unmarshaled.___maps_1 == NULL)
{
unmarshaled.___maps_1 = reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___maps_1), (void*)reinterpret_cast<ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*>((ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308*)SZArrayNew(ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___maps_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 _marshaled____maps_1_i__unmarshaled;
memset((&_marshaled____maps_1_i__unmarshaled), 0, sizeof(_marshaled____maps_1_i__unmarshaled));
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_back((marshaled.___maps_1)[i], _marshaled____maps_1_i__unmarshaled);
(unmarshaled.___maps_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____maps_1_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionMap/ReadFileJson
IL2CPP_EXTERN_C void ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshal_com_cleanup(ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB_marshaled_com& marshaled)
{
if (marshaled.___actions_0 != NULL)
{
const il2cpp_array_size_t marshaled____actions_0_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____actions_0_CleanupLoopCount); i++)
{
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75_marshal_com_cleanup((marshaled.___actions_0)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___actions_0);
marshaled.___actions_0 = NULL;
}
if (marshaled.___maps_1 != NULL)
{
const il2cpp_array_size_t marshaled____maps_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____maps_1_CleanupLoopCount); i++)
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356_marshal_com_cleanup((marshaled.___maps_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___maps_1);
marshaled.___maps_1 = NULL;
}
}
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionMap/ReadFileJson::ToMaps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1 (ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m8674801A49850E743BAE1F7BF0DEF901CB53156C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mB6BBA172BB5C30EB35CD80DFD442DEDEB94EEDD1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m402F6064C2EDA1E52E9E1157686EA354DA3D5958_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7AA072CCE229F71E8F650B1F6D11537980473409_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCB4AE8ECA330F72CEA0561EFD9FFED43991B2A8A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7B4FE30902A543C27E679A6CA591DCE015823029_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t8F13F2B62710133307BD33519E15E619D6F905E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* V_0 = NULL;
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* V_1 = NULL;
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 V_6;
memset((&V_6), 0, sizeof(V_6));
String_t* V_7 = NULL;
String_t* V_8 = NULL;
int32_t V_9 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_10 = NULL;
int32_t V_11 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_12 = NULL;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* V_20 = NULL;
int32_t V_21 = 0;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A V_22;
memset((&V_22), 0, sizeof(V_22));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_23;
memset((&V_23), 0, sizeof(V_23));
bool V_24 = false;
bool V_25 = false;
int32_t V_26 = 0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 V_27;
memset((&V_27), 0, sizeof(V_27));
String_t* V_28 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_29 = NULL;
int32_t V_30 = 0;
int32_t V_31 = 0;
int32_t V_32 = 0;
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* V_33 = NULL;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
int32_t V_38 = 0;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 V_39;
memset((&V_39), 0, sizeof(V_39));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_40 = NULL;
bool V_41 = false;
bool V_42 = false;
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* V_43 = NULL;
int32_t V_44 = 0;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A V_45;
memset((&V_45), 0, sizeof(V_45));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_46;
memset((&V_46), 0, sizeof(V_46));
bool V_47 = false;
bool V_48 = false;
int32_t V_49 = 0;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A V_50;
memset((&V_50), 0, sizeof(V_50));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_51;
memset((&V_51), 0, sizeof(V_51));
bool V_52 = false;
bool V_53 = false;
int32_t V_54 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_55 = NULL;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_56 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_57 = NULL;
int32_t V_58 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_59 = NULL;
bool V_60 = false;
bool V_61 = false;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_62 = NULL;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* G_B2_0 = NULL;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* G_B26_0 = NULL;
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* G_B25_0 = NULL;
int32_t G_B27_0 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B38_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B38_1 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B37_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B37_1 = NULL;
String_t* G_B39_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B39_1 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B39_2 = NULL;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* G_B42_0 = NULL;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* G_B41_0 = NULL;
int32_t G_B43_0 = 0;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* G_B55_0 = NULL;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* G_B54_0 = NULL;
int32_t G_B56_0 = 0;
{
// var mapList = new List<InputActionMap>();
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_0 = (List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B*)il2cpp_codegen_object_new(List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mCB4AE8ECA330F72CEA0561EFD9FFED43991B2A8A(L_0, List_1__ctor_mCB4AE8ECA330F72CEA0561EFD9FFED43991B2A8A_RuntimeMethod_var);
V_0 = L_0;
// var actionLists = new List<List<InputAction>>();
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* L_1 = (List_1_t8F13F2B62710133307BD33519E15E619D6F905E3*)il2cpp_codegen_object_new(List_1_t8F13F2B62710133307BD33519E15E619D6F905E3_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_m402F6064C2EDA1E52E9E1157686EA354DA3D5958(L_1, List_1__ctor_m402F6064C2EDA1E52E9E1157686EA354DA3D5958_RuntimeMethod_var);
V_1 = L_1;
// var bindingLists = new List<List<InputBinding>>();
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_2 = (List_1_t7B4FE30902A543C27E679A6CA591DCE015823029*)il2cpp_codegen_object_new(List_1_t7B4FE30902A543C27E679A6CA591DCE015823029_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_m7AA072CCE229F71E8F650B1F6D11537980473409(L_2, List_1__ctor_m7AA072CCE229F71E8F650B1F6D11537980473409_RuntimeMethod_var);
V_2 = L_2;
// var actionCount = actions?.Length ?? 0;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* L_3 = __this->___actions_0;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* L_4 = L_3;
G_B1_0 = L_4;
if (L_4)
{
G_B2_0 = L_4;
goto IL_0020;
}
}
{
G_B3_0 = 0;
goto IL_0022;
}
IL_0020:
{
NullCheck(G_B2_0);
G_B3_0 = ((int32_t)(((RuntimeArray*)G_B2_0)->max_length));
}
IL_0022:
{
V_3 = G_B3_0;
// for (var i = 0; i < actionCount; ++i)
V_5 = 0;
goto IL_01e9;
}
IL_002b:
{
// var jsonAction = actions[i];
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* L_5 = __this->___actions_0;
int32_t L_6 = V_5;
NullCheck(L_5);
int32_t L_7 = L_6;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_6 = L_8;
// if (string.IsNullOrEmpty(jsonAction.name))
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_9 = V_6;
String_t* L_10 = L_9.___name_0;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
V_13 = L_11;
bool L_12 = V_13;
if (!L_12)
{
goto IL_0066;
}
}
{
// throw new InvalidOperationException($"Action number {i + 1} has no name");
int32_t L_13 = V_5;
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 1));
RuntimeObject* L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_14);
String_t* L_16;
L_16 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D957F270C1C976B53F9247D036B0CAE04598861)), L_15, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_17 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_17);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_17, L_16, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1_RuntimeMethod_var)));
}
IL_0066:
{
// string mapName = null;
V_7 = (String_t*)NULL;
// var actionName = jsonAction.name;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_18 = V_6;
String_t* L_19 = L_18.___name_0;
V_8 = L_19;
// var indexOfFirstSlash = actionName.IndexOf('/');
String_t* L_20 = V_8;
NullCheck(L_20);
int32_t L_21;
L_21 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_20, ((int32_t)47), NULL);
V_9 = L_21;
// if (indexOfFirstSlash != -1)
int32_t L_22 = V_9;
V_14 = (bool)((((int32_t)((((int32_t)L_22) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_23 = V_14;
if (!L_23)
{
goto IL_00cf;
}
}
{
// mapName = actionName.Substring(0, indexOfFirstSlash);
String_t* L_24 = V_8;
int32_t L_25 = V_9;
NullCheck(L_24);
String_t* L_26;
L_26 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_24, 0, L_25, NULL);
V_7 = L_26;
// actionName = actionName.Substring(indexOfFirstSlash + 1);
String_t* L_27 = V_8;
int32_t L_28 = V_9;
NullCheck(L_27);
String_t* L_29;
L_29 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_27, ((int32_t)il2cpp_codegen_add(L_28, 1)), NULL);
V_8 = L_29;
// if (string.IsNullOrEmpty(actionName))
String_t* L_30 = V_8;
bool L_31;
L_31 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_30, NULL);
V_15 = L_31;
bool L_32 = V_15;
if (!L_32)
{
goto IL_00ce;
}
}
{
// throw new InvalidOperationException(
// $"Invalid action name '{jsonAction.name}' (missing action name after '/')");
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_33 = V_6;
String_t* L_34 = L_33.___name_0;
String_t* L_35;
L_35 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC24CF334CB21B70F92A9C591DBC94E85738C0C4E)), L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral85AA9BC37D637232022ECD84C2C25B3117734177)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_36 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_36);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_36, L_35, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1_RuntimeMethod_var)));
}
IL_00ce:
{
}
IL_00cf:
{
// InputActionMap map = null;
V_10 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
// var mapIndex = 0;
V_11 = 0;
goto IL_010a;
}
IL_00d7:
{
// if (string.Compare(mapList[mapIndex].name, mapName, StringComparison.InvariantCultureIgnoreCase) == 0)
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_37 = V_0;
int32_t L_38 = V_11;
NullCheck(L_37);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_39;
L_39 = List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2(L_37, L_38, List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var);
NullCheck(L_39);
String_t* L_40;
L_40 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_39, NULL);
String_t* L_41 = V_7;
int32_t L_42;
L_42 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_40, L_41, 3, NULL);
V_16 = (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0);
bool L_43 = V_16;
if (!L_43)
{
goto IL_0103;
}
}
{
// map = mapList[mapIndex];
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_44 = V_0;
int32_t L_45 = V_11;
NullCheck(L_44);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_46;
L_46 = List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2(L_44, L_45, List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var);
V_10 = L_46;
// break;
goto IL_011a;
}
IL_0103:
{
// for (; mapIndex < mapList.Count; ++mapIndex)
int32_t L_47 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add(L_47, 1));
}
IL_010a:
{
// for (; mapIndex < mapList.Count; ++mapIndex)
int32_t L_48 = V_11;
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_49 = V_0;
NullCheck(L_49);
int32_t L_50;
L_50 = List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_inline(L_49, List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var);
V_17 = (bool)((((int32_t)L_48) < ((int32_t)L_50))? 1 : 0);
bool L_51 = V_17;
if (L_51)
{
goto IL_00d7;
}
}
IL_011a:
{
// if (map == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_52 = V_10;
V_18 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_52) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_53 = V_18;
if (!L_53)
{
goto IL_0159;
}
}
{
// map = new InputActionMap(mapName);
String_t* L_54 = V_7;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_55 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
NullCheck(L_55);
InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0(L_55, L_54, NULL);
V_10 = L_55;
// mapIndex = mapList.Count;
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_56 = V_0;
NullCheck(L_56);
int32_t L_57;
L_57 = List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_inline(L_56, List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var);
V_11 = L_57;
// mapList.Add(map);
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_58 = V_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_59 = V_10;
NullCheck(L_58);
List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_inline(L_58, L_59, List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_RuntimeMethod_var);
// actionLists.Add(new List<InputAction>());
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* L_60 = V_1;
List_1_tE1DF165936F3562084DB454140315041796A957F* L_61 = (List_1_tE1DF165936F3562084DB454140315041796A957F*)il2cpp_codegen_object_new(List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var);
NullCheck(L_61);
List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6(L_61, List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var);
NullCheck(L_60);
List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_inline(L_60, L_61, List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_RuntimeMethod_var);
// bindingLists.Add(new List<InputBinding>());
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_62 = V_2;
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_63 = (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*)il2cpp_codegen_object_new(List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683_il2cpp_TypeInfo_var);
NullCheck(L_63);
List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8(L_63, List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8_RuntimeMethod_var);
NullCheck(L_62);
List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_inline(L_62, L_63, List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_RuntimeMethod_var);
}
IL_0159:
{
// var action = jsonAction.ToAction(actionName);
String_t* L_64 = V_8;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_65;
L_65 = ReadActionJson_ToAction_m40C3319F0E8FFC9F9392D9BE8B2157111C93C371((&V_6), L_64, NULL);
V_12 = L_65;
// actionLists[mapIndex].Add(action);
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* L_66 = V_1;
int32_t L_67 = V_11;
NullCheck(L_66);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_68;
L_68 = List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99(L_66, L_67, List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99_RuntimeMethod_var);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_69 = V_12;
NullCheck(L_68);
List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_inline(L_68, L_69, List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
// if (jsonAction.bindings != null)
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_70 = V_6;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_71 = L_70.___bindings_9;
V_19 = (bool)((!(((RuntimeObject*)(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)L_71) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_72 = V_19;
if (!L_72)
{
goto IL_01e2;
}
}
{
// var bindingsForMap = bindingLists[mapIndex];
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_73 = V_2;
int32_t L_74 = V_11;
NullCheck(L_73);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_75;
L_75 = List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0(L_73, L_74, List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0_RuntimeMethod_var);
V_20 = L_75;
// for (var n = 0; n < jsonAction.bindings.Length; ++n)
V_21 = 0;
goto IL_01ce;
}
IL_0194:
{
// var jsonBinding = jsonAction.bindings[n];
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_76 = V_6;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_77 = L_76.___bindings_9;
int32_t L_78 = V_21;
NullCheck(L_77);
int32_t L_79 = L_78;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
V_22 = L_80;
// var binding = jsonBinding.ToBinding();
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_81;
L_81 = BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F((&V_22), NULL);
V_23 = L_81;
// binding.action = action.m_Name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_82 = V_12;
NullCheck(L_82);
String_t* L_83 = L_82->___m_Name_0;
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_23), L_83, NULL);
// bindingsForMap.Add(binding);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_84 = V_20;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_85 = V_23;
NullCheck(L_84);
List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_inline(L_84, L_85, List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_RuntimeMethod_var);
// for (var n = 0; n < jsonAction.bindings.Length; ++n)
int32_t L_86 = V_21;
V_21 = ((int32_t)il2cpp_codegen_add(L_86, 1));
}
IL_01ce:
{
// for (var n = 0; n < jsonAction.bindings.Length; ++n)
int32_t L_87 = V_21;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_88 = V_6;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_89 = L_88.___bindings_9;
NullCheck(L_89);
V_24 = (bool)((((int32_t)L_87) < ((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length))))? 1 : 0);
bool L_90 = V_24;
if (L_90)
{
goto IL_0194;
}
}
{
}
IL_01e2:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_91 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_91, 1));
}
IL_01e9:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_92 = V_5;
int32_t L_93 = V_3;
V_25 = (bool)((((int32_t)L_92) < ((int32_t)L_93))? 1 : 0);
bool L_94 = V_25;
if (L_94)
{
goto IL_002b;
}
}
{
// var mapCount = maps?.Length ?? 0;
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* L_95 = __this->___maps_1;
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* L_96 = L_95;
G_B25_0 = L_96;
if (L_96)
{
G_B26_0 = L_96;
goto IL_0204;
}
}
{
G_B27_0 = 0;
goto IL_0206;
}
IL_0204:
{
NullCheck(G_B26_0);
G_B27_0 = ((int32_t)(((RuntimeArray*)G_B26_0)->max_length));
}
IL_0206:
{
V_4 = G_B27_0;
// for (var i = 0; i < mapCount; ++i)
V_26 = 0;
goto IL_044c;
}
IL_0210:
{
// var jsonMap = maps[i];
ReadMapJsonU5BU5D_t68A2EDFE76A2A6CBA2E01CEB45D87BF711694308* L_97 = __this->___maps_1;
int32_t L_98 = V_26;
NullCheck(L_97);
int32_t L_99 = L_98;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_100 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
V_27 = L_100;
// var mapName = jsonMap.name;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_101 = V_27;
String_t* L_102 = L_101.___name_0;
V_28 = L_102;
// if (string.IsNullOrEmpty(mapName))
String_t* L_103 = V_28;
bool L_104;
L_104 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_103, NULL);
V_34 = L_104;
bool L_105 = V_34;
if (!L_105)
{
goto IL_024f;
}
}
{
// throw new InvalidOperationException($"Map number {i + 1} has no name");
int32_t L_106 = V_26;
int32_t L_107 = ((int32_t)il2cpp_codegen_add(L_106, 1));
RuntimeObject* L_108 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_107);
String_t* L_109;
L_109 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACA28529D745252453F0C24B1B0F2FD5D772CD21)), L_108, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_110 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_110);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_110, L_109, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1_RuntimeMethod_var)));
}
IL_024f:
{
// InputActionMap map = null;
V_29 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
// var mapIndex = 0;
V_30 = 0;
goto IL_028a;
}
IL_0257:
{
// if (string.Compare(mapList[mapIndex].name, mapName, StringComparison.InvariantCultureIgnoreCase) == 0)
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_111 = V_0;
int32_t L_112 = V_30;
NullCheck(L_111);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_113;
L_113 = List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2(L_111, L_112, List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var);
NullCheck(L_113);
String_t* L_114;
L_114 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_113, NULL);
String_t* L_115 = V_28;
int32_t L_116;
L_116 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_114, L_115, 3, NULL);
V_35 = (bool)((((int32_t)L_116) == ((int32_t)0))? 1 : 0);
bool L_117 = V_35;
if (!L_117)
{
goto IL_0283;
}
}
{
// map = mapList[mapIndex];
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_118 = V_0;
int32_t L_119 = V_30;
NullCheck(L_118);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_120;
L_120 = List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2(L_118, L_119, List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var);
V_29 = L_120;
// break;
goto IL_029a;
}
IL_0283:
{
// for (; mapIndex < mapList.Count; ++mapIndex)
int32_t L_121 = V_30;
V_30 = ((int32_t)il2cpp_codegen_add(L_121, 1));
}
IL_028a:
{
// for (; mapIndex < mapList.Count; ++mapIndex)
int32_t L_122 = V_30;
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_123 = V_0;
NullCheck(L_123);
int32_t L_124;
L_124 = List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_inline(L_123, List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var);
V_36 = (bool)((((int32_t)L_122) < ((int32_t)L_124))? 1 : 0);
bool L_125 = V_36;
if (L_125)
{
goto IL_0257;
}
}
IL_029a:
{
// if (map == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_126 = V_29;
V_37 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_126) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_127 = V_37;
if (!L_127)
{
goto IL_02f7;
}
}
{
// map = new InputActionMap(mapName)
// {
// m_Id = string.IsNullOrEmpty(jsonMap.id) ? null : jsonMap.id
// };
String_t* L_128 = V_28;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_129 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
NullCheck(L_129);
InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0(L_129, L_128, NULL);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_130 = L_129;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_131 = V_27;
String_t* L_132 = L_131.___id_1;
bool L_133;
L_133 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_132, NULL);
G_B37_0 = L_130;
G_B37_1 = L_130;
if (L_133)
{
G_B38_0 = L_130;
G_B38_1 = L_130;
goto IL_02c5;
}
}
{
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_134 = V_27;
String_t* L_135 = L_134.___id_1;
G_B39_0 = L_135;
G_B39_1 = G_B37_0;
G_B39_2 = G_B37_1;
goto IL_02c6;
}
IL_02c5:
{
G_B39_0 = ((String_t*)(NULL));
G_B39_1 = G_B38_0;
G_B39_2 = G_B38_1;
}
IL_02c6:
{
NullCheck(G_B39_1);
G_B39_1->___m_Id_1 = G_B39_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B39_1->___m_Id_1), (void*)G_B39_0);
V_29 = G_B39_2;
// mapIndex = mapList.Count;
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_136 = V_0;
NullCheck(L_136);
int32_t L_137;
L_137 = List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_inline(L_136, List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var);
V_30 = L_137;
// mapList.Add(map);
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_138 = V_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_139 = V_29;
NullCheck(L_138);
List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_inline(L_138, L_139, List_1_Add_m2CE57236023BB5B64EB5A4A27D34E1F35CC23980_RuntimeMethod_var);
// actionLists.Add(new List<InputAction>());
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* L_140 = V_1;
List_1_tE1DF165936F3562084DB454140315041796A957F* L_141 = (List_1_tE1DF165936F3562084DB454140315041796A957F*)il2cpp_codegen_object_new(List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var);
NullCheck(L_141);
List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6(L_141, List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var);
NullCheck(L_140);
List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_inline(L_140, L_141, List_1_Add_mBA5CDBC7BBA29CB53C303C528AA94F46BB139D5E_RuntimeMethod_var);
// bindingLists.Add(new List<InputBinding>());
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_142 = V_2;
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_143 = (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*)il2cpp_codegen_object_new(List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683_il2cpp_TypeInfo_var);
NullCheck(L_143);
List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8(L_143, List_1__ctor_mED1C8FFB15EF41162784C438B9DD44C1598B50E8_RuntimeMethod_var);
NullCheck(L_142);
List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_inline(L_142, L_143, List_1_Add_m4F78E236511CAAAD2475C83ACA228ACD8F8A3F0B_RuntimeMethod_var);
}
IL_02f7:
{
// var actionCountInMap = jsonMap.actions?.Length ?? 0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_144 = V_27;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* L_145 = L_144.___actions_2;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* L_146 = L_145;
G_B41_0 = L_146;
if (L_146)
{
G_B42_0 = L_146;
goto IL_0305;
}
}
{
G_B43_0 = 0;
goto IL_0307;
}
IL_0305:
{
NullCheck(G_B42_0);
G_B43_0 = ((int32_t)(((RuntimeArray*)G_B42_0)->max_length));
}
IL_0307:
{
V_31 = G_B43_0;
// for (var n = 0; n < actionCountInMap; ++n)
V_38 = 0;
goto IL_03de;
}
IL_0311:
{
// var jsonAction = jsonMap.actions[n];
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_147 = V_27;
ReadActionJsonU5BU5D_t77929C62C9D95D0C5DF96AEB33748B4CD11EF89D* L_148 = L_147.___actions_2;
int32_t L_149 = V_38;
NullCheck(L_148);
int32_t L_150 = L_149;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_151 = (L_148)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
V_39 = L_151;
// if (string.IsNullOrEmpty(jsonAction.name))
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_152 = V_39;
String_t* L_153 = L_152.___name_0;
bool L_154;
L_154 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_153, NULL);
V_41 = L_154;
bool L_155 = V_41;
if (!L_155)
{
goto IL_034f;
}
}
{
// throw new InvalidOperationException($"Action number {i + 1} in map '{mapName}' has no name");
int32_t L_156 = V_26;
int32_t L_157 = ((int32_t)il2cpp_codegen_add(L_156, 1));
RuntimeObject* L_158 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_157);
String_t* L_159 = V_28;
String_t* L_160;
L_160 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3225DAD95AB24961010C12E3650816717F53AEB8)), L_158, L_159, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_161 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_161);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_161, L_160, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_161, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1_RuntimeMethod_var)));
}
IL_034f:
{
// var action = jsonAction.ToAction();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_162;
L_162 = ReadActionJson_ToAction_m40C3319F0E8FFC9F9392D9BE8B2157111C93C371((&V_39), (String_t*)NULL, NULL);
V_40 = L_162;
// actionLists[mapIndex].Add(action);
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* L_163 = V_1;
int32_t L_164 = V_30;
NullCheck(L_163);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_165;
L_165 = List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99(L_163, L_164, List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99_RuntimeMethod_var);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_166 = V_40;
NullCheck(L_165);
List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_inline(L_165, L_166, List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
// if (jsonAction.bindings != null)
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_167 = V_39;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_168 = L_167.___bindings_9;
V_42 = (bool)((!(((RuntimeObject*)(BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D*)L_168) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_169 = V_42;
if (!L_169)
{
goto IL_03d7;
}
}
{
// var bindingList = bindingLists[mapIndex];
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_170 = V_2;
int32_t L_171 = V_30;
NullCheck(L_170);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_172;
L_172 = List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0(L_170, L_171, List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0_RuntimeMethod_var);
V_43 = L_172;
// for (var k = 0; k < jsonAction.bindings.Length; ++k)
V_44 = 0;
goto IL_03c3;
}
IL_0389:
{
// var jsonBinding = jsonAction.bindings[k];
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_173 = V_39;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_174 = L_173.___bindings_9;
int32_t L_175 = V_44;
NullCheck(L_174);
int32_t L_176 = L_175;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A L_177 = (L_174)->GetAt(static_cast<il2cpp_array_size_t>(L_176));
V_45 = L_177;
// var binding = jsonBinding.ToBinding();
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_178;
L_178 = BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F((&V_45), NULL);
V_46 = L_178;
// binding.action = action.m_Name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_179 = V_40;
NullCheck(L_179);
String_t* L_180 = L_179->___m_Name_0;
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_46), L_180, NULL);
// bindingList.Add(binding);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_181 = V_43;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_182 = V_46;
NullCheck(L_181);
List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_inline(L_181, L_182, List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_RuntimeMethod_var);
// for (var k = 0; k < jsonAction.bindings.Length; ++k)
int32_t L_183 = V_44;
V_44 = ((int32_t)il2cpp_codegen_add(L_183, 1));
}
IL_03c3:
{
// for (var k = 0; k < jsonAction.bindings.Length; ++k)
int32_t L_184 = V_44;
ReadActionJson_t912C3AB53939E37EA2AAE5AC5E50CABB2CE52A75 L_185 = V_39;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_186 = L_185.___bindings_9;
NullCheck(L_186);
V_47 = (bool)((((int32_t)L_184) < ((int32_t)((int32_t)(((RuntimeArray*)L_186)->max_length))))? 1 : 0);
bool L_187 = V_47;
if (L_187)
{
goto IL_0389;
}
}
{
}
IL_03d7:
{
// for (var n = 0; n < actionCountInMap; ++n)
int32_t L_188 = V_38;
V_38 = ((int32_t)il2cpp_codegen_add(L_188, 1));
}
IL_03de:
{
// for (var n = 0; n < actionCountInMap; ++n)
int32_t L_189 = V_38;
int32_t L_190 = V_31;
V_48 = (bool)((((int32_t)L_189) < ((int32_t)L_190))? 1 : 0);
bool L_191 = V_48;
if (L_191)
{
goto IL_0311;
}
}
{
// var bindingCountInMap = jsonMap.bindings?.Length ?? 0;
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_192 = V_27;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_193 = L_192.___bindings_3;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_194 = L_193;
G_B54_0 = L_194;
if (L_194)
{
G_B55_0 = L_194;
goto IL_03fb;
}
}
{
G_B56_0 = 0;
goto IL_03fd;
}
IL_03fb:
{
NullCheck(G_B55_0);
G_B56_0 = ((int32_t)(((RuntimeArray*)G_B55_0)->max_length));
}
IL_03fd:
{
V_32 = G_B56_0;
// var bindingsForMap = bindingLists[mapIndex];
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_195 = V_2;
int32_t L_196 = V_30;
NullCheck(L_195);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_197;
L_197 = List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0(L_195, L_196, List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0_RuntimeMethod_var);
V_33 = L_197;
// for (var n = 0; n < bindingCountInMap; ++n)
V_49 = 0;
goto IL_0439;
}
IL_040e:
{
// var jsonBinding = jsonMap.bindings[n];
ReadMapJson_t4C2C1BF7E023C8F056170F9BB2E037A0C2BED356 L_198 = V_27;
BindingJsonU5BU5D_t29AC06DF255ED44F4154C5D663FA094BE8A65B5D* L_199 = L_198.___bindings_3;
int32_t L_200 = V_49;
NullCheck(L_199);
int32_t L_201 = L_200;
BindingJson_tD39890E66B1818DE8FEDA640970E315109723F7A L_202 = (L_199)->GetAt(static_cast<il2cpp_array_size_t>(L_201));
V_50 = L_202;
// var binding = jsonBinding.ToBinding();
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_203;
L_203 = BindingJson_ToBinding_mBB59A5ECD58D3611DF282B22548838690361691F((&V_50), NULL);
V_51 = L_203;
// bindingsForMap.Add(binding);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_204 = V_33;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_205 = V_51;
NullCheck(L_204);
List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_inline(L_204, L_205, List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_RuntimeMethod_var);
// for (var n = 0; n < bindingCountInMap; ++n)
int32_t L_206 = V_49;
V_49 = ((int32_t)il2cpp_codegen_add(L_206, 1));
}
IL_0439:
{
// for (var n = 0; n < bindingCountInMap; ++n)
int32_t L_207 = V_49;
int32_t L_208 = V_32;
V_52 = (bool)((((int32_t)L_207) < ((int32_t)L_208))? 1 : 0);
bool L_209 = V_52;
if (L_209)
{
goto IL_040e;
}
}
{
// for (var i = 0; i < mapCount; ++i)
int32_t L_210 = V_26;
V_26 = ((int32_t)il2cpp_codegen_add(L_210, 1));
}
IL_044c:
{
// for (var i = 0; i < mapCount; ++i)
int32_t L_211 = V_26;
int32_t L_212 = V_4;
V_53 = (bool)((((int32_t)L_211) < ((int32_t)L_212))? 1 : 0);
bool L_213 = V_53;
if (L_213)
{
goto IL_0210;
}
}
{
// for (var i = 0; i < mapList.Count; ++i)
V_54 = 0;
goto IL_04cd;
}
IL_0460:
{
// var map = mapList[i];
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_214 = V_0;
int32_t L_215 = V_54;
NullCheck(L_214);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_216;
L_216 = List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2(L_214, L_215, List_1_get_Item_m66FD5271EFA8B7C4B9FC59418F4AC1E230AE77C2_RuntimeMethod_var);
V_55 = L_216;
// var actionArray = actionLists[i].ToArray();
List_1_t8F13F2B62710133307BD33519E15E619D6F905E3* L_217 = V_1;
int32_t L_218 = V_54;
NullCheck(L_217);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_219;
L_219 = List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99(L_217, L_218, List_1_get_Item_m45A0519323D92E53DDBE45922FCD012940DCFF99_RuntimeMethod_var);
NullCheck(L_219);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_220;
L_220 = List_1_ToArray_m8674801A49850E743BAE1F7BF0DEF901CB53156C(L_219, List_1_ToArray_m8674801A49850E743BAE1F7BF0DEF901CB53156C_RuntimeMethod_var);
V_56 = L_220;
// var bindingArray = bindingLists[i].ToArray();
List_1_t7B4FE30902A543C27E679A6CA591DCE015823029* L_221 = V_2;
int32_t L_222 = V_54;
NullCheck(L_221);
List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* L_223;
L_223 = List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0(L_221, L_222, List_1_get_Item_mAA48DF2FC8C326FEE103A76E47D755E24EA6BEA0_RuntimeMethod_var);
NullCheck(L_223);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_224;
L_224 = List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD(L_223, List_1_ToArray_mFEB9D4D931FE6D0588C150BBDF556409672368CD_RuntimeMethod_var);
V_57 = L_224;
// map.m_Actions = actionArray;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_225 = V_55;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_226 = V_56;
NullCheck(L_225);
L_225->___m_Actions_3 = L_226;
Il2CppCodeGenWriteBarrier((void**)(&L_225->___m_Actions_3), (void*)L_226);
// map.m_Bindings = bindingArray;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_227 = V_55;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_228 = V_57;
NullCheck(L_227);
L_227->___m_Bindings_4 = L_228;
Il2CppCodeGenWriteBarrier((void**)(&L_227->___m_Bindings_4), (void*)L_228);
// for (var n = 0; n < actionArray.Length; ++n)
V_58 = 0;
goto IL_04b8;
}
IL_04a0:
{
// var action = actionArray[n];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_229 = V_56;
int32_t L_230 = V_58;
NullCheck(L_229);
int32_t L_231 = L_230;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_232 = (L_229)->GetAt(static_cast<il2cpp_array_size_t>(L_231));
V_59 = L_232;
// action.m_ActionMap = map;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_233 = V_59;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_234 = V_55;
NullCheck(L_233);
L_233->___m_ActionMap_14 = L_234;
Il2CppCodeGenWriteBarrier((void**)(&L_233->___m_ActionMap_14), (void*)L_234);
// for (var n = 0; n < actionArray.Length; ++n)
int32_t L_235 = V_58;
V_58 = ((int32_t)il2cpp_codegen_add(L_235, 1));
}
IL_04b8:
{
// for (var n = 0; n < actionArray.Length; ++n)
int32_t L_236 = V_58;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_237 = V_56;
NullCheck(L_237);
V_60 = (bool)((((int32_t)L_236) < ((int32_t)((int32_t)(((RuntimeArray*)L_237)->max_length))))? 1 : 0);
bool L_238 = V_60;
if (L_238)
{
goto IL_04a0;
}
}
{
// for (var i = 0; i < mapList.Count; ++i)
int32_t L_239 = V_54;
V_54 = ((int32_t)il2cpp_codegen_add(L_239, 1));
}
IL_04cd:
{
// for (var i = 0; i < mapList.Count; ++i)
int32_t L_240 = V_54;
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_241 = V_0;
NullCheck(L_241);
int32_t L_242;
L_242 = List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_inline(L_241, List_1_get_Count_m402050CEAC032F8BFA4F6E8936E46D6DB5072A1C_RuntimeMethod_var);
V_61 = (bool)((((int32_t)L_240) < ((int32_t)L_242))? 1 : 0);
bool L_243 = V_61;
if (L_243)
{
goto IL_0460;
}
}
{
// return mapList.ToArray();
List_1_t0ABD203D8B29A822CBE828611A451B5E38F41E6B* L_244 = V_0;
NullCheck(L_244);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_245;
L_245 = List_1_ToArray_mB6BBA172BB5C30EB35CD80DFD442DEDEB94EEDD1(L_244, List_1_ToArray_mB6BBA172BB5C30EB35CD80DFD442DEDEB94EEDD1_RuntimeMethod_var);
V_62 = L_245;
goto IL_04e7;
}
IL_04e7:
{
// }
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_246 = V_62;
return L_246;
}
}
IL2CPP_EXTERN_C InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReadFileJson_tFF5D8F02142C27FF9FB5A9274B99F21799FD09BB*>(__this + _offset);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* _returnValue;
_returnValue = ReadFileJson_ToMaps_mB2433149945C3A6550E3B257876B39B0BF0017C1(_thisAdjusted, 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
#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.InputActionProperty
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_pinvoke(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
}
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_pinvoke_back(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke& marshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled)
{
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionProperty
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_pinvoke_cleanup(InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionProperty
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_com(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com& marshaled)
{
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
}
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_com_back(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com& marshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled)
{
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionProperty
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_com_cleanup(InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com& marshaled)
{
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B5_0 = NULL;
{
// public InputAction action => m_UseReference ? m_Reference != null ? m_Reference.action : null : m_Action;
bool L_0 = __this->___m_UseReference_0;
if (L_0)
{
goto IL_0010;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = __this->___m_Action_1;
G_B5_0 = L_1;
goto IL_002c;
}
IL_0010:
{
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2 = __this->___m_Reference_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_3)
{
goto IL_0021;
}
}
{
G_B5_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
goto IL_002c;
}
IL_0021:
{
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_4 = __this->___m_Reference_2;
NullCheck(L_4);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5;
L_5 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(L_4, NULL);
G_B5_0 = L_5;
}
IL_002c:
{
return G_B5_0;
}
}
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
_returnValue = InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::get_reference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method)
{
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* G_B3_0 = NULL;
{
// public InputActionReference reference => m_UseReference ? m_Reference : null;
bool L_0 = __this->___m_UseReference_0;
if (L_0)
{
goto IL_000b;
}
}
{
G_B3_0 = ((InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)(NULL));
goto IL_0011;
}
IL_000b:
{
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = __this->___m_Reference_2;
G_B3_0 = L_1;
}
IL_0011:
{
return G_B3_0;
}
}
IL2CPP_EXTERN_C InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* _returnValue;
_returnValue = InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
{
// m_UseReference = false;
__this->___m_UseReference_0 = (bool)0;
// m_Action = action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
__this->___m_Action_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_1), (void*)L_0);
// m_Reference = null;
__this->___m_Reference_2 = (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Reference_2), (void*)(InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A(_thisAdjusted, ___action0, method);
}
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputActionReference)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___reference0, const RuntimeMethod* method)
{
{
// m_UseReference = true;
__this->___m_UseReference_0 = (bool)1;
// m_Action = null;
__this->___m_Action_1 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_1), (void*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL);
// m_Reference = reference;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = ___reference0;
__this->___m_Reference_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Reference_2), (void*)L_0);
// }
return;
}
}
IL2CPP_EXTERN_C void InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38_AdjustorThunk (RuntimeObject* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___reference0, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38(_thisAdjusted, ___reference0, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// return m_Reference == other.m_Reference &&
// m_UseReference == other.m_UseReference &&
// m_Action == other.m_Action;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = __this->___m_Reference_2;
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_1 = ___other0;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2 = L_1.___m_Reference_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0032;
}
}
{
bool L_4 = __this->___m_UseReference_0;
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_5 = ___other0;
bool L_6 = L_5.___m_UseReference_0;
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
{
goto IL_0032;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = __this->___m_Action_1;
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_8 = ___other0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = L_8.___m_Action_1;
G_B4_0 = ((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_7) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_9))? 1 : 0);
goto IL_0033;
}
IL_0032:
{
G_B4_0 = 0;
}
IL_0033:
{
V_0 = (bool)G_B4_0;
goto IL_0036;
}
IL_0036:
{
// }
bool L_10 = V_0;
return L_10;
}
}
IL2CPP_EXTERN_C bool InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98_AdjustorThunk (RuntimeObject* __this, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___other0, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
bool _returnValue;
_returnValue = InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return ReferenceEquals(action, other);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
L_0 = InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47(__this, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___other0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_1))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
// }
bool L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C bool InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___other0, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
bool _returnValue;
_returnValue = InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionReference)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return m_Reference == other;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = __this->___m_Reference_2;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = ___other0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0010;
}
IL_0010:
{
// }
bool L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C bool InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432_AdjustorThunk (RuntimeObject* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___other0, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
bool _returnValue;
_returnValue = InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (m_UseReference)
bool L_0 = __this->___m_UseReference_0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// return Equals(obj as InputActionReference);
RuntimeObject* L_2 = ___obj0;
bool L_3;
L_3 = InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432(__this, ((InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)IsInstClass((RuntimeObject*)L_2, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_il2cpp_TypeInfo_var)), NULL);
V_1 = L_3;
goto IL_0029;
}
IL_001a:
{
// return Equals(obj as InputAction);
RuntimeObject* L_4 = ___obj0;
bool L_5;
L_5 = InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E(__this, ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)IsInstSealed((RuntimeObject*)L_4, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var)), NULL);
V_1 = L_5;
goto IL_0029;
}
IL_0029:
{
// }
bool L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C bool InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
bool _returnValue;
_returnValue = InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputActionProperty::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t G_B4_0 = 0;
int32_t G_B8_0 = 0;
{
// if (m_UseReference)
bool L_0 = __this->___m_UseReference_0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
// return m_Reference != null ? m_Reference.GetHashCode() : 0;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2 = __this->___m_Reference_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_3)
{
goto IL_001c;
}
}
{
G_B4_0 = 0;
goto IL_0027;
}
IL_001c:
{
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_4 = __this->___m_Reference_2;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
G_B4_0 = L_5;
}
IL_0027:
{
V_1 = G_B4_0;
goto IL_0043;
}
IL_002a:
{
// return m_Action != null ? m_Action.GetHashCode() : 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = __this->___m_Action_1;
if (L_6)
{
goto IL_0035;
}
}
{
G_B8_0 = 0;
goto IL_0040;
}
IL_0035:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = __this->___m_Action_1;
NullCheck(L_7);
int32_t L_8;
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_7);
G_B8_0 = L_8;
}
IL_0040:
{
V_1 = G_B8_0;
goto IL_0043;
}
IL_0043:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionProperty::op_Equality(UnityEngine.InputSystem.InputActionProperty,UnityEngine.InputSystem.InputActionProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_op_Equality_m604746429868DCDCC32A43139E682B8E82BC7232 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___left0, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_0 = ___right1;
bool L_1;
L_1 = InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionProperty::op_Inequality(UnityEngine.InputSystem.InputActionProperty,UnityEngine.InputSystem.InputActionProperty)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_op_Inequality_m405A1064144D84465DF8AFB1BD43F4A83B2137AC (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___left0, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_0 = ___right1;
bool L_1;
L_1 = InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
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.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingIndex(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_GetBindingIndex_mD2A637C586F7FD7DB49008C461FC52666287F6D8 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingIndex_mD2A637C586F7FD7DB49008C461FC52666287F6D8_RuntimeMethod_var)));
}
IL_0014:
{
// var bindings = action.bindings;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_4;
L_4 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_3, NULL);
V_0 = L_4;
// for (var i = 0; i < bindings.Count; ++i)
V_2 = 0;
goto IL_003b;
}
IL_001f:
{
// if (bindingMask.Matches(bindings[i]))
int32_t L_5 = V_2;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6;
L_6 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_0), L_5, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
bool L_7;
L_7 = InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3((&___bindingMask1), L_6, NULL);
V_3 = L_7;
bool L_8 = V_3;
if (!L_8)
{
goto IL_0037;
}
}
{
// return i;
int32_t L_9 = V_2;
V_4 = L_9;
goto IL_0050;
}
IL_0037:
{
// for (var i = 0; i < bindings.Count; ++i)
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_003b:
{
// for (var i = 0; i < bindings.Count; ++i)
int32_t L_11 = V_2;
int32_t L_12;
L_12 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_0), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_11) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_5;
if (L_13)
{
goto IL_001f;
}
}
{
// return -1;
V_4 = (-1);
goto IL_0050;
}
IL_0050:
{
// }
int32_t L_14 = V_4;
return L_14;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingIndex(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_GetBindingIndex_mDCBB12ACD900659C60388E61B6810C54A96EF3C2 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_1 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingIndex_mDCBB12ACD900659C60388E61B6810C54A96EF3C2_RuntimeMethod_var)));
}
IL_0014:
{
// var bindings = actionMap.bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___actionMap0;
NullCheck(L_3);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_4;
L_4 = InputActionMap_get_bindings_m92132C34F4075A36A0E4C1AE7315745DC5C4ACB6(L_3, NULL);
V_0 = L_4;
// for (var i = 0; i < bindings.Count; ++i)
V_2 = 0;
goto IL_003b;
}
IL_001f:
{
// if (bindingMask.Matches(bindings[i]))
int32_t L_5 = V_2;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6;
L_6 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_0), L_5, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
bool L_7;
L_7 = InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3((&___bindingMask1), L_6, NULL);
V_3 = L_7;
bool L_8 = V_3;
if (!L_8)
{
goto IL_0037;
}
}
{
// return i;
int32_t L_9 = V_2;
V_4 = L_9;
goto IL_0050;
}
IL_0037:
{
// for (var i = 0; i < bindings.Count; ++i)
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_003b:
{
// for (var i = 0; i < bindings.Count; ++i)
int32_t L_11 = V_2;
int32_t L_12;
L_12 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_0), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_11) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_5;
if (L_13)
{
goto IL_001f;
}
}
{
// return -1;
V_4 = (-1);
goto IL_0050;
}
IL_0050:
{
// }
int32_t L_14 = V_4;
return L_14;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingIndex(UnityEngine.InputSystem.InputAction,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_GetBindingIndex_m9D190FAA63850F3AFA47FED0D17E284493AD4B4A (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___group1, String_t* ___path2, const RuntimeMethod* method)
{
bool V_0 = false;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingIndex_m9D190FAA63850F3AFA47FED0D17E284493AD4B4A_RuntimeMethod_var)));
}
IL_0014:
{
// return action.GetBindingIndex(new InputBinding(groups: group, path: path));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
String_t* L_4 = ___group1;
V_1 = L_4;
String_t* L_5 = ___path2;
String_t* L_6 = V_1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7;
memset((&L_7), 0, sizeof(L_7));
InputBinding__ctor_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C((&L_7), L_5, (String_t*)NULL, L_6, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
int32_t L_8;
L_8 = InputActionRebindingExtensions_GetBindingIndex_mD2A637C586F7FD7DB49008C461FC52666287F6D8(L_3, L_7, NULL);
V_2 = L_8;
goto IL_002a;
}
IL_002a:
{
// }
int32_t L_9 = V_2;
return L_9;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingForControl(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 InputActionRebindingExtensions_GetBindingForControl_m17BCBA21C6D2E51292E85DEA18F5FEE17044B172 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_4;
memset((&V_4), 0, sizeof(V_4));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_5;
memset((&V_5), 0, sizeof(V_5));
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_6;
memset((&V_6), 0, sizeof(V_6));
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingForControl_m17BCBA21C6D2E51292E85DEA18F5FEE17044B172_RuntimeMethod_var)));
}
IL_0014:
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control1;
V_2 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0027;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingForControl_m17BCBA21C6D2E51292E85DEA18F5FEE17044B172_RuntimeMethod_var)));
}
IL_0027:
{
// var bindingIndex = GetBindingIndexForControl(action, control);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control1;
int32_t L_8;
L_8 = InputActionRebindingExtensions_GetBindingIndexForControl_m0A41FEC15DFA496226C819008F81BC9B835D8F90(L_6, L_7, NULL);
V_0 = L_8;
// if (bindingIndex == -1)
int32_t L_9 = V_0;
V_3 = (bool)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_0045;
}
}
{
// return null;
il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44));
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_11 = V_4;
V_5 = L_11;
goto IL_005e;
}
IL_0045:
{
// return action.bindings[bindingIndex];
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_13;
L_13 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_12, NULL);
V_6 = L_13;
int32_t L_14 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_15;
L_15 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_6), L_14, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_16;
memset((&L_16), 0, sizeof(L_16));
Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F((&L_16), L_15, /*hidden argument*/Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var);
V_5 = L_16;
goto IL_005e;
}
IL_005e:
{
// }
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_17 = V_5;
return L_17;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingIndexForControl(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_GetBindingIndexForControl_m0A41FEC15DFA496226C819008F81BC9B835D8F90 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral435F7066A708D1F171DD0520EC33D4D625AA5B48);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_1 = NULL;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* V_2 = NULL;
int32_t V_3 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_4 = NULL;
int32_t* V_5 = NULL;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
bool V_12 = false;
bool V_13 = false;
int32_t V_14 = 0;
bool V_15 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_7 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_7;
if (!L_1)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingIndexForControl_m0A41FEC15DFA496226C819008F81BC9B835D8F90_RuntimeMethod_var)));
}
IL_0016:
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control1;
V_8 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_8;
if (!L_4)
{
goto IL_002b;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingIndexForControl_m0A41FEC15DFA496226C819008F81BC9B835D8F90_RuntimeMethod_var)));
}
IL_002b:
{
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7;
L_7 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_6, NULL);
V_0 = L_7;
// actionMap.ResolveBindingsIfNecessary();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = V_0;
NullCheck(L_8);
InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4(L_8, NULL);
// var state = actionMap.m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = V_0;
NullCheck(L_9);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_10 = L_9->___m_State_10;
V_1 = L_10;
// Debug.Assert(state != null, "Bindings are expected to have been resolved at this point");
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_11 = V_1;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral435F7066A708D1F171DD0520EC33D4D625AA5B48, NULL);
// var controls = state.controls;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_12 = V_1;
NullCheck(L_12);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_13 = L_12->___controls_2;
V_2 = L_13;
// var controlCount = state.totalControlCount;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_14 = V_1;
NullCheck(L_14);
int32_t L_15;
L_15 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(L_14, NULL);
V_3 = L_15;
// var bindingStates = state.bindingStates;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = V_1;
NullCheck(L_16);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17;
L_17 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_16, NULL);
V_4 = L_17;
// var controlIndexToBindingIndex = state.controlIndexToBindingIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_18 = V_1;
NullCheck(L_18);
int32_t* L_19;
L_19 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(L_18, NULL);
V_5 = L_19;
// var actionIndex = action.m_ActionIndexInState;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = ___action0;
NullCheck(L_20);
int32_t L_21 = L_20->___m_ActionIndexInState_13;
V_6 = L_21;
// for (var i = 0; i < controlCount; ++i)
V_9 = 0;
goto IL_00d5;
}
IL_007a:
{
// if (controls[i] != control)
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_22 = V_2;
int32_t L_23 = V_9;
NullCheck(L_22);
int32_t L_24 = L_23;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = ___control1;
V_12 = (bool)((((int32_t)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_25) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_26))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_27 = V_12;
if (!L_27)
{
goto IL_008d;
}
}
{
// continue;
goto IL_00cf;
}
IL_008d:
{
// var bindingIndexInState = controlIndexToBindingIndex[i];
int32_t* L_28 = V_5;
int32_t L_29 = V_9;
int32_t L_30 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_29), 4)))));
V_10 = L_30;
// if (bindingStates[bindingIndexInState].actionIndex != actionIndex)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_31 = V_4;
int32_t L_32 = V_10;
uint32_t L_33 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_34;
L_34 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), (int32_t)L_33)))), NULL);
int32_t L_35 = V_6;
V_13 = (bool)((((int32_t)((((int32_t)L_34) == ((int32_t)L_35))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_36 = V_13;
if (!L_36)
{
goto IL_00b9;
}
}
{
// continue;
goto IL_00cf;
}
IL_00b9:
{
// var bindingIndexInMap = state.GetBindingIndexInMap(bindingIndexInState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_37 = V_1;
int32_t L_38 = V_10;
NullCheck(L_37);
int32_t L_39;
L_39 = InputActionState_GetBindingIndexInMap_mB3B0F339A1360C5950D4CD7FB166D0529DC25BE5(L_37, L_38, NULL);
V_11 = L_39;
// return action.BindingIndexOnMapToBindingIndexOnAction(bindingIndexInMap);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_40 = ___action0;
int32_t L_41 = V_11;
NullCheck(L_40);
int32_t L_42;
L_42 = InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E(L_40, L_41, NULL);
V_14 = L_42;
goto IL_00e5;
}
IL_00cf:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_43 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_43, 1));
}
IL_00d5:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_44 = V_9;
int32_t L_45 = V_3;
V_15 = (bool)((((int32_t)L_44) < ((int32_t)L_45))? 1 : 0);
bool L_46 = V_15;
if (L_46)
{
goto IL_007a;
}
}
{
// return -1;
V_14 = (-1);
goto IL_00e5;
}
IL_00e5:
{
// }
int32_t L_47 = V_14;
return L_47;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding/DisplayStringOptions,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_mEC8748DA8B50BCFF283BC6148DB93EA5C17D1968 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___options1, String_t* ___group2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
String_t* V_5 = NULL;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingDisplayString_mEC8748DA8B50BCFF283BC6148DB93EA5C17D1968_RuntimeMethod_var)));
}
IL_0014:
{
// if (!string.IsNullOrEmpty(group))
String_t* L_3 = ___group2;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_2 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002c;
}
}
{
// bindingMask = InputBinding.MaskByGroup(group);
String_t* L_6 = ___group2;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7;
L_7 = InputBinding_MaskByGroup_m264FDE0C8C762CD1203CEDE6B8912B51F582A192(L_6, NULL);
V_0 = L_7;
goto IL_0054;
}
IL_002c:
{
// var mask = action.FindEffectiveBindingMask();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
NullCheck(L_8);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_9;
L_9 = InputAction_FindEffectiveBindingMask_m70D679159C27A026853D296E846523777F2B5800(L_8, NULL);
V_3 = L_9;
// if (mask.HasValue)
bool L_10;
L_10 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_3), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
V_4 = L_10;
bool L_11 = V_4;
if (!L_11)
{
goto IL_004b;
}
}
{
// bindingMask = mask.Value;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_12;
L_12 = Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C((&V_3), Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
V_0 = L_12;
goto IL_0053;
}
IL_004b:
{
// bindingMask = default;
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
}
IL_0053:
{
}
IL_0054:
{
// return GetBindingDisplayString(action, bindingMask, options);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___action0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_14 = V_0;
int32_t L_15 = ___options1;
String_t* L_16;
L_16 = InputActionRebindingExtensions_GetBindingDisplayString_mD9EA5DEB4CD6A680E5DFDE0B0056C09693508FA7(L_13, L_14, L_15, NULL);
V_5 = L_16;
goto IL_0060;
}
IL_0060:
{
// }
String_t* L_17 = V_5;
return L_17;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding/DisplayStringOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_mD9EA5DEB4CD6A680E5DFDE0B0056C09693508FA7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, int32_t ___options2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD2155E54D0A0EF69D6B035ACE4FB0D1E5C8A136);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
int32_t V_3 = 0;
String_t* V_4 = NULL;
bool V_5 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
String_t* V_10 = NULL;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_2 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingDisplayString_mD9EA5DEB4CD6A680E5DFDE0B0056C09693508FA7_RuntimeMethod_var)));
}
IL_0014:
{
// var result = string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_3;
// var bindings = action.bindings;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_4);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_5;
L_5 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_4, NULL);
V_1 = L_5;
// for (var i = 0; i < bindings.Count; ++i)
V_3 = 0;
goto IL_008c;
}
IL_0025:
{
// if (bindings[i].isPartOfComposite)
int32_t L_6 = V_3;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7;
L_7 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_1), L_6, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_6 = L_7;
bool L_8;
L_8 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_6), NULL);
V_5 = L_8;
bool L_9 = V_5;
if (!L_9)
{
goto IL_003f;
}
}
{
// continue;
goto IL_0088;
}
IL_003f:
{
// if (!bindingMask.Matches(bindings[i]))
int32_t L_10 = V_3;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
L_11 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_1), L_10, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
bool L_12;
L_12 = InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3((&___bindingMask1), L_11, NULL);
V_7 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_7;
if (!L_13)
{
goto IL_0059;
}
}
{
// continue;
goto IL_0088;
}
IL_0059:
{
// var text = action.GetBindingDisplayString(i, options);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___action0;
int32_t L_15 = V_3;
int32_t L_16 = ___options2;
String_t* L_17;
L_17 = InputActionRebindingExtensions_GetBindingDisplayString_m21F87E1C2D13BF7D620D0B814FA1F259CEFCC2B7(L_14, L_15, L_16, NULL);
V_4 = L_17;
// if (result != "")
String_t* L_18 = V_0;
bool L_19;
L_19 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_18, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
V_8 = L_19;
bool L_20 = V_8;
if (!L_20)
{
goto IL_0084;
}
}
{
// result = $"{result} | {text}";
String_t* L_21 = V_0;
String_t* L_22 = V_4;
String_t* L_23;
L_23 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_21, _stringLiteralBD2155E54D0A0EF69D6B035ACE4FB0D1E5C8A136, L_22, NULL);
V_0 = L_23;
goto IL_0087;
}
IL_0084:
{
// result = text;
String_t* L_24 = V_4;
V_0 = L_24;
}
IL_0087:
{
}
IL_0088:
{
// for (var i = 0; i < bindings.Count; ++i)
int32_t L_25 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_008c:
{
// for (var i = 0; i < bindings.Count; ++i)
int32_t L_26 = V_3;
int32_t L_27;
L_27 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_1), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_9 = (bool)((((int32_t)L_26) < ((int32_t)L_27))? 1 : 0);
bool L_28 = V_9;
if (L_28)
{
goto IL_0025;
}
}
{
// return result;
String_t* L_29 = V_0;
V_10 = L_29;
goto IL_00a1;
}
IL_00a1:
{
// }
String_t* L_30 = V_10;
return L_30;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,System.Int32,UnityEngine.InputSystem.InputBinding/DisplayStringOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_m21F87E1C2D13BF7D620D0B814FA1F259CEFCC2B7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingDisplayString_m21F87E1C2D13BF7D620D0B814FA1F259CEFCC2B7_RuntimeMethod_var)));
}
IL_0014:
{
// return action.GetBindingDisplayString(bindingIndex, out var _, out var _, options);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
int32_t L_4 = ___bindingIndex1;
int32_t L_5 = ___options2;
String_t* L_6;
L_6 = InputActionRebindingExtensions_GetBindingDisplayString_m1B167DF3C64CF586BDF99C353E6A1DD91DB6CBA8(L_3, L_4, (&V_1), (&V_2), L_5, NULL);
V_3 = L_6;
goto IL_0023;
}
IL_0023:
{
// }
String_t* L_7 = V_3;
return L_7;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::GetBindingDisplayString(UnityEngine.InputSystem.InputAction,System.Int32,System.String&,System.String&,UnityEngine.InputSystem.InputBinding/DisplayStringOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_GetBindingDisplayString_m1B167DF3C64CF586BDF99C353E6A1DD91DB6CBA8 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, String_t** ___deviceLayoutName2, String_t** ___controlPath3, int32_t ___options4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelpers_Join_TisString_t_mFD2FC9B7CB438E5503257AEE8E2ADD15CAB63521_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_1_U3CGetBindingDisplayStringU3Eb__0_mB65E479EDEA10661C7AA5CC50109F87D0F168A67_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39A45135B4C4292A049CBCD96283457A06CA7DB5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A881CD4D4EB9CF316B1219B2574B82825DA114A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB68C3FC46C8FAFC9C422751FEACA9C2FD2DC12E2);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* V_0 = NULL;
int32_t V_1 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_3 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_7 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_8;
memset((&V_8), 0, sizeof(V_8));
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_12;
memset((&V_12), 0, sizeof(V_12));
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* V_13 = NULL;
String_t* V_14 = NULL;
int32_t V_15 = 0;
String_t* V_16 = NULL;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_17;
memset((&V_17), 0, sizeof(V_17));
bool V_18 = false;
int32_t V_19 = 0;
String_t* V_20 = NULL;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
String_t* V_24 = NULL;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
int32_t G_B5_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B25_0 = 0;
{
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_0 = (U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass8_0__ctor_m9014BC396B67A1316E43E89E2AE8626AD05F0188(L_0, NULL);
V_0 = L_0;
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___action0;
V_9 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_9;
if (!L_2)
{
goto IL_001c;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingDisplayString_m1B167DF3C64CF586BDF99C353E6A1DD91DB6CBA8_RuntimeMethod_var)));
}
IL_001c:
{
// deviceLayoutName = null;
String_t** L_4 = ___deviceLayoutName2;
*((RuntimeObject**)L_4) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)NULL);
// controlPath = null;
String_t** L_5 = ___controlPath3;
*((RuntimeObject**)L_5) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)NULL);
// var bindings = action.bindings;
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_6 = V_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_8;
L_8 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_7, NULL);
NullCheck(L_6);
L_6->___bindings_0 = L_8;
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___bindings_0))->___m_Array_0), (void*)NULL);
// var bindingCount = bindings.Count;
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_9 = V_0;
NullCheck(L_9);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_10 = (&L_9->___bindings_0);
int32_t L_11;
L_11 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline(L_10, ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_1 = L_11;
// if (bindingIndex < 0 || bindingIndex >= bindingCount)
int32_t L_12 = ___bindingIndex1;
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0047;
}
}
{
int32_t L_13 = ___bindingIndex1;
int32_t L_14 = V_1;
G_B5_0 = ((((int32_t)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0048;
}
IL_0047:
{
G_B5_0 = 1;
}
IL_0048:
{
V_10 = (bool)G_B5_0;
bool L_15 = V_10;
if (!L_15)
{
goto IL_007a;
}
}
{
// throw new ArgumentOutOfRangeException(
// $"Binding index {bindingIndex} is out of range on action '{action}' with {bindings.Count} bindings",
// nameof(bindingIndex));
int32_t L_16 = ___bindingIndex1;
int32_t L_17 = L_16;
RuntimeObject* L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_17);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = ___action0;
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_20 = V_0;
NullCheck(L_20);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_21 = (&L_20->___bindings_0);
int32_t L_22;
L_22 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var)));
int32_t L_23 = L_22;
RuntimeObject* L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_23);
String_t* L_25;
L_25 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF213C403CFE1AF2EC0B64AF55119031E6D170253)), L_18, L_19, L_24, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_26 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_26);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_26, L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8F5C19EA335E3C8043505B7E0CF232877F7BFBA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_GetBindingDisplayString_m1B167DF3C64CF586BDF99C353E6A1DD91DB6CBA8_RuntimeMethod_var)));
}
IL_007a:
{
// if (bindings[bindingIndex].isComposite)
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_27 = V_0;
NullCheck(L_27);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_28 = (&L_27->___bindings_0);
int32_t L_29 = ___bindingIndex1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_30;
L_30 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A(L_28, L_29, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_12 = L_30;
bool L_31;
L_31 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_12), NULL);
V_11 = L_31;
bool L_32 = V_11;
if (!L_32)
{
goto IL_01d8;
}
}
{
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_33 = (U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B_il2cpp_TypeInfo_var);
NullCheck(L_33);
U3CU3Ec__DisplayClass8_1__ctor_mCCCE1F9D78E60D34BC29C5C6D2205A8F9518C837(L_33, NULL);
V_13 = L_33;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_34 = V_13;
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_35 = V_0;
NullCheck(L_34);
L_34->___CSU24U3CU3E8__locals1_3 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&L_34->___CSU24U3CU3E8__locals1_3), (void*)L_35);
// var compositeName = NameAndParameters.Parse(bindings[bindingIndex].effectivePath).name;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_36 = V_13;
NullCheck(L_36);
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_37 = L_36->___CSU24U3CU3E8__locals1_3;
NullCheck(L_37);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_38 = (&L_37->___bindings_0);
int32_t L_39 = ___bindingIndex1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_40;
L_40 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A(L_38, L_39, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_12 = L_40;
String_t* L_41;
L_41 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F((&V_12), NULL);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_42;
L_42 = NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387(L_41, NULL);
V_17 = L_42;
String_t* L_43;
L_43 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_17), NULL);
V_14 = L_43;
// var firstPartIndex = bindingIndex + 1;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_44 = V_13;
int32_t L_45 = ___bindingIndex1;
NullCheck(L_44);
L_44->___firstPartIndex_0 = ((int32_t)il2cpp_codegen_add(L_45, 1));
// var lastPartIndex = firstPartIndex;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_46 = V_13;
NullCheck(L_46);
int32_t L_47 = L_46->___firstPartIndex_0;
V_15 = L_47;
goto IL_00ee;
}
IL_00e8:
{
// ++lastPartIndex;
int32_t L_48 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_48, 1));
}
IL_00ee:
{
// while (lastPartIndex < bindingCount && bindings[lastPartIndex].isPartOfComposite)
int32_t L_49 = V_15;
int32_t L_50 = V_1;
if ((((int32_t)L_49) >= ((int32_t)L_50)))
{
goto IL_0111;
}
}
{
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_51 = V_13;
NullCheck(L_51);
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_52 = L_51->___CSU24U3CU3E8__locals1_3;
NullCheck(L_52);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_53 = (&L_52->___bindings_0);
int32_t L_54 = V_15;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_55;
L_55 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A(L_53, L_54, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_12 = L_55;
bool L_56;
L_56 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_12), NULL);
G_B13_0 = ((int32_t)(L_56));
goto IL_0112;
}
IL_0111:
{
G_B13_0 = 0;
}
IL_0112:
{
V_18 = (bool)G_B13_0;
bool L_57 = V_18;
if (L_57)
{
goto IL_00e8;
}
}
{
// var partCount = lastPartIndex - firstPartIndex;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_58 = V_13;
int32_t L_59 = V_15;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_60 = V_13;
NullCheck(L_60);
int32_t L_61 = L_60->___firstPartIndex_0;
NullCheck(L_58);
L_58->___partCount_2 = ((int32_t)il2cpp_codegen_subtract(L_59, L_61));
// var partStrings = new string[partCount];
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_62 = V_13;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_63 = V_13;
NullCheck(L_63);
int32_t L_64 = L_63->___partCount_2;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_65 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_64);
NullCheck(L_62);
L_62->___partStrings_1 = L_65;
Il2CppCodeGenWriteBarrier((void**)(&L_62->___partStrings_1), (void*)L_65);
// for (var i = 0; i < partCount; ++i)
V_19 = 0;
goto IL_017d;
}
IL_0141:
{
// var partString = action.GetBindingDisplayString(firstPartIndex + i, options);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_66 = ___action0;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_67 = V_13;
NullCheck(L_67);
int32_t L_68 = L_67->___firstPartIndex_0;
int32_t L_69 = V_19;
int32_t L_70 = ___options4;
String_t* L_71;
L_71 = InputActionRebindingExtensions_GetBindingDisplayString_m21F87E1C2D13BF7D620D0B814FA1F259CEFCC2B7(L_66, ((int32_t)il2cpp_codegen_add(L_68, L_69)), L_70, NULL);
V_20 = L_71;
// if (string.IsNullOrEmpty(partString))
String_t* L_72 = V_20;
bool L_73;
L_73 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_72, NULL);
V_21 = L_73;
bool L_74 = V_21;
if (!L_74)
{
goto IL_016a;
}
}
{
// partString = " ";
V_20 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
}
IL_016a:
{
// partStrings[i] = partString;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_75 = V_13;
NullCheck(L_75);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_76 = L_75->___partStrings_1;
int32_t L_77 = V_19;
String_t* L_78 = V_20;
NullCheck(L_76);
ArrayElementTypeCheck (L_76, L_78);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(L_77), (String_t*)L_78);
// for (var i = 0; i < partCount; ++i)
int32_t L_79 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add(L_79, 1));
}
IL_017d:
{
// for (var i = 0; i < partCount; ++i)
int32_t L_80 = V_19;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_81 = V_13;
NullCheck(L_81);
int32_t L_82 = L_81->___partCount_2;
V_22 = (bool)((((int32_t)L_80) < ((int32_t)L_82))? 1 : 0);
bool L_83 = V_22;
if (L_83)
{
goto IL_0141;
}
}
{
// var displayFormatString = InputBindingComposite.GetDisplayFormatString(compositeName);
String_t* L_84 = V_14;
String_t* L_85;
L_85 = InputBindingComposite_GetDisplayFormatString_mE9BEA60D2315D8476E1E2ADA3894B2C361BF38DD(L_84, NULL);
V_16 = L_85;
// if (string.IsNullOrEmpty(displayFormatString))
String_t* L_86 = V_16;
bool L_87;
L_87 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_86, NULL);
V_23 = L_87;
bool L_88 = V_23;
if (!L_88)
{
goto IL_01bd;
}
}
{
// return StringHelpers.Join("/", partStrings);
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_89 = V_13;
NullCheck(L_89);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_90 = L_89->___partStrings_1;
String_t* L_91;
L_91 = StringHelpers_Join_TisString_t_mFD2FC9B7CB438E5503257AEE8E2ADD15CAB63521(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_90, StringHelpers_Join_TisString_t_mFD2FC9B7CB438E5503257AEE8E2ADD15CAB63521_RuntimeMethod_var);
V_24 = L_91;
goto IL_02dc;
}
IL_01bd:
{
// return StringHelpers.ExpandTemplateString(displayFormatString,
// fragment =>
// {
// var result = string.Empty;
//
// // Go through all parts and look for one with the given name.
// for (var i = 0; i < partCount; ++i)
// {
// if (!string.Equals(bindings[firstPartIndex + i].name, fragment, StringComparison.InvariantCultureIgnoreCase))
// continue;
//
// if (!string.IsNullOrEmpty(result))
// result = $"{result}|{partStrings[i]}";
// else
// result = partStrings[i];
// }
//
// if (string.IsNullOrEmpty(result))
// result = " ";
//
// return result;
// });
String_t* L_92 = V_16;
U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* L_93 = V_13;
Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_94 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
NullCheck(L_94);
Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_94, L_93, (intptr_t)((void*)U3CU3Ec__DisplayClass8_1_U3CGetBindingDisplayStringU3Eb__0_mB65E479EDEA10661C7AA5CC50109F87D0F168A67_RuntimeMethod_var), NULL);
String_t* L_95;
L_95 = StringHelpers_ExpandTemplateString_m86EE6FCE73A965C35C9D49D6953FA1A17286A345(L_92, L_94, NULL);
V_24 = L_95;
goto IL_02dc;
}
IL_01d8:
{
// InputControl control = null;
V_2 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_96 = ___action0;
NullCheck(L_96);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_97;
L_97 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_96, NULL);
V_3 = L_97;
// actionMap.ResolveBindingsIfNecessary();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_98 = V_3;
NullCheck(L_98);
InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4(L_98, NULL);
// var actionState = actionMap.m_State;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_99 = V_3;
NullCheck(L_99);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_100 = L_99->___m_State_10;
V_4 = L_100;
// Debug.Assert(actionState != null, "Expecting action state to be in place at this point");
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_101 = V_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_101) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral8A881CD4D4EB9CF316B1219B2574B82825DA114A, NULL);
// var bindingIndexInMap = action.BindingIndexOnActionToBindingIndexOnMap(bindingIndex);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_102 = ___action0;
int32_t L_103 = ___bindingIndex1;
NullCheck(L_102);
int32_t L_104;
L_104 = InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817(L_102, L_103, NULL);
V_5 = L_104;
// var bindingIndexInState = actionState.GetBindingIndexInState(actionMap.m_MapIndexInState, bindingIndexInMap);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_105 = V_4;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_106 = V_3;
NullCheck(L_106);
int32_t L_107 = L_106->___m_MapIndexInState_9;
int32_t L_108 = V_5;
NullCheck(L_105);
int32_t L_109;
L_109 = InputActionState_GetBindingIndexInState_m7822730C6FFAAF9A073AB290333349766202564A(L_105, L_107, L_108, NULL);
V_6 = L_109;
// Debug.Assert(bindingIndexInState >= 0 && bindingIndexInState < actionState.totalBindingCount,
// "Computed binding index is out of range");
int32_t L_110 = V_6;
if ((((int32_t)L_110) < ((int32_t)0)))
{
goto IL_022c;
}
}
{
int32_t L_111 = V_6;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_112 = V_4;
NullCheck(L_112);
int32_t L_113;
L_113 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(L_112, NULL);
G_B25_0 = ((((int32_t)L_111) < ((int32_t)L_113))? 1 : 0);
goto IL_022d;
}
IL_022c:
{
G_B25_0 = 0;
}
IL_022d:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B25_0, _stringLiteral39A45135B4C4292A049CBCD96283457A06CA7DB5, NULL);
// var bindingStatePtr = &actionState.bindingStates[bindingIndexInState];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_114 = V_4;
NullCheck(L_114);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_115;
L_115 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_114, NULL);
int32_t L_116 = V_6;
uint32_t L_117 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_7 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_115, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_116), (int32_t)L_117)))));
// if (bindingStatePtr->controlCount > 0)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_118 = V_7;
int32_t L_119;
L_119 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_118, NULL);
V_25 = (bool)((((int32_t)L_119) > ((int32_t)0))? 1 : 0);
bool L_120 = V_25;
if (!L_120)
{
goto IL_026f;
}
}
{
// control = actionState.controls[bindingStatePtr->controlStartIndex];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_121 = V_4;
NullCheck(L_121);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_122 = L_121->___controls_2;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_123 = V_7;
int32_t L_124;
L_124 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_123, NULL);
NullCheck(L_122);
int32_t L_125 = L_124;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_126 = (L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
V_2 = L_126;
}
IL_026f:
{
// var binding = bindings[bindingIndex];
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_127 = V_0;
NullCheck(L_127);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_128 = (&L_127->___bindings_0);
int32_t L_129 = ___bindingIndex1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_130;
L_130 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A(L_128, L_129, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_8 = L_130;
// if (string.IsNullOrEmpty(binding.effectiveInteractions))
String_t* L_131;
L_131 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA((&V_8), NULL);
bool L_132;
L_132 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_131, NULL);
V_26 = L_132;
bool L_133 = V_26;
if (!L_133)
{
goto IL_029f;
}
}
{
// binding.overrideInteractions = action.interactions;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_134 = ___action0;
NullCheck(L_134);
String_t* L_135;
L_135 = InputAction_get_interactions_mDC629496A539AC67BF3525828AAEE560B26FC3EC_inline(L_134, NULL);
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline((&V_8), L_135, NULL);
goto IL_02cc;
}
IL_029f:
{
// else if (!string.IsNullOrEmpty(action.interactions))
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_136 = ___action0;
NullCheck(L_136);
String_t* L_137;
L_137 = InputAction_get_interactions_mDC629496A539AC67BF3525828AAEE560B26FC3EC_inline(L_136, NULL);
bool L_138;
L_138 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_137, NULL);
V_27 = (bool)((((int32_t)L_138) == ((int32_t)0))? 1 : 0);
bool L_139 = V_27;
if (!L_139)
{
goto IL_02cc;
}
}
{
// binding.overrideInteractions = $"{binding.effectiveInteractions};action.interactions";
String_t* L_140;
L_140 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA((&V_8), NULL);
String_t* L_141;
L_141 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_140, _stringLiteralB68C3FC46C8FAFC9C422751FEACA9C2FD2DC12E2, NULL);
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline((&V_8), L_141, NULL);
}
IL_02cc:
{
// return binding.ToDisplayString(out deviceLayoutName, out controlPath, options, control: control);
String_t** L_142 = ___deviceLayoutName2;
String_t** L_143 = ___controlPath3;
int32_t L_144 = ___options4;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_145 = V_2;
String_t* L_146;
L_146 = InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0((&V_8), L_142, L_143, L_144, L_145, NULL);
V_24 = L_146;
goto IL_02dc;
}
IL_02dc:
{
// }
String_t* L_147 = V_24;
return L_147;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_m4A4367AE5D92B2FC9BAC1FC36EA4F4C205F556AB (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___newPath1, String_t* ___group2, String_t* ___path3, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_m4A4367AE5D92B2FC9BAC1FC36EA4F4C205F556AB_RuntimeMethod_var)));
}
IL_0014:
{
// ApplyBindingOverride(action, new InputBinding {overridePath = newPath, groups = group, path = path});
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_4 = ___newPath1;
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline((&V_1), L_4, NULL);
String_t* L_5 = ___group2;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_1), L_5, NULL);
String_t* L_6 = ___path3;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_1), L_6, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7 = V_1;
InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89(L_3, L_7, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride1, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89_RuntimeMethod_var)));
}
IL_0014:
{
// bindingOverride.action = action.name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
String_t* L_4;
L_4 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_3, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___bindingOverride1), L_4, NULL);
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action0;
NullCheck(L_5);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
L_6 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_5, NULL);
V_0 = L_6;
// ApplyBindingOverride(actionMap, bindingOverride);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_8 = ___bindingOverride1;
int32_t L_9;
L_9 = InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72(L_7, L_8, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,System.Int32,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946_RuntimeMethod_var)));
}
IL_0014:
{
// var indexOnMap = action.BindingIndexOnActionToBindingIndexOnMap(bindingIndex);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
int32_t L_4 = ___bindingIndex1;
NullCheck(L_3);
int32_t L_5;
L_5 = InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817(L_3, L_4, NULL);
V_0 = L_5;
// bindingOverride.action = action.name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
String_t* L_7;
L_7 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_6, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___bindingOverride2), L_7, NULL);
// ApplyBindingOverride(action.GetOrCreateActionMap(), indexOnMap, bindingOverride);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
NullCheck(L_8);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9;
L_9 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_8, NULL);
int32_t L_10 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11 = ___bindingOverride2;
InputActionRebindingExtensions_ApplyBindingOverride_mA89518B00329C9DA10F5D975985BD089DA20E923(L_9, L_10, L_11, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputAction,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_m432B96D279D63D8679644FFA8B0B87E5C35309A3 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, String_t* ___path2, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (path == null)
String_t* L_0 = ___path2;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new ArgumentException("Binding path cannot be null", nameof(path));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54A85523A928B8033935F4501FF43783607FE6E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_m432B96D279D63D8679644FFA8B0B87E5C35309A3_RuntimeMethod_var)));
}
IL_0019:
{
// ApplyBindingOverride(action, bindingIndex, new InputBinding {overridePath = path});
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
int32_t L_4 = ___bindingIndex1;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_5 = ___path2;
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline((&V_1), L_5, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6 = V_1;
InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946(L_3, L_4, L_6, NULL);
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride1, const RuntimeMethod* method)
{
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_3 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72_RuntimeMethod_var)));
}
IL_0014:
{
// var bindings = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___actionMap0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
V_0 = L_4;
// if (bindings == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = V_0;
V_4 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_4;
if (!L_6)
{
goto IL_002d;
}
}
{
// return 0;
V_5 = 0;
goto IL_00c8;
}
IL_002d:
{
// var bindingCount = bindings.Length;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_7 = V_0;
NullCheck(L_7);
V_1 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
// var matchCount = 0;
V_2 = 0;
// for (var i = 0; i < bindingCount; ++i)
V_6 = 0;
goto IL_009e;
}
IL_0038:
{
// if (!bindingOverride.Matches(ref bindings[i]))
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_8 = V_0;
int32_t L_9 = V_6;
NullCheck(L_8);
bool L_10;
L_10 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F((&___bindingOverride1), ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), 0, NULL);
V_7 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
bool L_11 = V_7;
if (!L_11)
{
goto IL_0054;
}
}
{
// continue;
goto IL_0098;
}
IL_0054:
{
// bindings[i].overridePath = bindingOverride.overridePath;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_12 = V_0;
int32_t L_13 = V_6;
NullCheck(L_12);
String_t* L_14;
L_14 = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline((&___bindingOverride1), NULL);
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline(((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_13))), L_14, NULL);
// bindings[i].overrideInteractions = bindingOverride.overrideInteractions;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_15 = V_0;
int32_t L_16 = V_6;
NullCheck(L_15);
String_t* L_17;
L_17 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline((&___bindingOverride1), NULL);
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline(((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16))), L_17, NULL);
// bindings[i].overrideProcessors = bindingOverride.overrideProcessors;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = V_0;
int32_t L_19 = V_6;
NullCheck(L_18);
String_t* L_20;
L_20 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline((&___bindingOverride1), NULL);
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), L_20, NULL);
// ++matchCount;
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0098:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_22 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_009e:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_23 = V_6;
int32_t L_24 = V_1;
V_8 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
bool L_25 = V_8;
if (L_25)
{
goto IL_0038;
}
}
{
// if (matchCount > 0)
int32_t L_26 = V_2;
V_9 = (bool)((((int32_t)L_26) > ((int32_t)0))? 1 : 0);
bool L_27 = V_9;
if (!L_27)
{
goto IL_00c3;
}
}
{
// actionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_28 = ___actionMap0;
NullCheck(L_28);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_28, NULL);
// actionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = ___actionMap0;
NullCheck(L_29);
bool L_30;
L_30 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_29, NULL);
}
IL_00c3:
{
// return matchCount;
int32_t L_31 = V_2;
V_5 = L_31;
goto IL_00c8;
}
IL_00c8:
{
// }
int32_t L_32 = V_5;
return L_32;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverride(UnityEngine.InputSystem.InputActionMap,System.Int32,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverride_mA89518B00329C9DA10F5D975985BD089DA20E923 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, int32_t ___bindingIndex1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingOverride2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* G_B4_0 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B8_0 = 0;
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_1 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_mA89518B00329C9DA10F5D975985BD089DA20E923_RuntimeMethod_var)));
}
IL_0014:
{
// var bindingsCount = actionMap.m_Bindings?.Length ?? 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___actionMap0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0021;
}
}
{
G_B5_0 = 0;
goto IL_0023;
}
IL_0021:
{
NullCheck(G_B4_0);
G_B5_0 = ((int32_t)(((RuntimeArray*)G_B4_0)->max_length));
}
IL_0023:
{
V_0 = G_B5_0;
// if (bindingIndex < 0 || bindingIndex >= bindingsCount)
int32_t L_6 = ___bindingIndex1;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
int32_t L_7 = ___bindingIndex1;
int32_t L_8 = V_0;
G_B8_0 = ((((int32_t)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0032;
}
IL_0031:
{
G_B8_0 = 1;
}
IL_0032:
{
V_2 = (bool)G_B8_0;
bool L_9 = V_2;
if (!L_9)
{
goto IL_0058;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(bindingIndex),
// $"Cannot apply override to binding at index {bindingIndex} in map '{actionMap}' with only {bindingsCount} bindings");
int32_t L_10 = ___bindingIndex1;
int32_t L_11 = L_10;
RuntimeObject* L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_11);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = ___actionMap0;
int32_t L_14 = V_0;
int32_t L_15 = L_14;
RuntimeObject* L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_15);
String_t* L_17;
L_17 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7762427C3252F7C58210B9472BDD0261982D2DE1)), L_12, L_13, L_16, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_18 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_18);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8F5C19EA335E3C8043505B7E0CF232877F7BFBA)), L_17, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverride_mA89518B00329C9DA10F5D975985BD089DA20E923_RuntimeMethod_var)));
}
IL_0058:
{
// actionMap.m_Bindings[bindingIndex].overridePath = bindingOverride.overridePath;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = ___actionMap0;
NullCheck(L_19);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = L_19->___m_Bindings_4;
int32_t L_21 = ___bindingIndex1;
NullCheck(L_20);
String_t* L_22;
L_22 = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline((&___bindingOverride2), NULL);
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline(((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21))), L_22, NULL);
// actionMap.m_Bindings[bindingIndex].overrideInteractions = bindingOverride.overrideInteractions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = ___actionMap0;
NullCheck(L_23);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_24 = L_23->___m_Bindings_4;
int32_t L_25 = ___bindingIndex1;
NullCheck(L_24);
String_t* L_26;
L_26 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline((&___bindingOverride2), NULL);
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline(((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25))), L_26, NULL);
// actionMap.m_Bindings[bindingIndex].overrideProcessors = bindingOverride.overrideProcessors;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = ___actionMap0;
NullCheck(L_27);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_28 = L_27->___m_Bindings_4;
int32_t L_29 = ___bindingIndex1;
NullCheck(L_28);
String_t* L_30;
L_30 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline((&___bindingOverride2), NULL);
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline(((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29))), L_30, NULL);
// actionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = ___actionMap0;
NullCheck(L_31);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_31, NULL);
// actionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = ___actionMap0;
NullCheck(L_32);
bool L_33;
L_33 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_32, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveBindingOverride(UnityEngine.InputSystem.InputAction,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveBindingOverride_mF0D9C0F9961B59FA6213046E6A219C33DB0CB821 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveBindingOverride_mF0D9C0F9961B59FA6213046E6A219C33DB0CB821_RuntimeMethod_var)));
}
IL_0014:
{
// action.ApplyBindingOverride(bindingIndex, default(InputBinding));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
int32_t L_4 = ___bindingIndex1;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_1;
InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946(L_3, L_4, L_5, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveBindingOverride(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveBindingOverride_m0A09A239B20A19CBC4E7A51620118EAF49E86230 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveBindingOverride_m0A09A239B20A19CBC4E7A51620118EAF49E86230_RuntimeMethod_var)));
}
IL_0014:
{
// bindingMask.overridePath = null;
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline((&___bindingMask1), (String_t*)NULL, NULL);
// bindingMask.overrideInteractions = null;
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline((&___bindingMask1), (String_t*)NULL, NULL);
// bindingMask.overrideProcessors = null;
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline((&___bindingMask1), (String_t*)NULL, NULL);
// ApplyBindingOverride(action, bindingMask);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = ___bindingMask1;
InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89(L_3, L_4, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveBindingOverride(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveBindingOverride_m8DD855C32846346471FA2E28C944A525841D2094 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___bindingMask1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_0 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveBindingOverride_m8DD855C32846346471FA2E28C944A525841D2094_RuntimeMethod_var)));
}
IL_0014:
{
// bindingMask.overridePath = null;
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline((&___bindingMask1), (String_t*)NULL, NULL);
// bindingMask.overrideInteractions = null;
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline((&___bindingMask1), (String_t*)NULL, NULL);
// bindingMask.overrideProcessors = null;
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline((&___bindingMask1), (String_t*)NULL, NULL);
// ApplyBindingOverride(actionMap, bindingMask);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___actionMap0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = ___bindingMask1;
int32_t L_5;
L_5 = InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72(L_3, L_4, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveAllBindingOverrides(UnityEngine.InputSystem.IInputActionCollection2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveAllBindingOverrides_m0752EAFCD8A746AAC18ECB8D1B2A1A89974F069F (RuntimeObject* ___actions0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tF698ACF2B4E7CE4BC0C4069EC68E5689FF07102B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t5197EB77176C670D4AAF5E0D1B4F1AB9940EFE41_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_1 = NULL;
RuntimeObject* V_2 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_3 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_4 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_8 = NULL;
bool V_9 = false;
bool V_10 = false;
{
// if (actions == null)
RuntimeObject* L_0 = ___actions0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actions));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B661C870217F11756934F5826E14A434DC7DF03)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveAllBindingOverrides_m0752EAFCD8A746AAC18ECB8D1B2A1A89974F069F_RuntimeMethod_var)));
}
IL_0014:
{
// using (DeferBindingResolution())
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_3;
L_3 = InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF(NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00af:
{// begin finally (depth: 1)
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_4 = V_1;
if (!L_4)
{
goto IL_00b9;
}
}
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_00b9:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// foreach (var action in actions)
RuntimeObject* L_6 = ___actions0;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputAction>::GetEnumerator() */, IEnumerable_1_tF698ACF2B4E7CE4BC0C4069EC68E5689FF07102B_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00a1_1:
{// begin finally (depth: 2)
{
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_00ab_1;
}
}
{
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_00ab_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
goto IL_0097_2;
}
IL_0025_2:
{
// foreach (var action in actions)
RuntimeObject* L_10 = V_2;
NullCheck(L_10);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11;
L_11 = InterfaceFuncInvoker0< InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputAction>::get_Current() */, IEnumerator_1_t5197EB77176C670D4AAF5E0D1B4F1AB9940EFE41_il2cpp_TypeInfo_var, L_10);
V_3 = L_11;
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = V_3;
NullCheck(L_12);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13;
L_13 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_12, NULL);
V_4 = L_13;
// var bindings = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_4;
NullCheck(L_14);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_15 = L_14->___m_Bindings_4;
V_5 = L_15;
// var numBindings = bindings.LengthSafe();
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_16 = V_5;
int32_t L_17;
L_17 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_16, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
V_6 = L_17;
// for (var i = 0; i < numBindings; ++i)
V_7 = 0;
goto IL_007a_2;
}
IL_004c_2:
{
// ref var binding = ref bindings[i];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = V_5;
int32_t L_19 = V_7;
NullCheck(L_18);
V_8 = ((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19)));
// if (!binding.TriggersAction(action))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_20 = V_8;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_21 = V_3;
bool L_22;
L_22 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(L_20, L_21, NULL);
V_9 = (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0);
bool L_23 = V_9;
if (!L_23)
{
goto IL_006b_2;
}
}
{
// continue;
goto IL_0074_2;
}
IL_006b_2:
{
// binding.RemoveOverrides();
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_24 = V_8;
InputBinding_RemoveOverrides_mF1EAE3A6E558B82C15655368EA66402F4712A61E(L_24, NULL);
}
IL_0074_2:
{
// for (var i = 0; i < numBindings; ++i)
int32_t L_25 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_007a_2:
{
// for (var i = 0; i < numBindings; ++i)
int32_t L_26 = V_7;
int32_t L_27 = V_6;
V_10 = (bool)((((int32_t)L_26) < ((int32_t)L_27))? 1 : 0);
bool L_28 = V_10;
if (L_28)
{
goto IL_004c_2;
}
}
{
// actionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = V_4;
NullCheck(L_29);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_29, NULL);
// actionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = V_4;
NullCheck(L_30);
bool L_31;
L_31 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_30, NULL);
}
IL_0097_2:
{
// foreach (var action in actions)
RuntimeObject* L_32 = V_2;
NullCheck(L_32);
bool L_33;
L_33 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_32);
if (L_33)
{
goto IL_0025_2;
}
}
{
goto IL_00ac_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00ac_1:
{
goto IL_00ba;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00ba:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveAllBindingOverrides(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveAllBindingOverrides_m147187B30F8107950222F15CBB34AC5E66F9F909 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_4 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_4;
if (!L_1)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveAllBindingOverrides_m147187B30F8107950222F15CBB34AC5E66F9F909_RuntimeMethod_var)));
}
IL_0016:
{
// var actionName = action.name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
String_t* L_4;
L_4 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_3, NULL);
V_0 = L_4;
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action0;
NullCheck(L_5);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
L_6 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_5, NULL);
V_1 = L_6;
// var bindings = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_1;
NullCheck(L_7);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_8 = L_7->___m_Bindings_4;
V_2 = L_8;
// if (bindings == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_9 = V_2;
V_5 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_9) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_10 = V_5;
if (!L_10)
{
goto IL_0037;
}
}
{
// return;
goto IL_00ad;
}
IL_0037:
{
// var bindingCount = bindings.Length;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_11 = V_2;
NullCheck(L_11);
V_3 = ((int32_t)(((RuntimeArray*)L_11)->max_length));
// for (var i = 0; i < bindingCount; ++i)
V_6 = 0;
goto IL_0094;
}
IL_0040:
{
// if (string.Compare(bindings[i].action, actionName, StringComparison.InvariantCultureIgnoreCase) != 0)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_12 = V_2;
int32_t L_13 = V_6;
NullCheck(L_12);
String_t* L_14;
L_14 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_13))), NULL);
String_t* L_15 = V_0;
int32_t L_16;
L_16 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_14, L_15, 3, NULL);
V_7 = (bool)((!(((uint32_t)L_16) <= ((uint32_t)0)))? 1 : 0);
bool L_17 = V_7;
if (!L_17)
{
goto IL_0060;
}
}
{
// continue;
goto IL_008e;
}
IL_0060:
{
// bindings[i].overridePath = null;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = V_2;
int32_t L_19 = V_6;
NullCheck(L_18);
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), (String_t*)NULL, NULL);
// bindings[i].overrideInteractions = null;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = V_2;
int32_t L_21 = V_6;
NullCheck(L_20);
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline(((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21))), (String_t*)NULL, NULL);
// bindings[i].overrideProcessors = null;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_22 = V_2;
int32_t L_23 = V_6;
NullCheck(L_22);
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline(((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_23))), (String_t*)NULL, NULL);
}
IL_008e:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_24 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0094:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_25 = V_6;
int32_t L_26 = V_3;
V_8 = (bool)((((int32_t)L_25) < ((int32_t)L_26))? 1 : 0);
bool L_27 = V_8;
if (L_27)
{
goto IL_0040;
}
}
{
// actionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_28 = V_1;
NullCheck(L_28);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_28, NULL);
// actionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = V_1;
NullCheck(L_29);
bool L_30;
L_30 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_29, NULL);
}
IL_00ad:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverrides(UnityEngine.InputSystem.InputActionMap,System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_ApplyBindingOverrides_m525EF2847B745DD69D1C0412CEE951C714B58404 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, RuntimeObject* ___overrides1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_0 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverrides_m525EF2847B745DD69D1C0412CEE951C714B58404_RuntimeMethod_var)));
}
IL_0014:
{
// if (overrides == null)
RuntimeObject* L_3 = ___overrides1;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0027;
}
}
{
// throw new ArgumentNullException(nameof(overrides));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral70F65AEE81F97590F7F0901232AAFE6147B87BE4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverrides_m525EF2847B745DD69D1C0412CEE951C714B58404_RuntimeMethod_var)));
}
IL_0027:
{
// foreach (var binding in overrides)
RuntimeObject* L_6 = ___overrides1;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding>::GetEnumerator() */, IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004a:
{// begin finally (depth: 1)
{
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_0054;
}
}
{
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_0054:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0040_1;
}
IL_0031_1:
{
// foreach (var binding in overrides)
RuntimeObject* L_10 = V_2;
NullCheck(L_10);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
L_11 = InterfaceFuncInvoker0< InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBinding>::get_Current() */, IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var, L_10);
V_3 = L_11;
// ApplyBindingOverride(actionMap, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = ___actionMap0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_13 = V_3;
int32_t L_14;
L_14 = InputActionRebindingExtensions_ApplyBindingOverride_mE7C0EFBB76FC1023F980CC1D5B23DE1ED98EFB72(L_12, L_13, NULL);
}
IL_0040_1:
{
// foreach (var binding in overrides)
RuntimeObject* L_15 = V_2;
NullCheck(L_15);
bool L_16;
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_0031_1;
}
}
{
goto IL_0055;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0055:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::RemoveBindingOverrides(UnityEngine.InputSystem.InputActionMap,System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_RemoveBindingOverrides_mAFA2BFE0B66B73A6F0F887740DEFC922DD579846 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, RuntimeObject* ___overrides1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_0 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveBindingOverrides_mAFA2BFE0B66B73A6F0F887740DEFC922DD579846_RuntimeMethod_var)));
}
IL_0014:
{
// if (overrides == null)
RuntimeObject* L_3 = ___overrides1;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0027;
}
}
{
// throw new ArgumentNullException(nameof(overrides));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral70F65AEE81F97590F7F0901232AAFE6147B87BE4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_RemoveBindingOverrides_mAFA2BFE0B66B73A6F0F887740DEFC922DD579846_RuntimeMethod_var)));
}
IL_0027:
{
// foreach (var binding in overrides)
RuntimeObject* L_6 = ___overrides1;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding>::GetEnumerator() */, IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004a:
{// begin finally (depth: 1)
{
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_0054;
}
}
{
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_0054:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0040_1;
}
IL_0031_1:
{
// foreach (var binding in overrides)
RuntimeObject* L_10 = V_2;
NullCheck(L_10);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
L_11 = InterfaceFuncInvoker0< InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBinding>::get_Current() */, IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var, L_10);
V_3 = L_11;
// RemoveBindingOverride(actionMap, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = ___actionMap0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_13 = V_3;
InputActionRebindingExtensions_RemoveBindingOverride_m8DD855C32846346471FA2E28C944A525841D2094(L_12, L_13, NULL);
}
IL_0040_1:
{
// foreach (var binding in overrides)
RuntimeObject* L_14 = V_2;
NullCheck(L_14);
bool L_15;
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
if (L_15)
{
goto IL_0031_1;
}
}
{
goto IL_0055;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0055:
{
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverridesOnMatchingControls(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m354AE275194175EE35B3FE4BBAEE5291B46140A6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_6 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_3 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m354AE275194175EE35B3FE4BBAEE5291B46140A6_RuntimeMethod_var)));
}
IL_0014:
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control1;
V_4 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_4;
if (!L_4)
{
goto IL_0029;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m354AE275194175EE35B3FE4BBAEE5291B46140A6_RuntimeMethod_var)));
}
IL_0029:
{
// var bindings = action.bindings;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_7;
L_7 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_6, NULL);
V_0 = L_7;
// var bindingsCount = bindings.Count;
int32_t L_8;
L_8 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_0), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_1 = L_8;
// var numMatchingControls = 0;
V_2 = 0;
// for (var i = 0; i < bindingsCount; ++i)
V_5 = 0;
goto IL_0083;
}
IL_003f:
{
// var matchingControl = InputControlPath.TryFindControl(control, bindings[i].path);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9 = ___control1;
int32_t L_10 = V_5;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
L_11 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_0), L_10, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_7 = L_11;
String_t* L_12;
L_12 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline((&V_7), NULL);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13;
L_13 = InputControlPath_TryFindControl_m3BD9BCEED46B32E39B0E8B35B1F1B3DC05A53FAD(L_9, L_12, 0, NULL);
V_6 = L_13;
// if (matchingControl == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = V_6;
V_8 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_14) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_15 = V_8;
if (!L_15)
{
goto IL_0068;
}
}
{
// continue;
goto IL_007d;
}
IL_0068:
{
// action.ApplyBindingOverride(i, matchingControl.path);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = ___action0;
int32_t L_17 = V_5;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = V_6;
NullCheck(L_18);
String_t* L_19;
L_19 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_18, NULL);
InputActionRebindingExtensions_ApplyBindingOverride_m432B96D279D63D8679644FFA8B0B87E5C35309A3(L_16, L_17, L_19, NULL);
// ++numMatchingControls;
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_007d:
{
// for (var i = 0; i < bindingsCount; ++i)
int32_t L_21 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0083:
{
// for (var i = 0; i < bindingsCount; ++i)
int32_t L_22 = V_5;
int32_t L_23 = V_1;
V_9 = (bool)((((int32_t)L_22) < ((int32_t)L_23))? 1 : 0);
bool L_24 = V_9;
if (L_24)
{
goto IL_003f;
}
}
{
// return numMatchingControls;
int32_t L_25 = V_2;
V_10 = L_25;
goto IL_0093;
}
IL_0093:
{
// }
int32_t L_26 = V_10;
return L_26;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions::ApplyBindingOverridesOnMatchingControls(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m8B55D50A34C9C7AFF2F584659CA1B314BA4CC214 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_6 = NULL;
bool V_7 = false;
int32_t V_8 = 0;
{
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap0;
V_3 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actionMap));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m8B55D50A34C9C7AFF2F584659CA1B314BA4CC214_RuntimeMethod_var)));
}
IL_0014:
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control1;
V_4 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_4;
if (!L_4)
{
goto IL_0029;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m8B55D50A34C9C7AFF2F584659CA1B314BA4CC214_RuntimeMethod_var)));
}
IL_0029:
{
// var actions = actionMap.actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___actionMap0;
NullCheck(L_6);
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_7;
L_7 = InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E(L_6, NULL);
V_0 = L_7;
// var actionCount = actions.Count;
int32_t L_8;
L_8 = ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_inline((&V_0), ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var);
V_1 = L_8;
// var numMatchingControls = 0;
V_2 = 0;
// for (var i = 0; i < actionCount; ++i)
V_5 = 0;
goto IL_005b;
}
IL_003f:
{
// var action = actions[i];
int32_t L_9 = V_5;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10;
L_10 = ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464((&V_0), L_9, ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464_RuntimeMethod_var);
V_6 = L_10;
// numMatchingControls = action.ApplyBindingOverridesOnMatchingControls(control);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = V_6;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = ___control1;
int32_t L_13;
L_13 = InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_m354AE275194175EE35B3FE4BBAEE5291B46140A6(L_11, L_12, NULL);
V_2 = L_13;
// for (var i = 0; i < actionCount; ++i)
int32_t L_14 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_005b:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_15 = V_5;
int32_t L_16 = V_1;
V_7 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_7;
if (L_17)
{
goto IL_003f;
}
}
{
// return numMatchingControls;
int32_t L_18 = V_2;
V_8 = L_18;
goto IL_006b;
}
IL_006b:
{
// }
int32_t L_19 = V_8;
return L_19;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::SaveBindingOverridesAsJson(UnityEngine.InputSystem.IInputActionCollection2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_SaveBindingOverridesAsJson_m94E10044F1C389F9668B88F8A443C23020A200D1 (RuntimeObject* ___actions0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
String_t* V_5 = NULL;
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD V_6;
memset((&V_6), 0, sizeof(V_6));
{
// if (actions == null)
RuntimeObject* L_0 = ___actions0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actions));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B661C870217F11756934F5826E14A434DC7DF03)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_SaveBindingOverridesAsJson_m94E10044F1C389F9668B88F8A443C23020A200D1_RuntimeMethod_var)));
}
IL_0014:
{
// var overrides = new List<InputActionMap.BindingOverrideJson>();
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_3 = (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*)il2cpp_codegen_object_new(List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4_il2cpp_TypeInfo_var);
NullCheck(L_3);
List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6(L_3, List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_RuntimeMethod_var);
V_0 = L_3;
// foreach (var binding in actions.bindings)
RuntimeObject* L_4 = ___actions0;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.IInputActionCollection2::get_bindings() */, IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var, L_4);
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBinding>::GetEnumerator() */, IEnumerable_1_tB0371F6D0932F0C778CAEED128603B65772AC357_il2cpp_TypeInfo_var, L_5);
V_2 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0044:
{// begin finally (depth: 1)
{
RuntimeObject* L_7 = V_2;
if (!L_7)
{
goto IL_004e;
}
}
{
RuntimeObject* L_8 = V_2;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_004e:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003a_1;
}
IL_0029_1:
{
// foreach (var binding in actions.bindings)
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_10;
L_10 = InterfaceFuncInvoker0< InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBinding>::get_Current() */, IEnumerator_1_tB05E3484560B25B7256FA873CC25D0535092079F_il2cpp_TypeInfo_var, L_9);
V_3 = L_10;
// actions.AddBindingOverrideJsonTo(binding, overrides);
RuntimeObject* L_11 = ___actions0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_12 = V_3;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_13 = V_0;
InputActionRebindingExtensions_AddBindingOverrideJsonTo_m3701DA6A8CB2F90210CC37FBE50723AAF8C844F6(L_11, L_12, L_13, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, NULL);
}
IL_003a_1:
{
// foreach (var binding in actions.bindings)
RuntimeObject* L_14 = V_2;
NullCheck(L_14);
bool L_15;
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
if (L_15)
{
goto IL_0029_1;
}
}
{
goto IL_004f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004f:
{
// if (overrides.Count == 0)
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_16 = V_0;
NullCheck(L_16);
int32_t L_17;
L_17 = List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_inline(L_16, List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_RuntimeMethod_var);
V_4 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
bool L_18 = V_4;
if (!L_18)
{
goto IL_0067;
}
}
{
// return string.Empty;
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_5 = L_19;
goto IL_0087;
}
IL_0067:
{
// return JsonUtility.ToJson(new InputActionMap.BindingOverrideListJson {bindings = overrides});
il2cpp_codegen_initobj((&V_6), sizeof(BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD));
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_20 = V_0;
(&V_6)->___bindings_0 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___bindings_0), (void*)L_20);
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD L_21 = V_6;
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD L_22 = L_21;
RuntimeObject* L_23 = Box(BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_il2cpp_TypeInfo_var, &L_22);
String_t* L_24;
L_24 = JsonUtility_ToJson_mD0FB24DC5A8621A2473FC208E9B15AF43944EBCD(L_23, NULL);
V_5 = L_24;
goto IL_0087;
}
IL_0087:
{
// }
String_t* L_25 = V_5;
return L_25;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions::SaveBindingOverridesAsJson(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionRebindingExtensions_SaveBindingOverridesAsJson_m9367403D139AC9A8DD5328580AC08B788E456D30 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* V_2 = NULL;
bool V_3 = false;
Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB V_4;
memset((&V_4), 0, sizeof(V_4));
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_5;
memset((&V_5), 0, sizeof(V_5));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
String_t* V_9 = NULL;
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD V_10;
memset((&V_10), 0, sizeof(V_10));
int32_t G_B7_0 = 0;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* G_B11_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 G_B11_1;
memset((&G_B11_1), 0, sizeof(G_B11_1));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B11_2 = NULL;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* G_B10_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 G_B10_1;
memset((&G_B10_1), 0, sizeof(G_B10_1));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B10_2 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B12_0 = NULL;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* G_B12_1 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 G_B12_2;
memset((&G_B12_2), 0, sizeof(G_B12_2));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B12_3 = NULL;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_3 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_SaveBindingOverridesAsJson_m9367403D139AC9A8DD5328580AC08B788E456D30_RuntimeMethod_var)));
}
IL_0014:
{
// var isSingletonAction = action.isSingletonAction;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
bool L_4;
L_4 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_3, NULL);
V_0 = L_4;
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action0;
NullCheck(L_5);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
L_6 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_5, NULL);
V_1 = L_6;
// var list = new List<InputActionMap.BindingOverrideJson>();
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_7 = (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*)il2cpp_codegen_object_new(List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4_il2cpp_TypeInfo_var);
NullCheck(L_7);
List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6(L_7, List_1__ctor_m686CDF940DB4CCFDBB545CA30C630E7DF468ACC6_RuntimeMethod_var);
V_2 = L_7;
// foreach (var binding in action.bindings)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
NullCheck(L_8);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_9;
L_9 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_8, NULL);
V_5 = L_9;
Enumerator_t1A96525DC4A4DB84933680B0C21DBE32D39746CB L_10;
L_10 = ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4((&V_5), ReadOnlyArray_1_GetEnumerator_m6D73E5C9F27E46DF4F3A4E1AC230173485921CB4_RuntimeMethod_var);
V_4 = L_10;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_007c:
{// begin finally (depth: 1)
Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945((&V_4), Enumerator_Dispose_m1BBD4A9E69D6AE442844EB73540D87EBD5550945_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0071_1;
}
IL_003c_1:
{
// foreach (var binding in action.bindings)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
L_11 = Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D((&V_4), Enumerator_get_Current_m605F530A00445725CD997C71015CFD0FB46D1B9D_RuntimeMethod_var);
V_6 = L_11;
// if (!isSingletonAction && !binding.TriggersAction(action))
bool L_12 = V_0;
if (L_12)
{
goto IL_0056_1;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___action0;
bool L_14;
L_14 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8((&V_6), L_13, NULL);
G_B7_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_0057_1;
}
IL_0056_1:
{
G_B7_0 = 0;
}
IL_0057_1:
{
V_7 = (bool)G_B7_0;
bool L_15 = V_7;
if (!L_15)
{
goto IL_005f_1;
}
}
{
// continue;
goto IL_0071_1;
}
IL_005f_1:
{
// actionMap.AddBindingOverrideJsonTo(binding, list, isSingletonAction ? action : null);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_17 = V_6;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_18 = V_2;
bool L_19 = V_0;
G_B10_0 = L_18;
G_B10_1 = L_17;
G_B10_2 = L_16;
if (L_19)
{
G_B11_0 = L_18;
G_B11_1 = L_17;
G_B11_2 = L_16;
goto IL_0069_1;
}
}
{
G_B12_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
G_B12_3 = G_B10_2;
goto IL_006a_1;
}
IL_0069_1:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = ___action0;
G_B12_0 = L_20;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
G_B12_3 = G_B11_2;
}
IL_006a_1:
{
InputActionRebindingExtensions_AddBindingOverrideJsonTo_m3701DA6A8CB2F90210CC37FBE50723AAF8C844F6(G_B12_3, G_B12_2, G_B12_1, G_B12_0, NULL);
}
IL_0071_1:
{
// foreach (var binding in action.bindings)
bool L_21;
L_21 = Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278((&V_4), Enumerator_MoveNext_mBE8A8ACAC03B2CCC0100F001E212803B37EC7278_RuntimeMethod_var);
if (L_21)
{
goto IL_003c_1;
}
}
{
goto IL_008b;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_008b:
{
// if (list.Count == 0)
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_22 = V_2;
NullCheck(L_22);
int32_t L_23;
L_23 = List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_inline(L_22, List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_RuntimeMethod_var);
V_8 = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
bool L_24 = V_8;
if (!L_24)
{
goto IL_00a3;
}
}
{
// return string.Empty;
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_9 = L_25;
goto IL_00c3;
}
IL_00a3:
{
// return JsonUtility.ToJson(new InputActionMap.BindingOverrideListJson {bindings = list});
il2cpp_codegen_initobj((&V_10), sizeof(BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD));
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_26 = V_2;
(&V_10)->___bindings_0 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&(&V_10)->___bindings_0), (void*)L_26);
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD L_27 = V_10;
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD L_28 = L_27;
RuntimeObject* L_29 = Box(BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_il2cpp_TypeInfo_var, &L_28);
String_t* L_30;
L_30 = JsonUtility_ToJson_mD0FB24DC5A8621A2473FC208E9B15AF43944EBCD(L_29, NULL);
V_9 = L_30;
goto IL_00c3;
}
IL_00c3:
{
// }
String_t* L_31 = V_9;
return L_31;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::AddBindingOverrideJsonTo(UnityEngine.InputSystem.IInputActionCollection2,UnityEngine.InputSystem.InputBinding,System.Collections.Generic.List`1<UnityEngine.InputSystem.InputActionMap/BindingOverrideJson>,UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_AddBindingOverrideJsonTo_m3701DA6A8CB2F90210CC37FBE50723AAF8C844F6 (RuntimeObject* ___actions0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* ___list2, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 V_3;
memset((&V_3), 0, sizeof(V_3));
Guid_t V_4;
memset((&V_4), 0, sizeof(V_4));
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2* G_B6_0 = NULL;
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2* G_B5_0 = NULL;
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2* G_B7_0 = NULL;
String_t* G_B8_0 = NULL;
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2* G_B8_1 = NULL;
{
// if (!binding.hasOverrides)
bool L_0;
L_0 = InputBinding_get_hasOverrides_m56265C6FFDA358C043B984B6A561B9E75F3EE969((&___binding1), NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// return;
goto IL_00b5;
}
IL_0014:
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___action3;
V_2 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_002c;
}
}
{
// action = actions.FindAction(binding.action);
RuntimeObject* L_4 = ___actions0;
String_t* L_5;
L_5 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline((&___binding1), NULL);
NullCheck(L_4);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6;
L_6 = InterfaceFuncInvoker2< InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, String_t*, bool >::Invoke(1 /* UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.IInputActionCollection2::FindAction(System.String,System.Boolean) */, IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var, L_4, L_5, (bool)0);
___action3 = L_6;
}
IL_002c:
{
// var @override = new InputActionMap.BindingOverrideJson
// {
// action = action != null && !action.isSingletonAction ? $"{action.actionMap.name}/{action.name}" : null,
// id = binding.id.ToString(),
// path = binding.overridePath,
// interactions = binding.overrideInteractions,
// processors = binding.overrideProcessors
// };
il2cpp_codegen_initobj((&V_3), sizeof(BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action3;
G_B5_0 = (&V_3);
if (!L_7)
{
G_B6_0 = (&V_3);
goto IL_0041;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action3;
NullCheck(L_8);
bool L_9;
L_9 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_8, NULL);
G_B6_0 = G_B5_0;
if (!L_9)
{
G_B7_0 = G_B5_0;
goto IL_0044;
}
}
IL_0041:
{
G_B8_0 = ((String_t*)(NULL));
G_B8_1 = G_B6_0;
goto IL_005f;
}
IL_0044:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___action3;
NullCheck(L_10);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11;
L_11 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_10, NULL);
NullCheck(L_11);
String_t* L_12;
L_12 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_11, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___action3;
NullCheck(L_13);
String_t* L_14;
L_14 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_13, NULL);
String_t* L_15;
L_15 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_12, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_14, NULL);
G_B8_0 = L_15;
G_B8_1 = G_B7_0;
}
IL_005f:
{
G_B8_1->___action_0 = G_B8_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B8_1->___action_0), (void*)G_B8_0);
Guid_t L_16;
L_16 = InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71((&___binding1), NULL);
V_4 = L_16;
String_t* L_17;
L_17 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_4), NULL);
(&V_3)->___id_1 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___id_1), (void*)L_17);
String_t* L_18;
L_18 = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline((&___binding1), NULL);
(&V_3)->___path_2 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___path_2), (void*)L_18);
String_t* L_19;
L_19 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline((&___binding1), NULL);
(&V_3)->___interactions_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___interactions_3), (void*)L_19);
String_t* L_20;
L_20 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline((&___binding1), NULL);
(&V_3)->___processors_4 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___processors_4), (void*)L_20);
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_21 = V_3;
V_0 = L_21;
// list.Add(@override);
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_22 = ___list2;
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_23 = V_0;
NullCheck(L_22);
List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_inline(L_22, L_23, List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_RuntimeMethod_var);
}
IL_00b5:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::LoadBindingOverridesFromJson(UnityEngine.InputSystem.IInputActionCollection2,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_LoadBindingOverridesFromJson_m6182B6DE19E46F0A1AC0D3333951073B40B89915 (RuntimeObject* ___actions0, String_t* ___json1, bool ___removeExisting2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_1 = NULL;
bool V_2 = false;
{
// if (actions == null)
RuntimeObject* L_0 = ___actions0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actions));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B661C870217F11756934F5826E14A434DC7DF03)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_LoadBindingOverridesFromJson_m6182B6DE19E46F0A1AC0D3333951073B40B89915_RuntimeMethod_var)));
}
IL_0014:
{
// using (DeferBindingResolution())
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_3;
L_3 = InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF(NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0032:
{// begin finally (depth: 1)
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_4 = V_1;
if (!L_4)
{
goto IL_003c;
}
}
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_003c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// if (removeExisting)
bool L_6 = ___removeExisting2;
V_2 = L_6;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0027_1;
}
}
{
// actions.RemoveAllBindingOverrides();
RuntimeObject* L_8 = ___actions0;
InputActionRebindingExtensions_RemoveAllBindingOverrides_m0752EAFCD8A746AAC18ECB8D1B2A1A89974F069F(L_8, NULL);
}
IL_0027_1:
{
// actions.LoadBindingOverridesFromJsonInternal(json);
RuntimeObject* L_9 = ___actions0;
String_t* L_10 = ___json1;
InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal_m2A4E60D2C9BF6F13BF5C5F9BEFA59916FD275112(L_9, L_10, NULL);
goto IL_003d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003d:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::LoadBindingOverridesFromJson(UnityEngine.InputSystem.InputAction,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_LoadBindingOverridesFromJson_m15E3D7294867E2C039718DE397914340789149D1 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___json1, bool ___removeExisting2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_1 = NULL;
bool V_2 = false;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_LoadBindingOverridesFromJson_m15E3D7294867E2C039718DE397914340789149D1_RuntimeMethod_var)));
}
IL_0014:
{
// using (DeferBindingResolution())
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_3;
L_3 = InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF(NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0037:
{// begin finally (depth: 1)
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_4 = V_1;
if (!L_4)
{
goto IL_0041;
}
}
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0041:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// if (removeExisting)
bool L_6 = ___removeExisting2;
V_2 = L_6;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0027_1;
}
}
{
// action.RemoveAllBindingOverrides();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
InputActionRebindingExtensions_RemoveAllBindingOverrides_m147187B30F8107950222F15CBB34AC5E66F9F909(L_8, NULL);
}
IL_0027_1:
{
// action.GetOrCreateActionMap().LoadBindingOverridesFromJsonInternal(json);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
NullCheck(L_9);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
L_10 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_9, NULL);
String_t* L_11 = ___json1;
InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal_m2A4E60D2C9BF6F13BF5C5F9BEFA59916FD275112(L_10, L_11, NULL);
goto IL_0042;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0042:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions::LoadBindingOverridesFromJsonInternal(UnityEngine.InputSystem.IInputActionCollection2,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal_m2A4E60D2C9BF6F13BF5C5F9BEFA59916FD275112 (RuntimeObject* ___actions0, String_t* ___json1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A V_2;
memset((&V_2), 0, sizeof(V_2));
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
int32_t V_5 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_6 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
{
// if (string.IsNullOrEmpty(json))
String_t* L_0 = ___json1;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0010;
}
}
{
// return;
goto IL_00db;
}
IL_0010:
{
// var overrides = JsonUtility.FromJson<InputActionMap.BindingOverrideListJson>(json);
String_t* L_3 = ___json1;
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD L_4;
L_4 = JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C(L_3, JsonUtility_FromJson_TisBindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD_m5F0450313EE4417F9B24CEF892C1B091A812469C_RuntimeMethod_var);
V_0 = L_4;
// foreach (var entry in overrides.bindings)
BindingOverrideListJson_t8F77156B5E01230C75E4CE3D2EDB2B10599804FD L_5 = V_0;
List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* L_6 = L_5.___bindings_0;
NullCheck(L_6);
Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A L_7;
L_7 = List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A(L_6, List_1_GetEnumerator_m3FB887A91E245767561ED6871B321244D2C1034A_RuntimeMethod_var);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00cc:
{// begin finally (depth: 1)
Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409((&V_2), Enumerator_Dispose_mE5618D7DC7B2467E81F62DCAA590EF76EA412409_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00be_1;
}
IL_0029_1:
{
// foreach (var entry in overrides.bindings)
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_8;
L_8 = Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_inline((&V_2), Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_RuntimeMethod_var);
V_3 = L_8;
// if (!string.IsNullOrEmpty(entry.id))
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_9 = V_3;
String_t* L_10 = L_9.___id_1;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
V_4 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
bool L_12 = V_4;
if (!L_12)
{
goto IL_00b8_1;
}
}
{
// var bindingIndex = actions.FindBinding(new InputBinding { m_Id = entry.id }, out var action);
RuntimeObject* L_13 = ___actions0;
il2cpp_codegen_initobj((&V_7), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_14 = V_3;
String_t* L_15 = L_14.___id_1;
(&V_7)->___m_Id_3 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___m_Id_3), (void*)L_15);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_16 = V_7;
NullCheck(L_13);
int32_t L_17;
L_17 = InterfaceFuncInvoker2< int32_t, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** >::Invoke(2 /* System.Int32 UnityEngine.InputSystem.IInputActionCollection2::FindBinding(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputAction&) */, IInputActionCollection2_tA4D3640154DE282224A60A444F3623604182734A_il2cpp_TypeInfo_var, L_13, L_16, (&V_6));
V_5 = L_17;
// if (bindingIndex != -1)
int32_t L_18 = V_5;
V_8 = (bool)((((int32_t)((((int32_t)L_18) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_19 = V_8;
if (!L_19)
{
goto IL_00b7_1;
}
}
{
// action.ApplyBindingOverride(bindingIndex, new InputBinding
// {
// overridePath = entry.path,
// overrideInteractions = entry.interactions,
// overrideProcessors = entry.processors,
// });
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = V_6;
int32_t L_21 = V_5;
il2cpp_codegen_initobj((&V_7), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_22 = V_3;
String_t* L_23 = L_22.___path_2;
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline((&V_7), L_23, NULL);
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_24 = V_3;
String_t* L_25 = L_24.___interactions_3;
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline((&V_7), L_25, NULL);
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_26 = V_3;
String_t* L_27 = L_26.___processors_4;
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline((&V_7), L_27, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_28 = V_7;
InputActionRebindingExtensions_ApplyBindingOverride_mFD5FFAD0F2DA0EDEFE9BE304FF86D8F15924C946(L_20, L_21, L_28, NULL);
// continue;
goto IL_00be_1;
}
IL_00b7_1:
{
}
IL_00b8_1:
{
// throw new NotImplementedException();
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_29 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_29);
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal_m2A4E60D2C9BF6F13BF5C5F9BEFA59916FD275112_RuntimeMethod_var)));
}
IL_00be_1:
{
// foreach (var entry in overrides.bindings)
bool L_30;
L_30 = Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135((&V_2), Enumerator_MoveNext_mF50D09BA50BD3B4B8CB049AE5FB6BDA9CE4E2135_RuntimeMethod_var);
if (L_30)
{
goto IL_0029_1;
}
}
{
goto IL_00db;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00db:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions::PerformInteractiveRebinding(UnityEngine.InputSystem.InputAction,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* InputActionRebindingExtensions_PerformInteractiveRebinding_m54D7DC894EEB2DD4DE6E373A84C3515933B31B7B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, int32_t ___bindingIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499E746C3ECFB3435A24CEBD715E461E90C8CBF3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B0BAD691757D16D6283F2E533FEAA25D0219804);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C86A0168073A8D5BD2DAB7F709FA20D552076CF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95D9CEBA703A971C1360204FF93C4215006D3B1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8BC3112B7D8BA7D239031A9B33E96A23E0E29CB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBEC60036F42A807E632C327173214645D880BF86);
s_Il2CppMethodInitialized = true;
}
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
bool V_6 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_7;
memset((&V_7), 0, sizeof(V_7));
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_8 = NULL;
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_PerformInteractiveRebinding_m54D7DC894EEB2DD4DE6E373A84C3515933B31B7B_RuntimeMethod_var)));
}
IL_0014:
{
// var rebind = new RebindingOperation()
// .WithAction(action)
// // Give it an ever so slight delay to make sure there isn't a better match immediately
// // following the current event.
// .OnMatchWaitForAnother(0.05f)
// // It doesn't really make sense to interactively bind pointer position input as interactive
// // rebinds are usually initiated from UIs which are operated by pointers. So exclude pointer
// // position controls by default.
// .WithControlsExcluding("<Pointer>/delta")
// .WithControlsExcluding("<Pointer>/position")
// .WithControlsExcluding("<Touchscreen>/touch*/position")
// .WithControlsExcluding("<Touchscreen>/touch*/delta")
// .WithControlsExcluding("<Mouse>/clickCount")
// .WithMatchingEventsBeingSuppressed();
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_3 = (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470*)il2cpp_codegen_object_new(RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470_il2cpp_TypeInfo_var);
NullCheck(L_3);
RebindingOperation__ctor_mA5BCC7385A1A37C41FB7BEF677FF7E1EB25C4AED(L_3, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_3);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_5;
L_5 = RebindingOperation_WithAction_m1CC6B30038E0031B769F88433C9323B4A240F76F(L_3, L_4, NULL);
NullCheck(L_5);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_6;
L_6 = RebindingOperation_OnMatchWaitForAnother_m94173D2D745158DD1F2309289923BEF1BA223F27(L_5, (0.0500000007f), NULL);
NullCheck(L_6);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_7;
L_7 = RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604(L_6, _stringLiteral8B0BAD691757D16D6283F2E533FEAA25D0219804, NULL);
NullCheck(L_7);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_8;
L_8 = RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604(L_7, _stringLiteralBEC60036F42A807E632C327173214645D880BF86, NULL);
NullCheck(L_8);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_9;
L_9 = RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604(L_8, _stringLiteral499E746C3ECFB3435A24CEBD715E461E90C8CBF3, NULL);
NullCheck(L_9);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_10;
L_10 = RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604(L_9, _stringLiteralA8BC3112B7D8BA7D239031A9B33E96A23E0E29CB, NULL);
NullCheck(L_10);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_11;
L_11 = RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604(L_10, _stringLiteral95D9CEBA703A971C1360204FF93C4215006D3B1D, NULL);
NullCheck(L_11);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_12;
L_12 = RebindingOperation_WithMatchingEventsBeingSuppressed_m66BA790DF0564803896522262BC7257F0746373B(L_11, (bool)1, NULL);
V_0 = L_12;
// if (rebind.expectedControlType != "Button")
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_13 = V_0;
NullCheck(L_13);
String_t* L_14;
L_14 = RebindingOperation_get_expectedControlType_m8E44F0F51D76B832FF29CD9AC7CA8F1083633B88(L_13, NULL);
bool L_15;
L_15 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_14, _stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870, NULL);
V_2 = L_15;
bool L_16 = V_2;
if (!L_16)
{
goto IL_0082;
}
}
{
// rebind.WithCancelingThrough("<Keyboard>/escape");
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_17 = V_0;
NullCheck(L_17);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_18;
L_18 = RebindingOperation_WithCancelingThrough_m222A85842532B0239512BC61819F1A1E6B92A660(L_17, _stringLiteral8C86A0168073A8D5BD2DAB7F709FA20D552076CF, NULL);
}
IL_0082:
{
// if (bindingIndex >= 0)
int32_t L_19 = ___bindingIndex1;
V_3 = (bool)((((int32_t)((((int32_t)L_19) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_20 = V_3;
if (!L_20)
{
goto IL_0112;
}
}
{
// var bindings = action.bindings;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_21 = ___action0;
NullCheck(L_21);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_22;
L_22 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_21, NULL);
V_4 = L_22;
// if (bindingIndex >= bindings.Count)
int32_t L_23 = ___bindingIndex1;
int32_t L_24;
L_24 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_4), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_5 = (bool)((((int32_t)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_25 = V_5;
if (!L_25)
{
goto IL_00d4;
}
}
{
// throw new ArgumentOutOfRangeException(
// $"Binding index {bindingIndex} is out of range for action '{action}' with {bindings.Count} bindings",
// nameof(bindings));
int32_t L_26 = ___bindingIndex1;
int32_t L_27 = L_26;
RuntimeObject* L_28 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_27);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_29 = ___action0;
int32_t L_30;
L_30 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_4), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var)));
int32_t L_31 = L_30;
RuntimeObject* L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_31);
String_t* L_33;
L_33 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D22435773CD7F88ADCA3143B449620AC6FA23C9)), L_28, L_29, L_32, NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_34 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_34);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_34, L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D3C9781D907A7776ACC4FA672B81C2E44257E6B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_PerformInteractiveRebinding_m54D7DC894EEB2DD4DE6E373A84C3515933B31B7B_RuntimeMethod_var)));
}
IL_00d4:
{
// if (bindings[bindingIndex].isComposite)
int32_t L_35 = ___bindingIndex1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_36;
L_36 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_4), L_35, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_7 = L_36;
bool L_37;
L_37 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_7), NULL);
V_6 = L_37;
bool L_38 = V_6;
if (!L_38)
{
goto IL_0109;
}
}
{
// throw new InvalidOperationException(
// $"Cannot perform rebinding on composite binding '{bindings[bindingIndex]}' of '{action}'");
int32_t L_39 = ___bindingIndex1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_40;
L_40 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_4), L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var)));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_41 = L_40;
RuntimeObject* L_42 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var)), &L_41);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_43 = ___action0;
String_t* L_44;
L_44 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral114A81E0999B507FB15C43C137CB34DA4305BB75)), L_42, L_43, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_45 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_45);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_45, L_44, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_PerformInteractiveRebinding_m54D7DC894EEB2DD4DE6E373A84C3515933B31B7B_RuntimeMethod_var)));
}
IL_0109:
{
// rebind.WithTargetBinding(bindingIndex);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_46 = V_0;
int32_t L_47 = ___bindingIndex1;
NullCheck(L_46);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_48;
L_48 = RebindingOperation_WithTargetBinding_mB2211D62497D0D9B562662E768F9CF2C23A88DD8(L_46, L_47, NULL);
}
IL_0112:
{
// return rebind;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_49 = V_0;
V_8 = L_49;
goto IL_0117;
}
IL_0117:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_50 = V_8;
return L_50;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper UnityEngine.InputSystem.InputActionRebindingExtensions::DeferBindingResolution()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_1 = NULL;
{
// if (s_DeferBindingResolutionWrapper == null)
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_0 = ((InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_StaticFields*)il2cpp_codegen_static_fields_for(InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var))->___s_DeferBindingResolutionWrapper_0;
V_0 = (bool)((((RuntimeObject*)(DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// s_DeferBindingResolutionWrapper = new DeferBindingResolutionWrapper();
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_2 = (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C*)il2cpp_codegen_object_new(DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C_il2cpp_TypeInfo_var);
NullCheck(L_2);
DeferBindingResolutionWrapper__ctor_m5BAC382DB41CD195209084BD779477DDA78E4DC0(L_2, NULL);
((InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_StaticFields*)il2cpp_codegen_static_fields_for(InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var))->___s_DeferBindingResolutionWrapper_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_StaticFields*)il2cpp_codegen_static_fields_for(InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var))->___s_DeferBindingResolutionWrapper_0), (void*)L_2);
}
IL_0017:
{
// s_DeferBindingResolutionWrapper.Acquire();
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_3 = ((InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_StaticFields*)il2cpp_codegen_static_fields_for(InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var))->___s_DeferBindingResolutionWrapper_0;
NullCheck(L_3);
DeferBindingResolutionWrapper_Acquire_mB9832C0A8B28C6C8B3A114B986E9EC0E360FFE4E(L_3, NULL);
// return s_DeferBindingResolutionWrapper;
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_4 = ((InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_StaticFields*)il2cpp_codegen_static_fields_for(InputActionRebindingExtensions_t47AC4DA1EF88B99CDA442F6A93C59AC6DD6E0F3A_il2cpp_TypeInfo_var))->___s_DeferBindingResolutionWrapper_0;
V_1 = L_4;
goto IL_002a;
}
IL_002a:
{
// }
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_5 = V_1;
return L_5;
}
}
#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.InputAction UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* RebindingOperation_get_action_mA201DBFDD3894CC5ED4091EBCBC14CECF115C069 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public InputAction action => m_ActionToRebind;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___m_ActionToRebind_1;
return L_0;
}
}
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_bindingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 RebindingOperation_get_bindingMask_m600BB140FBBEA6E9647DBAB49E0BC16B633D3A8E (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public InputBinding? bindingMask => m_BindingMask;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = __this->___m_BindingMask_2;
return L_0;
}
}
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_candidates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA RebindingOperation_get_candidates_m52881292B4B212F813B6AD2BA63D6207CC9D5AA7 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public InputControlList<InputControl> candidates => m_Candidates;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_0 = __this->___m_Candidates_19;
return L_0;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Single> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_scores()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B RebindingOperation_get_scores_m6D2C5EDE5E70C63AE96FAE589BCEB9A2C7A4CD9A (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public ReadOnlyArray<float> scores => new ReadOnlyArray<float>(m_Scores, 0, m_Candidates.Count);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_Scores_13;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_1 = (&__this->___m_Candidates_19);
int32_t L_2;
L_2 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_1, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B L_3;
memset((&L_3), 0, sizeof(L_3));
ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034((&L_3), L_0, 0, L_2, /*hidden argument*/ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_RuntimeMethod_var);
return L_3;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Single> UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_magnitudes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B RebindingOperation_get_magnitudes_m777E62CDF05FC4CC6DC0C4BB963ABB9D08392DC2 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public ReadOnlyArray<float> magnitudes => new ReadOnlyArray<float>(m_Magnitudes, 0, m_Candidates.Count);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_Magnitudes_14;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_1 = (&__this->___m_Candidates_19);
int32_t L_2;
L_2 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_1, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
ReadOnlyArray_1_t30FAB5F37C9949740CA9F4F0BC6ECFA00146450B L_3;
memset((&L_3), 0, sizeof(L_3));
ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034((&L_3), L_0, 0, L_2, /*hidden argument*/ReadOnlyArray_1__ctor_m93D331009511CBAF9F7E23548A734BD67D8D9034_RuntimeMethod_var);
return L_3;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_selectedControl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* RebindingOperation_get_selectedControl_m1FF461A042588BA9CD68503567586956BFB7B112 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_1 = NULL;
{
// if (m_Candidates.Count == 0)
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_0 = (&__this->___m_Candidates_19);
int32_t L_1;
L_1 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_0, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// return null;
V_1 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
goto IL_0026;
}
IL_0017:
{
// return m_Candidates[0];
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_3 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4;
L_4 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A(L_3, 0, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
V_1 = L_4;
goto IL_0026;
}
IL_0026:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = V_1;
return L_5;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_started()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_get_started_m9B3A594BC9FE9770BB65EC9FA7948D4DFF9AF8E3 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public bool started => (m_Flags & Flags.Started) != 0;
int32_t L_0 = __this->___m_Flags_30;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_completed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_get_completed_mC0B1FA0D3AB7386EA43633549D5680ADD115A907 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public bool completed => (m_Flags & Flags.Completed) != 0;
int32_t L_0 = __this->___m_Flags_30;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_canceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_get_canceled_mD233DC5702554EA97405404DB5C6C34E287839D2 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public bool canceled => (m_Flags & Flags.Canceled) != 0;
int32_t L_0 = __this->___m_Flags_30;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Double UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double RebindingOperation_get_startTime_mD119F4370EED72CD4421F3D320EB37A249817C9C (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public double startTime => m_StartTime;
double L_0 = __this->___m_StartTime_16;
return L_0;
}
}
// System.Single UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_timeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RebindingOperation_get_timeout_m72B5F5D428929F44C93344D9E24A569583D384D3 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public float timeout => m_Timeout;
float L_0 = __this->___m_Timeout_17;
return L_0;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::get_expectedControlType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RebindingOperation_get_expectedControlType_m8E44F0F51D76B832FF29CD9AC7CA8F1083633B88 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public string expectedControlType => m_ExpectedLayout;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_ExpectedLayout_4;
String_t* L_1;
L_1 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_0, NULL);
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithAction_m1CC6B30038E0031B769F88433C9323B4A240F76F (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_4 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
// throw new ArgumentNullException(nameof(action));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithAction_m1CC6B30038E0031B769F88433C9323B4A240F76F_RuntimeMethod_var)));
}
IL_001b:
{
// if (action.enabled)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
bool L_4;
L_4 = InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA(L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0036;
}
}
{
// throw new InvalidOperationException($"Cannot rebind action '{action}' while it is enabled");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
String_t* L_7;
L_7 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC789BB4D28BFD5F3834863F0213E73AEF017902B)), L_6, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_8 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_8);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_8, L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithAction_m1CC6B30038E0031B769F88433C9323B4A240F76F_RuntimeMethod_var)));
}
IL_0036:
{
// m_ActionToRebind = action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
__this->___m_ActionToRebind_1 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionToRebind_1), (void*)L_9);
// if (!string.IsNullOrEmpty(action.expectedControlType))
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___action0;
NullCheck(L_10);
String_t* L_11;
L_11 = InputAction_get_expectedControlType_mE3E982BF4730F61BBA9DFF2AB63983F9BCEAD6DA_inline(L_10, NULL);
bool L_12;
L_12 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_11, NULL);
V_2 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_2;
if (!L_13)
{
goto IL_005e;
}
}
{
// WithExpectedControlType(action.expectedControlType);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___action0;
NullCheck(L_14);
String_t* L_15;
L_15 = InputAction_get_expectedControlType_mE3E982BF4730F61BBA9DFF2AB63983F9BCEAD6DA_inline(L_14, NULL);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_16;
L_16 = RebindingOperation_WithExpectedControlType_mB34A10DD4D98CBDF48490B415B247C6394117785(__this, L_15, NULL);
goto IL_0077;
}
IL_005e:
{
// else if (action.type == InputActionType.Button)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = ___action0;
NullCheck(L_17);
int32_t L_18;
L_18 = InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline(L_17, NULL);
V_3 = (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0);
bool L_19 = V_3;
if (!L_19)
{
goto IL_0077;
}
}
{
// WithExpectedControlType("Button");
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_20;
L_20 = RebindingOperation_WithExpectedControlType_mB34A10DD4D98CBDF48490B415B247C6394117785(__this, _stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870, NULL);
}
IL_0077:
{
// return this;
V_4 = __this;
goto IL_007c;
}
IL_007c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_21 = V_4;
return L_21;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithMatchingEventsBeingSuppressed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithMatchingEventsBeingSuppressed_m66BA790DF0564803896522262BC7257F0746373B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_1 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0021;
}
}
{
// m_Flags |= Flags.SuppressMatchingEvents;
int32_t L_2 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_2|((int32_t)512)));
goto IL_0033;
}
IL_0021:
{
// m_Flags &= ~Flags.SuppressMatchingEvents;
int32_t L_3 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_3&((int32_t)-513)));
}
IL_0033:
{
// return this;
V_1 = __this;
goto IL_0037;
}
IL_0037:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_4 = V_1;
return L_4;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithCancelingThrough(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithCancelingThrough_m222A85842532B0239512BC61819F1A1E6B92A660 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___binding0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// m_CancelBinding = binding;
String_t* L_0 = ___binding0;
__this->___m_CancelBinding_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CancelBinding_11), (void*)L_0);
// return this;
V_0 = __this;
goto IL_0013;
}
IL_0013:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithCancelingThrough(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithCancelingThrough_m24D3B2BC48B37EC07384663FAB9174D36E0F9194 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method)
{
bool V_0 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_1 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithCancelingThrough_m24D3B2BC48B37EC07384663FAB9174D36E0F9194_RuntimeMethod_var)));
}
IL_001b:
{
// return WithCancelingThrough(control.path);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
NullCheck(L_3);
String_t* L_4;
L_4 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_3, NULL);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_5;
L_5 = RebindingOperation_WithCancelingThrough_m222A85842532B0239512BC61819F1A1E6B92A660(__this, L_4, NULL);
V_1 = L_5;
goto IL_002a;
}
IL_002a:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_6 = V_1;
return L_6;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithExpectedControlType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithExpectedControlType_mB34A10DD4D98CBDF48490B415B247C6394117785 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___layoutName0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// m_ExpectedLayout = new InternedString(layoutName);
String_t* L_0 = ___layoutName0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
memset((&L_1), 0, sizeof(L_1));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
__this->___m_ExpectedLayout_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ExpectedLayout_4))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ExpectedLayout_4))->___m_StringLowerCase_1), (void*)NULL);
#endif
// return this;
V_0 = __this;
goto IL_0018;
}
IL_0018:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithExpectedControlType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithExpectedControlType_m7C6765DE8A1B747F1E83EB324CCED84F509622AB (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_1 = NULL;
int32_t G_B3_0 = 0;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (type != null && !typeof(InputControl).IsAssignableFrom(type))
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0026;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_3;
L_3 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_2, NULL);
Type_t* L_4 = ___type0;
NullCheck(L_3);
bool L_5;
L_5 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_4);
G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
goto IL_0027;
}
IL_0026:
{
G_B3_0 = 0;
}
IL_0027:
{
V_0 = (bool)G_B3_0;
bool L_6 = V_0;
if (!L_6)
{
goto IL_004b;
}
}
{
// throw new ArgumentException($"Type '{type.Name}' is not an InputControl", "type");
Type_t* L_7 = ___type0;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
String_t* L_9;
L_9 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92B8E551EF78EA21EABB85995C1DDDF9474CD320)), NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_10);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithExpectedControlType_m7C6765DE8A1B747F1E83EB324CCED84F509622AB_RuntimeMethod_var)));
}
IL_004b:
{
// m_ControlType = type;
Type_t* L_11 = ___type0;
__this->___m_ControlType_3 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlType_3), (void*)L_11);
// return this;
V_1 = __this;
goto IL_0056;
}
IL_0056:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_12 = V_1;
return L_12;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithTargetBinding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithTargetBinding_mB2211D62497D0D9B562662E768F9CF2C23A88DD8 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, int32_t ___bindingIndex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass32_0_U3CWithTargetBindingU3Eb__0_m2135F652046E74E1955EAFF73288FA7E7DFD16A2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_2;
memset((&V_2), 0, sizeof(V_2));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_3;
memset((&V_3), 0, sizeof(V_3));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* V_4 = NULL;
bool V_5 = false;
String_t* V_6 = NULL;
String_t* V_7 = NULL;
String_t* V_8 = NULL;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_9;
memset((&V_9), 0, sizeof(V_9));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_10;
memset((&V_10), 0, sizeof(V_10));
bool V_11 = false;
bool V_12 = false;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_13 = NULL;
int32_t V_14 = 0;
U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* V_15 = NULL;
int32_t V_16 = 0;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_17;
memset((&V_17), 0, sizeof(V_17));
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 V_18;
memset((&V_18), 0, sizeof(V_18));
bool V_19 = false;
Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A V_20;
memset((&V_20), 0, sizeof(V_20));
ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 V_21;
memset((&V_21), 0, sizeof(V_21));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_22;
memset((&V_22), 0, sizeof(V_22));
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_23 = NULL;
int32_t G_B5_0 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B12_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B11_0 = NULL;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B13_0 = NULL;
int32_t G_B16_0 = 0;
{
// if (bindingIndex < 0)
int32_t L_0 = ___bindingIndex0;
V_0 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(bindingIndex));
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8F5C19EA335E3C8043505B7E0CF232877F7BFBA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithTargetBinding_mB2211D62497D0D9B562662E768F9CF2C23A88DD8_RuntimeMethod_var)));
}
IL_0014:
{
// m_TargetBindingIndex = bindingIndex;
int32_t L_3 = ___bindingIndex0;
__this->___m_TargetBindingIndex_9 = L_3;
// if (m_ActionToRebind != null && bindingIndex < m_ActionToRebind.bindings.Count)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = __this->___m_ActionToRebind_1;
if (!L_4)
{
goto IL_003b;
}
}
{
int32_t L_5 = ___bindingIndex0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = __this->___m_ActionToRebind_1;
NullCheck(L_6);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_7;
L_7 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_6, NULL);
V_2 = L_7;
int32_t L_8;
L_8 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_2), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
G_B5_0 = ((((int32_t)L_5) < ((int32_t)L_8))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B5_0 = 0;
}
IL_003c:
{
V_1 = (bool)G_B5_0;
bool L_9 = V_1;
if (!L_9)
{
goto IL_01c6;
}
}
{
// var binding = m_ActionToRebind.bindings[bindingIndex];
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = __this->___m_ActionToRebind_1;
NullCheck(L_10);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_11;
L_11 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_10, NULL);
V_2 = L_11;
int32_t L_12 = ___bindingIndex0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_13;
L_13 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A((&V_2), L_12, ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_3 = L_13;
// if (binding.isPartOfComposite)
bool L_14;
L_14 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_3), NULL);
V_5 = L_14;
bool L_15 = V_5;
if (!L_15)
{
goto IL_00bf;
}
}
{
// var composite = m_ActionToRebind.ChangeBinding(bindingIndex).PreviousCompositeBinding().binding.GetNameOfComposite();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = __this->___m_ActionToRebind_1;
int32_t L_17 = ___bindingIndex0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_18;
L_18 = InputActionSetupExtensions_ChangeBinding_mBDE7630AA6B40A15F800211EAD1FBC1FBBA81848(L_16, L_17, NULL);
V_9 = L_18;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_19;
L_19 = BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE((&V_9), (String_t*)NULL, NULL);
V_9 = L_19;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_20;
L_20 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_9), NULL);
V_10 = L_20;
String_t* L_21;
L_21 = InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174((&V_10), NULL);
V_6 = L_21;
// var partName = binding.name;
String_t* L_22;
L_22 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_3), NULL);
V_7 = L_22;
// var expectedLayout = InputBindingComposite.GetExpectedControlLayoutName(composite, partName);
String_t* L_23 = V_6;
String_t* L_24 = V_7;
String_t* L_25;
L_25 = InputBindingComposite_GetExpectedControlLayoutName_m6F7E47F3CB3E271623A89C988C3B52C8C472A6AA(L_23, L_24, NULL);
V_8 = L_25;
// if (!string.IsNullOrEmpty(expectedLayout))
String_t* L_26 = V_8;
bool L_27;
L_27 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_26, NULL);
V_11 = (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
bool L_28 = V_11;
if (!L_28)
{
goto IL_00be;
}
}
{
// WithExpectedControlType(expectedLayout);
String_t* L_29 = V_8;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_30;
L_30 = RebindingOperation_WithExpectedControlType_mB34A10DD4D98CBDF48490B415B247C6394117785(__this, L_29, NULL);
}
IL_00be:
{
}
IL_00bf:
{
// var asset = action.actionMap?.asset;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_31;
L_31 = RebindingOperation_get_action_mA201DBFDD3894CC5ED4091EBCBC14CECF115C069_inline(__this, NULL);
NullCheck(L_31);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32;
L_32 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_31, NULL);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_33 = L_32;
G_B11_0 = L_33;
if (L_33)
{
G_B12_0 = L_33;
goto IL_00d1;
}
}
{
G_B13_0 = ((InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)(NULL));
goto IL_00d6;
}
IL_00d1:
{
NullCheck(G_B12_0);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_34;
L_34 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(G_B12_0, NULL);
G_B13_0 = L_34;
}
IL_00d6:
{
V_4 = G_B13_0;
// if (asset != null && !string.IsNullOrEmpty(binding.groups))
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_35 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_36;
L_36 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_35, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_36)
{
goto IL_00f3;
}
}
{
String_t* L_37;
L_37 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline((&V_3), NULL);
bool L_38;
L_38 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_37, NULL);
G_B16_0 = ((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
goto IL_00f4;
}
IL_00f3:
{
G_B16_0 = 0;
}
IL_00f4:
{
V_12 = (bool)G_B16_0;
bool L_39 = V_12;
if (!L_39)
{
goto IL_01c5;
}
}
{
// foreach (var group in binding.groups.Split(InputBinding.Separator))
String_t* L_40;
L_40 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline((&V_3), NULL);
NullCheck(L_40);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41;
L_41 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_40, ((int32_t)59), 0, NULL);
V_13 = L_41;
V_14 = 0;
goto IL_01b9;
}
IL_0118:
{
U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* L_42 = (U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109_il2cpp_TypeInfo_var);
NullCheck(L_42);
U3CU3Ec__DisplayClass32_0__ctor_m4ED3AFA799C90AFD80E17F044C9E2A99E7E0846A(L_42, NULL);
V_15 = L_42;
// foreach (var group in binding.groups.Split(InputBinding.Separator))
U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* L_43 = V_15;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = V_13;
int32_t L_45 = V_14;
NullCheck(L_44);
int32_t L_46 = L_45;
String_t* L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
NullCheck(L_43);
L_43->___group_0 = L_47;
Il2CppCodeGenWriteBarrier((void**)(&L_43->___group_0), (void*)L_47);
// var controlSchemeIndex =
// asset.controlSchemes.IndexOf(x => group.Equals(x.bindingGroup, StringComparison.InvariantCultureIgnoreCase));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_48 = V_4;
NullCheck(L_48);
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_49;
L_49 = InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099(L_48, NULL);
V_18 = L_49;
U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* L_50 = V_15;
Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8* L_51 = (Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8*)il2cpp_codegen_object_new(Predicate_1_t2F2BEC402386E3B09B1D7D7D935BD33BDB4FAFF8_il2cpp_TypeInfo_var);
NullCheck(L_51);
Predicate_1__ctor_mBC1E59BE3A30E6DB1F1993BB940ADA48593E930A(L_51, L_50, (intptr_t)((void*)U3CU3Ec__DisplayClass32_0_U3CWithTargetBindingU3Eb__0_m2135F652046E74E1955EAFF73288FA7E7DFD16A2_RuntimeMethod_var), NULL);
int32_t L_52;
L_52 = ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4((&V_18), L_51, ReadOnlyArray_1_IndexOf_m90AB0594B42400F8F8657B54B2BEAE43107173E4_RuntimeMethod_var);
V_16 = L_52;
// if (controlSchemeIndex == -1)
int32_t L_53 = V_16;
V_19 = (bool)((((int32_t)L_53) == ((int32_t)(-1)))? 1 : 0);
bool L_54 = V_19;
if (!L_54)
{
goto IL_0158;
}
}
{
// continue;
goto IL_01b3;
}
IL_0158:
{
// var controlScheme = asset.controlSchemes[controlSchemeIndex];
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_55 = V_4;
NullCheck(L_55);
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_56;
L_56 = InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099(L_55, NULL);
V_18 = L_56;
int32_t L_57 = V_16;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_58;
L_58 = ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E((&V_18), L_57, ReadOnlyArray_1_get_Item_m1B48B5B84CD98353C0E203B6E556E617FD3CA90E_RuntimeMethod_var);
V_17 = L_58;
// foreach (var requirement in controlScheme.deviceRequirements)
ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 L_59;
L_59 = InputControlScheme_get_deviceRequirements_m929C0596E04E640A4EFE64910967E86FB3C96512((&V_17), NULL);
V_21 = L_59;
Enumerator_t924412C78294BC2600FCB913AF5CF4D5F45C239A L_60;
L_60 = ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1((&V_21), ReadOnlyArray_1_GetEnumerator_mAEB7CA70C66F6C8EF48448BB1548F044185705F1_RuntimeMethod_var);
V_20 = L_60;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01a3:
{// begin finally (depth: 1)
Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97((&V_20), Enumerator_Dispose_m8F6619E04006415EEC0AAA5A40FEFB58F7F20C97_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0198_1;
}
IL_0181_1:
{
// foreach (var requirement in controlScheme.deviceRequirements)
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_61;
L_61 = Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D((&V_20), Enumerator_get_Current_mC77CEE7814285A4A5D868D1AAAA474315594015D_RuntimeMethod_var);
V_22 = L_61;
// WithControlsHavingToMatchPath(requirement.controlPath);
String_t* L_62;
L_62 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline((&V_22), NULL);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_63;
L_63 = RebindingOperation_WithControlsHavingToMatchPath_m6E74EFDB30C54FD588764C45D5E4021BE3B6314B(__this, L_62, NULL);
}
IL_0198_1:
{
// foreach (var requirement in controlScheme.deviceRequirements)
bool L_64;
L_64 = Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3((&V_20), Enumerator_MoveNext_m53A3E920CDA8BF053147CD3FD27FE74E20A72BE3_RuntimeMethod_var);
if (L_64)
{
goto IL_0181_1;
}
}
{
goto IL_01b2;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01b2:
{
}
IL_01b3:
{
int32_t L_65 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add(L_65, 1));
}
IL_01b9:
{
// foreach (var group in binding.groups.Split(InputBinding.Separator))
int32_t L_66 = V_14;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_67 = V_13;
NullCheck(L_67);
if ((((int32_t)L_66) < ((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))))
{
goto IL_0118;
}
}
{
}
IL_01c5:
{
}
IL_01c6:
{
// return this;
V_23 = __this;
goto IL_01cb;
}
IL_01cb:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_68 = V_23;
return L_68;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithBindingMask(System.Nullable`1<UnityEngine.InputSystem.InputBinding>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithBindingMask_mDBF1740B8012526F33353D2205BA52CCC00C6C39 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_BindingMask = bindingMask;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_0 = ___bindingMask0;
__this->___m_BindingMask_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_BindingMask_2))->___value_1))->___m_OverrideProcessors_12), (void*)NULL);
#endif
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithBindingGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithBindingGroup_m3F0018E35D3059CB1A982F424562DC603309EA5C (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___group0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_1 = NULL;
{
// return WithBindingMask(new InputBinding {groups = group});
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_0 = ___group0;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_0, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = V_0;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_2;
memset((&L_2), 0, sizeof(L_2));
Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F((&L_2), L_1, /*hidden argument*/Nullable_1__ctor_m386E965F0E7A0EAFAED17B2CDDD4EC5FCFC21F5F_RuntimeMethod_var);
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_3;
L_3 = RebindingOperation_WithBindingMask_mDBF1740B8012526F33353D2205BA52CCC00C6C39(__this, L_2, NULL);
V_1 = L_3;
goto IL_0021;
}
IL_0021:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_4 = V_1;
return L_4;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithoutGeneralizingPathOfSelectedControl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithoutGeneralizingPathOfSelectedControl_mF293EA3D31CA606917C0F2FC898C08277E6E39DB (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_Flags |= Flags.DontGeneralizePathOfSelectedControl;
int32_t L_0 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_0|((int32_t)128)));
// return this;
V_0 = __this;
goto IL_0017;
}
IL_0017:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithRebindAddingNewBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithRebindAddingNewBinding_mE607201A0BD9A3417713A2CB0D2EF5CC59893985 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___group0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_Flags |= Flags.AddNewBinding;
int32_t L_0 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_0|((int32_t)256)));
// m_BindingGroupForNewBinding = group;
String_t* L_1 = ___group0;
__this->___m_BindingGroupForNewBinding_10 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingGroupForNewBinding_10), (void*)L_1);
// return this;
V_0 = __this;
goto IL_001e;
}
IL_001e:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_2 = V_0;
return L_2;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithMagnitudeHavingToBeGreaterThan(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithMagnitudeHavingToBeGreaterThan_m2F9535324425FF0157F0F7742B8E24E03C2FE38B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, float ___magnitude0, const RuntimeMethod* method)
{
bool V_0 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_1 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (magnitude < 0)
float L_0 = ___magnitude0;
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002f;
}
}
{
// throw new ArgumentException($"Magnitude has to be positive but was {magnitude}",
// nameof(magnitude));
float L_2 = ___magnitude0;
float L_3 = L_2;
RuntimeObject* L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)), &L_3);
String_t* L_5;
L_5 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB6DCBD8A0941F82EC4FE28D775EF76E2CEBAA2D)), L_4, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B72C5CEFC46633AFEAE775EBD716EE5D3E8BE9C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithMagnitudeHavingToBeGreaterThan_m2F9535324425FF0157F0F7742B8E24E03C2FE38B_RuntimeMethod_var)));
}
IL_002f:
{
// m_MagnitudeThreshold = magnitude;
float L_7 = ___magnitude0;
__this->___m_MagnitudeThreshold_12 = L_7;
// return this;
V_1 = __this;
goto IL_003a;
}
IL_003a:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_8 = V_1;
return L_8;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithoutIgnoringNoisyControls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithoutIgnoringNoisyControls_mD620A133369641EC3D9F4F36E58ABF6F4E307D53 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// m_Flags |= Flags.DontIgnoreNoisyControls;
int32_t L_0 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_0|((int32_t)64)));
// return this;
V_0 = __this;
goto IL_001b;
}
IL_001b:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithControlsHavingToMatchPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithControlsHavingToMatchPath_m6E74EFDB30C54FD588764C45D5E4021BE3B6314B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_3 = NULL;
bool V_4 = false;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (string.IsNullOrEmpty(path))
String_t* L_0 = ___path0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
// throw new ArgumentNullException(nameof(path));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithControlsHavingToMatchPath_m6E74EFDB30C54FD588764C45D5E4021BE3B6314B_RuntimeMethod_var)));
}
IL_001d:
{
// for (var i = 0; i < m_IncludePathCount; ++i)
V_1 = 0;
goto IL_003f;
}
IL_0021:
{
// if (string.Compare(m_IncludePaths[i], path, StringComparison.InvariantCultureIgnoreCase) == 0)
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___m_IncludePaths_6;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_t* L_8 = ___path0;
int32_t L_9;
L_9 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_7, L_8, 3, NULL);
V_2 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_003b;
}
}
{
// return this;
V_3 = __this;
goto IL_0067;
}
IL_003b:
{
// for (var i = 0; i < m_IncludePathCount; ++i)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003f:
{
// for (var i = 0; i < m_IncludePathCount; ++i)
int32_t L_12 = V_1;
int32_t L_13 = __this->___m_IncludePathCount_5;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0021;
}
}
{
// ArrayHelpers.AppendWithCapacity(ref m_IncludePaths, ref m_IncludePathCount, path);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_15 = (&__this->___m_IncludePaths_6);
int32_t* L_16 = (&__this->___m_IncludePathCount_5);
String_t* L_17 = ___path0;
int32_t L_18;
L_18 = ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F(L_15, L_16, L_17, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F_RuntimeMethod_var);
// return this;
V_3 = __this;
goto IL_0067;
}
IL_0067:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_19 = V_3;
return L_19;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithControlsExcluding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_3 = NULL;
bool V_4 = false;
{
// ThrowIfRebindInProgress();
RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C(__this, NULL);
// if (string.IsNullOrEmpty(path))
String_t* L_0 = ___path0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
// throw new ArgumentNullException(nameof(path));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_WithControlsExcluding_m4388F52D4924EACBD06D9C3ACA8CA3B8B0AA5604_RuntimeMethod_var)));
}
IL_001d:
{
// for (var i = 0; i < m_ExcludePathCount; ++i)
V_1 = 0;
goto IL_003f;
}
IL_0021:
{
// if (string.Compare(m_ExcludePaths[i], path, StringComparison.InvariantCultureIgnoreCase) == 0)
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___m_ExcludePaths_8;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_t* L_8 = ___path0;
int32_t L_9;
L_9 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_7, L_8, 3, NULL);
V_2 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_003b;
}
}
{
// return this;
V_3 = __this;
goto IL_0067;
}
IL_003b:
{
// for (var i = 0; i < m_ExcludePathCount; ++i)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003f:
{
// for (var i = 0; i < m_ExcludePathCount; ++i)
int32_t L_12 = V_1;
int32_t L_13 = __this->___m_ExcludePathCount_7;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0021;
}
}
{
// ArrayHelpers.AppendWithCapacity(ref m_ExcludePaths, ref m_ExcludePathCount, path);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_15 = (&__this->___m_ExcludePaths_8);
int32_t* L_16 = (&__this->___m_ExcludePathCount_7);
String_t* L_17 = ___path0;
int32_t L_18;
L_18 = ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F(L_15, L_16, L_17, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisString_t_m6F1DF3F809BA7CA6E4DC07B4F2E53AB79D28479F_RuntimeMethod_var);
// return this;
V_3 = __this;
goto IL_0067;
}
IL_0067:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_19 = V_3;
return L_19;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::WithTimeout(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_WithTimeout_m3ADAADE0AE092AF14E0F1B8410327BEDEFF14BF4 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, float ___timeInSeconds0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_Timeout = timeInSeconds;
float L_0 = ___timeInSeconds0;
__this->___m_Timeout_17 = L_0;
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnComplete(System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnComplete_mC797033E7FD1FB85F56EB77FAE842F83F1179507 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* ___callback0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_OnComplete = callback;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_0 = ___callback0;
__this->___m_OnComplete_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnComplete_20), (void*)L_0);
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnCancel(System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnCancel_mFBA484BE7881B3BBC19F6DF1B21DF6A3D5AB7743 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* ___callback0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_OnCancel = callback;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_0 = ___callback0;
__this->___m_OnCancel_21 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnCancel_21), (void*)L_0);
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnPotentialMatch(System.Action`1<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnPotentialMatch_m33B3BD7A93201BF8684FF2B98A181E1C44C42E2A (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* ___callback0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_OnPotentialMatch = callback;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_0 = ___callback0;
__this->___m_OnPotentialMatch_22 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnPotentialMatch_22), (void*)L_0);
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnGeneratePath(System.Func`2<UnityEngine.InputSystem.InputControl,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnGeneratePath_m218A0BA53E029615A2C8AAAD9403BF78E989A831 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A* ___callback0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_OnGeneratePath = callback;
Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A* L_0 = ___callback0;
__this->___m_OnGeneratePath_23 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnGeneratePath_23), (void*)L_0);
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnComputeScore(System.Func`3<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnComputeScore_m1F05C89E5FA4D49E724AC7EA8BEFFF14B7F2BB5F (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4* ___callback0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_OnComputeScore = callback;
Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4* L_0 = ___callback0;
__this->___m_OnComputeScore_24 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnComputeScore_24), (void*)L_0);
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnApplyBinding(System.Action`2<UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnApplyBinding_mC6486796C5F02FF72AFC2072B1A6D5916AEA2726 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* ___callback0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_OnApplyBinding = callback;
Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* L_0 = ___callback0;
__this->___m_OnApplyBinding_25 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnApplyBinding_25), (void*)L_0);
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnMatchWaitForAnother(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_OnMatchWaitForAnother_m94173D2D745158DD1F2309289923BEF1BA223F27 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, float ___seconds0, const RuntimeMethod* method)
{
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
{
// m_WaitSecondsAfterMatch = seconds;
float L_0 = ___seconds0;
__this->___m_WaitSecondsAfterMatch_18 = L_0;
// return this;
V_0 = __this;
goto IL_000c;
}
IL_000c:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_1 = V_0;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_Start_mC3154294521751C675B883C105516E203A93D4EF (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_1 = NULL;
bool V_2 = false;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
int32_t G_B6_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B16_0 = 0;
{
// if (started)
bool L_0;
L_0 = RebindingOperation_get_started_m9B3A594BC9FE9770BB65EC9FA7948D4DFF9AF8E3(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return this;
V_1 = __this;
goto IL_0102;
}
IL_0012:
{
// if (m_ActionToRebind != null && m_ActionToRebind.bindings.Count == 0 && (m_Flags & Flags.AddNewBinding) == 0)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_ActionToRebind_1;
if (!L_2)
{
goto IL_0040;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = __this->___m_ActionToRebind_1;
NullCheck(L_3);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_4;
L_4 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_3, NULL);
V_3 = L_4;
int32_t L_5;
L_5 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_3), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
if (L_5)
{
goto IL_0040;
}
}
{
int32_t L_6 = __this->___m_Flags_30;
G_B6_0 = ((((int32_t)((int32_t)((int32_t)L_6&((int32_t)256)))) == ((int32_t)0))? 1 : 0);
goto IL_0041;
}
IL_0040:
{
G_B6_0 = 0;
}
IL_0041:
{
V_2 = (bool)G_B6_0;
bool L_7 = V_2;
if (!L_7)
{
goto IL_005b;
}
}
{
// throw new InvalidOperationException(
// $"Action '{action}' must have at least one existing binding or must be used with WithRebindingAddNewBinding()");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8;
L_8 = RebindingOperation_get_action_mA201DBFDD3894CC5ED4091EBCBC14CECF115C069_inline(__this, NULL);
String_t* L_9;
L_9 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17BB1E2655B25CF3189C66EFEAED012734FCA67C)), L_8, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_10 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_10);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_10, L_9, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_Start_mC3154294521751C675B883C105516E203A93D4EF_RuntimeMethod_var)));
}
IL_005b:
{
// if (m_ActionToRebind == null && m_OnApplyBinding == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = __this->___m_ActionToRebind_1;
if (L_11)
{
goto IL_006e;
}
}
{
Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* L_12 = __this->___m_OnApplyBinding_25;
G_B11_0 = ((((RuntimeObject*)(Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79*)L_12) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_006f;
}
IL_006e:
{
G_B11_0 = 0;
}
IL_006f:
{
V_4 = (bool)G_B11_0;
bool L_13 = V_4;
if (!L_13)
{
goto IL_0080;
}
}
{
// throw new InvalidOperationException(
// "Must either have an action (call WithAction()) to apply binding to or have a custom callback to apply the binding (call OnApplyBinding())");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_14 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_14);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB72BE2F59EE51147A95A37BA61416BE74CE0822A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_Start_mC3154294521751C675B883C105516E203A93D4EF_RuntimeMethod_var)));
}
IL_0080:
{
// m_StartTime = InputRuntime.s_Instance.currentTime;
RuntimeObject* L_15 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_15);
double L_16;
L_16 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_15);
__this->___m_StartTime_16 = L_16;
// if (m_WaitSecondsAfterMatch > 0 || m_Timeout > 0)
float L_17 = __this->___m_WaitSecondsAfterMatch_18;
if ((((float)L_17) > ((float)(0.0f))))
{
goto IL_00ac;
}
}
{
float L_18 = __this->___m_Timeout_17;
G_B16_0 = ((((float)L_18) > ((float)(0.0f)))? 1 : 0);
goto IL_00ad;
}
IL_00ac:
{
G_B16_0 = 1;
}
IL_00ad:
{
V_5 = (bool)G_B16_0;
bool L_19 = V_5;
if (!L_19)
{
goto IL_00cb;
}
}
{
// HookOnAfterUpdate();
RebindingOperation_HookOnAfterUpdate_mB3F828ED5E26B2E1FA48A8FEC74F49C5D48D4943(__this, NULL);
// m_LastMatchTime = -1;
__this->___m_LastMatchTime_15 = (-1.0);
}
IL_00cb:
{
// HookOnEvent();
RebindingOperation_HookOnEvent_m944E277455F0DDC9F8FF396F66BEEDDA999D8658(__this, NULL);
// m_Flags |= Flags.Started;
int32_t L_20 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_20|1));
// m_Flags &= ~Flags.Canceled;
int32_t L_21 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_21&((int32_t)-5)));
// m_Flags &= ~Flags.Completed;
int32_t L_22 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_22&((int32_t)-3)));
// return this;
V_1 = __this;
goto IL_0102;
}
IL_0102:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_23 = V_1;
return L_23;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Cancel_mB69768C2C2799AA143150586554B58E4EE73FBD1 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!started)
bool L_0;
L_0 = RebindingOperation_get_started_m9B3A594BC9FE9770BB65EC9FA7948D4DFF9AF8E3(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0017;
}
IL_0010:
{
// OnCancel();
RebindingOperation_OnCancel_m5980D1F61058219698782654B03D28A770207F56(__this, NULL);
}
IL_0017:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Complete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Complete_m618D3AE169A4F37E387255A2A45115FA7A5A6D7B (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!started)
bool L_0;
L_0 = RebindingOperation_get_started_m9B3A594BC9FE9770BB65EC9FA7948D4DFF9AF8E3(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0017;
}
IL_0010:
{
// OnComplete();
RebindingOperation_OnComplete_m426044BF1EE1A3F3ACB3E4D1083A14409DC782EF(__this, NULL);
}
IL_0017:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::AddCandidate(UnityEngine.InputSystem.InputControl,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_AddCandidate_m529735C36E7DE668C158B0211086FC5CF7510896 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, float ___score1, float ___magnitude2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_1 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_AddCandidate_m529735C36E7DE668C158B0211086FC5CF7510896_RuntimeMethod_var)));
}
IL_0014:
{
// var index = m_Candidates.IndexOf(control);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_3 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
int32_t L_5;
L_5 = InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8(L_3, L_4, InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var);
V_0 = L_5;
// if (index != -1)
int32_t L_6 = V_0;
V_2 = (bool)((((int32_t)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0039;
}
}
{
// m_Scores[index] = score;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_8 = __this->___m_Scores_13;
int32_t L_9 = V_0;
float L_10 = ___score1;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (float)L_10);
goto IL_0083;
}
IL_0039:
{
// var scoreCount = m_Candidates.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_11 = (&__this->___m_Candidates_19);
int32_t L_12;
L_12 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_11, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_3 = L_12;
// var magnitudeCount = m_Candidates.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_13 = (&__this->___m_Candidates_19);
int32_t L_14;
L_14 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_13, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_4 = L_14;
// m_Candidates.Add(control);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_15 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_16 = ___control0;
InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489(L_15, L_16, InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489_RuntimeMethod_var);
// ArrayHelpers.AppendWithCapacity(ref m_Scores, ref scoreCount, score);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_17 = (&__this->___m_Scores_13);
float L_18 = ___score1;
int32_t L_19;
L_19 = ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36(L_17, (&V_3), L_18, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var);
// ArrayHelpers.AppendWithCapacity(ref m_Magnitudes, ref magnitudeCount, magnitude);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_20 = (&__this->___m_Magnitudes_14);
float L_21 = ___magnitude2;
int32_t L_22;
L_22 = ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36(L_20, (&V_4), L_21, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var);
}
IL_0083:
{
// SortCandidatesByScore();
RebindingOperation_SortCandidatesByScore_m48F3DA5AC28A26363550AE12506B47049A431633(__this, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::RemoveCandidate(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_RemoveCandidate_m9ADEBA8400FEDFAA7B4B90D34D801DE0AC0BFC1E (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_RemoveAt_m606543AAA19638ABA15235D37F1346D4980D250C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_2 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_RemoveCandidate_m9ADEBA8400FEDFAA7B4B90D34D801DE0AC0BFC1E_RuntimeMethod_var)));
}
IL_0014:
{
// var index = m_Candidates.IndexOf(control);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_3 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
int32_t L_5;
L_5 = InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8(L_3, L_4, InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var);
V_0 = L_5;
// if (index == -1)
int32_t L_6 = V_0;
V_3 = (bool)((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_002b;
}
}
{
// return;
goto IL_0053;
}
IL_002b:
{
// var candidateCount = m_Candidates.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_8 = (&__this->___m_Candidates_19);
int32_t L_9;
L_9 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_8, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_1 = L_9;
// m_Candidates.RemoveAt(index);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_10 = (&__this->___m_Candidates_19);
int32_t L_11 = V_0;
InputControlList_1_RemoveAt_m606543AAA19638ABA15235D37F1346D4980D250C(L_10, L_11, InputControlList_1_RemoveAt_m606543AAA19638ABA15235D37F1346D4980D250C_RuntimeMethod_var);
// ArrayHelpers.EraseAtWithCapacity(m_Scores, ref candidateCount, index);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_12 = __this->___m_Scores_13;
int32_t L_13 = V_0;
ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89(L_12, (&V_1), L_13, ArrayHelpers_EraseAtWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m43CACD7174B8B739EDDFD2600EE82F9043383E89_RuntimeMethod_var);
}
IL_0053:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Dispose_m4556F6ADE61F683E24680F2CDFAF19D02075BF1F (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// UnhookOnEvent();
RebindingOperation_UnhookOnEvent_m53CFD1F2ED836BA24FA63CAF3C113B0D1F7B6293(__this, NULL);
// UnhookOnAfterUpdate();
RebindingOperation_UnhookOnAfterUpdate_mB882F3768F4FD69F4BD6DED67FB3E1C65B3A102D(__this, NULL);
// m_Candidates.Dispose();
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_0 = (&__this->___m_Candidates_19);
InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82(L_0, InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
// m_LayoutCache.Clear();
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* L_1 = (&__this->___m_LayoutCache_28);
Cache_Clear_m54F9EDA319E13FC0981C500E72B2B780E93639BC(L_1, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_Finalize_mFD916974515FA22A9432A0415151C0D1F41F48E5 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_000b:
{// begin finally (depth: 1)
// }
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// Dispose();
RebindingOperation_Dispose_m4556F6ADE61F683E24680F2CDFAF19D02075BF1F(__this, NULL);
goto IL_0013;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0013:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* RebindingOperation_Reset_mC5FEA6C6E0751DBDF0496A2A407E20D196DB79C7 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* V_0 = NULL;
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* G_B2_0 = NULL;
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* G_B1_0 = NULL;
{
// Cancel();
RebindingOperation_Cancel_mB69768C2C2799AA143150586554B58E4EE73FBD1(__this, NULL);
// m_ActionToRebind = default;
__this->___m_ActionToRebind_1 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionToRebind_1), (void*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL);
// m_BindingMask = default;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_0 = (&__this->___m_BindingMask_2);
il2cpp_codegen_initobj(L_0, sizeof(Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44));
// m_ControlType = default;
__this->___m_ControlType_3 = (Type_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlType_3), (void*)(Type_t*)NULL);
// m_ExpectedLayout = default;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_1 = (&__this->___m_ExpectedLayout_4);
il2cpp_codegen_initobj(L_1, sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
// m_IncludePathCount = default;
__this->___m_IncludePathCount_5 = 0;
// m_ExcludePathCount = default;
__this->___m_ExcludePathCount_7 = 0;
// m_TargetBindingIndex = -1;
__this->___m_TargetBindingIndex_9 = (-1);
// m_BindingGroupForNewBinding = default;
__this->___m_BindingGroupForNewBinding_10 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingGroupForNewBinding_10), (void*)(String_t*)NULL);
// m_CancelBinding = default;
__this->___m_CancelBinding_11 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CancelBinding_11), (void*)(String_t*)NULL);
// m_MagnitudeThreshold = kDefaultMagnitudeThreshold;
__this->___m_MagnitudeThreshold_12 = (0.200000003f);
// m_Timeout = default;
__this->___m_Timeout_17 = (0.0f);
// m_WaitSecondsAfterMatch = default;
__this->___m_WaitSecondsAfterMatch_18 = (0.0f);
// m_Flags = default;
__this->___m_Flags_30 = 0;
// m_StartingActuations?.Clear();
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_2 = __this->___m_StartingActuations_31;
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_3 = L_2;
G_B1_0 = L_3;
if (L_3)
{
G_B2_0 = L_3;
goto IL_0085;
}
}
{
goto IL_008b;
}
IL_0085:
{
NullCheck(G_B2_0);
Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288(G_B2_0, Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288_RuntimeMethod_var);
}
IL_008b:
{
// return this;
V_0 = __this;
goto IL_008f;
}
IL_008f:
{
// }
RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* L_4 = V_0;
return L_4;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::HookOnEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_HookOnEvent_m944E277455F0DDC9F8FF396F66BEEDDA999D8658 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RebindingOperation_OnEvent_m31922B5CF5D2C3EBB104E06180E2B258B3596159_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if ((m_Flags & Flags.OnEventHooked) != 0)
int32_t L_0 = __this->___m_Flags_30;
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return;
goto IL_0055;
}
IL_0012:
{
// if (m_OnEventDelegate == null)
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_2 = __this->___m_OnEventDelegate_26;
V_1 = (bool)((((RuntimeObject*)(Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0031;
}
}
{
// m_OnEventDelegate = OnEvent;
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_4 = (Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA*)il2cpp_codegen_object_new(Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA_il2cpp_TypeInfo_var);
NullCheck(L_4);
Action_2__ctor_m43B5BA62418FAB32773B12CEFF46A46855BF5B10(L_4, __this, (intptr_t)((void*)RebindingOperation_OnEvent_m31922B5CF5D2C3EBB104E06180E2B258B3596159_RuntimeMethod_var), NULL);
__this->___m_OnEventDelegate_26 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnEventDelegate_26), (void*)L_4);
}
IL_0031:
{
// InputSystem.onEvent += m_OnEventDelegate;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_5;
L_5 = InputSystem_get_onEvent_m69B71DB23BBEE4E244701D3A5A42D962C791AD18(NULL);
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_6 = __this->___m_OnEventDelegate_26;
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_7;
L_7 = InputEventListener_op_Addition_m122B39C12D9ADEDFA730C3B3A0B2530AA23172A2(L_5, L_6, NULL);
InputSystem_set_onEvent_m6B177A8A8F08BE00B5409F0C3136BE803316A4B5(L_7, NULL);
// m_Flags |= Flags.OnEventHooked;
int32_t L_8 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_8|8));
}
IL_0055:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::UnhookOnEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_UnhookOnEvent_m53CFD1F2ED836BA24FA63CAF3C113B0D1F7B6293 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if ((m_Flags & Flags.OnEventHooked) == 0)
int32_t L_0 = __this->___m_Flags_30;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_0&8))) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return;
goto IL_0037;
}
IL_0012:
{
// InputSystem.onEvent -= m_OnEventDelegate;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_2;
L_2 = InputSystem_get_onEvent_m69B71DB23BBEE4E244701D3A5A42D962C791AD18(NULL);
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* L_3 = __this->___m_OnEventDelegate_26;
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_4;
L_4 = InputEventListener_op_Subtraction_m64F5559B543948C414AC7A0D3E7BA1FE95743328(L_2, L_3, NULL);
InputSystem_set_onEvent_m6B177A8A8F08BE00B5409F0C3136BE803316A4B5(L_4, NULL);
// m_Flags &= ~Flags.OnEventHooked;
int32_t L_5 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_5&((int32_t)-9)));
}
IL_0037:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_OnEvent_m31922B5CF5D2C3EBB104E06180E2B258B3596159 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5393F0876F7936C12ACD72E1C50DD8200B3EFBB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mF85F3999BFFCFBBA73DCE7AAB33F0EC781339090_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m5CF545BA47D9D9A8403BBB66E1634E2BEC940CB5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral847ACED34CA92EFA345D55DF1F26A279E040E253);
s_Il2CppMethodInitialized = true;
}
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB V_6;
memset((&V_6), 0, sizeof(V_6));
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE V_7;
memset((&V_7), 0, sizeof(V_7));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_8 = NULL;
void* V_9 = NULL;
float V_10 = 0.0f;
float V_11 = 0.0f;
int32_t V_12 = 0;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
float V_21 = 0.0f;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
int32_t V_29 = 0;
int32_t V_30 = 0;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
int32_t G_B3_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B18_0 = 0;
int32_t G_B23_0 = 0;
int32_t G_B28_0 = 0;
int32_t G_B34_0 = 0;
int32_t G_B67_0 = 0;
int32_t G_B72_0 = 0;
{
// var eventType = eventPtr.type;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0;
L_0 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr0), NULL);
V_0 = L_0;
// if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type)
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2;
L_2 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1398030676), NULL);
bool L_3;
L_3 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_1, L_2, NULL);
if (!L_3)
{
goto IL_002d;
}
}
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5;
L_5 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1145852993), NULL);
bool L_6;
L_6 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_4, L_5, NULL);
G_B3_0 = ((int32_t)(L_6));
goto IL_002e;
}
IL_002d:
{
G_B3_0 = 0;
}
IL_002e:
{
V_4 = (bool)G_B3_0;
bool L_7 = V_4;
if (!L_7)
{
goto IL_0039;
}
}
{
// return;
goto IL_042e;
}
IL_0039:
{
// var haveChangedCandidates = false;
V_1 = (bool)0;
// var suppressEvent = false;
V_2 = (bool)0;
// var controlEnumerationFlags =
// InputControlExtensions.Enumerate.IncludeNonLeafControls
// | InputControlExtensions.Enumerate.IncludeSyntheticControls;
V_3 = ((int32_t)20);
// if ((m_Flags & Flags.DontIgnoreNoisyControls) != 0)
int32_t L_8 = __this->___m_Flags_30;
V_5 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_8&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
bool L_9 = V_5;
if (!L_9)
{
goto IL_0056;
}
}
{
// controlEnumerationFlags |= InputControlExtensions.Enumerate.IncludeNoisyControls;
int32_t L_10 = V_3;
V_3 = ((int32_t)((int32_t)L_10|8));
}
IL_0056:
{
// foreach (var control in eventPtr.EnumerateControls(controlEnumerationFlags, device))
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_11 = ___eventPtr0;
int32_t L_12 = V_3;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13 = ___device1;
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_14;
L_14 = InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8(L_11, L_12, L_13, (0.0f), NULL);
V_7 = L_14;
InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB L_15;
L_15 = InputEventControlCollection_GetEnumerator_m04011F47500AE715F1268E93152514FBE4209869((&V_7), NULL);
V_6 = L_15;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0393:
{// begin finally (depth: 1)
InputEventControlEnumerator_Dispose_mE7168656062DFF53F7C09478087ADAA636EA2FAB((&V_6), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0385_1;
}
IL_0074_1:
{
// foreach (var control in eventPtr.EnumerateControls(controlEnumerationFlags, device))
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_16;
L_16 = InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline((&V_6), NULL);
V_8 = L_16;
// var statePtr = control.GetStatePtrFromStateEventUnchecked(eventPtr, eventType);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_17 = V_8;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_18 = ___eventPtr0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_19 = V_0;
void* L_20;
L_20 = InputControlExtensions_GetStatePtrFromStateEventUnchecked_m55CB68F641C5CA778AAEC813075F7907013C31C6(L_17, L_18, L_19, NULL);
V_9 = L_20;
// Debug.Assert(statePtr != null, "If EnumerateControls() returns a control, GetStatePtrFromStateEvent should not return null for it");
void* L_21 = V_9;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((intptr_t)L_21) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral847ACED34CA92EFA345D55DF1F26A279E040E253, NULL);
// if (!string.IsNullOrEmpty(m_CancelBinding) && InputControlPath.Matches(m_CancelBinding, control) &&
// control.HasValueChangeInState(statePtr))
String_t* L_22 = __this->___m_CancelBinding_11;
bool L_23;
L_23 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_22, NULL);
if (L_23)
{
goto IL_00c4_1;
}
}
{
String_t* L_24 = __this->___m_CancelBinding_11;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = V_8;
bool L_26;
L_26 = InputControlPath_Matches_m11C033C9DADDA16E9C79C90D40A294C34822D699(L_24, L_25, NULL);
if (!L_26)
{
goto IL_00c4_1;
}
}
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_27 = V_8;
void* L_28 = V_9;
bool L_29;
L_29 = InputControlExtensions_HasValueChangeInState_m159A245C6D07440F68B6C5BE83ECF1BBE2033382(L_27, L_28, NULL);
G_B13_0 = ((int32_t)(L_29));
goto IL_00c5_1;
}
IL_00c4_1:
{
G_B13_0 = 0;
}
IL_00c5_1:
{
V_13 = (bool)G_B13_0;
bool L_30 = V_13;
if (!L_30)
{
goto IL_00d8_1;
}
}
{
// OnCancel();
RebindingOperation_OnCancel_m5980D1F61058219698782654B03D28A770207F56(__this, NULL);
// break;
goto IL_0391_1;
}
IL_00d8_1:
{
// if (m_ExcludePathCount > 0 && HavePathMatch(control, m_ExcludePaths, m_ExcludePathCount))
int32_t L_31 = __this->___m_ExcludePathCount_7;
if ((((int32_t)L_31) <= ((int32_t)0)))
{
goto IL_00f6_1;
}
}
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32 = V_8;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = __this->___m_ExcludePaths_8;
int32_t L_34 = __this->___m_ExcludePathCount_7;
bool L_35;
L_35 = RebindingOperation_HavePathMatch_mB4E2EE4E3940F6BE3EE98F0646DC7C3FB70D7F04(L_32, L_33, L_34, NULL);
G_B18_0 = ((int32_t)(L_35));
goto IL_00f7_1;
}
IL_00f6_1:
{
G_B18_0 = 0;
}
IL_00f7_1:
{
V_14 = (bool)G_B18_0;
bool L_36 = V_14;
if (!L_36)
{
goto IL_0102_1;
}
}
{
// continue;
goto IL_0385_1;
}
IL_0102_1:
{
// suppressEvent = true;
V_2 = (bool)1;
// if (m_IncludePathCount > 0 && !HavePathMatch(control, m_IncludePaths, m_IncludePathCount))
int32_t L_37 = __this->___m_IncludePathCount_5;
if ((((int32_t)L_37) <= ((int32_t)0)))
{
goto IL_0125_1;
}
}
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_38 = V_8;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = __this->___m_IncludePaths_6;
int32_t L_40 = __this->___m_IncludePathCount_5;
bool L_41;
L_41 = RebindingOperation_HavePathMatch_mB4E2EE4E3940F6BE3EE98F0646DC7C3FB70D7F04(L_38, L_39, L_40, NULL);
G_B23_0 = ((((int32_t)L_41) == ((int32_t)0))? 1 : 0);
goto IL_0126_1;
}
IL_0125_1:
{
G_B23_0 = 0;
}
IL_0126_1:
{
V_15 = (bool)G_B23_0;
bool L_42 = V_15;
if (!L_42)
{
goto IL_0131_1;
}
}
{
// continue;
goto IL_0385_1;
}
IL_0131_1:
{
// if (m_ControlType != null && !m_ControlType.IsInstanceOfType(control))
Type_t* L_43 = __this->___m_ControlType_3;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_44;
L_44 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_43, (Type_t*)NULL, NULL);
if (!L_44)
{
goto IL_0151_1;
}
}
{
Type_t* L_45 = __this->___m_ControlType_3;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_46 = V_8;
NullCheck(L_45);
bool L_47;
L_47 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_45, L_46);
G_B28_0 = ((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
goto IL_0152_1;
}
IL_0151_1:
{
G_B28_0 = 0;
}
IL_0152_1:
{
V_16 = (bool)G_B28_0;
bool L_48 = V_16;
if (!L_48)
{
goto IL_015d_1;
}
}
{
// continue;
goto IL_0385_1;
}
IL_015d_1:
{
// if (!m_ExpectedLayout.IsEmpty() &&
// m_ExpectedLayout != control.m_Layout &&
// !InputControlLayout.s_Layouts.IsBasedOn(m_ExpectedLayout, control.m_Layout))
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_49 = (&__this->___m_ExpectedLayout_4);
bool L_50;
L_50 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B(L_49, NULL);
if (L_50)
{
goto IL_019a_1;
}
}
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_51 = __this->___m_ExpectedLayout_4;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_52 = V_8;
NullCheck(L_52);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_53 = L_52->___m_Layout_7;
bool L_54;
L_54 = InternedString_op_Inequality_mFF328396439FC0F8DF47E7A6CB7634919412BD0A(L_51, L_53, NULL);
if (!L_54)
{
goto IL_019a_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_55 = __this->___m_ExpectedLayout_4;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_56 = V_8;
NullCheck(L_56);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_57 = L_56->___m_Layout_7;
bool L_58;
L_58 = Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_55, L_57, NULL);
G_B34_0 = ((((int32_t)L_58) == ((int32_t)0))? 1 : 0);
goto IL_019b_1;
}
IL_019a_1:
{
G_B34_0 = 0;
}
IL_019b_1:
{
V_17 = (bool)G_B34_0;
bool L_59 = V_17;
if (!L_59)
{
goto IL_01a6_1;
}
}
{
// continue;
goto IL_0385_1;
}
IL_01a6_1:
{
// if (control.CheckStateIsAtDefault(statePtr))
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_60 = V_8;
void* L_61 = V_9;
bool L_62;
L_62 = InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A(L_60, L_61, (void*)((uintptr_t)0), NULL);
V_18 = L_62;
bool L_63 = V_18;
if (!L_63)
{
goto IL_01f9_1;
}
}
{
// if (!m_StartingActuations.ContainsKey(control))
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_64 = __this->___m_StartingActuations_31;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_65 = V_8;
NullCheck(L_64);
bool L_66;
L_66 = Dictionary_2_ContainsKey_m5393F0876F7936C12ACD72E1C50DD8200B3EFBB1(L_64, L_65, Dictionary_2_ContainsKey_m5393F0876F7936C12ACD72E1C50DD8200B3EFBB1_RuntimeMethod_var);
V_19 = (bool)((((int32_t)L_66) == ((int32_t)0))? 1 : 0);
bool L_67 = V_19;
if (!L_67)
{
goto IL_01e1_1;
}
}
{
// m_StartingActuations.Add(control, 0);
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_68 = __this->___m_StartingActuations_31;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_69 = V_8;
NullCheck(L_68);
Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851(L_68, L_69, (0.0f), Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851_RuntimeMethod_var);
}
IL_01e1_1:
{
// m_StartingActuations[control] = 0;
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_70 = __this->___m_StartingActuations_31;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_71 = V_8;
NullCheck(L_70);
Dictionary_2_set_Item_m5CF545BA47D9D9A8403BBB66E1634E2BEC940CB5(L_70, L_71, (0.0f), Dictionary_2_set_Item_m5CF545BA47D9D9A8403BBB66E1634E2BEC940CB5_RuntimeMethod_var);
// continue;
goto IL_0385_1;
}
IL_01f9_1:
{
// var magnitude = control.EvaluateMagnitude(statePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_72 = V_8;
void* L_73 = V_9;
NullCheck(L_72);
float L_74;
L_74 = VirtualFuncInvoker1< float, void* >::Invoke(6 /* System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude(System.Void*) */, L_72, L_73);
V_10 = L_74;
// if (magnitude >= 0)
float L_75 = V_10;
V_20 = (bool)((((int32_t)((!(((float)L_75) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_76 = V_20;
if (!L_76)
{
goto IL_0268_1;
}
}
{
// if (m_StartingActuations.TryGetValue(control, out var startingMagnitude) == false)
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_77 = __this->___m_StartingActuations_31;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_78 = V_8;
NullCheck(L_77);
bool L_79;
L_79 = Dictionary_2_TryGetValue_mF85F3999BFFCFBBA73DCE7AAB33F0EC781339090(L_77, L_78, (&V_21), Dictionary_2_TryGetValue_mF85F3999BFFCFBBA73DCE7AAB33F0EC781339090_RuntimeMethod_var);
V_22 = (bool)((((int32_t)L_79) == ((int32_t)0))? 1 : 0);
bool L_80 = V_22;
if (!L_80)
{
goto IL_024a_1;
}
}
{
// startingMagnitude = control.EvaluateMagnitude();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_81 = V_8;
NullCheck(L_81);
float L_82;
L_82 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_81, NULL);
V_21 = L_82;
// m_StartingActuations.Add(control, startingMagnitude);
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_83 = __this->___m_StartingActuations_31;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_84 = V_8;
float L_85 = V_21;
NullCheck(L_83);
Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851(L_83, L_84, L_85, Dictionary_2_Add_m821898C6D6C06ADE10C1EE6D00733C7CE2609851_RuntimeMethod_var);
}
IL_024a_1:
{
// if (Mathf.Abs(startingMagnitude - magnitude) < m_MagnitudeThreshold)
float L_86 = V_21;
float L_87 = V_10;
float L_88;
L_88 = fabsf(((float)il2cpp_codegen_subtract(L_86, L_87)));
float L_89 = __this->___m_MagnitudeThreshold_12;
V_23 = (bool)((((float)L_88) < ((float)L_89))? 1 : 0);
bool L_90 = V_23;
if (!L_90)
{
goto IL_0267_1;
}
}
{
// continue;
goto IL_0385_1;
}
IL_0267_1:
{
}
IL_0268_1:
{
// if (m_OnComputeScore != null)
Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4* L_91 = __this->___m_OnComputeScore_24;
V_24 = (bool)((!(((RuntimeObject*)(Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4*)L_91) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_92 = V_24;
if (!L_92)
{
goto IL_028b_1;
}
}
{
// score = m_OnComputeScore(control, eventPtr);
Func_3_tD434E786A74561C49424384EF1C6D03B9B0498F4* L_93 = __this->___m_OnComputeScore_24;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_94 = V_8;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_95 = ___eventPtr0;
NullCheck(L_93);
float L_96;
L_96 = Func_3_Invoke_m4D3DA87E2BA44F79B2A6F0595E2DA128CCAD6BB9_inline(L_93, L_94, L_95, NULL);
V_11 = L_96;
goto IL_02ab_1;
}
IL_028b_1:
{
// score = magnitude;
float L_97 = V_10;
V_11 = L_97;
// if (!control.synthetic)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_98 = V_8;
NullCheck(L_98);
bool L_99;
L_99 = InputControl_get_synthetic_m0BE9F254EE54F9526E4E336E8FDC1871007EECE0(L_98, NULL);
V_25 = (bool)((((int32_t)L_99) == ((int32_t)0))? 1 : 0);
bool L_100 = V_25;
if (!L_100)
{
goto IL_02aa_1;
}
}
{
// score += 1f;
float L_101 = V_11;
V_11 = ((float)il2cpp_codegen_add(L_101, (1.0f)));
}
IL_02aa_1:
{
}
IL_02ab_1:
{
// var candidateIndex = m_Candidates.IndexOf(control);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_102 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_103 = V_8;
int32_t L_104;
L_104 = InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8(L_102, L_103, InputControlList_1_IndexOf_m2C3FD12FC095B577F1DFBB23EF42E08E879429B8_RuntimeMethod_var);
V_12 = L_104;
// if (candidateIndex != -1)
int32_t L_105 = V_12;
V_26 = (bool)((((int32_t)((((int32_t)L_105) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_106 = V_26;
if (!L_106)
{
goto IL_0311_1;
}
}
{
// if (m_Scores[candidateIndex] < score)
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_107 = __this->___m_Scores_13;
int32_t L_108 = V_12;
NullCheck(L_107);
int32_t L_109 = L_108;
float L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
float L_111 = V_11;
V_27 = (bool)((((float)L_110) < ((float)L_111))? 1 : 0);
bool L_112 = V_27;
if (!L_112)
{
goto IL_030e_1;
}
}
{
// haveChangedCandidates = true;
V_1 = (bool)1;
// m_Scores[candidateIndex] = score;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_113 = __this->___m_Scores_13;
int32_t L_114 = V_12;
float L_115 = V_11;
NullCheck(L_113);
(L_113)->SetAt(static_cast<il2cpp_array_size_t>(L_114), (float)L_115);
// if (m_WaitSecondsAfterMatch > 0)
float L_116 = __this->___m_WaitSecondsAfterMatch_18;
V_28 = (bool)((((float)L_116) > ((float)(0.0f)))? 1 : 0);
bool L_117 = V_28;
if (!L_117)
{
goto IL_030d_1;
}
}
{
// m_LastMatchTime = InputRuntime.s_Instance.currentTime;
RuntimeObject* L_118 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_118);
double L_119;
L_119 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_118);
__this->___m_LastMatchTime_15 = L_119;
}
IL_030d_1:
{
}
IL_030e_1:
{
goto IL_0384_1;
}
IL_0311_1:
{
// var scoreCount = m_Candidates.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_120 = (&__this->___m_Candidates_19);
int32_t L_121;
L_121 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_120, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_29 = L_121;
// var magnitudeCount = m_Candidates.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_122 = (&__this->___m_Candidates_19);
int32_t L_123;
L_123 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_122, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_30 = L_123;
// m_Candidates.Add(control);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_124 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_125 = V_8;
InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489(L_124, L_125, InputControlList_1_Add_m97EF06743F221062A1090A90E1D48B87C2D83489_RuntimeMethod_var);
// ArrayHelpers.AppendWithCapacity(ref m_Scores, ref scoreCount, score);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_126 = (&__this->___m_Scores_13);
float L_127 = V_11;
int32_t L_128;
L_128 = ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36(L_126, (&V_29), L_127, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var);
// ArrayHelpers.AppendWithCapacity(ref m_Magnitudes, ref magnitudeCount, magnitude);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_129 = (&__this->___m_Magnitudes_14);
float L_130 = V_10;
int32_t L_131;
L_131 = ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36(L_129, (&V_30), L_130, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0112BD63E02109FA71DD634E51E5DBFF42544F36_RuntimeMethod_var);
// haveChangedCandidates = true;
V_1 = (bool)1;
// if (m_WaitSecondsAfterMatch > 0)
float L_132 = __this->___m_WaitSecondsAfterMatch_18;
V_31 = (bool)((((float)L_132) > ((float)(0.0f)))? 1 : 0);
bool L_133 = V_31;
if (!L_133)
{
goto IL_0383_1;
}
}
{
// m_LastMatchTime = InputRuntime.s_Instance.currentTime;
RuntimeObject* L_134 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_134);
double L_135;
L_135 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_134);
__this->___m_LastMatchTime_15 = L_135;
}
IL_0383_1:
{
}
IL_0384_1:
{
}
IL_0385_1:
{
// foreach (var control in eventPtr.EnumerateControls(controlEnumerationFlags, device))
bool L_136;
L_136 = InputEventControlEnumerator_MoveNext_m0A9182DFD78818A01CC3B038519B8B9ACCC55107((&V_6), NULL);
if (L_136)
{
goto IL_0074_1;
}
}
IL_0391_1:
{
goto IL_03a2;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_03a2:
{
// if (suppressEvent && (m_Flags & Flags.SuppressMatchingEvents) != 0)
bool L_137 = V_2;
if (!L_137)
{
goto IL_03b6;
}
}
{
int32_t L_138 = __this->___m_Flags_30;
G_B67_0 = ((!(((uint32_t)((int32_t)((int32_t)L_138&((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0);
goto IL_03b7;
}
IL_03b6:
{
G_B67_0 = 0;
}
IL_03b7:
{
V_32 = (bool)G_B67_0;
bool L_139 = V_32;
if (!L_139)
{
goto IL_03c6;
}
}
{
// eventPtr.handled = true;
InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0((&___eventPtr0), (bool)1, NULL);
}
IL_03c6:
{
// if (haveChangedCandidates && !canceled)
bool L_140 = V_1;
if (!L_140)
{
goto IL_03d4;
}
}
{
bool L_141;
L_141 = RebindingOperation_get_canceled_mD233DC5702554EA97405404DB5C6C34E287839D2(__this, NULL);
G_B72_0 = ((((int32_t)L_141) == ((int32_t)0))? 1 : 0);
goto IL_03d5;
}
IL_03d4:
{
G_B72_0 = 0;
}
IL_03d5:
{
V_33 = (bool)G_B72_0;
bool L_142 = V_33;
if (!L_142)
{
goto IL_042e;
}
}
{
// if (m_OnPotentialMatch != null)
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_143 = __this->___m_OnPotentialMatch_22;
V_34 = (bool)((!(((RuntimeObject*)(Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD*)L_143) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_144 = V_34;
if (!L_144)
{
goto IL_0403;
}
}
{
// SortCandidatesByScore();
RebindingOperation_SortCandidatesByScore_m48F3DA5AC28A26363550AE12506B47049A431633(__this, NULL);
// m_OnPotentialMatch(this);
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_145 = __this->___m_OnPotentialMatch_22;
NullCheck(L_145);
Action_1_Invoke_m2D9A03B1AC9BBF5B4784F5F1699A8067166D2B73_inline(L_145, __this, NULL);
goto IL_042d;
}
IL_0403:
{
// else if (m_WaitSecondsAfterMatch <= 0)
float L_146 = __this->___m_WaitSecondsAfterMatch_18;
V_35 = (bool)((((int32_t)((!(((float)L_146) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_147 = V_35;
if (!L_147)
{
goto IL_0424;
}
}
{
// OnComplete();
RebindingOperation_OnComplete_m426044BF1EE1A3F3ACB3E4D1083A14409DC782EF(__this, NULL);
goto IL_042d;
}
IL_0424:
{
// SortCandidatesByScore();
RebindingOperation_SortCandidatesByScore_m48F3DA5AC28A26363550AE12506B47049A431633(__this, NULL);
}
IL_042d:
{
}
IL_042e:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::SortCandidatesByScore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_SortCandidatesByScore_m48F3DA5AC28A26363550AE12506B47049A431633 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_SwapElements_m58547AFBF8CBFA8850EFE8F25CC84D22551DE68D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t G_B8_0 = 0;
{
// var candidateCount = m_Candidates.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_0 = (&__this->___m_Candidates_19);
int32_t L_1;
L_1 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_0, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_0 = L_1;
// if (candidateCount <= 1)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001a;
}
}
{
// return;
goto IL_008b;
}
IL_001a:
{
// for (var i = 1; i < candidateCount; ++i)
V_2 = 1;
goto IL_0081;
}
IL_001e:
{
// for (var j = i; j > 0 && m_Scores[j - 1] < m_Scores[j]; --j)
int32_t L_4 = V_2;
V_3 = L_4;
goto IL_005b;
}
IL_0023:
{
// var k = j - 1;
int32_t L_5 = V_3;
V_4 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
// m_Scores.SwapElements(j, k);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = __this->___m_Scores_13;
int32_t L_7 = V_3;
int32_t L_8 = V_4;
ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810(L_6, L_7, L_8, ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810_RuntimeMethod_var);
// m_Candidates.SwapElements(j, k);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_9 = (&__this->___m_Candidates_19);
int32_t L_10 = V_3;
int32_t L_11 = V_4;
InputControlList_1_SwapElements_m58547AFBF8CBFA8850EFE8F25CC84D22551DE68D(L_9, L_10, L_11, InputControlList_1_SwapElements_m58547AFBF8CBFA8850EFE8F25CC84D22551DE68D_RuntimeMethod_var);
// m_Magnitudes.SwapElements(j, k);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_12 = __this->___m_Magnitudes_14;
int32_t L_13 = V_3;
int32_t L_14 = V_4;
ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810(L_12, L_13, L_14, ArrayHelpers_SwapElements_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m169CB08CC93B5D6B68ED1B4F9AE17C0842E78810_RuntimeMethod_var);
// for (var j = i; j > 0 && m_Scores[j - 1] < m_Scores[j]; --j)
int32_t L_15 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
}
IL_005b:
{
// for (var j = i; j > 0 && m_Scores[j - 1] < m_Scores[j]; --j)
int32_t L_16 = V_3;
if ((((int32_t)L_16) <= ((int32_t)0)))
{
goto IL_0075;
}
}
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_17 = __this->___m_Scores_13;
int32_t L_18 = V_3;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_subtract(L_18, 1));
float L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_21 = __this->___m_Scores_13;
int32_t L_22 = V_3;
NullCheck(L_21);
int32_t L_23 = L_22;
float L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
G_B8_0 = ((((float)L_20) < ((float)L_24))? 1 : 0);
goto IL_0076;
}
IL_0075:
{
G_B8_0 = 0;
}
IL_0076:
{
V_5 = (bool)G_B8_0;
bool L_25 = V_5;
if (L_25)
{
goto IL_0023;
}
}
{
// for (var i = 1; i < candidateCount; ++i)
int32_t L_26 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_0081:
{
// for (var i = 1; i < candidateCount; ++i)
int32_t L_27 = V_2;
int32_t L_28 = V_0;
V_6 = (bool)((((int32_t)L_27) < ((int32_t)L_28))? 1 : 0);
bool L_29 = V_6;
if (L_29)
{
goto IL_001e;
}
}
IL_008b:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::HavePathMatch(UnityEngine.InputSystem.InputControl,System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RebindingOperation_HavePathMatch_mB4E2EE4E3940F6BE3EE98F0646DC7C3FB70D7F04 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___paths1, int32_t ___pathCount2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// for (var i = 0; i < pathCount; ++i)
V_0 = 0;
goto IL_001c;
}
IL_0005:
{
// if (InputControlPath.MatchesPrefix(paths[i], control))
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___paths1;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
String_t* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
bool L_5;
L_5 = InputControlPath_MatchesPrefix_mBC902FA17FD0359482EF43EC45E913A71576E1CA(L_3, L_4, NULL);
V_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0017;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0028;
}
IL_0017:
{
// for (var i = 0; i < pathCount; ++i)
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_001c:
{
// for (var i = 0; i < pathCount; ++i)
int32_t L_8 = V_0;
int32_t L_9 = ___pathCount2;
V_3 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
bool L_10 = V_3;
if (L_10)
{
goto IL_0005;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0028;
}
IL_0028:
{
// }
bool L_11 = V_2;
return L_11;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::HookOnAfterUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_HookOnAfterUpdate_mB3F828ED5E26B2E1FA48A8FEC74F49C5D48D4943 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RebindingOperation_OnAfterUpdate_m439B7E6A85DE2733B478564ACF2D36D639F88883_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if ((m_Flags & Flags.OnAfterUpdateHooked) != 0)
int32_t L_0 = __this->___m_Flags_30;
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
// return;
goto IL_004d;
}
IL_0013:
{
// if (m_OnAfterUpdateDelegate == null)
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___m_OnAfterUpdateDelegate_27;
V_1 = (bool)((((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0032;
}
}
{
// m_OnAfterUpdateDelegate = OnAfterUpdate;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_4);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_4, __this, (intptr_t)((void*)RebindingOperation_OnAfterUpdate_m439B7E6A85DE2733B478564ACF2D36D639F88883_RuntimeMethod_var), NULL);
__this->___m_OnAfterUpdateDelegate_27 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnAfterUpdateDelegate_27), (void*)L_4);
}
IL_0032:
{
// InputSystem.onAfterUpdate += m_OnAfterUpdateDelegate;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = __this->___m_OnAfterUpdateDelegate_27;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_add_onAfterUpdate_m64CE7CCC303161C0DD9583AE3A693B859E1DF98B(L_5, NULL);
// m_Flags |= Flags.OnAfterUpdateHooked;
int32_t L_6 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_6|((int32_t)16)));
}
IL_004d:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::UnhookOnAfterUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_UnhookOnAfterUpdate_mB882F3768F4FD69F4BD6DED67FB3E1C65B3A102D (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if ((m_Flags & Flags.OnAfterUpdateHooked) == 0)
int32_t L_0 = __this->___m_Flags_30;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
// return;
goto IL_002e;
}
IL_0013:
{
// InputSystem.onAfterUpdate -= m_OnAfterUpdateDelegate;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___m_OnAfterUpdateDelegate_27;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_remove_onAfterUpdate_m6ED6311DC1C1F3B473448EE1A3C6488BA38F4FCD(L_2, NULL);
// m_Flags &= ~Flags.OnAfterUpdateHooked;
int32_t L_3 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_3&((int32_t)-17)));
}
IL_002e:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnAfterUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_OnAfterUpdate_m439B7E6A85DE2733B478564ACF2D36D639F88883 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B4_0 = 0;
{
// if (m_LastMatchTime < 0 && m_Timeout > 0 &&
// InputRuntime.s_Instance.currentTime - m_StartTime > m_Timeout)
double L_0 = __this->___m_LastMatchTime_15;
if ((!(((double)L_0) < ((double)(0.0)))))
{
goto IL_003b;
}
}
{
float L_1 = __this->___m_Timeout_17;
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_003b;
}
}
{
RuntimeObject* L_2 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_2);
double L_3;
L_3 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_2);
double L_4 = __this->___m_StartTime_16;
float L_5 = __this->___m_Timeout_17;
G_B4_0 = ((((double)((double)il2cpp_codegen_subtract(L_3, L_4))) > ((double)((double)L_5)))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B4_0 = 0;
}
IL_003c:
{
V_0 = (bool)G_B4_0;
bool L_6 = V_0;
if (!L_6)
{
goto IL_004a;
}
}
{
// Cancel();
RebindingOperation_Cancel_mB69768C2C2799AA143150586554B58E4EE73FBD1(__this, NULL);
// return;
goto IL_009f;
}
IL_004a:
{
// if (m_WaitSecondsAfterMatch <= 0)
float L_7 = __this->___m_WaitSecondsAfterMatch_18;
V_1 = (bool)((((int32_t)((!(((float)L_7) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_8 = V_1;
if (!L_8)
{
goto IL_0060;
}
}
{
// return;
goto IL_009f;
}
IL_0060:
{
// if (m_LastMatchTime < 0)
double L_9 = __this->___m_LastMatchTime_15;
V_2 = (bool)((((double)L_9) < ((double)(0.0)))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_0077;
}
}
{
// return;
goto IL_009f;
}
IL_0077:
{
// if (InputRuntime.s_Instance.currentTime >= m_LastMatchTime + m_WaitSecondsAfterMatch)
RuntimeObject* L_11 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_11);
double L_12;
L_12 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_11);
double L_13 = __this->___m_LastMatchTime_15;
float L_14 = __this->___m_WaitSecondsAfterMatch_18;
V_3 = (bool)((((int32_t)((!(((double)L_12) >= ((double)((double)il2cpp_codegen_add(L_13, ((double)L_14))))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_15 = V_3;
if (!L_15)
{
goto IL_009f;
}
}
{
// Complete();
RebindingOperation_Complete_m618D3AE169A4F37E387255A2A45115FA7A5A6D7B(__this, NULL);
}
IL_009f:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_OnComplete_m426044BF1EE1A3F3ACB3E4D1083A14409DC782EF (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_1 = NULL;
String_t* V_2 = NULL;
bool V_3 = false;
String_t* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_12;
memset((&V_12), 0, sizeof(V_12));
bool V_13 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_14;
memset((&V_14), 0, sizeof(V_14));
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* G_B25_0 = NULL;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* G_B24_0 = NULL;
{
// SortCandidatesByScore();
RebindingOperation_SortCandidatesByScore_m48F3DA5AC28A26363550AE12506B47049A431633(__this, NULL);
// if (m_Candidates.Count > 0)
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_0 = (&__this->___m_Candidates_19);
int32_t L_1;
L_1 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_0, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_01d9;
}
}
{
// var selectedControl = m_Candidates[0];
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_3 = (&__this->___m_Candidates_19);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4;
L_4 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A(L_3, 0, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
V_1 = L_4;
// var path = selectedControl.path;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = V_1;
NullCheck(L_5);
String_t* L_6;
L_6 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_5, NULL);
V_2 = L_6;
// if (m_OnGeneratePath != null)
Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A* L_7 = __this->___m_OnGeneratePath_23;
V_3 = (bool)((!(((RuntimeObject*)(Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A*)L_7) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_0083;
}
}
{
// var newPath = m_OnGeneratePath(selectedControl);
Func_2_t6880601B06FFA50F13EB20F6845F85618318BA8A* L_9 = __this->___m_OnGeneratePath_23;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = V_1;
NullCheck(L_9);
String_t* L_11;
L_11 = Func_2_Invoke_m4B6D3D6FB603DDF785328A899F9B1CDC4A87F847_inline(L_9, L_10, NULL);
V_4 = L_11;
// if (!string.IsNullOrEmpty(newPath))
String_t* L_12 = V_4;
bool L_13;
L_13 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_12, NULL);
V_5 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
bool L_14 = V_5;
if (!L_14)
{
goto IL_0063;
}
}
{
// path = newPath;
String_t* L_15 = V_4;
V_2 = L_15;
goto IL_0080;
}
IL_0063:
{
// else if ((m_Flags & Flags.DontGeneralizePathOfSelectedControl) == 0)
int32_t L_16 = __this->___m_Flags_30;
V_6 = (bool)((((int32_t)((int32_t)((int32_t)L_16&((int32_t)128)))) == ((int32_t)0))? 1 : 0);
bool L_17 = V_6;
if (!L_17)
{
goto IL_0080;
}
}
{
// path = GeneratePathForControl(selectedControl);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = V_1;
String_t* L_19;
L_19 = RebindingOperation_GeneratePathForControl_mC60C1E18C1823BA52124B59BB0EECF474BEFAEED(__this, L_18, NULL);
V_2 = L_19;
}
IL_0080:
{
goto IL_00a0;
}
IL_0083:
{
// else if ((m_Flags & Flags.DontGeneralizePathOfSelectedControl) == 0)
int32_t L_20 = __this->___m_Flags_30;
V_7 = (bool)((((int32_t)((int32_t)((int32_t)L_20&((int32_t)128)))) == ((int32_t)0))? 1 : 0);
bool L_21 = V_7;
if (!L_21)
{
goto IL_00a0;
}
}
{
// path = GeneratePathForControl(selectedControl);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_22 = V_1;
String_t* L_23;
L_23 = RebindingOperation_GeneratePathForControl_mC60C1E18C1823BA52124B59BB0EECF474BEFAEED(__this, L_22, NULL);
V_2 = L_23;
}
IL_00a0:
{
// if (m_OnApplyBinding != null)
Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* L_24 = __this->___m_OnApplyBinding_25;
V_8 = (bool)((!(((RuntimeObject*)(Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79*)L_24) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_25 = V_8;
if (!L_25)
{
goto IL_00c2;
}
}
{
// m_OnApplyBinding(this, path);
Action_2_t464826F5F8CD9F38C1A734DDCFBF2AE3CC4DBF79* L_26 = __this->___m_OnApplyBinding_25;
String_t* L_27 = V_2;
NullCheck(L_26);
Action_2_Invoke_m5664B6971A46B55C27D77A4AB28A000F445EEC08_inline(L_26, __this, L_27, NULL);
goto IL_01d8;
}
IL_00c2:
{
// Debug.Assert(m_ActionToRebind != null);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = __this->___m_ActionToRebind_1;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// if ((m_Flags & Flags.AddNewBinding) != 0)
int32_t L_29 = __this->___m_Flags_30;
V_9 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_29&((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0);
bool L_30 = V_9;
if (!L_30)
{
goto IL_0103;
}
}
{
// m_ActionToRebind.AddBinding(path, groups: m_BindingGroupForNewBinding);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_31 = __this->___m_ActionToRebind_1;
String_t* L_32 = V_2;
String_t* L_33 = __this->___m_BindingGroupForNewBinding_10;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_34;
L_34 = InputActionSetupExtensions_AddBinding_m7530B4D167371478100DCCDAFA375DBBD66C6C78(L_31, L_32, (String_t*)NULL, (String_t*)NULL, L_33, NULL);
goto IL_01d7;
}
IL_0103:
{
// if (m_TargetBindingIndex >= 0)
int32_t L_35 = __this->___m_TargetBindingIndex_9;
V_10 = (bool)((((int32_t)((((int32_t)L_35) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_36 = V_10;
if (!L_36)
{
goto IL_018c;
}
}
{
// if (m_TargetBindingIndex >= m_ActionToRebind.bindings.Count)
int32_t L_37 = __this->___m_TargetBindingIndex_9;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_38 = __this->___m_ActionToRebind_1;
NullCheck(L_38);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_39;
L_39 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_38, NULL);
V_12 = L_39;
int32_t L_40;
L_40 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_12), ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var);
V_11 = (bool)((((int32_t)((((int32_t)L_37) < ((int32_t)L_40))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_41 = V_11;
if (!L_41)
{
goto IL_0176;
}
}
{
// throw new InvalidOperationException(
// $"Target binding index {m_TargetBindingIndex} out of range for action '{m_ActionToRebind}' with {m_ActionToRebind.bindings.Count} bindings");
int32_t L_42 = __this->___m_TargetBindingIndex_9;
int32_t L_43 = L_42;
RuntimeObject* L_44 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_43);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_45 = __this->___m_ActionToRebind_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_46 = __this->___m_ActionToRebind_1;
NullCheck(L_46);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_47;
L_47 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_46, NULL);
V_12 = L_47;
int32_t L_48;
L_48 = ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_inline((&V_12), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_RuntimeMethod_var)));
int32_t L_49 = L_48;
RuntimeObject* L_50 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_49);
String_t* L_51;
L_51 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A43899ED9EC0C014D53779046A43C26EBD91D66)), L_44, L_45, L_50, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_52 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_52);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_52, L_51, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_OnComplete_m426044BF1EE1A3F3ACB3E4D1083A14409DC782EF_RuntimeMethod_var)));
}
IL_0176:
{
// m_ActionToRebind.ApplyBindingOverride(m_TargetBindingIndex, path);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_53 = __this->___m_ActionToRebind_1;
int32_t L_54 = __this->___m_TargetBindingIndex_9;
String_t* L_55 = V_2;
InputActionRebindingExtensions_ApplyBindingOverride_m432B96D279D63D8679644FFA8B0B87E5C35309A3(L_53, L_54, L_55, NULL);
goto IL_01d6;
}
IL_018c:
{
// else if (m_BindingMask != null)
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_56 = (&__this->___m_BindingMask_2);
bool L_57;
L_57 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline(L_56, Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
V_13 = L_57;
bool L_58 = V_13;
if (!L_58)
{
goto IL_01c5;
}
}
{
// var bindingOverride = m_BindingMask.Value;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_59 = (&__this->___m_BindingMask_2);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_60;
L_60 = Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C(L_59, Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
V_14 = L_60;
// bindingOverride.overridePath = path;
String_t* L_61 = V_2;
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline((&V_14), L_61, NULL);
// m_ActionToRebind.ApplyBindingOverride(bindingOverride);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_62 = __this->___m_ActionToRebind_1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_63 = V_14;
InputActionRebindingExtensions_ApplyBindingOverride_m69402CB4DF43329AFA63892C09C0511ABD0DDF89(L_62, L_63, NULL);
goto IL_01d6;
}
IL_01c5:
{
// m_ActionToRebind.ApplyBindingOverride(path);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_64 = __this->___m_ActionToRebind_1;
String_t* L_65 = V_2;
InputActionRebindingExtensions_ApplyBindingOverride_m4A4367AE5D92B2FC9BAC1FC36EA4F4C205F556AB(L_64, L_65, (String_t*)NULL, (String_t*)NULL, NULL);
}
IL_01d6:
{
}
IL_01d7:
{
}
IL_01d8:
{
}
IL_01d9:
{
// m_Flags |= Flags.Completed;
int32_t L_66 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_66|2));
// m_OnComplete?.Invoke(this);
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_67 = __this->___m_OnComplete_20;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_68 = L_67;
G_B24_0 = L_68;
if (L_68)
{
G_B25_0 = L_68;
goto IL_01f3;
}
}
{
goto IL_01fa;
}
IL_01f3:
{
NullCheck(G_B25_0);
Action_1_Invoke_m2D9A03B1AC9BBF5B4784F5F1699A8067166D2B73_inline(G_B25_0, __this, NULL);
}
IL_01fa:
{
// ResetAfterMatchCompleted();
RebindingOperation_ResetAfterMatchCompleted_m1AB44342986B109361C740C9A8A1A866F90999AC(__this, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::OnCancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_OnCancel_m5980D1F61058219698782654B03D28A770207F56 (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* G_B2_0 = NULL;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* G_B1_0 = NULL;
{
// m_Flags |= Flags.Canceled;
int32_t L_0 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_0|4));
// m_OnCancel?.Invoke(this);
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_1 = __this->___m_OnCancel_21;
Action_1_tF6BB59F9C8D153E48DFC364061E5356934611FDD* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_001b;
}
}
{
goto IL_0022;
}
IL_001b:
{
NullCheck(G_B2_0);
Action_1_Invoke_m2D9A03B1AC9BBF5B4784F5F1699A8067166D2B73_inline(G_B2_0, __this, NULL);
}
IL_0022:
{
// ResetAfterMatchCompleted();
RebindingOperation_ResetAfterMatchCompleted_m1AB44342986B109361C740C9A8A1A866F90999AC(__this, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::ResetAfterMatchCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_ResetAfterMatchCompleted_m1AB44342986B109361C740C9A8A1A866F90999AC (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Clear_m37199CE0432AB811610C4D5C715302CE99AD026F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_set_Capacity_mFE0AF24F639011DED95560D190359ED714540CBC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// m_Flags &= ~Flags.Started;
int32_t L_0 = __this->___m_Flags_30;
__this->___m_Flags_30 = ((int32_t)((int32_t)L_0&((int32_t)-2)));
// m_Candidates.Clear();
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_1 = (&__this->___m_Candidates_19);
InputControlList_1_Clear_m37199CE0432AB811610C4D5C715302CE99AD026F(L_1, InputControlList_1_Clear_m37199CE0432AB811610C4D5C715302CE99AD026F_RuntimeMethod_var);
// m_Candidates.Capacity = 0; // Release our unmanaged memory.
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_2 = (&__this->___m_Candidates_19);
InputControlList_1_set_Capacity_mFE0AF24F639011DED95560D190359ED714540CBC(L_2, 0, InputControlList_1_set_Capacity_mFE0AF24F639011DED95560D190359ED714540CBC_RuntimeMethod_var);
// m_StartTime = -1;
__this->___m_StartTime_16 = (-1.0);
// m_StartingActuations.Clear();
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_3 = __this->___m_StartingActuations_31;
NullCheck(L_3);
Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288(L_3, Dictionary_2_Clear_m8780D1BC09AEBD9C69FC5E32379480A3C668F288_RuntimeMethod_var);
// UnhookOnEvent();
RebindingOperation_UnhookOnEvent_m53CFD1F2ED836BA24FA63CAF3C113B0D1F7B6293(__this, NULL);
// UnhookOnAfterUpdate();
RebindingOperation_UnhookOnAfterUpdate_mB882F3768F4FD69F4BD6DED67FB3E1C65B3A102D(__this, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::ThrowIfRebindInProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (started)
bool L_0;
L_0 = RebindingOperation_get_started_m9B3A594BC9FE9770BB65EC9FA7948D4DFF9AF8E3(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// throw new InvalidOperationException("Cannot reconfigure rebinding while operation is in progress");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1CE4A6CDFD85BAA924C76E3D6FB1AF4BC07DC0E5)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RebindingOperation_ThrowIfRebindInProgress_m02318B6E459C495517FF62AEAD4603BF683EED9C_RuntimeMethod_var)));
}
IL_0016:
{
// }
return;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::GeneratePathForControl(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RebindingOperation_GeneratePathForControl_mC60C1E18C1823BA52124B59BB0EECF474BEFAEED (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22176DF9BF8B035826E40E85BDCEEA7B4814351E);
s_Il2CppMethodInitialized = true;
}
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
String_t* V_3 = NULL;
{
// var device = control.device;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
NullCheck(L_0);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1;
L_1 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_0, NULL);
V_0 = L_1;
// Debug.Assert(control != device, "Control must not be a device");
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___control0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_2) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral22176DF9BF8B035826E40E85BDCEEA7B4814351E, NULL);
// var deviceLayoutName =
// InputControlLayout.s_Layouts.FindLayoutThatIntroducesControl(control, m_LayoutCache);
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB L_5 = __this->___m_LayoutCache_28;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6;
L_6 = Collection_FindLayoutThatIntroducesControl_m106D44927CAAAF57FB6A963B7AF105CF2D4B7230((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_4, L_5, NULL);
V_1 = L_6;
// if (m_PathBuilder == null)
StringBuilder_t* L_7 = __this->___m_PathBuilder_29;
V_2 = (bool)((((RuntimeObject*)(StringBuilder_t*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_0046;
}
}
{
// m_PathBuilder = new StringBuilder();
StringBuilder_t* L_9 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_9);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_9, NULL);
__this->___m_PathBuilder_29 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PathBuilder_29), (void*)L_9);
goto IL_0053;
}
IL_0046:
{
// m_PathBuilder.Length = 0;
StringBuilder_t* L_10 = __this->___m_PathBuilder_29;
NullCheck(L_10);
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_10, 0, NULL);
}
IL_0053:
{
// control.BuildPath(deviceLayoutName, m_PathBuilder);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___control0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12 = V_1;
String_t* L_13;
L_13 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_12, NULL);
StringBuilder_t* L_14 = __this->___m_PathBuilder_29;
String_t* L_15;
L_15 = InputControlExtensions_BuildPath_mA055881CA7E734606E25FB4442D359DC36067B8B(L_11, L_13, L_14, NULL);
// return m_PathBuilder.ToString();
StringBuilder_t* L_16 = __this->___m_PathBuilder_29;
NullCheck(L_16);
String_t* L_17;
L_17 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
V_3 = L_17;
goto IL_0074;
}
IL_0074:
{
// }
String_t* L_18 = V_3;
return L_18;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RebindingOperation__ctor_mA5BCC7385A1A37C41FB7BEF677FF7E1EB25C4AED (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m326BE21727998E7762D58062F4C70D6700B134C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private int m_TargetBindingIndex = -1;
__this->___m_TargetBindingIndex_9 = (-1);
// private float m_MagnitudeThreshold = kDefaultMagnitudeThreshold;
__this->___m_MagnitudeThreshold_12 = (0.200000003f);
// private Dictionary<InputControl, float> m_StartingActuations = new Dictionary<InputControl, float>();
Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C* L_0 = (Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C*)il2cpp_codegen_object_new(Dictionary_2_t955741F14981C0BAF47FDE7823F2703758A8723C_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_m326BE21727998E7762D58062F4C70D6700B134C4(L_0, Dictionary_2__ctor_m326BE21727998E7762D58062F4C70D6700B134C4_RuntimeMethod_var);
__this->___m_StartingActuations_31 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StartingActuations_31), (void*)L_0);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_deviceVelocity_mB3783887606A7B5608C517432FEA1E99BE5B198D_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_deviceAngularVelocity_mD3CDAA568256B68BFEE2EF4FCCF4A588BE9867DF_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_leftEyeVelocity_m76672ED570533307E1107DCE331FED0629F962A8_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeVelocityU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeVelocityU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_leftEyeAngularVelocity_mB46D1ADC2A921598D1266C2D2649874E5FA20453_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_rightEyeVelocity_m043220FA3CD7C125D6A3EF055F4C95ABB5E458E4_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_rightEyeAngularVelocity_mEA6898FC3A6BE49D0A2F81278B592E139DB30355_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_54), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_centerEyeVelocity_m135A618181B0F4D75ABAB2C99A8C22D752608583_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeVelocityU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeVelocityU3Ek__BackingField_55), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRHMD_set_centerEyeAngularVelocity_m9EEB51620F247107B80E614385AAFCB8A3B341EF_inline (OpenVRHMD_t417710297E73F113958EB78D2F0DC67BA8EC4021* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_56), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_deviceVelocity_m144502F4EE78B1D34BCF961D1BF25A0796616B69_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_deviceAngularVelocity_m84D19E675C24AFE2F065064A9DC79E289A531EE7_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpadClick_mC5805CE1F2555948579D46226100E1F6EDB565F3_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClick { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpadTouch_mB0A6223D6EDAF4C62AE965979B91CD0117F3875F_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouch { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_gripPressed_m1555FB644E487C0EBE6FAA1B898DA8016C4D897C_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_triggerPressed_m6C78C4781C650F1532176A9EAFA39F57184394EF_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_menu_m1B2CB1C999488655DE85DB9AD1C335A8FC3DD47F_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl menu { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CmenuU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmenuU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_trigger_mDC31250364C11C790C72036F3955AA241B8FA29B_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_grip_m07DEBD3114B4D4B68072B19C0332A5923D3AE04C_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_touchpad_m4F818AC743C1281D6AB656A1BAA1A2CC729D7A2D_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVRControllerWMR_set_joystick_mC535A0E94D41A1CB79BFEC07C28B2D7DC804A26B_inline (OpenVRControllerWMR_tC4E4C2F4AD9F1BE36251784D046F778EA6D42306* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control joystick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CjoystickU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CjoystickU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_grip_mB074C9F2FB3A9F290EDDE6690A05D05F48B091F7_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_primary_mFE2E664D1A1F2CF13208F78F303F80214331FB87_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primary { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_gripPressed_mDCF3C96003FDDA986BB80BC674229858CFA4C992_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trackpadPressed_m8907B316328F59977FC17D5C960EE5FB05D13BB5_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtrackpadPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trackpadTouched_m8BC57EE265E97F1AAEC0727E0163548E0CAC73FB_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtrackpadTouchedU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadTouchedU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trackpad_mD4D27EF52325D70721838D44D927758C42102BBA_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control trackpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtrackpadU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_trigger_mB6AFAD674E3B204860B13CC08FAA9F6833CD0CAE_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_triggerPressed_mAFB68A0873C288A9C4139C14E51A5825DE979055_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_deviceVelocity_mAA81BA83CE66C49A59C309C8A95C52520352E867_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveWand_set_deviceAngularVelocity_mA3E6F25FC002E20AD040D9CDCB9E811345739228_inline (ViveWand_tD356C2C5330FF4E7C85EFD9826990B40F382ECAC* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveTracker_set_deviceVelocity_mA8BEF450314ABEF99EF08E24E2BA3E0FC8192143_inline (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ViveTracker_set_deviceAngularVelocity_mBBDE3EECBAA23CF3293932B4C159BD6D15B55A1A_inline (ViveTracker_tF405E958B0BE924E85FF0206D12AA66440766017* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_grip_m986ADD52B4C3697AD5386C51F8797AB10A01DFE4_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_primary_m8C60B7B6B684CD1138A7DBB1DAF6B23A92EB7242_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primary { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_gripPressed_mEB7BBEA33ECB065166A0FC3543067915F84513DB_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_trackpadPressed_m1C3EF0433C6D34A9E4480ADDCEF505115AE66208_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl trackpadPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtrackpadPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackpadPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandedViveTracker_set_triggerPressed_m81577FAFB75478E3E73A03EDC4C4BC8EC0C3C4BB_inline (HandedViveTracker_tC5271F12BDA5976E7419EE56E13F42B9487BE39B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstick_m7B703AF52E1DEED104B2A9AC6E6E9B8625844D9D_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control thumbstick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CthumbstickU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_trigger_mDCDF169004B8A7A3C43A624C22E8DEDEDD869A8F_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_grip_m7AD65DAC8057BF35DEEA8E8330BBB86573967B5D_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_primaryButton_m52C07C9B8E98AF5691D3282F73FFBCD3DED58FC4_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryButtonU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryButtonU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_secondaryButton_m785F40DA8EB2E0C8AE907B1AD54E288EBD8938CC_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CsecondaryButtonU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsecondaryButtonU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_gripPressed_m7B7D96885BC0737320B30C7A70D8B332A872A62C_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstickClicked_m9851E3DF08185A2DD14836BA6BF58DBF9F739040_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_thumbstickTouched_m48131C18819AF715C5B1FC6F66A18A70ABA91CBC_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickTouchedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickTouchedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_triggerPressed_m7FC498C860461F9F9DA62EBBF3CC2C041071274D_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_deviceVelocity_m4781367F04392C97349F0D10FC5B5D98AB47A22A_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OpenVROculusTouchController_set_deviceAngularVelocity_m86663651B6D8B7B7D35B1FC7D98A8EAA25DA85D8_inline (OpenVROculusTouchController_t5CF626C11066EECA384979000E336607E303A278* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_userPresence_m9382DD80D17E6CE8801C46B38A42BE3492E519CB_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl userPresence { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CuserPresenceU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserPresenceU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAngularVelocity_mF3B220CA82B9789DDD7F3B0F315515AC2650D0B9_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAcceleration_m0C44A502D3AAFFEEAC5CA872C96E10DD65F7D457_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_deviceAngularAcceleration_m1AE11BB88730DFBFF29C79862BBC93F2E7EA3AB3_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAngularVelocity_mB099BE0DE7F820AE68808AA467ED4DD046875732_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAngularVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAcceleration_mFF8E2C7DF7CDB8B9678CAC556C6C55729C0E4B5B_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAccelerationU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAccelerationU3Ek__BackingField_54), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_leftEyeAngularAcceleration_m8AB825C7FEBBB51FD2604E65DFE47E434A4C849B_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control leftEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CleftEyeAngularAccelerationU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftEyeAngularAccelerationU3Ek__BackingField_55), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAngularVelocity_m9692627AA2CF6B4F6D86CBEA9A57276932493D79_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAngularVelocityU3Ek__BackingField_56), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAcceleration_m22E1AE61CBCDD1026CF194059C595EBE45B91F67_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAccelerationU3Ek__BackingField_57 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAccelerationU3Ek__BackingField_57), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_rightEyeAngularAcceleration_m47E245FA3BCBE6648D32AB2F73DF7FBEF874CA59_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control rightEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CrightEyeAngularAccelerationU3Ek__BackingField_58 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightEyeAngularAccelerationU3Ek__BackingField_58), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAngularVelocity_m7A6980405DBDF0FF29CD08CC461CBECF69EE44A5_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_59 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAngularVelocityU3Ek__BackingField_59), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAcceleration_mA919EB844D70BC622FFE0EC7840A04E766BA600C_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAccelerationU3Ek__BackingField_60 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAccelerationU3Ek__BackingField_60), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMD_set_centerEyeAngularAcceleration_m113EEE8528B4CD25D43495CE52FD8B4ADFDBE45F_inline (OculusHMD_tF56912D0A1C4B2E477974A5A930DEEA81E6888A1* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control centerEyeAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CcenterEyeAngularAccelerationU3Ek__BackingField_61 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcenterEyeAngularAccelerationU3Ek__BackingField_61), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstick_mCE83285324084A9CC134A9AC82D5F314D2EC54C4_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control thumbstick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CthumbstickU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_trigger_m2EF8D53F3CBAD1425FC859C0A21DB0B774B1A56A_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_triggerTouched_mFC06DA4C6C489729C52C4CD9EEDBE3FF21468231_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl triggerTouched { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerTouchedU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerTouchedU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_grip_mBAB2588AC3AE13E12C121D734D36DA1437D7D2B8_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_primaryButton_m3CB8515E5AA191972822C45FD9B2B9CC770C84E2_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryButtonU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryButtonU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_secondaryButton_m8ABA7FC425FF57D4F89111CA1CF373027F969967_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryButton { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CsecondaryButtonU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsecondaryButtonU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_gripPressed_m7A78C0352AD402161E89542E0AFB6533B5FDA57D_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_start_m2AC9310CE8C314708914B7F70087F63C4DBF475A_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl start { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CstartU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstickClicked_m2B77552D010F410F79775D9011F051D074E351AC_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_primaryTouched_m3564C5A78160FED2FED435817FEE427C347EB5D3_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl primaryTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CprimaryTouchedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprimaryTouchedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_secondaryTouched_mB6D9FB1C1628F387D05631CC0E8A194CF30F5C2D_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl secondaryTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CsecondaryTouchedU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsecondaryTouchedU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_thumbstickTouched_m767F4A2B2D7F5B4738709A1A6540F73C1090B3D5_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl thumbstickTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CthumbstickTouchedU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthumbstickTouchedU3Ek__BackingField_55), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_triggerPressed_mA092DC3CA66DC755439B3AB7B03FC2F448A50D18_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_54), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceVelocity_m3884B11F2C1AB204863FE0E7AA72053751CE4BEE_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_56), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAngularVelocity_mE25CAB51D1052A7B22F393268FA30B82E380F02A_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_57 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_57), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAcceleration_m0272E8DDE0A780331E855F98E7DD0BAEAB8FE26F_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_58 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_58), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTouchController_set_deviceAngularAcceleration_mE36DFAFB38E32F6901806BABA3B291E3BA62BDB5_inline (OculusTouchController_t493BBBE79938072AA27BFF28B684A15CF564A21C* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_59 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_59), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTrackingReference_set_trackingState_m3F8708A858EFD56D8F8D52A4F1A9A589C7196FDE_inline (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___value0, const RuntimeMethod* method)
{
{
// public new IntegerControl trackingState { get; private set; }
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = ___value0;
__this->___U3CtrackingStateU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtrackingStateU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusTrackingReference_set_isTracked_m6FA86987B7D53C3A27DA409A388E2BB4880EFCC8_inline (OculusTrackingReference_t8AF1435F51F12151D5B9B70B6C0583F22A052D0D* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public new ButtonControl isTracked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CisTrackedU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CisTrackedU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusRemote_set_back_m75CB133735E0140397A9431AE6712F510B007D2B_inline (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CbackU3Ek__BackingField_39 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackU3Ek__BackingField_39), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusRemote_set_start_mF34230989E43F99FC07DA0ABB5FD98D6DB637BF3_inline (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl start { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CstartU3Ek__BackingField_40 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartU3Ek__BackingField_40), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusRemote_set_touchpad_m7F66B8C9541ECF48FB455727D57B66CC79D51AB9_inline (OculusRemote_tE6050FCE230F2AB05CDA0997E02AABCA377D5BC0* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_41 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_41), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMDExtended_set_back_mC98306E8847DDAB9B2F46B0D52F937AE987E41F3_inline (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CbackU3Ek__BackingField_62 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackU3Ek__BackingField_62), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OculusHMDExtended_set_touchpad_m035B180B2E1AB1DFF685C77EEA8BF03B32CC18D1_inline (OculusHMDExtended_t6C362695A094ED039224E75392AB41DD52BE9BAB* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_63 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_63), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpad_m87E51972471D3A1793059625346F5A4226EA2B73_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_trigger_mE8C85BD46A8788DB3A8D6BDA7259DDF7A3CE1269_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_back_m682575B11BF03556AB63F65D60BD611A950E3C04_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl back { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CbackU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbackU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_triggerPressed_m21ADF87BF994317C21BA32B90BE9826DBF4723CF_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpadClicked_m0E5304650AC2A578534A590CD9D4722199113936_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickedU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickedU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_touchpadTouched_m2EF525225849C501EEA08F72C76E8608671F92AE_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchedU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchedU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAngularVelocity_mB421CECAF8A29E0EDADEE349E75EA7C16BBFCD50_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAcceleration_mE4E78CF454405139C0ACE63737E5F457721580AB_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GearVRTrackedController_set_deviceAngularAcceleration_m212BB263779D06893E7C2E6D4D6C351335A18CA9_inline (GearVRTrackedController_t3731B41FC1546864B2524CDBD3F0C1AAFC60274A* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularAccelerationU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_touchpad_m656EB770ECD5DB7C5F9C24B855027333C885B48A_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_volumeUp_m0A320F158D6DB3C871A9E50C292B9E00094BCBCE_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl volumeUp { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CvolumeUpU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvolumeUpU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_recentered_m46FBE9584168C545089CB1543742888FBB3D5FD7_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl recentered { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CrecenteredU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrecenteredU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_volumeDown_m352BB07BF8987C86520058F75A3BB119D44C49DB_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl volumeDown { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CvolumeDownU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvolumeDownU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_recentering_m48EB0D1C3229BAC7E2C3F3ABE023D9D28CC21FCE_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl recentering { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CrecenteringU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrecenteringU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_app_m752ACBD1FD83FB21F3CF048DC268564E65DBD465_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl app { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CappU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CappU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_home_mD584E9D1A768A45B8C4995E016BA1AF3D83D512F_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl home { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3ChomeU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ChomeU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_touchpadClicked_m71F6FAC1452CC5740011B3FA41FAAF1AEBC3338D_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_touchpadTouched_m0D29FDE37D9A4BF9C745BB0FE6CE45C77E2E40E0_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_deviceVelocity_m3AEBD81873CFF7DEB5B67D012099E63E8648F2C5_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DaydreamController_set_deviceAcceleration_m2F8127DE6783D2CE5AA1FD63A3B8D3FC6191ED87_inline (DaydreamController_t0C72D30A04B7DFBF022E1648FB24C92542048F5E* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAcceleration { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAccelerationU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAccelerationU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRHMD_set_userPresence_mF9BBC0E6EE0775219259EE7C7A3BA5318862B8DB_inline (WMRHMD_tADAF7BF3F9023438922D56EC7F071858CB19FB99* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl userPresence { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CuserPresenceU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserPresenceU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_airTap_m87C1FACD3E38C35F145C8B9E75C87EC9B789944F_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl airTap { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CairTapU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CairTapU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_deviceVelocity_m2E80259D5884A29AC265FE445B012DDD5ECCD31E_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_sourceLossRisk_mE979575F239577576B1CD1A3E6085C52ACDD0D18_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl sourceLossRisk { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CsourceLossRiskU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossRiskU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HololensHand_set_sourceLossMitigationDirection_m27712530AA6B8C9A58996BF1336CA6D6BAF59E8B_inline (HololensHand_t3AF16AF7A1F5490B3C991E628D34CD3676B67BDE* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control sourceLossMitigationDirection { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_joystick_m5CB9D29DF005F75ACFCF6A82D50633FC29B0DB2C_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control joystick { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CjoystickU3Ek__BackingField_43 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CjoystickU3Ek__BackingField_43), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_trigger_mE5CA4298F9746121ABE20B6AC6B03C778634AE1E_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl trigger { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CtriggerU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpad_m5F5137D7C94D0B5B9F8778998DF5142348676772_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___value0, const RuntimeMethod* method)
{
{
// public Vector2Control touchpad { get; private set; }
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___value0;
__this->___U3CtouchpadU3Ek__BackingField_44 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadU3Ek__BackingField_44), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_grip_m6C1C82AEA5A6A489247E48FAED102F136E8E9B80_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl grip { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CgripU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_gripPressed_m292B1553B9B55310336730E89E8BB902D9887869_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl gripPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CgripPressedU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgripPressedU3Ek__BackingField_46), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_menu_m5C47292AA10F39F33AFA9F06D263FEA3C4872EB9_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl menu { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CmenuU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmenuU3Ek__BackingField_47), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_joystickClicked_m292F77D324815C3A6F76F20C9C36DEFF4FFAC3D6_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl joystickClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CjoystickClickedU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CjoystickClickedU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_triggerPressed_mA9733C9EB748B251A22160B605B6EAF8EEAF8CA9_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl triggerPressed { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtriggerPressedU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerPressedU3Ek__BackingField_49), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpadClicked_mF38D68B3F913A7A495AD27A8DACDCD61966C91D7_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadClicked { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadClickedU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadClickedU3Ek__BackingField_51), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_touchpadTouched_mE9E8E77EF98C735FAA5683C63BEFE7BDE3C7C44F_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___value0, const RuntimeMethod* method)
{
{
// public ButtonControl touchpadTouched { get; private set; }
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___value0;
__this->___U3CtouchpadTouchedU3Ek__BackingField_52 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchpadTouchedU3Ek__BackingField_52), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_deviceVelocity_m831724798E2964C18CE73797BA36D185EA635622_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceVelocityU3Ek__BackingField_53 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceVelocityU3Ek__BackingField_53), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_deviceAngularVelocity_m0383ECB32F84F17A1D6B58141283B7D2A872276B_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control deviceAngularVelocity { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CdeviceAngularVelocityU3Ek__BackingField_54 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceAngularVelocityU3Ek__BackingField_54), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_batteryLevel_m12B88086C04F06B2C7D6686C149FF9A12D2A7896_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl batteryLevel { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CbatteryLevelU3Ek__BackingField_55 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbatteryLevelU3Ek__BackingField_55), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_sourceLossRisk_m4CB20067A5632C87F1B367B10F5876140CD2E7E2_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___value0, const RuntimeMethod* method)
{
{
// public AxisControl sourceLossRisk { get; private set; }
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___value0;
__this->___U3CsourceLossRiskU3Ek__BackingField_56 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossRiskU3Ek__BackingField_56), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_sourceLossMitigationDirection_m1018D939572920A074F7C2853D9DC302B27F864A_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control sourceLossMitigationDirection { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_57 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsourceLossMitigationDirectionU3Ek__BackingField_57), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_pointerPosition_m74186BC2E759082A0E526FBB2C6C22669C9209FD_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* ___value0, const RuntimeMethod* method)
{
{
// public Vector3Control pointerPosition { get; private set; }
Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* L_0 = ___value0;
__this->___U3CpointerPositionU3Ek__BackingField_58 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpointerPositionU3Ek__BackingField_58), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WMRSpatialController_set_pointerRotation_mCFFA441D3685FC8861166C6D6FF6C05CF521CE0D_inline (WMRSpatialController_t98A4B6E93CA2D6DBEEEA904979A2AEEE4B47D11B* __this, QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* ___value0, const RuntimeMethod* method)
{
{
// public QuaternionControl pointerRotation { get; private set; }
QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* L_0 = ___value0;
__this->___U3CpointerRotationU3Ek__BackingField_59 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpointerRotationU3Ek__BackingField_59), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Action = value;
String_t* L_0 = ___value0;
__this->___m_Action_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_8), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => (InputActionPhase)m_Phase;
uint8_t L_0 = __this->___m_Phase_0;
return (int32_t)(L_0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public InputActionType type => m_Type;
int32_t L_0 = __this->___m_Type_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Path = value;
String_t* L_0 = ___value0;
__this->___m_Path_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Path_4), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Interactions = value;
String_t* L_0 = ___value0;
__this->___m_Interactions_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Interactions_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Processors = value;
String_t* L_0 = ___value0;
__this->___m_Processors_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Processors_6), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_BindingIndex;
uint16_t L_0 = __this->___m_BindingIndex_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_PressedInUpdate;
uint32_t L_0 = __this->___m_PressedInUpdate_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_ReleasedInUpdate;
uint32_t L_0 = __this->___m_ReleasedInUpdate_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_LastPerformedInUpdate;
uint32_t L_0 = __this->___m_LastPerformedInUpdate_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => (InputActionPhase)m_Phase;
uint8_t L_0 = __this->___m_Phase_1;
return (int32_t)(L_0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TimerDuration;
float L_0 = __this->___m_TimerDuration_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TimerStartTime;
double L_0 = __this->___m_TimerStartTime_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TotalTimeoutCompletionTimeRemaining;
float L_0 = __this->___m_TotalTimeoutCompletionTimeRemaining_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TotalTimeoutCompletionTimeDone;
float L_0 = __this->___m_TotalTimeoutCompletionTimeDone_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Action;
String_t* L_0 = __this->___m_Action_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CallbackContext_get_actionIndex_m8C744E4CCC79820D6C48B9CEC68FE0A204F972A6_inline (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method)
{
{
// private int actionIndex => m_ActionIndex;
int32_t L_0 = __this->___m_ActionIndex_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_Time;
double L_0 = __this->___m_Time_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_StartTime;
double L_0 = __this->___m_StartTime_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
{
{
// public InputActionAsset asset => m_Asset;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_ControlCount;
uint8_t L_0 = __this->___m_ControlCount_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_ControlStartIndex;
uint16_t L_0 = __this->___m_ControlStartIndex_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659_inline (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public bool isProcessingControlStateChange => m_InProcessControlStateChange;
bool L_0 = __this->___m_InProcessControlStateChange_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverridePath;
String_t* L_0 = __this->___m_OverridePath_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverrideInteractions;
String_t* L_0 = __this->___m_OverrideInteractions_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverrideProcessors;
String_t* L_0 = __this->___m_OverrideProcessors_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Name = value;
String_t* L_0 = ___value0;
__this->___m_Name_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_2), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Groups = value;
String_t* L_0 = ___value0;
__this->___m_Groups_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Groups_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Name;
String_t* L_0 = __this->___m_Name_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Path;
String_t* L_0 = __this->___m_Path_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Interactions;
String_t* L_0 = __this->___m_Interactions_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Processors;
String_t* L_0 = __this->___m_Processors_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Groups;
String_t* L_0 = __this->___m_Groups_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_processors_m9FE611006F5D24DC547F8EF261E59FEFEA941BB4_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string processors => m_Processors;
String_t* L_0 = __this->___m_Processors_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_interactions_mDC629496A539AC67BF3525828AAEE560B26FC3EC_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public string interactions => m_Interactions;
String_t* L_0 = __this->___m_Interactions_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverrideInteractions = value;
String_t* L_0 = ___value0;
__this->___m_OverrideInteractions_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideInteractions_11), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverridePath = value;
String_t* L_0 = ___value0;
__this->___m_OverridePath_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverridePath_10), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverrideProcessors = value;
String_t* L_0 = ___value0;
__this->___m_OverrideProcessors_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideProcessors_12), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_expectedControlType_mE3E982BF4730F61BBA9DFF2AB63983F9BCEAD6DA_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// get => m_ExpectedControlType;
String_t* L_0 = __this->___m_ExpectedControlType_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* RebindingOperation_get_action_mA201DBFDD3894CC5ED4091EBCBC14CECF115C069_inline (RebindingOperation_tF7D9BCBB6E69668FA3A5C211104FF8637F9F3470* __this, const RuntimeMethod* method)
{
{
// public InputAction action => m_ActionToRebind;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___m_ActionToRebind_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
{
// get => m_ControlPath;
String_t* L_0 = __this->___m_ControlPath_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method)
{
{
// public InputControl Current => m_CurrentControl;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___m_CurrentControl_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public InputDevice device => m_Device;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_gshared_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_GetValueOrDefault_m51BE6CE4A4F2AF7808EB1530EC5CA8BDDA408A10_gshared_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method)
{
{
// public int Count => m_Length;
int32_t L_0 = (int32_t)__this->___m_Length_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCFAE024F6D64C44DB819487820F558B885E9FEC9_gshared_inline (Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m14462AE33AF9E4E2D41F7D869C86B359BA5FB6B8_gshared_inline (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___item0, const RuntimeMethod* method)
{
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_1 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = V_0;
int32_t L_7 = V_1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_8);
return;
}
IL_0034:
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9 = ___item0;
(( void (*) (List_1_t7C6556266E371C7B4770C8E549D4A7CCE5A55683*, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mF499542388380AA211FCBBFC8C4B272447A81B96_gshared_inline (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method)
{
{
// public int Count => m_Length;
int32_t L_0 = (int32_t)__this->___m_Length_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m152F2D419147D4DC9551ED6D1D4B2FA6630D8976_gshared_inline (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mC1C082230448DA9E470C972EF5B45FD4DEF216D3_gshared_inline (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4* __this, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 ___item0, const RuntimeMethod* method)
{
BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5* L_1 = (BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
BindingOverrideJsonU5BU5D_t4D6C8281F1138E5751DBB4DFFFDF907D8EF375A5* L_6 = V_0;
int32_t L_7 = V_1;
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2)L_8);
return;
}
IL_0034:
{
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_9 = ___item0;
(( void (*) (List_1_t4558882AD14755C4B92482052EE4BAF43D4838C4*, BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 Enumerator_get_Current_mF7403F9AC8648462CCEB9CFFD5B346845BD65BA6_gshared_inline (Enumerator_tAFC110EBB18881FA1964B9D7637A27E43962178A* __this, const RuntimeMethod* method)
{
{
BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2 L_0 = (BindingOverrideJson_t32DC7BCB9A35C133E2B4F4BB185592F1C0A97AC2)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method)
{
{
// public int Count => m_Count;
int32_t L_0 = (int32_t)__this->___m_Count_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Func_3_Invoke_mAC5EDDB4D2B0E0F6D1B2EADF505817A2596C2D5E_gshared_inline (Func_3_t2B401BCD35B0B99F92A4DFE6D49848E9CA19DB66* __this, RuntimeObject* ___arg10, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg21, const RuntimeMethod* method)
{
typedef float (*FunctionPointerType) (Func_3_t2B401BCD35B0B99F92A4DFE6D49848E9CA19DB66* __this, RuntimeObject* ___arg10, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___arg21, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg10, ___arg21, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___obj0, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___obj0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method)
{
typedef RuntimeObject* (*FunctionPointerType) (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___arg10, RuntimeObject* ___arg21, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg10, ___arg21, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}