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

28114 行
1.3 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename T1, typename T2, typename T3>
struct VirtualActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <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);
}
};
template <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
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 T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, 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);
}
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E;
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>
struct Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333;
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>
struct Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E;
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>
struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D;
// System.Action`2<System.Object,System.Int32Enum>
struct Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B;
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>
struct Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7;
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.InputSystem.InputDevice>
struct Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3;
// 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.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.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
struct HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputAction>
struct IEnumerable_1_tF698ACF2B4E7CE4BC0C4069EC68E5689FF07102B;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>
struct IEnumerable_1_t27AE3FE4EE1028D3DDAC438986A2F5B206A0A150;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputDevice>
struct IEnumerable_1_t940FA7702741D1A57781199D26ADBA3FE01EC8EE;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>
struct IEnumerable_1_t533A0E5518C8CF3EEA9CCE8FC363CAECA177F632;
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
struct List_1_tE1DF165936F3562084DB454140315041796A957F;
// 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.Layouts.InputControlLayout/Collection/LayoutMatcher>
struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E;
// System.Predicate`1<UnityEngine.InputSystem.InputBinding>
struct Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76;
// UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>
struct SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE;
// System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>
struct Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4;
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>
struct TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0;
// System.Action`1<System.Object>[]
struct Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D;
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>[]
struct Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76;
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>[]
struct Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB;
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>[]
struct Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645;
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>[]
struct Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B;
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>[]
struct Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373;
// System.Action`2<System.Object,System.Int32Enum>[]
struct Action_2U5BU5D_t08DE08A7C6B16A0D8F39E2B23A45796CD1D1C4D1;
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>[]
struct Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4;
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
// System.Action[]
struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2;
// 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.LowLevel.InputDeviceCommandDelegate[]
struct InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A;
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate[]
struct InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC;
// UnityEngine.InputSystem.InputProcessor[]
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// UnityEngine.InputSystem.Utilities.InternedString[]
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[]
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
// UnityEngine.InputSystem.InputManager/AvailableDevice[]
struct AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5;
// UnityEngine.InputSystem.InputManager/DeviceState[]
struct DeviceStateU5BU5D_t2FFF1D33A730514A6E6B9A88A22A1E5292442DD0;
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[]
struct StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82;
// UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[]
struct StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// UnityEngine.InputSystem.Controls.ButtonControl
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// UnityEngine.InputSystem.IInputInteraction
struct IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844;
// UnityEngine.InputSystem.LowLevel.IInputRuntime
struct IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09;
// UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor
struct IInputStateChangeMonitor_t043FD8736A6F45C06A2FAFFC5BE70A565F999598;
// UnityEngine.InputSystem.Utilities.ISavedState
struct ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401;
// 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.InputBindingComposite
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0;
// UnityEngine.InputSystem.InputControl
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
// UnityEngine.InputSystem.InputControlScheme
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434;
// UnityEngine.InputSystem.InputDevice
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
// UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate
struct InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809;
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate
struct InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A;
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
struct InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E;
// UnityEngine.InputSystem.LowLevel.InputEvent
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
// UnityEngine.InputSystem.InputManager
struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210;
// UnityEngine.InputSystem.InputProcessor
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457;
// UnityEngine.InputSystem.InputRemoting
struct InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114;
// UnityEngine.InputSystem.InputSettings
struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF;
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.InputSystem.RemoteInputPlayerConnection
struct RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
// System.String
struct String_t;
// System.Type
struct Type_t;
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// 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.InputActionSetupExtensions/<>c__DisplayClass5_0
struct U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858;
// 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.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
struct U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109;
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* ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_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* InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_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* 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* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE_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* TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51;
IL2CPP_EXTERN_C String_t* _stringLiteral01DC42FA3FA314AF4DA18F68E8D6CB4CA31754E8;
IL2CPP_EXTERN_C String_t* _stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095;
IL2CPP_EXTERN_C String_t* _stringLiteral0510939941CDB183622745A84DC0AE2FC3D661E3;
IL2CPP_EXTERN_C String_t* _stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264;
IL2CPP_EXTERN_C String_t* _stringLiteral081C3977031A2708947D1006615EE867270023FE;
IL2CPP_EXTERN_C String_t* _stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5;
IL2CPP_EXTERN_C String_t* _stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A;
IL2CPP_EXTERN_C String_t* _stringLiteral0DBCE863EC8656E24A0F9573E2C08AFC17924A25;
IL2CPP_EXTERN_C String_t* _stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1;
IL2CPP_EXTERN_C String_t* _stringLiteral12796087C5A17C938215E341C5B7812052D65E80;
IL2CPP_EXTERN_C String_t* _stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7;
IL2CPP_EXTERN_C String_t* _stringLiteral1D7BDE6E83A2E6E2C4FF440A4092E698E6D7B8F2;
IL2CPP_EXTERN_C String_t* _stringLiteral20478B0CFB15727AB74F7E61CA72C2EE0BE516C6;
IL2CPP_EXTERN_C String_t* _stringLiteral20825170D1B0DA2A733E78D5B035FF14697DA12B;
IL2CPP_EXTERN_C String_t* _stringLiteral2149A06172760A599C65F13980F7DB6D4CAC4504;
IL2CPP_EXTERN_C String_t* _stringLiteral214D5287FCA77F80A3BF9A069F67C5838E783185;
IL2CPP_EXTERN_C String_t* _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20;
IL2CPP_EXTERN_C String_t* _stringLiteral22C0BFC803D5BD7AC2BA78E866EC35DBF4356A5B;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral294B0EF262D645A4939BABCFB7C842F2BC2E20B1;
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
IL2CPP_EXTERN_C String_t* _stringLiteral304139197A526360CF79D65772E6A743BDEA8026;
IL2CPP_EXTERN_C String_t* _stringLiteral31D159E683556C06B3B3963D92483B6867EB3233;
IL2CPP_EXTERN_C String_t* _stringLiteral324B7BF2CA4CDF2B0890671B3810E93A4B864259;
IL2CPP_EXTERN_C String_t* _stringLiteral375BF8E68ED3326F6C25502332DEFC12102D49C0;
IL2CPP_EXTERN_C String_t* _stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3;
IL2CPP_EXTERN_C String_t* _stringLiteral37F69E0DCE48C5C70DD04BEE01F884692A25E8CE;
IL2CPP_EXTERN_C String_t* _stringLiteral38147A27120433D63006461C1ABDC16066577558;
IL2CPP_EXTERN_C String_t* _stringLiteral39D3E65D1908424677CF5F8199690100DFC97C79;
IL2CPP_EXTERN_C String_t* _stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90;
IL2CPP_EXTERN_C String_t* _stringLiteral3B403FE7839F958648F6A9A3D6BBF5E69F2CBB19;
IL2CPP_EXTERN_C String_t* _stringLiteral3BFF1FD167427C64E823D29ED2DC6B45448358A5;
IL2CPP_EXTERN_C String_t* _stringLiteral3D0876C1556DFC2E63862DAD485048B7A5B2BBE9;
IL2CPP_EXTERN_C String_t* _stringLiteral3F2227236390A62C6F57DD8D1DE29B3471ED1AC2;
IL2CPP_EXTERN_C String_t* _stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral44598FBE352E0C4F699065C4F584C2827E9C860A;
IL2CPP_EXTERN_C String_t* _stringLiteral4473DAEBAA4524D75A5E202E3CE0F38C1C0026F4;
IL2CPP_EXTERN_C String_t* _stringLiteral475F73C802F1C68F37D2AFA1F2F4B4175F035E8B;
IL2CPP_EXTERN_C String_t* _stringLiteral47DFE361DAD7290FD45FE1FDCA1AEA46F3602510;
IL2CPP_EXTERN_C String_t* _stringLiteral4B62345E7A2ACF7891D79687F123A1D263532AF6;
IL2CPP_EXTERN_C String_t* _stringLiteral4C50683E6ABA3D51752EA47B0E512594C9784BC4;
IL2CPP_EXTERN_C String_t* _stringLiteral522A7A5C300859374C0C29A9B5EF8997E6E336A0;
IL2CPP_EXTERN_C String_t* _stringLiteral59AF2E370C4A1C345B7E09B198528F49F9922008;
IL2CPP_EXTERN_C String_t* _stringLiteral59E101B35CE256A8C51639752EB4A62A804E054F;
IL2CPP_EXTERN_C String_t* _stringLiteral5AF3F929022509E5B4E54E1A720C38427B2B35B4;
IL2CPP_EXTERN_C String_t* _stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078;
IL2CPP_EXTERN_C String_t* _stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707;
IL2CPP_EXTERN_C String_t* _stringLiteral6169832639C4BE4ACAA5E92C0311F8426ED00354;
IL2CPP_EXTERN_C String_t* _stringLiteral638BB62E34B43D2FB3AB968536552CBE0E72B536;
IL2CPP_EXTERN_C String_t* _stringLiteral644216BD10E8241A8CA2C475A6801FDCF6D3B805;
IL2CPP_EXTERN_C String_t* _stringLiteral6559F260908A9CE7940FCC32ADE1B87659B63530;
IL2CPP_EXTERN_C String_t* _stringLiteral65DBA1F817F76596576BE01405DE5D8ADE10A4F4;
IL2CPP_EXTERN_C String_t* _stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A;
IL2CPP_EXTERN_C String_t* _stringLiteral68D990D5CA2A48068E89FECD78BFA59617B8BE88;
IL2CPP_EXTERN_C String_t* _stringLiteral6AFB9DE0AE0FF1E10B22FB55FFAE1E018088F245;
IL2CPP_EXTERN_C String_t* _stringLiteral6ECA399E538EA49F0F44550B6F83C20738623A9E;
IL2CPP_EXTERN_C String_t* _stringLiteral6F2F051B870D03723E4D16A5D15E1378DC8376CF;
IL2CPP_EXTERN_C String_t* _stringLiteral6F907D48D51F8D6803AF1A32952509842067054C;
IL2CPP_EXTERN_C String_t* _stringLiteral706E4A2130E9FB23DCBE3D1DACA3384AB5CEBD9C;
IL2CPP_EXTERN_C String_t* _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B;
IL2CPP_EXTERN_C String_t* _stringLiteral76A2534B54F17A2DD56BEE175BE3A4A68B4F3389;
IL2CPP_EXTERN_C String_t* _stringLiteral7997DCA5597F0CD02AFB8AA0A422EF826C252E12;
IL2CPP_EXTERN_C String_t* _stringLiteral7A42F526E0310AC720609C223F27A6DEDD0495C9;
IL2CPP_EXTERN_C String_t* _stringLiteral7B270D6FCB70F674CAC652B0A324808733815D26;
IL2CPP_EXTERN_C String_t* _stringLiteral7C19B6C9FBBB9C47CB95B80BBB0E254420543253;
IL2CPP_EXTERN_C String_t* _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA;
IL2CPP_EXTERN_C String_t* _stringLiteral7F67F2BEECF89EF5CDF8DE4682F3A9B37BE8E5AE;
IL2CPP_EXTERN_C String_t* _stringLiteral80FE7A171A60AECBC2714D8FF63D63049662CA06;
IL2CPP_EXTERN_C String_t* _stringLiteral82BFA43945C9EFA424D150A3F337A4370FF5ECE7;
IL2CPP_EXTERN_C String_t* _stringLiteral83FC796976B715B3448FD6019E8714D2B969E6DF;
IL2CPP_EXTERN_C String_t* _stringLiteral86255DAB14ECB6655F259896DCC30664B8E342C9;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral87349429C7ED3D4BC828002C363F17B5C2E4102F;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral8A55BF9CA7B6C5EAB9EF5D0E19861B96DE85DF2D;
IL2CPP_EXTERN_C String_t* _stringLiteral8A76ED9FF03F844130D121215290268DE3A78FDF;
IL2CPP_EXTERN_C String_t* _stringLiteral8D9EF7A994714B7DF792DD86496D24A9E0E9CDC9;
IL2CPP_EXTERN_C String_t* _stringLiteral90F0368FD1E939DF97C4180C4159E1B8783C898C;
IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
IL2CPP_EXTERN_C String_t* _stringLiteral980CBB093018591456B69178E83F653F14CCBC30;
IL2CPP_EXTERN_C String_t* _stringLiteral9B58620806380D2BFCBC5E0CD1448D402CA69A64;
IL2CPP_EXTERN_C String_t* _stringLiteral9C7BB372B53714ECD5A0FEF072E7F2887DD9DF7E;
IL2CPP_EXTERN_C String_t* _stringLiteralA1B934539BF12A9EED7D5C95C144182D26E8DC8E;
IL2CPP_EXTERN_C String_t* _stringLiteralA41CA1583CF7F9B7681B6464696960B8E54B3A96;
IL2CPP_EXTERN_C String_t* _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827;
IL2CPP_EXTERN_C String_t* _stringLiteralA8202202E506DBB02696970E1689D553229E6407;
IL2CPP_EXTERN_C String_t* _stringLiteralAA959AE65EF0E861ECF3EA252726BF838891C96A;
IL2CPP_EXTERN_C String_t* _stringLiteralAE07EF50524899069F7A42B789480D715CD1AE19;
IL2CPP_EXTERN_C String_t* _stringLiteralAE0874536A28B3E726387FCCF98E5C46EF9F52C0;
IL2CPP_EXTERN_C String_t* _stringLiteralB1924E1103B83D449864E173998C9310AD8B7D5B;
IL2CPP_EXTERN_C String_t* _stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743;
IL2CPP_EXTERN_C String_t* _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082;
IL2CPP_EXTERN_C String_t* _stringLiteralB46067664E421C116BF99862EC21AC87F493A82F;
IL2CPP_EXTERN_C String_t* _stringLiteralB478D62C1CCFE64334E0F60F11021C6461111693;
IL2CPP_EXTERN_C String_t* _stringLiteralB64E2B4463C15E61C4C4E33618C871843AA861F2;
IL2CPP_EXTERN_C String_t* _stringLiteralB6713AB41F645B1332D5092A3B104BA65B9896D6;
IL2CPP_EXTERN_C String_t* _stringLiteralB6C9037B307855F5B5464912040656FEE2423F2F;
IL2CPP_EXTERN_C String_t* _stringLiteralB7B8DD54F93B909104AFB300F47BE0E2FA9BC64E;
IL2CPP_EXTERN_C String_t* _stringLiteralB83C20F0372B83AFCF2F380FFFEDF0FC5B2716DF;
IL2CPP_EXTERN_C String_t* _stringLiteralB8F1CBA6625D31C7F105FD9B170B5D360DCC1B3B;
IL2CPP_EXTERN_C String_t* _stringLiteralBA03FB8E910CC2F749A4A74729997E629F35DE29;
IL2CPP_EXTERN_C String_t* _stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449;
IL2CPP_EXTERN_C String_t* _stringLiteralC30492DF32AAC12371180DA7D37E4F5ECDBEC263;
IL2CPP_EXTERN_C String_t* _stringLiteralC5197897BEDA1800434050EF325ABF6A96651353;
IL2CPP_EXTERN_C String_t* _stringLiteralCC629A458D4433A8D406F688BF9003CE6749DCCF;
IL2CPP_EXTERN_C String_t* _stringLiteralCCD58B2B5FA050DE08838A2736640B22F9625704;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6;
IL2CPP_EXTERN_C String_t* _stringLiteralD14E4DB99F7E3EDD04C032630632D4087EFD41E1;
IL2CPP_EXTERN_C String_t* _stringLiteralD605B1926C6207B82A0A31B14414CFFCF5190E04;
IL2CPP_EXTERN_C String_t* _stringLiteralD7B1DAD0BFC152588900ACFE1808DABCE64C1C1E;
IL2CPP_EXTERN_C String_t* _stringLiteralD8177E808893239E6F4DFF033F84245409321A7C;
IL2CPP_EXTERN_C String_t* _stringLiteralDA3997983FC43F4E18AFD8C6C12158EAF7B6752E;
IL2CPP_EXTERN_C String_t* _stringLiteralDD7659FE4A97C65AA8279263F1723253E7BD7F7B;
IL2CPP_EXTERN_C String_t* _stringLiteralE2CFE3035BF06BF7663FBEA36B1CCD690EC0FACB;
IL2CPP_EXTERN_C String_t* _stringLiteralE4C576CE984012D4E0C912B358D48C6AC9AE7D36;
IL2CPP_EXTERN_C String_t* _stringLiteralE502D3ABEEE32F3637243373A0B40507CCD0D40F;
IL2CPP_EXTERN_C String_t* _stringLiteralEB6E47CEF4A8FF7840B2C6A188991D578C0F4F13;
IL2CPP_EXTERN_C String_t* _stringLiteralEB9331669B60C315ADB2F574C3C7DBA9736364CD;
IL2CPP_EXTERN_C String_t* _stringLiteralED59E89E5EB3C029C040D43528C4127CC9E9620F;
IL2CPP_EXTERN_C String_t* _stringLiteralF0B1B20B742B4FEA25D0C9759BD51571789AA46E;
IL2CPP_EXTERN_C String_t* _stringLiteralF4356F3B317F52F71C3D5E501CA338241D6296D4;
IL2CPP_EXTERN_C String_t* _stringLiteralF460D17D3901C4C1FC7313F064D5146EFA86E20C;
IL2CPP_EXTERN_C String_t* _stringLiteralF54A85523A928B8033935F4501FF43783607FE6E;
IL2CPP_EXTERN_C String_t* _stringLiteralF54EF9F8126B123F90C79D31348890C8E1DAC2EE;
IL2CPP_EXTERN_C String_t* _stringLiteralF893F82969862911E64FDB6CD387571ADE87284C;
IL2CPP_EXTERN_C String_t* _stringLiteralF8E924FEF418EEB3373C44C4FFDBC039C714D281;
IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267;
IL2CPP_EXTERN_C String_t* _stringLiteralF94AA613862F53AAD0F034DAF760AFDD9509B693;
IL2CPP_EXTERN_C String_t* _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE;
IL2CPP_EXTERN_C String_t* _stringLiteralF9713754839120C7B6DEE23AD243B8E1932E5F31;
IL2CPP_EXTERN_C String_t* _stringLiteralF9DF4EAEC9F76EF2EC3C4D3171075D8D562005A9;
IL2CPP_EXTERN_C String_t* _stringLiteralFA0C780885A3B1BEBBC28ADA1084E1E1BB80EA1F;
IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC;
IL2CPP_EXTERN_C String_t* _stringLiteralFE3103A68154226B07CA83387DC695E46DAFB4A2;
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
IL2CPP_EXTERN_C String_t* _stringLiteralFFFED9A318CA9EC2239501CAC6803F2D1ACB8935;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mAA4A5BE6885D2CE709F91BEA096D87C2F5E84A68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD4BAA76F2ACA55B79CBABDABC391A432B5D77EA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mC04DAFE0CA9DFFDCDB2F69772CFEFB4FEFFF6FC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mACF51D2E4428B9140AB8B674570EDF0B01737D3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_m8FFDF1A9B4C3AA414955A60A404C50DBFB7A1D19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF7FAE4C95556CA506AAF27D45E5412AAA855EB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m72D58E61D6EDC23EEF3AFD63E6215D446CED867E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mDD6BFD00C94D4D10A649D1C90C06C86930EF1A16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m641039B051165701165112518D6D5C053FA82FA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m928CA102425107780A556CB0CBA24F9F4CA7AC82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m84CD598ACA46D4FA9BE74C4A5F88BDFF6CE7C373_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddActionMap_mA27FA9DA24A075C67C20734FBE6C38BA51D32755_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_m2A3934497A55226FEA7E656E9C63C926F624977B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_m60C041DA4C60AB87875745B9E452E50250A7C4C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_mBBBFBA2C64FAA3E31B7E2AEC30B7F2C080E1E94B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_mF627B7A4371D6ABA0132F3E495F4092D1270EA86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddCompositeBinding_m4EA4D8E894AA66D652EDDE8AC474AE86C8A5BACF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddControlScheme_m4E97E12295F8DE37D63F9C0025284D3AB61B0892_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithGroup_m9719AD881B365BD3B8EB3DD4E0F953723039C83F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithId_m37D1DA6BDEBE97A319190A86ABF4A54B88BAE138_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithId_m3CDEFF2AE0BA64EF96DE7CD698717C76E46E14E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithPath_m30C02FA1F9A518BD56FEBCFE04535F6298E2C0E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBinding_mBDE7630AA6B40A15F800211EAD1FBC1FBBA81848_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBinding_mDFE8E636DAA0BD6603AE790997EA1CC49BA7D920_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeCompositeBinding_mE8B9F25B0E8E2B46BA279C4D761CCFCFF31AF0DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveActionMap_mA6D6F5AC04992DC3CAE567FFB474600C426DCED8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveAction_mAEA58DAA4B5C793F936823CB25DA0FCF26AAD820_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveControlScheme_mDEC2CA5EC5F8E72895A10415E9EDCEFDF56FC4BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_Rename_m133FFA05D22523175FDEBBCC6CF7C46DB52E7422_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_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* SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mB5B3B9E7F8A9A7BBBF993A9813CEB129455B4ABB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSaveAndResetStateU3Eb__121_0_m8EC8F7387C89C4913332A1D50CCFA479A55B17F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSaveAndResetStateU3Eb__121_1_mDE62EF6101E22029936255CA0D1F29D6F8D4EA2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC_RuntimeMethod_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434;;
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com;
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com;;
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke;
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke;;
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045;
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86;
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.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<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;
};
struct Il2CppArrayBounds;
// UnityEngine.InputSystem.InputActionSetupExtensions
struct InputActionSetupExtensions_tE9F68BACC00675CB9A204995C84224C03680C2AD : public RuntimeObject
{
};
// 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;
};
// UnityEngine.InputSystem.InputSystem
struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164 : public RuntimeObject
{
};
struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields
{
// UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputSystem::s_Manager
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___s_Manager_2;
// UnityEngine.InputSystem.InputRemoting UnityEngine.InputSystem.InputSystem::s_Remote
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* ___s_Remote_3;
// UnityEngine.InputSystem.RemoteInputPlayerConnection UnityEngine.InputSystem.InputSystem::s_RemoteConnection
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* ___s_RemoteConnection_4;
// System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State> UnityEngine.InputSystem.InputSystem::s_SavedStateStack
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* ___s_SavedStateStack_5;
};
// 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.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.InputActionState/<>c
struct U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5 : public RuntimeObject
{
};
struct U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields
{
// UnityEngine.InputSystem.InputActionState/<>c UnityEngine.InputSystem.InputActionState/<>c::<>9
U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* ___U3CU3E9_0;
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState> UnityEngine.InputSystem.InputActionState/<>c::<>9__121_0
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___U3CU3E9__121_0_1;
// System.Action UnityEngine.InputSystem.InputActionState/<>c::<>9__121_1
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CU3E9__121_1_2;
};
// 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.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<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.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<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
struct InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
struct InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
struct InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B* ___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<System.Action`2<System.Object,System.Int32Enum>>
struct InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_t08DE08A7C6B16A0D8F39E2B23A45796CD1D1C4D1* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
struct InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4* ___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<System.Action>
struct InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
struct InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
struct InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC* ___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;
};
// 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.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<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;
};
// 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.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.InputBindingCompositeContext
struct InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390
{
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputBindingCompositeContext::m_State
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext::m_BindingIndex
int32_t ___m_BindingIndex_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext
struct InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_pinvoke
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
int32_t ___m_BindingIndex_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext
struct InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_com
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
int32_t ___m_BindingIndex_1;
};
// 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.InputEventPtr
struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0
{
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0;
};
// UnityEngine.InputSystem.LowLevel.InputMetrics
struct InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338
{
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<maxNumDevices>k__BackingField
int32_t ___U3CmaxNumDevicesU3Ek__BackingField_0;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentNumDevices>k__BackingField
int32_t ___U3CcurrentNumDevicesU3Ek__BackingField_1;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<maxStateSizeInBytes>k__BackingField
int32_t ___U3CmaxStateSizeInBytesU3Ek__BackingField_2;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentStateSizeInBytes>k__BackingField
int32_t ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentControlCount>k__BackingField
int32_t ___U3CcurrentControlCountU3Ek__BackingField_4;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentLayoutCount>k__BackingField
int32_t ___U3CcurrentLayoutCountU3Ek__BackingField_5;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventBytes>k__BackingField
int32_t ___U3CtotalEventBytesU3Ek__BackingField_6;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventCount>k__BackingField
int32_t ___U3CtotalEventCountU3Ek__BackingField_7;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalUpdateCount>k__BackingField
int32_t ___U3CtotalUpdateCountU3Ek__BackingField_8;
// System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventProcessingTime>k__BackingField
double ___U3CtotalEventProcessingTimeU3Ek__BackingField_9;
// System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventLagTime>k__BackingField
double ___U3CtotalEventLagTimeU3Ek__BackingField_10;
};
// 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;
};
// UnityEngine.Mathf
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
{
union
{
struct
{
};
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
};
};
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
{
// System.Single UnityEngine.Mathf::Epsilon
float ___Epsilon_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// 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.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.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.InputActionSetupExtensions/CompositeSyntax
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30
{
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_Action
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_ActionMap
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_BindingIndexInMap
int32_t ___m_BindingIndexInMap_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
int32_t ___m_BindingIndexInMap_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_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/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.InputManager/StateChangeMonitorTimeout
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE
{
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
// System.Double UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::time
double ___time_1;
// UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitor
RuntimeObject* ___monitor_2;
// System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitorIndex
int64_t ___monitorIndex_3;
// System.Int32 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::timerIndex
int32_t ___timerIndex_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_pinvoke
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
double ___time_1;
RuntimeObject* ___monitor_2;
int64_t ___monitorIndex_3;
int32_t ___timerIndex_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_com
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
double ___time_1;
RuntimeObject* ___monitor_2;
int64_t ___monitorIndex_3;
int32_t ___timerIndex_4;
};
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
struct DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED
{
// System.Void** UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::deviceToBufferMapping
void** ___deviceToBufferMapping_0;
};
// 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<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
struct CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333
{
// 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_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
struct CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85
{
// 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_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
struct CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37
{
// 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_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___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.Action`2<System.Object,System.Int32Enum>>
struct CallbackArray_1_t728037423B0E59AED45A54BD4669276E085A3A43
{
// 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_t66B446915962ECC0D384842B4F4E81EC8296EC84 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
struct CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC
{
// 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_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
struct CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529
{
// 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_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
struct CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885
{
// 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_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToRemove_3;
};
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
struct CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D
{
// 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_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_Callbacks_1;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToAdd_2;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___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;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
struct InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82* ___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;
};
// 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;
};
// System.Runtime.InteropServices.GCHandleType
struct GCHandleType_t4CD45A3495E593D093AB0CE36EF9EC1A1572F82A
{
// System.Int32 System.Runtime.InteropServices.GCHandleType::value__
int32_t ___value___2;
};
// 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.InputBindingComposite
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0 : public RuntimeObject
{
};
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields
{
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputBindingComposite::s_Composites
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Composites_0;
};
// UnityEngine.InputSystem.InputDeviceChange
struct InputDeviceChange_t1AD7D7058ABBDAA185C1A2B3A9B5E8FE115D7A78
{
// System.Int32 UnityEngine.InputSystem.InputDeviceChange::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputProcessor
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457 : public RuntimeObject
{
};
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_StaticFields
{
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputProcessor::s_Processors
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Processors_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.InputStateBuffers
struct InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968
{
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::sizePerBuffer
uint32_t ___sizePerBuffer_0;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::totalSize
uint32_t ___totalSize_1;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::defaultStateBuffer
void* ___defaultStateBuffer_2;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::noiseMaskBuffer
void* ___noiseMaskBuffer_3;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::resetMaskBuffer
void* ___resetMaskBuffer_4;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_AllBuffers
void* ___m_AllBuffers_5;
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_PlayerStateBuffers
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___m_PlayerStateBuffers_6;
};
struct InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields
{
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_DefaultStateBuffer
void* ___s_DefaultStateBuffer_7;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_NoiseMaskBuffer
void* ___s_NoiseMaskBuffer_8;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_ResetMaskBuffer
void* ___s_ResetMaskBuffer_9;
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_CurrentBuffers
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___s_CurrentBuffers_10;
};
// UnityEngine.InputSystem.LowLevel.InputUpdateType
struct InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590
{
// System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__
int32_t ___value___2;
};
// System.Int32Enum
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
{
// System.Int32 System.Int32Enum::value__
int32_t ___value___2;
};
// UnityEngineInternal.Input.NativeInputEventType
struct NativeInputEventType_t622584116C97356073253408636FA50ECAA9853B
{
// System.Int32 UnityEngineInternal.Input.NativeInputEventType::value__
int32_t ___value___2;
};
// 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.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.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.InputActionSetupExtensions/ControlSchemeSyntax
struct ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D
{
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::m_Asset
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_0;
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::m_ControlSchemeIndex
int32_t ___m_ControlSchemeIndex_1;
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::m_ControlScheme
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___m_ControlScheme_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
struct ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke
{
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_0;
int32_t ___m_ControlSchemeIndex_1;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke ___m_ControlScheme_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
struct ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com
{
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_0;
int32_t ___m_ControlSchemeIndex_1;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com ___m_ControlScheme_2;
};
// UnityEngine.InputSystem.InputBinding/Flags
struct Flags_t2ED4EFE461994B03533B3B524C8C2EA71315AAE6
{
// System.Int32 UnityEngine.InputSystem.InputBinding/Flags::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.InputDevice/DeviceFlags
struct DeviceFlags_tF02F85DA24FF16879A67B540FCA560EC955CE728
{
// System.Int32 UnityEngine.InputSystem.InputDevice/DeviceFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputInteractionContext/Flags
struct Flags_tD8B178446E87C96FBD685DDB43A175C1E104BE33
{
// System.Int32 UnityEngine.InputSystem.InputInteractionContext/Flags::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.InputActionState/TriggerState/Flags
struct Flags_t2EF64F46788605A125CB9B8392960EEA60155EB9
{
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState/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.Byte>
struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF
{
// 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;
};
// 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.InputInteractionContext
struct InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C
{
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputInteractionContext::m_State
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
// UnityEngine.InputSystem.InputInteractionContext/Flags UnityEngine.InputSystem.InputInteractionContext::m_Flags
int32_t ___m_Flags_1;
// UnityEngine.InputSystem.InputActionState/TriggerState UnityEngine.InputSystem.InputInteractionContext::m_TriggerState
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D ___m_TriggerState_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputInteractionContext
struct InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_pinvoke
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
int32_t ___m_Flags_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D ___m_TriggerState_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputInteractionContext
struct InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_com
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
int32_t ___m_Flags_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D ___m_TriggerState_2;
};
// 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;
};
// UnityEngineInternal.Input.NativeInputEvent
struct NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngineInternal.Input.NativeInputEventType UnityEngineInternal.Input.NativeInputEvent::type
int32_t ___type_1;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
int32_t ___type_1_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___sizeInBytes_2_OffsetPadding[4];
// System.UInt16 UnityEngineInternal.Input.NativeInputEvent::sizeInBytes
uint16_t ___sizeInBytes_2;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___sizeInBytes_2_OffsetPadding_forAlignmentOnly[4];
uint16_t ___sizeInBytes_2_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___deviceId_3_OffsetPadding[6];
// System.UInt16 UnityEngineInternal.Input.NativeInputEvent::deviceId
uint16_t ___deviceId_3;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___deviceId_3_OffsetPadding_forAlignmentOnly[6];
uint16_t ___deviceId_3_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___time_4_OffsetPadding[8];
// System.Double UnityEngineInternal.Input.NativeInputEvent::time
double ___time_4;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___time_4_OffsetPadding_forAlignmentOnly[8];
double ___time_4_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___eventId_5_OffsetPadding[16];
// System.Int32 UnityEngineInternal.Input.NativeInputEvent::eventId
int32_t ___eventId_5;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___eventId_5_OffsetPadding_forAlignmentOnly[16];
int32_t ___eventId_5_forAlignmentOnly;
};
#pragma pack(pop, tp)
};
};
uint8_t NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8__padding[20];
};
};
// 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.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.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.InputBinding>
struct Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76 : 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;
};
// UnityEngine.InputSystem.LowLevel.InputEvent
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngineInternal.Input.NativeInputEvent UnityEngine.InputSystem.LowLevel.InputEvent::m_Event
NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 ___m_Event_5;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
NativeInputEvent_tDE7DE9A48ACA442A8D37E2920836D00C26408CB8 ___m_Event_5_forAlignmentOnly;
};
#pragma pack(pop, tp)
};
};
uint8_t InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5__padding[20];
};
};
// UnityEngine.InputSystem.LowLevel.InputEventBuffer
struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE
{
// Unity.Collections.NativeArray`1<System.Byte> UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_Buffer
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1;
// System.Int64 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_SizeInBytes
int64_t ___m_SizeInBytes_2;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_EventCount
int32_t ___m_EventCount_3;
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_WeOwnTheBuffer
bool ___m_WeOwnTheBuffer_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer
struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1;
int64_t ___m_SizeInBytes_2;
int32_t ___m_EventCount_3;
int32_t ___m_WeOwnTheBuffer_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer
struct InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Buffer_1;
int64_t ___m_SizeInBytes_2;
int32_t ___m_EventCount_3;
int32_t ___m_WeOwnTheBuffer_4;
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0
struct U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858 : public RuntimeObject
{
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::binding
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding_0;
};
// 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.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.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>
struct SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE : public RuntimeObject
{
// T UnityEngine.InputSystem.Utilities.SavedStructState`1::m_State
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A ___m_State_0;
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<T> UnityEngine.InputSystem.Utilities.SavedStructState`1::m_RestoreAction
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___m_RestoreAction_1;
// System.Action UnityEngine.InputSystem.Utilities.SavedStructState`1::m_StaticDisposeCurrentState
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_StaticDisposeCurrentState_2;
};
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>
struct TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0 : public MulticastDelegate_t
{
};
// 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.LowLevel.InputEventStream
struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9
{
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_NativeBuffer
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_NativeBuffer_0;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventReadPtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventWritePtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_RemainingNativeEventCount
int32_t ___m_RemainingNativeEventCount_3;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_MaxAppendedEvents
int32_t ___m_MaxAppendedEvents_4;
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_AppendBuffer
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_AppendBuffer_5;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventReadPtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventWritePtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_RemainingAppendEventCount
int32_t ___m_RemainingAppendEventCount_8;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_NumEventsRetainedInBuffer
int32_t ___m_NumEventsRetainedInBuffer_9;
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventStream::m_IsOpen
bool ___m_IsOpen_10;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream
struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_pinvoke
{
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ___m_NativeBuffer_0;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2;
int32_t ___m_RemainingNativeEventCount_3;
int32_t ___m_MaxAppendedEvents_4;
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ___m_AppendBuffer_5;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7;
int32_t ___m_RemainingAppendEventCount_8;
int32_t ___m_NumEventsRetainedInBuffer_9;
int32_t ___m_IsOpen_10;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream
struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_com
{
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com ___m_NativeBuffer_0;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2;
int32_t ___m_RemainingNativeEventCount_3;
int32_t ___m_MaxAppendedEvents_4;
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com ___m_AppendBuffer_5;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7;
int32_t ___m_RemainingAppendEventCount_8;
int32_t ___m_NumEventsRetainedInBuffer_9;
int32_t ___m_IsOpen_10;
};
// 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.InputManager
struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210 : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputManager::m_LayoutRegistrationVersion
int32_t ___m_LayoutRegistrationVersion_0;
// System.Single UnityEngine.InputSystem.InputManager::m_PollingFrequency
float ___m_PollingFrequency_1;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.InputManager::m_Layouts
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___m_Layouts_2;
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Processors
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Processors_3;
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Interactions
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Interactions_4;
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Composites
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Composites_5;
// System.Int32 UnityEngine.InputSystem.InputManager::m_DevicesCount
int32_t ___m_DevicesCount_6;
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_Devices
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Devices_7;
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputManager::m_DevicesById
Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3* ___m_DevicesById_8;
// System.Int32 UnityEngine.InputSystem.InputManager::m_AvailableDeviceCount
int32_t ___m_AvailableDeviceCount_9;
// UnityEngine.InputSystem.InputManager/AvailableDevice[] UnityEngine.InputSystem.InputManager::m_AvailableDevices
AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5* ___m_AvailableDevices_10;
// System.Int32 UnityEngine.InputSystem.InputManager::m_DisconnectedDevicesCount
int32_t ___m_DisconnectedDevicesCount_11;
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_DisconnectedDevices
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DisconnectedDevices_12;
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::m_UpdateMask
int32_t ___m_UpdateMask_13;
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::m_CurrentUpdate
int32_t ___m_CurrentUpdate_14;
// UnityEngine.InputSystem.LowLevel.InputStateBuffers UnityEngine.InputSystem.InputManager::m_StateBuffers
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___m_StateBuffers_15;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>> UnityEngine.InputSystem.InputManager::m_DeviceChangeListeners
CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333 ___m_DeviceChangeListeners_16;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>> UnityEngine.InputSystem.InputManager::m_DeviceStateChangeListeners
CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85 ___m_DeviceStateChangeListeners_17;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate> UnityEngine.InputSystem.InputManager::m_DeviceFindLayoutCallbacks
CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D ___m_DeviceFindLayoutCallbacks_18;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate> UnityEngine.InputSystem.InputManager::m_DeviceCommandCallbacks
CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885 ___m_DeviceCommandCallbacks_19;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>> UnityEngine.InputSystem.InputManager::m_LayoutChangeListeners
CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC ___m_LayoutChangeListeners_20;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputManager::m_EventListeners
CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37 ___m_EventListeners_21;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action> UnityEngine.InputSystem.InputManager::m_BeforeUpdateListeners
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_BeforeUpdateListeners_22;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action> UnityEngine.InputSystem.InputManager::m_AfterUpdateListeners
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_AfterUpdateListeners_23;
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action> UnityEngine.InputSystem.InputManager::m_SettingsChangedListeners
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_SettingsChangedListeners_24;
// System.Boolean UnityEngine.InputSystem.InputManager::m_NativeBeforeUpdateHooked
bool ___m_NativeBeforeUpdateHooked_25;
// System.Boolean UnityEngine.InputSystem.InputManager::m_HaveDevicesWithStateCallbackReceivers
bool ___m_HaveDevicesWithStateCallbackReceivers_26;
// System.Boolean UnityEngine.InputSystem.InputManager::m_HasFocus
bool ___m_HasFocus_27;
// UnityEngine.InputSystem.LowLevel.InputEventStream UnityEngine.InputSystem.InputManager::m_InputEventStream
InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9 ___m_InputEventStream_28;
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDelegate
InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___m_DeviceFindExecuteCommandDelegate_29;
// System.Int32 UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDeviceId
int32_t ___m_DeviceFindExecuteCommandDeviceId_30;
// UnityEngine.InputSystem.LowLevel.IInputRuntime UnityEngine.InputSystem.InputManager::m_Runtime
RuntimeObject* ___m_Runtime_31;
// UnityEngine.InputSystem.LowLevel.InputMetrics UnityEngine.InputSystem.InputManager::m_Metrics
InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 ___m_Metrics_32;
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputManager::m_Settings
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___m_Settings_33;
// UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] UnityEngine.InputSystem.InputManager::m_StateChangeMonitors
StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4* ___m_StateChangeMonitors_34;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout> UnityEngine.InputSystem.InputManager::m_StateChangeMonitorTimeouts
InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA ___m_StateChangeMonitorTimeouts_35;
// UnityEngine.InputSystem.InputManager/DeviceState[] UnityEngine.InputSystem.InputManager::m_SavedDeviceStates
DeviceStateU5BU5D_t2FFF1D33A730514A6E6B9A88A22A1E5292442DD0* ___m_SavedDeviceStates_36;
// UnityEngine.InputSystem.InputManager/AvailableDevice[] UnityEngine.InputSystem.InputManager::m_SavedAvailableDevices
AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5* ___m_SavedAvailableDevices_37;
};
// 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;
};
#ifdef __clang__
#pragma clang diagnostic pop
#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);
}
};
// 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.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.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.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.InputControlScheme/DeviceRequirement[]
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE : public RuntimeArray
{
ALIGN_FIELD (8) DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 m_Items[1];
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL);
}
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL);
}
};
// 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);
}
};
// UnityEngine.InputSystem.InputProcessor[]
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64 : public RuntimeArray
{
ALIGN_FIELD (8) InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* m_Items[1];
inline InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputBindingComposite[]
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E : public RuntimeArray
{
ALIGN_FIELD (8) InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* m_Items[1];
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// 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);
}
};
// 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);
}
};
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke_back(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled);
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke_cleanup(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled);
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com_back(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled);
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com_cleanup(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled);
// 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) ;
// System.Boolean System.Linq.Enumerable::Contains<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_mC527057DCE4E20E8A7A0D06BAF111A7901007B24_gshared (RuntimeObject* ___source0, RuntimeObject* ___value1, 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::Append<System.Object>(TValue[]&,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisRuntimeObject_m56BE70AE2D462FDBD0951379C076DF5FDFA8D920_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Erase<System.Object>(TValue[]&,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_Erase_TisRuntimeObject_mABBF34C0F8B9EB652401D29EBF6FEB826D20C362_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, RuntimeObject* ___value1, 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::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::EraseAt<System.Object>(TValue[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisRuntimeObject_mDB419042627221A99344F4E6BE555F3A52233369_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<UnityEngine.InputSystem.InputBinding>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E_gshared (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf<UnityEngine.InputSystem.InputBinding>(TValue[],System.Predicate`1<TValue>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* ___predicate1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputBinding>(TValue[]&,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___array0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___array0, int32_t ___index1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value2, 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.Boolean System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_gshared_inline (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268_gshared (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___array0, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___value1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_gshared_inline (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF_gshared (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___array0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___array0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>(TValue[]&,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12_gshared (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE** ___array0, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___value1, const RuntimeMethod* method) ;
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<System.Object>(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ArrayHelpers_Copy_TisRuntimeObject_m48AF8ECA503944E04F9829F0BE3E3B95A99F4547_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___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) ;
// 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.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, 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) ;
// 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.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) ;
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object,System.Int32Enum>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<TValue1,TValue2>>&,TValue1,TValue2,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m6ED3C8EA49421788B975C5F2C359F4A73C0A7479_gshared (CallbackArray_1_t728037423B0E59AED45A54BD4669276E085A3A43* ___callbacks0, RuntimeObject* ___argument11, int32_t ___argument22, String_t* ___callbackName3, RuntimeObject* ___context4, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<UnityEngine.InputSystem.InputAction/CallbackContext>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4_gshared (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___callbacks0, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.InputActionState::ReadValue<System.Single>(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_gshared (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4_gshared (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(T&,UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<T>,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_gshared (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* __this, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* ___state0, TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___restoreAction1, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___staticDisposeCurrentState2, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::AppendWithCapacity(TValue,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtByMovingTailWithCapacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::set_Item(System.Int32,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB_gshared (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* ___callbacks0, RuntimeObject* ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_Clear_m153646C8911B8497C38B1F78FC0B24AF66CB3101_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, 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 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtWithCapacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlScheme::get_bindingGroup()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DeferredResolutionOfBindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DeferredResolutionOfBindings_m78066F4A240DF0F6ADB95CAE8D9D7859B2FDC224 (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.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.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, 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.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) ;
// 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 System.Guid::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___g0, const RuntimeMethod* method) ;
// 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) ;
// 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.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.Void UnityEngine.InputSystem.InputActionReference::SetInternal(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action1, 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) ;
// 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) ;
// 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) ;
// 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.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) ;
// 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) ;
// System.Boolean System.Linq.Enumerable::Contains<UnityEngine.InputSystem.InputActionMap>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
inline bool Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43 (RuntimeObject* ___source0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))Enumerable_Contains_TisRuntimeObject_mC527057DCE4E20E8A7A0D06BAF111A7901007B24_gshared)(___source0, ___value1, method);
}
// 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) ;
// System.String System.Guid::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* 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) ;
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __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 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.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, 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) ;
// System.String UnityEngine.Object::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m590B13E2C40DB814E3CF9C3615952B3CC7C4B36C (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.InputSystem.InputActionReference>()
inline InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mB5B3B9E7F8A9A7BBBF993A9813CEB129455B4ABB (const RuntimeMethod* method)
{
return (( InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared)(method);
}
// System.Void UnityEngine.InputSystem.InputActionReference::Set(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, 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.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 UnityEngine.InputSystem.InputActionMap::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputActionMap>(TValue[]&,TValue)
inline int32_t ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mAA4A5BE6885D2CE709F91BEA096D87C2F5E84A68 (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** ___array0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045**, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))ArrayHelpers_Append_TisRuntimeObject_m56BE70AE2D462FDBD0951379C076DF5FDFA8D920_gshared)(___array0, ___value1, method);
}
// System.Void UnityEngine.InputSystem.InputActionAsset::MarkAsDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* 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.ArrayHelpers::Erase<UnityEngine.InputSystem.InputActionMap>(TValue[]&,TValue)
inline bool ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m641039B051165701165112518D6D5C053FA82FA3 (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** ___array0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045**, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))ArrayHelpers_Erase_TisRuntimeObject_mABBF34C0F8B9EB652401D29EBF6FEB826D20C362_gshared)(___array0, ___value1, method);
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map1, 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.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.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) ;
// System.Void UnityEngine.InputSystem.InputAction::set_expectedControlType(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___value0, 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.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputAction>(TValue[]&,TValue)
inline int32_t ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD4BAA76F2ACA55B79CBABDABC391A432B5D77EA2 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** ___array0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810**, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, const RuntimeMethod*))ArrayHelpers_Append_TisRuntimeObject_m56BE70AE2D462FDBD0951379C076DF5FDFA8D920_gshared)(___array0, ___value1, 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.InputActionMap::ClearPerActionCachedBindingData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __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) ;
// 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) ;
// 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);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputAction>(TFirst[],TSecond,System.Int32)
inline int32_t ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m928CA102425107780A556CB0CBA24F9F4CA7AC82 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___array0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___value1, int32_t ___count2, const RuntimeMethod* method)
{
return (( int32_t (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m535F7C167C2FB8369A26267BF3D4454FBC57E4B4_gshared)(___array0, ___value1, ___count2, 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.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputAction>(TValue[]&,System.Int32)
inline void ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mDD6BFD00C94D4D10A649D1C90C06C86930EF1A16 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810**, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAt_TisRuntimeObject_mDB419042627221A99344F4E6BE555F3A52233369_gshared)(___array0, ___index1, method);
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mB09023B78E0E753DC7EF6560C9776184F4B0AB1D (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* __this, const RuntimeMethod* method) ;
// System.Void System.Predicate`1<UnityEngine.InputSystem.InputBinding>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E_gshared)(__this, ___object0, ___method1, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf<UnityEngine.InputSystem.InputBinding>(TValue[],System.Predicate`1<TValue>)
inline int32_t ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696 (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___array0, Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* ___predicate1, const RuntimeMethod* method)
{
return (( int32_t (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*, Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76*, const RuntimeMethod*))ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696_gshared)(___array0, ___predicate1, 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 UnityEngine.InputSystem.InputActionSetupExtensions::RemoveAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, 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.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) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mF627B7A4371D6ABA0132F3E495F4092D1270EA86 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, const RuntimeMethod* 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.InputAction::get_isSingletonAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __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) ;
// 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) ;
// 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.Int32 UnityEngine.InputSystem.InputActionSetupExtensions::AddBindingInternal(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionSetupExtensions_AddBindingInternal_m4E6B288CE4019AF594C0CF86CCA12A4774A2D779 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, int32_t ___bindingIndex2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,System.Int32,UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, int32_t ___bindingIndexInMap1, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action2, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m60C041DA4C60AB87875745B9E452E50250A7C4C4 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, String_t* ___path1, String_t* ___interactions2, String_t* ___groups3, String_t* ___action4, String_t* ___processors5, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.Guid,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m13F19DCBEF1D67E53FCE6BA7F0D87F6AD639111A (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, String_t* ___path1, Guid_t ___action2, String_t* ___interactions3, String_t* ___groups4, 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) ;
// 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.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.InputActionSetupExtensions/CompositeSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputAction,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action1, int32_t ___compositeIndex2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputBinding>(TValue[]&,TValue)
inline int32_t ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___array0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57**, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D_gshared)(___array0, ___value1, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32,TValue)
inline void ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___array0, int32_t ___index1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value2, const RuntimeMethod* method)
{
(( void (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57**, int32_t, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D_gshared)(___array0, ___index1, ___value2, 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.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) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___match1, 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.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) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_id(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_id_m2127BEF40BFD2193AC28E155D15A2BF077974069 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, Guid_t ___value0, 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::FindBindingRelativeToMap(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___mask0, 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) ;
// 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 UnityEngine.InputSystem.Utilities.NameAndParameters::ParseName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ParseName_mD3F2BC0009AB84E1438B1CFE23666E0599B91456 (String_t* ___text0, 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.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.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.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) ;
// 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) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>::get_HasValue()
inline bool Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_inline (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE*, const RuntimeMethod*))Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_gshared_inline)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,TValue)
inline int32_t ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268 (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___array0, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86**, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434, const RuntimeMethod*))ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268_gshared)(___array0, ___value1, 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.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_inline (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_gshared_inline)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputControlScheme::.ctor(System.String,System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___name0, RuntimeObject* ___devices1, String_t* ___bindingGroup2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddControlScheme(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___controlScheme1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputActionAsset,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, int32_t ___index1, 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 UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,System.Int32)
inline void ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86**, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF_gshared)(___array0, ___index1, method);
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___controlScheme0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithBindingGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___bindingGroup0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::Done()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithRequiredDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithOptionalDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithRequiredDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithOptionalDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_valid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* 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.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, 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) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___name0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___path0, 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.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroups(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___groups0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___group0, 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.String System.String::Join(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mE405D676C6881553258F8BAD40A20B462D611068 (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteractions(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___interactions0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteraction(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___interaction0, 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) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessors(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___processors0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___processor0, 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) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Triggering(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::To(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Iterate(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___next0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextBinding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousBinding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IteratePartBinding(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___next0, String_t* ___partName1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextPartBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___partName0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousPartBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___partName0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IterateCompositeBinding(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___next0, String_t* ___compositeName1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextCompositeBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___compositeName0, 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) ;
// 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.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32)
inline void ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31 (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___array0, int32_t ___index1, const RuntimeMethod* method)
{
(( void (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57**, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31_gshared)(___array0, ___index1, method);
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Erase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, 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.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::InsertPartBinding(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___partName0, String_t* ___path1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::With(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, String_t* ___name0, String_t* ___binding1, String_t* ___groups2, String_t* ___processors3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme::set_bindingGroup(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::AddDeviceEntry(System.String,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, int32_t ___flags1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>(TValue[]&,TValue)
inline int32_t ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12 (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE** ___array0, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE**, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056, const RuntimeMethod*))ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12_gshared)(___array0, ___value1, 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) ;
// 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::AddToGlobalList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_AddToGlobalList_mF9BDE3F882ABAC53B8E84181FBD71F0C69EC7CA9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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.InputActionState::Destroy(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, bool ___isFinalizing0, 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.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState::get_mapIndices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlStartIndex1, int32_t ___numControls2, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalMapCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::RemoveMapFromGlobalList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RemoveMapFromGlobalList_m7C458CF33D682D37C86857AA53BE85A74B5132EA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, 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) ;
// System.Void UnityEngine.InputSystem.InputActionState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputActionMap>(TValue[])
inline InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mACF51D2E4428B9140AB8B674570EDF0B01737D3C (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___array0, const RuntimeMethod* method)
{
return (( InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m48AF8ECA503944E04F9829F0BE3E3B95A99F4547_gshared)(___array0, method);
}
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputControl>(TValue[])
inline InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF7FAE4C95556CA506AAF27D45E5412AAA855EB7 (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___array0, const RuntimeMethod* method)
{
return (( InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m48AF8ECA503944E04F9829F0BE3E3B95A99F4547_gshared)(___array0, method);
}
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.IInputInteraction>(TValue[])
inline IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mC04DAFE0CA9DFFDCDB2F69772CFEFB4FEFFF6FC8 (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___array0, const RuntimeMethod* method)
{
return (( IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* (*) (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m48AF8ECA503944E04F9829F0BE3E3B95A99F4547_gshared)(___array0, method);
}
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputProcessor>(TValue[])
inline InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m72D58E61D6EDC23EEF3AFD63E6215D446CED867E (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___array0, const RuntimeMethod* method)
{
return (( InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* (*) (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m48AF8ECA503944E04F9829F0BE3E3B95A99F4547_gshared)(___array0, method);
}
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputBindingComposite>(TValue[])
inline InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_m8FFDF1A9B4C3AA414955A60A404C50DBFB7A1D19 (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___array0, const RuntimeMethod* method)
{
return (( InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* (*) (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m48AF8ECA503944E04F9829F0BE3E3B95A99F4547_gshared)(___array0, 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) ;
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionState::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// 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) ;
// 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);
}
// 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.Boolean System.Linq.Enumerable::Contains<UnityEngine.InputSystem.InputDevice>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
inline bool Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C (RuntimeObject* ___source0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, const RuntimeMethod*))Enumerable_Contains_TisRuntimeObject_mC527057DCE4E20E8A7A0D06BAF111A7901007B24_gshared)(___source0, ___value1, 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) ;
// 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.String UnityEngine.InputSystem.InputBinding::get_effectivePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, 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) ;
// 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.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_compositeOrCompositeBindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingComposite::CallFinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite_CallFinishSetup_m353FD7C5A12F13BF05EDFE5162740241CCE1EA07 (InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* __this, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* ___context0, 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.Boolean UnityEngine.InputSystem.InputActionState/UnmanagedMemory::get_isAllocated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __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) ;
// 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) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_phase(UnityEngine.InputSystem.InputActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_mapIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __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.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.Void UnityEngine.InputSystem.InputActionState::EnableControls(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlStartIndex1, int32_t ___numControls2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::HookOnBeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>::get_length()
inline int32_t CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputAction>(TValue[])
inline int32_t ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m84CD598ACA46D4FA9BE74C4A5F88BDFF6CE7C373 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___array0, const RuntimeMethod* method)
{
return (( int32_t (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisRuntimeObject_mBFDBBD4E068866A83F46B6F04C685CEA14712C84_gshared)(___array0, 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) ;
// 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) ;
// 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.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);
}
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper UnityEngine.InputSystem.InputActionRebindingExtensions::DeferBindingResolution()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF (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.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isPassThrough()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActionBoundToControlFromDevice(UnityEngine.InputSystem.InputDevice,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActionBoundToControlFromDevice_mB7D4F45DA50CDB0C83FB917E2FC6186D65478F89 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int32_t ___actionIndex1, 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) ;
// 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.Int32 UnityEngine.InputSystem.InputActionState::get_totalActionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.UInt16 UnityEngine.InputSystem.InputActionState::GetActionBindingStartIndexAndCount(System.Int32,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, uint16_t* ___bindingCount1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_time(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___value0, 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) ;
// 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.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_interactionCount()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_interactionStartIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionStateAndCancelIfNecessary(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionStateAndCancelIfNecessary_mF6C5D5CF70D78AD372E5E34FF522916322288A1A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___bindingIndex1, int32_t ___interactionIndex2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::ChangePhaseOfAction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___newPhase0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger1, int32_t ___phaseAfterPerformedOrCanceled2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_controlIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_bindingIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_interactionIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_startTime(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_hasMultipleConcurrentActuations(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_inProcessing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_isPressed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_lastCanceledInUpdate(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_lastPerformedInUpdate(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_pressedInUpdate(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_releasedInUpdate(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isStarted_m23B262849C63E8D5D16B14A777859FB709281444 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isPerformed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isPerformed_mAAF778642D1CFEB0B6D5186AFFC86AEF5F8F4746 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isCanceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isCanceled_m5121EDE98435C75EAE5F305F893175A9FF5C1AEA (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_mE69C0AA8D4A555232C2B057C85ABB303F740F9AD (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isDisabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m6D67EAC4117B765B85388724AC625C0425E2B3F8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m752949865C959C344B01849B9CF2D9B0FE15BABB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::IsControlEnabled(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___controlIndex0, 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.Int64 UnityEngine.InputSystem.InputActionState::ToCombinedMapAndControlAndBindingIndex(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3 (int32_t ___mapIndex0, int32_t ___controlIndex1, int32_t ___bindingIndex2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_wantsInitialStateCheck()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::SetInitialStateCheckPending(UnityEngine.InputSystem.InputActionState/BindingState*,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___bindingStatePtr0, bool ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::AddStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddStateChangeMonitor_mA70F667FACEE81F1EC302EB9F89AA8A83111D603 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::SetControlEnabled(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___controlIndex0, bool ___state1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RemoveStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveStateChangeMonitor_m42ABBCBBAFDF907F11E8DD737DEF32A4CBE6C7C4 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, int64_t ___monitorIndex2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_initialStateCheckPending(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method) ;
// System.UInt32* UnityEngine.InputSystem.InputActionState::get_enabledControls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t* InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, 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.InputManager::add_onBeforeUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onBeforeUpdate_m78F75D0A08D23335D863A2942AABF3D143E4BD95 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onBeforeUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onBeforeUpdate_m63D72B2E2A1F5DDC97213F8928034C6FBD61DC87 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputState::get_currentUpdateType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m00712B5D042C12725C6B92AFCD1E7F105C27F08A_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::UnhookOnBeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnhookOnBeforeUpdate_m77544BB4B572E1E0701436819AE304DE53E54541 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Profiling.Profiler::BeginSample(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline (String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_initialStateCheckPending()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_initialStateCheckPending_m71EFD1D03180986B04065A6549A1DC2C1C168E70 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_mapIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m6EE0726145C10B23BE607D68D1DD241BBD4E3E0E (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ProcessControlStateChange(System.Int32,System.Int32,System.Int32,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlIndex1, int32_t ___bindingIndex2, double ___time3, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr4, const RuntimeMethod* method) ;
// System.Void UnityEngine.Profiling.Profiler::EndSample()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::SplitUpMapAndControlAndBindingIndex(System.Int64,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A (int64_t ___mapControlAndBindingIndex0, int32_t* ___mapIndex1, int32_t* ___controlIndex2, int32_t* ___bindingIndex3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ProcessTimeout(System.Double,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessTimeout_mABA99DEABD2674CE5AF5C66EB048046B8B867CB9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, double ___time0, int32_t ___mapIndex1, int32_t ___controlIndex2, int32_t ___bindingIndex3, int32_t ___interactionIndex4, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_mapIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_isPassThrough(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_isButton(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Implicit(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_op_Implicit_m404BDC6FF1FB748C1365FFEA330CDDD6579A2E6A (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::ShouldIgnoreControlStateChangeOnCompositeBinding(UnityEngine.InputSystem.InputActionState/BindingState*,UnityEngine.InputSystem.LowLevel.InputEvent*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ShouldIgnoreControlStateChangeOnCompositeBinding_m8A0D90C80B37C1B2F46691C6AC0E32EB6F2AC192 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___binding0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::ShouldIgnoreControlStateChange(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ShouldIgnoreControlStateChange_m876A874DE70262165CB68F802CD7F284FA10E124 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, int32_t ___actionIndex1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ProcessInteractions(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, int32_t ___interactionStartIndex1, int32_t ___interactionCount2, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputActionState::ComputeMagnitude(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::get_pressPointOrDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, 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.Void UnityEngine.InputSystem.InputActionState::ProcessDefaultInteraction(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessDefaultInteraction_m9E8267CD0556F656E8EA960015AC60CC9FF25138 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, int32_t ___actionIndex1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEvent::get_eventId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_triggerEventIdForComposite()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_triggerEventIdForComposite(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_mayNeedConflictResolution()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_haveMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_haveMagnitude_mA486155C0EC79DF22DB8942A29C0A42B4B9E0E41 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputActionState::ComputeMagnitude(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ComputeMagnitude_mBF2A48A47A39CDB9AC06A1E64251381646A87DD7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_magnitude(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputActionState/TriggerState::get_magnitude()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_hasMultipleConcurrentActuations()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_hasMultipleConcurrentActuations_mF4D0F4CBCD1335CB209F2DC6A7B5C200DAC6037B (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalCompositeCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalCompositeCount_mA94813CAA6B9B1662AA2224792F20AF88152B9E9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActuated(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActuated_m8F42BFDC2BEF45ED0F89591D5CD74B8F39F2A206 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, float ___threshold1, 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.Double UnityEngine.InputSystem.InputActionState/InteractionState::get_startTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalInteractionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::set_timerHasExpired(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_set_timerHasExpired_m047512398BBD01A222077E48CA8DC3548F02135B (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_isTimerRunning(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, bool ___value0, 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_timerDuration()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_totalTimeoutCompletionTimeRemaining(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_timerDuration(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_totalTimeoutCompletionDone(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, 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.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.Int32 UnityEngine.InputSystem.InputActionState/InteractionState::get_triggerControlIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::StopTimeout(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StopTimeout_m8BF48933AEBD9C8E7FCA27D974790B26A799272A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlIndex1, int32_t ___bindingIndex2, int32_t ___interactionIndex3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::AddStateChangeMonitorTimeout(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Double,System.Int64,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddStateChangeMonitorTimeout_mC6AEF512D3D61ACCC189D3FB19B18296CD3D8BFF (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, RuntimeObject* ___monitor1, double ___time2, int64_t ___monitorIndex3, int32_t ___timerIndex4, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_timerStartTime(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RemoveStateChangeMonitorTimeout(UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveStateChangeMonitorTimeout_m112395C79777E5B919B945ABA0A6B76C9F320528 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, RuntimeObject* ___monitor0, int64_t ___monitorIndex1, int32_t ___timerIndex2, 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.InputSystem.InputActionState/InteractionState::set_phase(UnityEngine.InputSystem.InputActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_triggerControlIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_startTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_startTime(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_performedTime(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputActionState/InteractionState::get_performedTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionState(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionState_m18CB50CB0750EC36BC8394E00972113A61FC10A4 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___bindingIndex1, int32_t ___interactionIndex2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfActionInternal(System.Int32,UnityEngine.InputSystem.InputActionState/TriggerState*,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___actionState1, int32_t ___newPhase2, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger3, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_inProcessing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/TriggerState/Flags UnityEngine.InputSystem.InputActionState/TriggerState::get_flags()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_flags(UnityEngine.InputSystem.InputActionState/TriggerState/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_lastCanceledInUpdate()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_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.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.Void UnityEngine.InputSystem.InputActionState::CallActionListeners(System.Int32,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap1, int32_t ___phase2, CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___listeners3, String_t* ___callbackName4, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>::get_length()
inline int32_t CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, 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) ;
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object,UnityEngine.InputSystem.InputActionChange>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<TValue1,TValue2>>&,TValue1,TValue2,System.String,System.Object)
inline void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2 (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* ___callbacks0, RuntimeObject* ___argument11, int32_t ___argument22, String_t* ___callbackName3, RuntimeObject* ___context4, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, RuntimeObject*, int32_t, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m6ED3C8EA49421788B975C5F2C359F4A73C0A7479_gshared)(___callbacks0, ___argument11, ___argument22, ___callbackName3, ___context4, method);
}
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<UnityEngine.InputSystem.InputAction/CallbackContext>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
inline void DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4 (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___callbacks0, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775*, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4_gshared)(___callbacks0, ___argument1, ___callbackName2, ___context3, method);
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionState_GetActionOrNull_m05F35815429747AF9B62AD4F02E86095E4527E49 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfInteraction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___newPhase0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger1, int32_t ___phaseAfterPerformed2, bool ___processNextInteractionsOnCancel3, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions::ReadValueIntoBuffer(UnityEngine.InputSystem.InputControl,System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_ReadValueIntoBuffer_mB90752A4897E8AE86259A0E0514FCC1C4B6C41D3 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorCount()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorStartIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_partIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __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.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.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueAsObject(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_ReadValueAsObject_m325A49620BF51E5350B57B0F033053198F7C8959 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.InputActionState::ReadValue<System.Single>(System.Int32,System.Int32,System.Boolean)
inline float InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method)
{
return (( float (*) (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, int32_t, int32_t, bool, const RuntimeMethod*))InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_gshared)(__this, ___bindingIndex0, ___controlIndex1, ___ignoreComposites2, method);
}
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(System.Object,System.IntPtr)
inline void TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4 (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0*, RuntimeObject*, intptr_t, const RuntimeMethod*))TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(T&,UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<T>,System.Action)
inline void SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720 (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* __this, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* ___state0, TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___restoreAction1, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___staticDisposeCurrentState2, const RuntimeMethod* method)
{
(( void (*) (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE*, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A*, TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_gshared)(__this, ___state0, ___restoreAction1, ___staticDisposeCurrentState2, method);
}
// System.Void UnityEngine.InputSystem.InputActionState::CompactGlobalList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CompactGlobalList_mAF97C2D02BC27F539BD607C11E6612089C6D0D82 (const RuntimeMethod* method) ;
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075 (RuntimeObject* ___value0, int32_t ___type1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::AppendWithCapacity(TValue,System.Int32)
inline int32_t InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___value0, int32_t ___capacityIncrement1, const RuntimeMethod* method)
{
return (( int32_t (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_gshared)(__this, ___value0, ___capacityIncrement1, method);
}
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::get_Item(System.Int32)
inline GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_gshared)(__this, ___index0, method);
}
// System.Object System.Runtime.InteropServices.GCHandle::get_Target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.GCHandle::Free()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtByMovingTailWithCapacity(System.Int32)
inline void InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_gshared)(__this, ___index0, method);
}
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::set_Item(System.Int32,TValue)
inline void InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___value1, const RuntimeMethod* method)
{
(( void (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC, const RuntimeMethod*))InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_gshared)(__this, ___index0, ___value1, method);
}
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
inline void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* ___callbacks0, RuntimeObject* ___argument1, String_t* ___callbackName2, RuntimeObject* ___context3, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411*, RuntimeObject*, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB_gshared)(___callbacks0, ___argument1, ___callbackName2, ___context3, method);
}
// System.Void UnityEngine.InputSystem.InputActionState::DestroyAllActionMapStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DestroyAllActionMapStates_m3A91CE62AE851DD6FCBF8F8B1E7FC251182C4A64 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>::Clear()
inline void CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87 (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* __this, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, const RuntimeMethod*))CallbackArray_1_Clear_m153646C8911B8497C38B1F78FC0B24AF66CB3101_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>::Clear()
inline void CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7 (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* __this, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411*, const RuntimeMethod*))CallbackArray_1_Clear_m153646C8911B8497C38B1F78FC0B24AF66CB3101_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___collection0, 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);
}
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtWithCapacity(System.Int32)
inline void InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_gshared)(__this, ___index0, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionState::CanUseDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::IsUsingDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* 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.InputActionState::ResetActionStatesDrivenBy(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionStatesDrivenBy_m571F3F380EAA31B4385A6CCDF59405EF11FC8EDF (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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) ;
// System.Void UnityEngine.InputSystem.InputActionMap::Disable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Profiling.Profiler::ValidateArguments(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_inline (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Profiling.Profiler::BeginSampleImpl(System.String,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiler_BeginSampleImpl_m11DCED1F062EEB6A07FE36224080BAEDC65D5A87 (String_t* ___name0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___targetObject1, const RuntimeMethod* 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 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)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0::<WithTargetBinding>b__0(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass32_0_U3CWithTargetBindingU3Eb__0_m2135F652046E74E1955EAFF73288FA7E7DFD16A2 (U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___x0, const RuntimeMethod* method)
{
{
// asset.controlSchemes.IndexOf(x => group.Equals(x.bindingGroup, StringComparison.InvariantCultureIgnoreCase));
String_t* L_0 = __this->___group_0;
String_t* L_1;
L_1 = InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline((&___x0), NULL);
NullCheck(L_0);
bool L_2;
L_2 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_0, L_1, 3, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::Acquire()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper_Acquire_mB9832C0A8B28C6C8B3A114B986E9EC0E360FFE4E (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __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;
}
{
// ++InputActionMap.s_DeferBindingResolution;
int32_t L_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15 = ((int32_t)il2cpp_codegen_add(L_0, 1));
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper_Dispose_m2B132F95F4EEE40B87CD0CAE44165F189199CC90 (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __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;
{
// if (InputActionMap.s_DeferBindingResolution > 0)
int32_t L_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
V_0 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// --InputActionMap.s_DeferBindingResolution;
int32_t L_2 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
}
IL_0019:
{
// if (InputActionMap.s_DeferBindingResolution == 0)
int32_t L_3 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002b;
}
}
{
// InputActionState.DeferredResolutionOfBindings();
InputActionState_DeferredResolutionOfBindings_m78066F4A240DF0F6ADB95CAE8D9D7859B2FDC224(NULL);
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper__ctor_m5BAC382DB41CD195209084BD779477DDA78E4DC0 (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__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 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)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__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 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)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass8_1::<GetBindingDisplayString>b__0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec__DisplayClass8_1_U3CGetBindingDisplayStringU3Eb__0_mB65E479EDEA10661C7AA5CC50109F87D0F168A67 (U3CU3Ec__DisplayClass8_1_t518659B0CE25471DEB82C2AC68B35D5C5D66B79B* __this, String_t* ___fragment0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
String_t* V_7 = NULL;
{
// var result = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_0;
// for (var i = 0; i < partCount; ++i)
V_1 = 0;
goto IL_006f;
}
IL_000b:
{
// if (!string.Equals(bindings[firstPartIndex + i].name, fragment, StringComparison.InvariantCultureIgnoreCase))
U3CU3Ec__DisplayClass8_0_t2BEE00B25B2390FC8897E576B52EA2876CA7F43B* L_1 = __this->___CSU24U3CU3E8__locals1_3;
NullCheck(L_1);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_2 = (&L_1->___bindings_0);
int32_t L_3 = __this->___firstPartIndex_0;
int32_t L_4 = V_1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5;
L_5 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A(L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
V_3 = L_5;
String_t* L_6;
L_6 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_3), NULL);
String_t* L_7 = ___fragment0;
bool L_8;
L_8 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_6, L_7, 3, NULL);
V_2 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_003c;
}
}
{
// continue;
goto IL_006b;
}
IL_003c:
{
// if (!string.IsNullOrEmpty(result))
String_t* L_10 = V_0;
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_0061;
}
}
{
// result = $"{result}|{partStrings[i]}";
String_t* L_13 = V_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = __this->___partStrings_1;
int32_t L_15 = V_1;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
String_t* L_18;
L_18 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_13, _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827, L_17, NULL);
V_0 = L_18;
goto IL_006a;
}
IL_0061:
{
// result = partStrings[i];
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = __this->___partStrings_1;
int32_t L_20 = V_1;
NullCheck(L_19);
int32_t L_21 = L_20;
String_t* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_0 = L_22;
}
IL_006a:
{
}
IL_006b:
{
// for (var i = 0; i < partCount; ++i)
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_006f:
{
// for (var i = 0; i < partCount; ++i)
int32_t L_24 = V_1;
int32_t L_25 = __this->___partCount_2;
V_5 = (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0);
bool L_26 = V_5;
if (L_26)
{
goto IL_000b;
}
}
{
// if (string.IsNullOrEmpty(result))
String_t* L_27 = V_0;
bool L_28;
L_28 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_27, NULL);
V_6 = L_28;
bool L_29 = V_6;
if (!L_29)
{
goto IL_0090;
}
}
{
// result = " ";
V_0 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
}
IL_0090:
{
// return result;
String_t* L_30 = V_0;
V_7 = L_30;
goto IL_0095;
}
IL_0095:
{
// });
String_t* L_31 = V_7;
return L_31;
}
}
#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.InputActionAsset UnityEngine.InputSystem.InputActionReference::get_asset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionReference_get_asset_m2ACB50A0D73B81FAB21C6BC80C59CB87814BEE2E (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
{
{
// public InputActionAsset asset => m_Asset;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_4;
return L_0;
}
}
// 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)
{
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;
bool V_1 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
{
// if (m_Action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___m_Action_6;
V_0 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0040;
}
}
{
// if (m_Asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_2 = __this->___m_Asset_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0023;
}
}
{
// return null;
V_2 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_0049;
}
IL_0023:
{
// m_Action = m_Asset.FindAction(new Guid(m_ActionId));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = __this->___m_Asset_4;
String_t* L_6 = __this->___m_ActionId_5;
Guid_t L_7;
memset((&L_7), 0, sizeof(L_7));
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_7), L_6, /*hidden argument*/NULL);
NullCheck(L_5);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8;
L_8 = InputActionAsset_FindAction_m16E1640E2BBADC5F408EA6F05C81D593269CD24A(L_5, L_7, NULL);
__this->___m_Action_6 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_6), (void*)L_8);
}
IL_0040:
{
// return m_Action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = __this->___m_Action_6;
V_2 = L_9;
goto IL_0049;
}
IL_0049:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = V_2;
return L_10;
}
}
// System.Void UnityEngine.InputSystem.InputActionReference::Set(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __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;
int32_t G_B5_0 = 0;
{
// 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_001a;
}
}
{
// m_Asset = default;
__this->___m_Asset_4 = (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_4), (void*)(InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL);
// m_ActionId = default;
__this->___m_ActionId_5 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionId_5), (void*)(String_t*)NULL);
// return;
goto IL_0056;
}
IL_001a:
{
// var map = action.actionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___action0;
NullCheck(L_2);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3;
L_3 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_2, NULL);
V_0 = L_3;
// if (map == null || map.asset == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_0;
if (!L_4)
{
goto IL_0032;
}
}
{
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, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B5_0 = ((int32_t)(L_7));
goto IL_0033;
}
IL_0032:
{
G_B5_0 = 1;
}
IL_0033:
{
V_2 = (bool)G_B5_0;
bool L_8 = V_2;
if (!L_8)
{
goto IL_0048;
}
}
{
// throw new InvalidOperationException(
// $"Action '{action}' must be part of an InputActionAsset in order to be able to create an InputActionReference for it");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
String_t* L_10;
L_10 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB83C20F0372B83AFCF2F380FFFEDF0FC5B2716DF)), L_9, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_11 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_11);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_11, L_10, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A_RuntimeMethod_var)));
}
IL_0048:
{
// SetInternal(map.asset, action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = V_0;
NullCheck(L_12);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13;
L_13 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_12, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___action0;
InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C(__this, L_13, L_14, NULL);
}
IL_0056:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionReference::Set(UnityEngine.InputSystem.InputActionAsset,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, String_t* ___mapName1, String_t* ___actionName2, 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;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
}
IL_0017:
{
// if (string.IsNullOrEmpty(mapName))
String_t* L_4 = ___mapName1;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_3 = L_5;
bool L_6 = V_3;
if (!L_6)
{
goto IL_002c;
}
}
{
// throw new ArgumentNullException(nameof(mapName));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22C0BFC803D5BD7AC2BA78E866EC35DBF4356A5B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
}
IL_002c:
{
// if (string.IsNullOrEmpty(actionName))
String_t* L_8 = ___actionName2;
bool L_9;
L_9 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_8, NULL);
V_4 = L_9;
bool L_10 = V_4;
if (!L_10)
{
goto IL_0043;
}
}
{
// throw new ArgumentNullException(nameof(actionName));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_11 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_11);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral324B7BF2CA4CDF2B0890671B3810E93A4B864259)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
}
IL_0043:
{
// var actionMap = asset.FindActionMap(mapName);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_12 = ___asset0;
String_t* L_13 = ___mapName1;
NullCheck(L_12);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14;
L_14 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_12, L_13, (bool)0, NULL);
V_0 = L_14;
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = V_0;
V_5 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_15) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_16 = V_5;
if (!L_16)
{
goto IL_006d;
}
}
{
// throw new ArgumentException($"No action map '{mapName}' in '{asset}'", nameof(mapName));
String_t* L_17 = ___mapName1;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_18 = ___asset0;
String_t* L_19;
L_19 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90F0368FD1E939DF97C4180C4159E1B8783C898C)), L_17, L_18, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_20 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_20);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_20, L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22C0BFC803D5BD7AC2BA78E866EC35DBF4356A5B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
}
IL_006d:
{
// var action = actionMap.FindAction(actionName);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = V_0;
String_t* L_22 = ___actionName2;
NullCheck(L_21);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_23;
L_23 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(L_21, L_22, (bool)0, NULL);
V_1 = L_23;
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = V_1;
V_6 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_24) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_25 = V_6;
if (!L_25)
{
goto IL_0098;
}
}
{
// throw new ArgumentException($"No action '{actionName}' in map '{mapName}' of asset '{asset}'",
// nameof(actionName));
String_t* L_26 = ___actionName2;
String_t* L_27 = ___mapName1;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_28 = ___asset0;
String_t* L_29;
L_29 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D0876C1556DFC2E63862DAD485048B7A5B2BBE9)), L_26, L_27, L_28, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_30 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_30);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_30, L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral324B7BF2CA4CDF2B0890671B3810E93A4B864259)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
}
IL_0098:
{
// SetInternal(asset, action);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_31 = ___asset0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_32 = V_1;
InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C(__this, L_31, L_32, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionReference::SetInternal(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
Guid_t V_2;
memset((&V_2), 0, sizeof(V_2));
{
// var actionMap = action.actionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action1;
NullCheck(L_0);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1;
L_1 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_0, NULL);
V_0 = L_1;
// if (!asset.actionMaps.Contains(actionMap))
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_2 = ___asset0;
NullCheck(L_2);
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_3;
L_3 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(L_2, NULL);
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_4 = L_3;
RuntimeObject* L_5 = Box(ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081_il2cpp_TypeInfo_var, &L_4);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = V_0;
bool L_7;
L_7 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_5, L_6, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
bool L_8 = V_1;
if (!L_8)
{
goto IL_0037;
}
}
{
// throw new ArgumentException(
// $"Action '{action}' is not contained in asset '{asset}'", nameof(action));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action1;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_10 = ___asset0;
String_t* L_11;
L_11 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F67F2BEECF89EF5CDF8DE4682F3A9B37BE8E5AE)), L_9, L_10, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_12 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_12);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_12, L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C_RuntimeMethod_var)));
}
IL_0037:
{
// m_Asset = asset;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13 = ___asset0;
__this->___m_Asset_4 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_4), (void*)L_13);
// m_ActionId = action.id.ToString();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___action1;
NullCheck(L_14);
Guid_t L_15;
L_15 = InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624(L_14, NULL);
V_2 = L_15;
String_t* L_16;
L_16 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_2), NULL);
__this->___m_ActionId_5 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionId_5), (void*)L_16);
// }
return;
}
}
// System.String UnityEngine.InputSystem.InputActionReference::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionReference_ToString_m198573B4C0D05A39CE7C4EF1D96E82DE87DBE114 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
}
try
{// begin try (depth: 1)
// var action = this.action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
L_0 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(__this, NULL);
V_0 = L_0;
// return $"{m_Asset.name}:{action.actionMap.name}/{action.name}";
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_4;
NullCheck(L_3);
String_t* L_4;
L_4 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_3, NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_4);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_2;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = V_0;
NullCheck(L_7);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8;
L_8 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_7, NULL);
NullCheck(L_8);
String_t* L_9;
L_9 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_8, NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_9);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_9);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_6;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = V_0;
NullCheck(L_12);
String_t* L_13;
L_13 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_12, NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_13);
String_t* L_14;
L_14 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_11, NULL);
V_1 = L_14;
goto IL_0088;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_004c;
}
throw e;
}
CATCH_004c:
{// begin catch(System.Object)
{
// catch
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_15 = __this->___m_Asset_4;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var)));
bool L_16;
L_16 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_2 = L_16;
bool L_17 = V_2;
if (!L_17)
{
goto IL_007c;
}
}
{
// return $"{m_Asset.name}:{m_ActionId}";
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_18 = __this->___m_Asset_4;
NullCheck(L_18);
String_t* L_19;
L_19 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_18, NULL);
String_t* L_20 = __this->___m_ActionId_5;
String_t* L_21;
L_21 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D)), L_20, NULL);
V_1 = L_21;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0088;
}
IL_007c:
{
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_007f;
}
}// end catch (depth: 1)
IL_007f:
{
// return base.ToString();
String_t* L_22;
L_22 = Object_ToString_m590B13E2C40DB814E3CF9C3615952B3CC7C4B36C(__this, NULL);
V_1 = L_22;
goto IL_0088;
}
IL_0088:
{
// }
String_t* L_23 = V_1;
return L_23;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::op_Implicit(UnityEngine.InputSystem.InputActionReference)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_op_Implicit_mADEA02525E8CF9211980F437F73DE45414F27E36 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___reference0, const RuntimeMethod* method)
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B3_0 = NULL;
{
// return reference?.action;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = ___reference0;
if (L_0)
{
goto IL_0007;
}
}
{
G_B3_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
goto IL_000d;
}
IL_0007:
{
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = ___reference0;
NullCheck(L_1);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2;
L_2 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(L_1, NULL);
G_B3_0 = L_2;
}
IL_000d:
{
V_0 = G_B3_0;
goto IL_0010;
}
IL_0010:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = V_0;
return L_3;
}
}
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionReference::Create(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionReference_Create_m0F6A9DB8F00ADE4E43A3B99C6B24113A7916BA36 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mB5B3B9E7F8A9A7BBBF993A9813CEB129455B4ABB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* V_0 = NULL;
bool V_1 = false;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* V_2 = 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_000d;
}
}
{
// return null;
V_2 = (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL;
goto IL_001f;
}
IL_000d:
{
// var reference = CreateInstance<InputActionReference>();
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2;
L_2 = ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mB5B3B9E7F8A9A7BBBF993A9813CEB129455B4ABB(ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mB5B3B9E7F8A9A7BBBF993A9813CEB129455B4ABB_RuntimeMethod_var);
V_0 = L_2;
// reference.Set(action);
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_3 = V_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_3);
InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A(L_3, L_4, NULL);
// return reference;
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_5 = V_0;
V_2 = L_5;
goto IL_001f;
}
IL_001f:
{
// }
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_6 = V_2;
return L_6;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::ToInputAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_ToInputAction_mA47B4EEAF88C563544D7E4E43CD528F2639104A6 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
L_0 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.InputSystem.InputActionReference::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference__ctor_m36A98C171209D10EB89EC5F308192A6696345874 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __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
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions::AddActionMap(UnityEngine.InputSystem.InputActionAsset,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionSetupExtensions_AddActionMap_mA27FA9DA24A075C67C20734FBE6C38BA51D32755 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, String_t* ___name1, 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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_4 = NULL;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_mA27FA9DA24A075C67C20734FBE6C38BA51D32755_RuntimeMethod_var)));
}
IL_0017:
{
// if (string.IsNullOrEmpty(name))
String_t* L_4 = ___name1;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_2 = L_5;
bool L_6 = V_2;
if (!L_6)
{
goto IL_002c;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_mA27FA9DA24A075C67C20734FBE6C38BA51D32755_RuntimeMethod_var)));
}
IL_002c:
{
// if (asset.FindActionMap(name) != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = ___asset0;
String_t* L_9 = ___name1;
NullCheck(L_8);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
L_10 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_8, L_9, (bool)0, NULL);
V_3 = (bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_11 = V_3;
if (!L_11)
{
goto IL_0051;
}
}
{
// throw new InvalidOperationException(
// $"An action map called '{name}' already exists in the asset");
String_t* L_12 = ___name1;
String_t* L_13;
L_13 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCD58B2B5FA050DE08838A2736640B22F9625704)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B58620806380D2BFCBC5E0CD1448D402CA69A64)), NULL);
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, L_13, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_mA27FA9DA24A075C67C20734FBE6C38BA51D32755_RuntimeMethod_var)));
}
IL_0051:
{
// var map = new InputActionMap(name);
String_t* L_15 = ___name1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
NullCheck(L_16);
InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0(L_16, L_15, NULL);
V_0 = L_16;
// map.GenerateId();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = V_0;
NullCheck(L_17);
InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC(L_17, NULL);
// asset.AddActionMap(map);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_18 = ___asset0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = V_0;
InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD(L_18, L_19, NULL);
// return map;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = V_0;
V_4 = L_20;
goto IL_006c;
}
IL_006c:
{
// }
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = V_4;
return L_21;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mAA4A5BE6885D2CE709F91BEA096D87C2F5E84A68_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD_RuntimeMethod_var)));
}
IL_0017:
{
// if (map == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___map1;
V_1 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_002a;
}
}
{
// throw new ArgumentNullException(nameof(map));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD_RuntimeMethod_var)));
}
IL_002a:
{
// if (string.IsNullOrEmpty(map.name))
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___map1;
NullCheck(L_7);
String_t* L_8;
L_8 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_7, NULL);
bool L_9;
L_9 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_8, NULL);
V_2 = L_9;
bool L_10 = V_2;
if (!L_10)
{
goto IL_0044;
}
}
{
// throw new InvalidOperationException("Maps added to an input action asset must be named");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_11 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_11);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB478D62C1CCFE64334E0F60F11021C6461111693)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD_RuntimeMethod_var)));
}
IL_0044:
{
// if (map.asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = ___map1;
NullCheck(L_12);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13;
L_13 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_14;
bool L_15 = V_3;
if (!L_15)
{
goto IL_006c;
}
}
{
// throw new InvalidOperationException(
// $"Cannot add map '{map}' to asset '{asset}' as it has already been added to asset '{map.asset}'");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = ___map1;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_17 = ___asset0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = ___map1;
NullCheck(L_18);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_19;
L_19 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_18, NULL);
String_t* L_20;
L_20 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA03FB8E910CC2F749A4A74729997E629F35DE29)), L_16, L_17, L_19, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_21 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_21);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_21, L_20, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD_RuntimeMethod_var)));
}
IL_006c:
{
// if (asset.FindActionMap(map.name) != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_22 = ___asset0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = ___map1;
NullCheck(L_23);
String_t* L_24;
L_24 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_23, NULL);
NullCheck(L_22);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25;
L_25 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_22, L_24, (bool)0, NULL);
V_4 = (bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_25) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_26 = V_4;
if (!L_26)
{
goto IL_009d;
}
}
{
// throw new InvalidOperationException(
// $"An action map called '{map.name}' already exists in the asset");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = ___map1;
NullCheck(L_27);
String_t* L_28;
L_28 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_27, NULL);
String_t* L_29;
L_29 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCD58B2B5FA050DE08838A2736640B22F9625704)), L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B58620806380D2BFCBC5E0CD1448D402CA69A64)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_30 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_30);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_30, L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m01A9F0066085016A67E4FB216A132F7B34E97DBD_RuntimeMethod_var)));
}
IL_009d:
{
// ArrayHelpers.Append(ref asset.m_ActionMaps, map);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_31 = ___asset0;
NullCheck(L_31);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** L_32 = (&L_31->___m_ActionMaps_5);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_33 = ___map1;
int32_t L_34;
L_34 = ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mAA4A5BE6885D2CE709F91BEA096D87C2F5E84A68(L_32, L_33, ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mAA4A5BE6885D2CE709F91BEA096D87C2F5E84A68_RuntimeMethod_var);
// asset.MarkAsDirty();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_35 = ___asset0;
NullCheck(L_35);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_35, NULL);
// map.m_Asset = asset;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_36 = ___map1;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_37 = ___asset0;
NullCheck(L_36);
L_36->___m_Asset_2 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&L_36->___m_Asset_2), (void*)L_37);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m641039B051165701165112518D6D5C053FA82FA3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79_RuntimeMethod_var)));
}
IL_0017:
{
// if (map == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___map1;
V_1 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_002a;
}
}
{
// throw new ArgumentNullException(nameof(map));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79_RuntimeMethod_var)));
}
IL_002a:
{
// if (map.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___map1;
NullCheck(L_7);
bool L_8;
L_8 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_7, NULL);
V_2 = L_8;
bool L_9 = V_2;
if (!L_9)
{
goto IL_003f;
}
}
{
// throw new InvalidOperationException("Cannot remove an action map from the asset while it is enabled");
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6559F260908A9CE7940FCC32ADE1B87659B63530)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79_RuntimeMethod_var)));
}
IL_003f:
{
// if (map.m_Asset != asset)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = ___map1;
NullCheck(L_11);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_12 = L_11->___m_Asset_2;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13 = ___asset0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_12, L_13, NULL);
V_3 = L_14;
bool L_15 = V_3;
if (!L_15)
{
goto IL_0051;
}
}
{
// return;
goto IL_006c;
}
IL_0051:
{
// ArrayHelpers.Erase(ref asset.m_ActionMaps, map);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16 = ___asset0;
NullCheck(L_16);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** L_17 = (&L_16->___m_ActionMaps_5);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = ___map1;
bool L_19;
L_19 = ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m641039B051165701165112518D6D5C053FA82FA3(L_17, L_18, ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m641039B051165701165112518D6D5C053FA82FA3_RuntimeMethod_var);
// asset.MarkAsDirty();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_20 = ___asset0;
NullCheck(L_20);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_20, NULL);
// map.m_Asset = null;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = ___map1;
NullCheck(L_21);
L_21->___m_Asset_2 = (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_21->___m_Asset_2), (void*)(InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL);
}
IL_006c:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveActionMap(UnityEngine.InputSystem.InputActionAsset,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveActionMap_mA6D6F5AC04992DC3CAE567FFB474600C426DCED8 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, String_t* ___nameOrId1, 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;
bool V_3 = false;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_mA6D6F5AC04992DC3CAE567FFB474600C426DCED8_RuntimeMethod_var)));
}
IL_0017:
{
// if (nameOrId == null)
String_t* L_4 = ___nameOrId1;
V_2 = (bool)((((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002a;
}
}
{
// throw new ArgumentNullException(nameof(nameOrId));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_mA6D6F5AC04992DC3CAE567FFB474600C426DCED8_RuntimeMethod_var)));
}
IL_002a:
{
// var map = asset.FindActionMap(nameOrId);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_7 = ___asset0;
String_t* L_8 = ___nameOrId1;
NullCheck(L_7);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9;
L_9 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_7, L_8, (bool)0, NULL);
V_0 = L_9;
// if (map != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = V_0;
V_3 = (bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_11 = V_3;
if (!L_11)
{
goto IL_0043;
}
}
{
// asset.RemoveActionMap(map);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_12 = ___asset0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = V_0;
InputActionSetupExtensions_RemoveActionMap_m69DB98C53832DAC481EEDB0142C6F161AE845E79(L_12, L_13, NULL);
}
IL_0043:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions::AddAction(UnityEngine.InputSystem.InputActionMap,System.String,UnityEngine.InputSystem.InputActionType,System.String,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, String_t* ___name1, int32_t ___type2, String_t* ___binding3, String_t* ___interactions4, String_t* ___processors5, String_t* ___groups6, String_t* ___expectedControlLayout7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD4BAA76F2ACA55B79CBABDABC391A432B5D77EA2_RuntimeMethod_var);
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*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA V_5;
memset((&V_5), 0, sizeof(V_5));
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 V_6;
memset((&V_6), 0, sizeof(V_6));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_13 = NULL;
{
// if (map == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
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(map));
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*)&_stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var)));
}
IL_0014:
{
// if (string.IsNullOrEmpty(name))
String_t* L_3 = ___name1;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_002e;
}
}
{
// throw new ArgumentException("Action must have name", nameof(name));
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6713AB41F645B1332D5092A3B104BA65B9896D6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var)));
}
IL_002e:
{
// if (map.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___map0;
NullCheck(L_7);
bool L_8;
L_8 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_7, NULL);
V_3 = L_8;
bool L_9 = V_3;
if (!L_9)
{
goto IL_004a;
}
}
{
// throw new InvalidOperationException(
// $"Cannot add action '{name}' to map '{map}' while it the map is enabled");
String_t* L_10 = ___name1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = ___map0;
String_t* L_12;
L_12 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A55BF9CA7B6C5EAB9EF5D0E19861B96DE85DF2D)), L_10, L_11, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_13 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_13);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_13, L_12, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var)));
}
IL_004a:
{
// if (map.asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = ___map0;
NullCheck(L_14);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_15;
L_15 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_4 = L_16;
bool L_17 = V_4;
if (!L_17)
{
goto IL_00b9;
}
}
{
// foreach (var assetMap in map.asset.actionMaps)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = ___map0;
NullCheck(L_18);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_19;
L_19 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_18, NULL);
NullCheck(L_19);
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_20;
L_20 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(L_19, NULL);
V_6 = L_20;
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA L_21;
L_21 = ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938((&V_6), ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
V_5 = L_21;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00aa:
{// begin finally (depth: 1)
Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A((&V_5), Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_009f_1;
}
IL_0075_1:
{
// foreach (var assetMap in map.asset.actionMaps)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22;
L_22 = Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931((&V_5), Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
V_7 = L_22;
// if (assetMap.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = V_7;
NullCheck(L_23);
bool L_24;
L_24 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_23, NULL);
V_8 = L_24;
bool L_25 = V_8;
if (!L_25)
{
goto IL_009f_1;
}
}
{
// throw new InvalidOperationException(
// $"Cannot add action '{name}' to map '{map}' while any of the maps in the parent input asset are enabled, found '{assetMap}' currently enabled.");
String_t* L_26 = ___name1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = ___map0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_28 = V_7;
String_t* L_29;
L_29 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA1B934539BF12A9EED7D5C95C144182D26E8DC8E)), L_26, L_27, L_28, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_30 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_30);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_30, L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var)));
}
IL_009f_1:
{
// foreach (var assetMap in map.asset.actionMaps)
bool L_31;
L_31 = Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C((&V_5), Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
if (L_31)
{
goto IL_0075_1;
}
}
{
goto IL_00b9;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00b9:
{
// if (map.FindAction(name) != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = ___map0;
String_t* L_33 = ___name1;
NullCheck(L_32);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34;
L_34 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(L_32, L_33, (bool)0, NULL);
V_9 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_34) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_35 = V_9;
if (!L_35)
{
goto IL_0100;
}
}
{
// throw new InvalidOperationException(
// $"Cannot add action with duplicate name '{name}' to set '{map.name}'");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_36;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE07EF50524899069F7A42B789480D715CD1AE19)));
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE07EF50524899069F7A42B789480D715CD1AE19)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37;
String_t* L_39 = ___name1;
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_39);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_39);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40 = L_38;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE502D3ABEEE32F3637243373A0B40507CCD0D40F)));
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE502D3ABEEE32F3637243373A0B40507CCD0D40F)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_40;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_42 = ___map0;
NullCheck(L_42);
String_t* L_43;
L_43 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_42, NULL);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_43);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_43);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = L_41;
NullCheck(L_44);
ArrayElementTypeCheck (L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
String_t* L_45;
L_45 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_44, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_46 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_46);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_46, L_45, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var)));
}
IL_0100:
{
// var action = new InputAction(name, type)
// {
// expectedControlType = expectedControlLayout
// };
String_t* L_47 = ___name1;
int32_t L_48 = ___type2;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_49 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)il2cpp_codegen_object_new(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
NullCheck(L_49);
InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9(L_49, L_47, L_48, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_50 = L_49;
String_t* L_51 = ___expectedControlLayout7;
NullCheck(L_50);
InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57_inline(L_50, L_51, NULL);
V_0 = L_50;
// action.GenerateId();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_52 = V_0;
NullCheck(L_52);
InputAction_GenerateId_mEFFB96A9811B4AC63713D7D933C9B77D2B80F3FD(L_52, NULL);
// ArrayHelpers.Append(ref map.m_Actions, action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_53 = ___map0;
NullCheck(L_53);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** L_54 = (&L_53->___m_Actions_3);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_55 = V_0;
int32_t L_56;
L_56 = ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD4BAA76F2ACA55B79CBABDABC391A432B5D77EA2(L_54, L_55, ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD4BAA76F2ACA55B79CBABDABC391A432B5D77EA2_RuntimeMethod_var);
// action.m_ActionMap = map;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_57 = V_0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_58 = ___map0;
NullCheck(L_57);
L_57->___m_ActionMap_14 = L_58;
Il2CppCodeGenWriteBarrier((void**)(&L_57->___m_ActionMap_14), (void*)L_58);
// if (!string.IsNullOrEmpty(binding))
String_t* L_59 = ___binding3;
bool L_60;
L_60 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_59, NULL);
V_10 = (bool)((((int32_t)L_60) == ((int32_t)0))? 1 : 0);
bool L_61 = V_10;
if (!L_61)
{
goto IL_0151;
}
}
{
// action.AddBinding(binding, interactions: interactions, processors: processors, groups: groups);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_62 = V_0;
String_t* L_63 = ___binding3;
String_t* L_64 = ___interactions4;
String_t* L_65 = ___processors5;
String_t* L_66 = ___groups6;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_67;
L_67 = InputActionSetupExtensions_AddBinding_m7530B4D167371478100DCCDAFA375DBBD66C6C78(L_62, L_63, L_64, L_65, L_66, NULL);
goto IL_018b;
}
IL_0151:
{
// if (!string.IsNullOrEmpty(groups))
String_t* L_68 = ___groups6;
bool L_69;
L_69 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_68, NULL);
V_11 = (bool)((((int32_t)L_69) == ((int32_t)0))? 1 : 0);
bool L_70 = V_11;
if (!L_70)
{
goto IL_017a;
}
}
{
// throw new ArgumentException(
// $"No binding path was specified for action '{action}' but groups was specified ('{groups}'); cannot apply groups without binding",
// nameof(groups));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_71 = V_0;
String_t* L_72 = ___groups6;
String_t* L_73;
L_73 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9713754839120C7B6DEE23AD243B8E1932E5F31)), L_71, L_72, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_74 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_74);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_74, L_73, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C50683E6ABA3D51752EA47B0E512594C9784BC4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_mA8DC6875830DD5CCE45669C769F41D5FFA63107C_RuntimeMethod_var)));
}
IL_017a:
{
// action.m_Interactions = interactions;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_75 = V_0;
String_t* L_76 = ___interactions4;
NullCheck(L_75);
L_75->___m_Interactions_5 = L_76;
Il2CppCodeGenWriteBarrier((void**)(&L_75->___m_Interactions_5), (void*)L_76);
// action.m_Processors = processors;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_77 = V_0;
String_t* L_78 = ___processors5;
NullCheck(L_77);
L_77->___m_Processors_4 = L_78;
Il2CppCodeGenWriteBarrier((void**)(&L_77->___m_Processors_4), (void*)L_78);
}
IL_018b:
{
// if (map.asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_79 = ___map0;
NullCheck(L_79);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_80;
L_80 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_79, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_81;
L_81 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_80, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_12 = L_81;
bool L_82 = V_12;
if (!L_82)
{
goto IL_01a9;
}
}
{
// map.asset.MarkAsDirty();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_83 = ___map0;
NullCheck(L_83);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_84;
L_84 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_83, NULL);
NullCheck(L_84);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_84, NULL);
}
IL_01a9:
{
// map.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_85 = ___map0;
NullCheck(L_85);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_85, NULL);
// map.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_86 = ___map0;
NullCheck(L_86);
bool L_87;
L_87 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_86, NULL);
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_88 = V_0;
V_13 = L_88;
goto IL_01bc;
}
IL_01bc:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_89 = V_13;
return L_89;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mDD6BFD00C94D4D10A649D1C90C06C86930EF1A16_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m928CA102425107780A556CB0CBA24F9F4CA7AC82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696_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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA959AE65EF0E861ECF3EA252726BF838891C96A);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
bool V_9 = false;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_10 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_11 = NULL;
int32_t V_12 = 0;
int32_t V_13 = 0;
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* V_14 = NULL;
bool V_15 = false;
bool V_16 = 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*)&InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA_RuntimeMethod_var)));
}
IL_0016:
{
// var actionMap = action.actionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4;
L_4 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_3, NULL);
V_0 = L_4;
// if (actionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_0;
V_5 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_003d;
}
}
{
// throw new ArgumentException(
// $"Action '{action}' does not belong to an action map; nowhere to remove from", nameof(action));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
String_t* L_8;
L_8 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C9037B307855F5B5464912040656FEE2423F2F)), L_7, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA_RuntimeMethod_var)));
}
IL_003d:
{
// if (actionMap.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = V_0;
NullCheck(L_10);
bool L_11;
L_11 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_10, NULL);
V_6 = L_11;
bool L_12 = V_6;
if (!L_12)
{
goto IL_005a;
}
}
{
// throw new ArgumentException($"Cannot remove action '{action}' while its action map is enabled");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___action0;
String_t* L_14;
L_14 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D9EF7A994714B7DF792DD86496D24A9E0E9CDC9)), L_13, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_15);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_15, L_14, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA_RuntimeMethod_var)));
}
IL_005a:
{
// var bindingsForAction = action.bindings.ToArray();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = ___action0;
NullCheck(L_16);
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_17;
L_17 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_16, NULL);
V_7 = L_17;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18;
L_18 = ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95((&V_7), ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var);
V_1 = L_18;
// var index = ArrayHelpers.IndexOfReference(actionMap.m_Actions, action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = V_0;
NullCheck(L_19);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_20 = L_19->___m_Actions_3;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_21 = ___action0;
int32_t L_22;
L_22 = ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m928CA102425107780A556CB0CBA24F9F4CA7AC82(L_20, L_21, (-1), ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m928CA102425107780A556CB0CBA24F9F4CA7AC82_RuntimeMethod_var);
V_2 = L_22;
// Debug.Assert(index != -1, "Could not find action in map");
int32_t L_23 = V_2;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_23) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralAA959AE65EF0E861ECF3EA252726BF838891C96A, NULL);
// ArrayHelpers.EraseAt(ref actionMap.m_Actions, index);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = V_0;
NullCheck(L_24);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** L_25 = (&L_24->___m_Actions_3);
int32_t L_26 = V_2;
ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mDD6BFD00C94D4D10A649D1C90C06C86930EF1A16(L_25, L_26, ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mDD6BFD00C94D4D10A649D1C90C06C86930EF1A16_RuntimeMethod_var);
// action.m_ActionMap = null;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_27 = ___action0;
NullCheck(L_27);
L_27->___m_ActionMap_14 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_27->___m_ActionMap_14), (void*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL);
// action.m_SingletonActionBindings = bindingsForAction;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = ___action0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_29 = V_1;
NullCheck(L_28);
L_28->___m_SingletonActionBindings_6 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&L_28->___m_SingletonActionBindings_6), (void*)L_29);
// if (actionMap.asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = V_0;
NullCheck(L_30);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_31;
L_31 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_30, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_32;
L_32 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_31, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_8 = L_32;
bool L_33 = V_8;
if (!L_33)
{
goto IL_00c3;
}
}
{
// actionMap.asset.MarkAsDirty();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34 = V_0;
NullCheck(L_34);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_35;
L_35 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_34, NULL);
NullCheck(L_35);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_35, NULL);
}
IL_00c3:
{
// actionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_36 = V_0;
NullCheck(L_36);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_36, NULL);
// var newActionMapBindingCount = actionMap.m_Bindings.Length - bindingsForAction.Length;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_37 = V_0;
NullCheck(L_37);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_38 = L_37->___m_Bindings_4;
NullCheck(L_38);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_39 = V_1;
NullCheck(L_39);
V_3 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_38)->max_length)), ((int32_t)(((RuntimeArray*)L_39)->max_length))));
// if (newActionMapBindingCount == 0)
int32_t L_40 = V_3;
V_9 = (bool)((((int32_t)L_40) == ((int32_t)0))? 1 : 0);
bool L_41 = V_9;
if (!L_41)
{
goto IL_00ed;
}
}
{
// actionMap.m_Bindings = null;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_42 = V_0;
NullCheck(L_42);
L_42->___m_Bindings_4 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_42->___m_Bindings_4), (void*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL);
goto IL_016d;
}
IL_00ed:
{
// var newActionMapBindings = new InputBinding[newActionMapBindingCount];
int32_t L_43 = V_3;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_44 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)SZArrayNew(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var, (uint32_t)L_43);
V_10 = L_44;
// var oldActionMapBindings = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_45 = V_0;
NullCheck(L_45);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_46 = L_45->___m_Bindings_4;
V_11 = L_46;
// var bindingIndex = 0;
V_12 = 0;
// for (var i = 0; i < oldActionMapBindings.Length; ++i)
V_13 = 0;
goto IL_0156;
}
IL_0106:
{
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_47 = (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858_il2cpp_TypeInfo_var);
NullCheck(L_47);
U3CU3Ec__DisplayClass5_0__ctor_mB09023B78E0E753DC7EF6560C9776184F4B0AB1D(L_47, NULL);
V_14 = L_47;
// var binding = oldActionMapBindings[i];
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_48 = V_14;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_49 = V_11;
int32_t L_50 = V_13;
NullCheck(L_49);
int32_t L_51 = L_50;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
NullCheck(L_48);
L_48->___binding_0 = L_52;
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Name_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Id_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Path_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Interactions_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Processors_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Groups_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_Action_8), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_OverridePath_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_OverrideInteractions_11), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&L_48->___binding_0))->___m_OverrideProcessors_12), (void*)NULL);
#endif
// if (bindingsForAction.IndexOf(b => b == binding) == -1)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_53 = V_1;
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_54 = V_14;
Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* L_55 = (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76*)il2cpp_codegen_object_new(Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76_il2cpp_TypeInfo_var);
NullCheck(L_55);
Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E(L_55, L_54, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC_RuntimeMethod_var), NULL);
int32_t L_56;
L_56 = ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696(L_53, L_55, ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m1C1261569171CF998F8CF8CD20867FBB01EDD696_RuntimeMethod_var);
V_15 = (bool)((((int32_t)L_56) == ((int32_t)(-1)))? 1 : 0);
bool L_57 = V_15;
if (!L_57)
{
goto IL_014f;
}
}
{
// newActionMapBindings[bindingIndex++] = binding;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_58 = V_10;
int32_t L_59 = V_12;
int32_t L_60 = L_59;
V_12 = ((int32_t)il2cpp_codegen_add(L_60, 1));
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_61 = V_14;
NullCheck(L_61);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_62 = L_61->___binding_0;
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(L_60), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_62);
}
IL_014f:
{
// for (var i = 0; i < oldActionMapBindings.Length; ++i)
int32_t L_63 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add(L_63, 1));
}
IL_0156:
{
// for (var i = 0; i < oldActionMapBindings.Length; ++i)
int32_t L_64 = V_13;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_65 = V_11;
NullCheck(L_65);
V_16 = (bool)((((int32_t)L_64) < ((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length))))? 1 : 0);
bool L_66 = V_16;
if (L_66)
{
goto IL_0106;
}
}
{
// actionMap.m_Bindings = newActionMapBindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_67 = V_0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_68 = V_10;
NullCheck(L_67);
L_67->___m_Bindings_4 = L_68;
Il2CppCodeGenWriteBarrier((void**)(&L_67->___m_Bindings_4), (void*)L_68);
}
IL_016d:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveAction(UnityEngine.InputSystem.InputActionAsset,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveAction_mAEA58DAA4B5C793F936823CB25DA0FCF26AAD820 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, String_t* ___nameOrId1, 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* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mAEA58DAA4B5C793F936823CB25DA0FCF26AAD820_RuntimeMethod_var)));
}
IL_0017:
{
// if (nameOrId == null)
String_t* L_4 = ___nameOrId1;
V_2 = (bool)((((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002a;
}
}
{
// throw new ArgumentNullException(nameof(nameOrId));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mAEA58DAA4B5C793F936823CB25DA0FCF26AAD820_RuntimeMethod_var)));
}
IL_002a:
{
// var action = asset.FindAction(nameOrId);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_7 = ___asset0;
String_t* L_8 = ___nameOrId1;
NullCheck(L_7);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9;
L_9 = InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00(L_7, L_8, (bool)0, NULL);
V_0 = L_9;
// action?.RemoveAction();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = V_0;
if (L_10)
{
goto IL_0038;
}
}
{
goto IL_003f;
}
IL_0038:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = V_0;
InputActionSetupExtensions_RemoveAction_mBA5CF12339D02A602E79966622391D307CAEBEBA(L_11, NULL);
}
IL_003f:
{
// }
return;
}
}
// 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)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return AddBinding(action, new InputBinding
// {
// path = path,
// interactions = interactions,
// processors = processors,
// groups = groups
// });
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_1 = ___path1;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_0), L_1, NULL);
String_t* L_2 = ___interactions2;
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_0), L_2, NULL);
String_t* L_3 = ___processors3;
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_0), L_3, NULL);
String_t* L_4 = ___groups4;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_4, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
L_6 = InputActionSetupExtensions_AddBinding_mF627B7A4371D6ABA0132F3E495F4092D1270EA86(L_0, L_5, NULL);
V_1 = L_6;
goto IL_0038;
}
IL_0038:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_1;
return L_7;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m2A3934497A55226FEA7E656E9C63C926F624977B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control1;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
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*)&InputActionSetupExtensions_AddBinding_m2A3934497A55226FEA7E656E9C63C926F624977B_RuntimeMethod_var)));
}
IL_0014:
{
// return AddBinding(action, control.path);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control1;
NullCheck(L_4);
String_t* L_5;
L_5 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_4, NULL);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
L_6 = InputActionSetupExtensions_AddBinding_m7530B4D167371478100DCCDAFA375DBBD66C6C78(L_3, L_5, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
V_1 = L_6;
goto IL_0026;
}
IL_0026:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_1;
return L_7;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mF627B7A4371D6ABA0132F3E495F4092D1270EA86 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, 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;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t G_B5_0 = 0;
{
// 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*)&InputActionSetupExtensions_AddBinding_mF627B7A4371D6ABA0132F3E495F4092D1270EA86_RuntimeMethod_var)));
}
IL_0014:
{
// Debug.Assert(action.m_Name != null || action.isSingletonAction);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
String_t* L_4 = L_3->___m_Name_0;
if (L_4)
{
goto IL_0024;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action0;
NullCheck(L_5);
bool L_6;
L_6 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_5, NULL);
G_B5_0 = ((int32_t)(L_6));
goto IL_0025;
}
IL_0024:
{
G_B5_0 = 1;
}
IL_0025:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B5_0, NULL);
// binding.action = action.name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
String_t* L_8;
L_8 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_7, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___binding1), L_8, NULL);
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
NullCheck(L_9);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
L_10 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_9, NULL);
V_0 = L_10;
// var bindingIndex = AddBindingInternal(actionMap, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_12 = ___binding1;
int32_t L_13;
L_13 = InputActionSetupExtensions_AddBindingInternal_m4E6B288CE4019AF594C0CF86CCA12A4774A2D779(L_11, L_12, (-1), NULL);
V_1 = L_13;
// return new BindingSyntax(actionMap, bindingIndex);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_0;
int32_t L_15 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_16;
memset((&L_16), 0, sizeof(L_16));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_16), L_14, L_15, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
V_3 = L_16;
goto IL_0054;
}
IL_0054:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_17 = V_3;
return L_17;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, String_t* ___path1, String_t* ___interactions2, String_t* ___groups3, String_t* ___action4, String_t* ___processors5, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (path == null)
String_t* L_0 = ___path1;
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 ArgumentNullException(nameof(path), "Binding path cannot be null");
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_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54A85523A928B8033935F4501FF43783607FE6E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871_RuntimeMethod_var)));
}
IL_0019:
{
// return AddBinding(actionMap,
// new InputBinding
// {
// path = path,
// interactions = interactions,
// groups = groups,
// action = action,
// processors = processors,
// });
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___actionMap0;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_4 = ___path1;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_1), L_4, NULL);
String_t* L_5 = ___interactions2;
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_1), L_5, NULL);
String_t* L_6 = ___groups3;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_1), L_6, NULL);
String_t* L_7 = ___action4;
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_1), L_7, NULL);
String_t* L_8 = ___processors5;
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_1), L_8, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10;
L_10 = InputActionSetupExtensions_AddBinding_m60C041DA4C60AB87875745B9E452E50250A7C4C4(L_3, L_9, NULL);
V_2 = L_10;
goto IL_005a;
}
IL_005a:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_11 = V_2;
return L_11;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,UnityEngine.InputSystem.InputAction,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mBBBFBA2C64FAA3E31B7E2AEC30B7F2C080E1E94B (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, String_t* ___path1, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action2, String_t* ___interactions3, String_t* ___groups4, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
String_t* V_4 = NULL;
int32_t G_B3_0 = 0;
{
// if (action != null && action.actionMap != actionMap)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action2;
if (!L_0)
{
goto IL_0012;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___action2;
NullCheck(L_1);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
L_2 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_1, NULL);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___actionMap0;
G_B3_0 = ((((int32_t)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_2) == ((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 0;
}
IL_0013:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_002e;
}
}
{
// throw new ArgumentException(
// $"Action '{action}' is not part of action map '{actionMap}'", nameof(action));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action2;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___actionMap0;
String_t* L_7;
L_7 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral081C3977031A2708947D1006615EE867270023FE)), L_5, L_6, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_mBBBFBA2C64FAA3E31B7E2AEC30B7F2C080E1E94B_RuntimeMethod_var)));
}
IL_002e:
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action2;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_9) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_10 = V_1;
if (!L_10)
{
goto IL_0045;
}
}
{
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = ___actionMap0;
String_t* L_12 = ___path1;
String_t* L_13 = ___interactions3;
String_t* L_14 = ___groups4;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15;
L_15 = InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871(L_11, L_12, L_13, L_14, (String_t*)NULL, (String_t*)NULL, NULL);
V_2 = L_15;
goto IL_005e;
}
IL_0045:
{
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups,
// action: action.id);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = ___actionMap0;
String_t* L_17 = ___path1;
String_t* L_18 = ___interactions3;
V_3 = L_18;
String_t* L_19 = ___groups4;
V_4 = L_19;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = ___action2;
NullCheck(L_20);
Guid_t L_21;
L_21 = InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624(L_20, NULL);
String_t* L_22 = V_3;
String_t* L_23 = V_4;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_24;
L_24 = InputActionSetupExtensions_AddBinding_m13F19DCBEF1D67E53FCE6BA7F0D87F6AD639111A(L_16, L_17, L_21, L_22, L_23, NULL);
V_2 = L_24;
goto IL_005e;
}
IL_005e:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_25 = V_2;
return L_25;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.Guid,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m13F19DCBEF1D67E53FCE6BA7F0D87F6AD639111A (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, String_t* ___path1, Guid_t ___action2, String_t* ___interactions3, String_t* ___groups4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (action == Guid.Empty)
Guid_t L_0 = ___action2;
Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->___Empty_0;
bool L_2;
L_2 = Guid_op_Equality_mC6FCB577D004C231106A3A9EDEE2DC3FACA63A27(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_001f;
}
}
{
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___actionMap0;
String_t* L_5 = ___path1;
String_t* L_6 = ___interactions3;
String_t* L_7 = ___groups4;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_8;
L_8 = InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871(L_4, L_5, L_6, L_7, (String_t*)NULL, (String_t*)NULL, NULL);
V_1 = L_8;
goto IL_003a;
}
IL_001f:
{
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups,
// action: action.ToString());
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = ___actionMap0;
String_t* L_10 = ___path1;
String_t* L_11 = ___interactions3;
String_t* L_12 = ___groups4;
String_t* L_13;
L_13 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&___action2), NULL);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_14;
L_14 = InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871(L_9, L_10, L_11, L_12, L_13, (String_t*)NULL, NULL);
V_1 = L_14;
goto IL_003a;
}
IL_003a:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15 = V_1;
return L_15;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m60C041DA4C60AB87875745B9E452E50250A7C4C4 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// 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*)&InputActionSetupExtensions_AddBinding_m60C041DA4C60AB87875745B9E452E50250A7C4C4_RuntimeMethod_var)));
}
IL_0014:
{
// if (binding.path == null)
String_t* L_3;
L_3 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline((&___binding1), NULL);
V_2 = (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0032;
}
}
{
// throw new ArgumentException("Binding path cannot be null", nameof(binding));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54A85523A928B8033935F4501FF43783607FE6E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4356F3B317F52F71C3D5E501CA338241D6296D4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_m60C041DA4C60AB87875745B9E452E50250A7C4C4_RuntimeMethod_var)));
}
IL_0032:
{
// var bindingIndex = AddBindingInternal(actionMap, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___actionMap0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7 = ___binding1;
int32_t L_8;
L_8 = InputActionSetupExtensions_AddBindingInternal_m4E6B288CE4019AF594C0CF86CCA12A4774A2D779(L_6, L_7, (-1), NULL);
V_0 = L_8;
// return new BindingSyntax(actionMap, bindingIndex);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = ___actionMap0;
int32_t L_10 = V_0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_11;
memset((&L_11), 0, sizeof(L_11));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_11), L_9, L_10, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
V_3 = L_11;
goto IL_0046;
}
IL_0046:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12 = V_3;
return L_12;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddCompositeBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 InputActionSetupExtensions_AddCompositeBinding_m4EA4D8E894AA66D652EDDE8AC474AE86C8A5BACF (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___composite1, String_t* ___interactions2, String_t* ___processors3, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_5;
memset((&V_5), 0, sizeof(V_5));
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 V_6;
memset((&V_6), 0, sizeof(V_6));
{
// 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*)&InputActionSetupExtensions_AddCompositeBinding_m4EA4D8E894AA66D652EDDE8AC474AE86C8A5BACF_RuntimeMethod_var)));
}
IL_0014:
{
// if (string.IsNullOrEmpty(composite))
String_t* L_3 = ___composite1;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_4 = L_4;
bool L_5 = V_4;
if (!L_5)
{
goto IL_0030;
}
}
{
// throw new ArgumentException("Composite name cannot be null or empty", nameof(composite));
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F907D48D51F8D6803AF1A32952509842067054C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddCompositeBinding_m4EA4D8E894AA66D652EDDE8AC474AE86C8A5BACF_RuntimeMethod_var)));
}
IL_0030:
{
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8;
L_8 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_7, NULL);
V_0 = L_8;
// var binding = new InputBinding {path = composite, interactions = interactions, processors = processors, isComposite = true, action = action.name};
il2cpp_codegen_initobj((&V_5), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_9 = ___composite1;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_5), L_9, NULL);
String_t* L_10 = ___interactions2;
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_5), L_10, NULL);
String_t* L_11 = ___processors3;
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_5), L_11, NULL);
InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0((&V_5), (bool)1, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
String_t* L_13;
L_13 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_12, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_5), L_13, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_14 = V_5;
V_1 = L_14;
// var bindingIndex = AddBindingInternal(actionMap, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_16 = V_1;
int32_t L_17;
L_17 = InputActionSetupExtensions_AddBindingInternal_m4E6B288CE4019AF594C0CF86CCA12A4774A2D779(L_15, L_16, (-1), NULL);
V_2 = L_17;
// return new CompositeSyntax(actionMap, action, bindingIndex);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = V_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = ___action0;
int32_t L_20 = V_2;
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_21;
memset((&L_21), 0, sizeof(L_21));
CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780((&L_21), L_18, L_19, L_20, /*hidden argument*/NULL);
V_6 = L_21;
goto IL_0089;
}
IL_0089:
{
// }
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_22 = V_6;
return L_22;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions::AddBindingInternal(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionSetupExtensions_AddBindingInternal_m4E6B288CE4019AF594C0CF86CCA12A4774A2D779 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding1, int32_t ___bindingIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
{
// Debug.Assert(map != null);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// if (string.IsNullOrEmpty(binding.m_Id))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = ___binding1;
String_t* L_2 = L_1.___m_Id_3;
bool L_3;
L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0022;
}
}
{
// binding.GenerateId();
InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312((&___binding1), NULL);
}
IL_0022:
{
// if (bindingIndex < 0)
int32_t L_5 = ___bindingIndex2;
V_1 = (bool)((((int32_t)L_5) < ((int32_t)0))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_003a;
}
}
{
// bindingIndex = ArrayHelpers.Append(ref map.m_Bindings, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___map0;
NullCheck(L_7);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_8 = (&L_7->___m_Bindings_4);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9 = ___binding1;
int32_t L_10;
L_10 = ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D(L_8, L_9, ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_mD6D9CE3BB16719BAE9C3066597C040373CF56F1D_RuntimeMethod_var);
___bindingIndex2 = L_10;
goto IL_0048;
}
IL_003a:
{
// ArrayHelpers.InsertAt(ref map.m_Bindings, bindingIndex, binding);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = ___map0;
NullCheck(L_11);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_12 = (&L_11->___m_Bindings_4);
int32_t L_13 = ___bindingIndex2;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_14 = ___binding1;
ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D(L_12, L_13, L_14, ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m86E3448D388AF3855A818E5A54A1EA8764194E5D_RuntimeMethod_var);
}
IL_0048:
{
// if (map.asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = ___map0;
NullCheck(L_15);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16;
L_16 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_15, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_16, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_2 = L_17;
bool L_18 = V_2;
if (!L_18)
{
goto IL_0064;
}
}
{
// map.asset.MarkAsDirty();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = ___map0;
NullCheck(L_19);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_20;
L_20 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_19, NULL);
NullCheck(L_20);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_20, NULL);
}
IL_0064:
{
// map.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = ___map0;
NullCheck(L_21);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_21, NULL);
// map.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = ___map0;
NullCheck(L_22);
bool L_23;
L_23 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_22, NULL);
// if (map.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = ___map0;
NullCheck(L_24);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_25 = L_24->___m_SingletonAction_8;
V_3 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_25) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_26 = V_3;
if (!L_26)
{
goto IL_0090;
}
}
{
// map.m_SingletonAction.m_SingletonActionBindings = map.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = ___map0;
NullCheck(L_27);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = L_27->___m_SingletonAction_8;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = ___map0;
NullCheck(L_29);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_30 = L_29->___m_Bindings_4;
NullCheck(L_28);
L_28->___m_SingletonActionBindings_6 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&L_28->___m_SingletonActionBindings_6), (void*)L_30);
}
IL_0090:
{
// return bindingIndex;
int32_t L_31 = ___bindingIndex2;
V_4 = L_31;
goto IL_0095;
}
IL_0095:
{
// }
int32_t L_32 = V_4;
return L_32;
}
}
// 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)
{
int32_t V_0 = 0;
bool V_1 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// 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*)&InputActionSetupExtensions_ChangeBinding_mBDE7630AA6B40A15F800211EAD1FBC1FBBA81848_RuntimeMethod_var)));
}
IL_0014:
{
// var indexOnMap = action.BindingIndexOnActionToBindingIndexOnMap(index);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
int32_t L_4 = ___index1;
NullCheck(L_3);
int32_t L_5;
L_5 = InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817(L_3, L_4, NULL);
V_0 = L_5;
// return new BindingSyntax(action.GetOrCreateActionMap(), indexOnMap, action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7;
L_7 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_6, NULL);
int32_t L_8 = V_0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10;
memset((&L_10), 0, sizeof(L_10));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_10), L_7, L_8, L_9, /*hidden argument*/NULL);
V_2 = L_10;
goto IL_002c;
}
IL_002c:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_11 = V_2;
return L_11;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m55F20DFEE229BA06CFE7A656EEC71D9383354F40 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___name1, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return action.ChangeBinding(new InputBinding { name = name });
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_1 = ___name1;
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline((&V_0), L_1, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_2 = V_0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_3;
L_3 = InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F(L_0, L_2, NULL);
V_1 = L_3;
goto IL_001c;
}
IL_001c:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_4 = V_1;
return L_4;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputActionMap,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_mDFE8E636DAA0BD6603AE790997EA1CC49BA7D920 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap0, int32_t ___index1, 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;
}
bool V_0 = false;
bool V_1 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B5_0 = 0;
{
// 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*)&InputActionSetupExtensions_ChangeBinding_mDFE8E636DAA0BD6603AE790997EA1CC49BA7D920_RuntimeMethod_var)));
}
IL_0014:
{
// if (index < 0 || index >= actionMap.m_Bindings.LengthSafe())
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___index1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = ___actionMap0;
NullCheck(L_5);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = L_5->___m_Bindings_4;
int32_t L_7;
L_7 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_6, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
G_B5_0 = ((((int32_t)((((int32_t)L_4) < ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B5_0 = 1;
}
IL_002c:
{
V_1 = (bool)G_B5_0;
bool L_8 = V_1;
if (!L_8)
{
goto IL_003b;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(index));
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBinding_mDFE8E636DAA0BD6603AE790997EA1CC49BA7D920_RuntimeMethod_var)));
}
IL_003b:
{
// return new BindingSyntax(actionMap, index);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = ___actionMap0;
int32_t L_11 = ___index1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12;
memset((&L_12), 0, sizeof(L_12));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_12), L_10, L_11, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0046;
}
IL_0046:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_13 = V_2;
return L_13;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithId(UnityEngine.InputSystem.InputAction,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithId_m37D1DA6BDEBE97A319190A86ABF4A54B88BAE138 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___id1, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// 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*)&InputActionSetupExtensions_ChangeBindingWithId_m37D1DA6BDEBE97A319190A86ABF4A54B88BAE138_RuntimeMethod_var)));
}
IL_0014:
{
// return action.ChangeBinding(new InputBinding {m_Id = id});
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_4 = ___id1;
(&V_1)->___m_Id_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_Id_3), (void*)L_4);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
L_6 = InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F(L_3, L_5, NULL);
V_2 = L_6;
goto IL_002e;
}
IL_002e:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_2;
return L_7;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithId(UnityEngine.InputSystem.InputAction,System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithId_m3CDEFF2AE0BA64EF96DE7CD698717C76E46E14E7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, Guid_t ___id1, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// 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*)&InputActionSetupExtensions_ChangeBindingWithId_m3CDEFF2AE0BA64EF96DE7CD698717C76E46E14E7_RuntimeMethod_var)));
}
IL_0014:
{
// return action.ChangeBinding(new InputBinding {id = id});
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
Guid_t L_4 = ___id1;
InputBinding_set_id_m2127BEF40BFD2193AC28E155D15A2BF077974069((&V_1), L_4, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
L_6 = InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F(L_3, L_5, NULL);
V_2 = L_6;
goto IL_002f;
}
IL_002f:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_2;
return L_7;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithGroup(UnityEngine.InputSystem.InputAction,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithGroup_m9719AD881B365BD3B8EB3DD4E0F953723039C83F (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___group1, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// 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*)&InputActionSetupExtensions_ChangeBindingWithGroup_m9719AD881B365BD3B8EB3DD4E0F953723039C83F_RuntimeMethod_var)));
}
IL_0014:
{
// return action.ChangeBinding(new InputBinding {groups = group});
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_4 = ___group1;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_1), L_4, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
L_6 = InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F(L_3, L_5, NULL);
V_2 = L_6;
goto IL_002f;
}
IL_002f:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_2;
return L_7;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithPath(UnityEngine.InputSystem.InputAction,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithPath_m30C02FA1F9A518BD56FEBCFE04535F6298E2C0E3 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___path1, const RuntimeMethod* method)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// 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*)&InputActionSetupExtensions_ChangeBindingWithPath_m30C02FA1F9A518BD56FEBCFE04535F6298E2C0E3_RuntimeMethod_var)));
}
IL_0014:
{
// return action.ChangeBinding(new InputBinding {path = path});
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_4 = ___path1;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_1), L_4, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
L_6 = InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F(L_3, L_5, NULL);
V_2 = L_6;
goto IL_002f;
}
IL_002f:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_2;
return L_7;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___match1, const RuntimeMethod* method)
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
int32_t V_1 = 0;
Guid_t V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
bool V_4 = false;
Guid_t V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
bool V_7 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_8;
memset((&V_8), 0, sizeof(V_8));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_9;
memset((&V_9), 0, sizeof(V_9));
{
// 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*)&InputActionSetupExtensions_ChangeBinding_m424A8B6197DE39DF0F0A31B7A7B751A97932409F_RuntimeMethod_var)));
}
IL_0014:
{
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4;
L_4 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_3, NULL);
V_0 = L_4;
// int bindingIndexInMap = -1;
V_1 = (-1);
// var id = action.idDontGenerate;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action0;
NullCheck(L_5);
Guid_t L_6;
L_6 = InputAction_get_idDontGenerate_m9DBA751EC8095D792094F30E3CB5FC147B786D0B(L_5, NULL);
V_2 = L_6;
// if (id != null)
V_4 = (bool)1;
// match.action = action.id.ToString();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
Guid_t L_8;
L_8 = InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624(L_7, NULL);
V_5 = L_8;
String_t* L_9;
L_9 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_5), NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___match1), L_9, NULL);
// bindingIndexInMap = actionMap.FindBindingRelativeToMap(match);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11 = ___match1;
NullCheck(L_10);
int32_t L_12;
L_12 = InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8(L_10, L_11, NULL);
V_1 = L_12;
// if (bindingIndexInMap == -1)
int32_t L_13 = V_1;
V_6 = (bool)((((int32_t)L_13) == ((int32_t)(-1)))? 1 : 0);
bool L_14 = V_6;
if (!L_14)
{
goto IL_0070;
}
}
{
// match.action = action.name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = ___action0;
NullCheck(L_15);
String_t* L_16;
L_16 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_15, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___match1), L_16, NULL);
// bindingIndexInMap = actionMap.FindBindingRelativeToMap(match);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = V_0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_18 = ___match1;
NullCheck(L_17);
int32_t L_19;
L_19 = InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8(L_17, L_18, NULL);
V_1 = L_19;
}
IL_0070:
{
// if (bindingIndexInMap == -1)
int32_t L_20 = V_1;
V_7 = (bool)((((int32_t)L_20) == ((int32_t)(-1)))? 1 : 0);
bool L_21 = V_7;
if (!L_21)
{
goto IL_0088;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_8), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22 = V_8;
V_9 = L_22;
goto IL_0094;
}
IL_0088:
{
// return new BindingSyntax(actionMap, bindingIndexInMap);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = V_0;
int32_t L_24 = V_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_25;
memset((&L_25), 0, sizeof(L_25));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_25), L_23, L_24, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
V_9 = L_25;
goto IL_0094;
}
IL_0094:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_26 = V_9;
return L_26;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeCompositeBinding(UnityEngine.InputSystem.InputAction,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeCompositeBinding_mE8B9F25B0E8E2B46BA279C4D761CCFCFF31AF0DA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___compositeName1, 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;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_9;
memset((&V_9), 0, sizeof(V_9));
bool V_10 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t G_B8_0 = 0;
int32_t G_B13_0 = 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*)&InputActionSetupExtensions_ChangeCompositeBinding_mE8B9F25B0E8E2B46BA279C4D761CCFCFF31AF0DA_RuntimeMethod_var)));
}
IL_0014:
{
// if (string.IsNullOrEmpty(compositeName))
String_t* L_3 = ___compositeName1;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_4 = L_4;
bool L_5 = V_4;
if (!L_5)
{
goto IL_002b;
}
}
{
// throw new ArgumentNullException(nameof(compositeName));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFFED9A318CA9EC2239501CAC6803F2D1ACB8935)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeCompositeBinding_mE8B9F25B0E8E2B46BA279C4D761CCFCFF31AF0DA_RuntimeMethod_var)));
}
IL_002b:
{
// var actionMap = action.GetOrCreateActionMap();
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8;
L_8 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_7, NULL);
V_0 = L_8;
// var bindings = actionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = V_0;
NullCheck(L_9);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_10 = L_9->___m_Bindings_4;
V_1 = L_10;
// var numBindings = bindings.LengthSafe();
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_11 = V_1;
int32_t L_12;
L_12 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_11, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
V_2 = L_12;
// for (var i = 0; i < numBindings; ++i)
V_5 = 0;
goto IL_00af;
}
IL_0045:
{
// ref var binding = ref bindings[i];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_13 = V_1;
int32_t L_14 = V_5;
NullCheck(L_13);
V_6 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)));
// if (!binding.isComposite || !binding.TriggersAction(action))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_15 = V_6;
bool L_16;
L_16 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(L_15, NULL);
if (!L_16)
{
goto IL_0066;
}
}
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_17 = V_6;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_18 = ___action0;
bool L_19;
L_19 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(L_17, L_18, NULL);
G_B8_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
goto IL_0067;
}
IL_0066:
{
G_B8_0 = 1;
}
IL_0067:
{
V_7 = (bool)G_B8_0;
bool L_20 = V_7;
if (!L_20)
{
goto IL_006f;
}
}
{
// continue;
goto IL_00a9;
}
IL_006f:
{
// if (compositeName.Equals(binding.name, StringComparison.InvariantCultureIgnoreCase)
// || compositeName.Equals(NameAndParameters.ParseName(binding.path),
// StringComparison.InvariantCultureIgnoreCase))
String_t* L_21 = ___compositeName1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_22 = V_6;
String_t* L_23;
L_23 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_22, NULL);
NullCheck(L_21);
bool L_24;
L_24 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_21, L_23, 3, NULL);
if (L_24)
{
goto IL_0094;
}
}
{
String_t* L_25 = ___compositeName1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_26 = V_6;
String_t* L_27;
L_27 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_26, NULL);
String_t* L_28;
L_28 = NameAndParameters_ParseName_mD3F2BC0009AB84E1438B1CFE23666E0599B91456(L_27, NULL);
NullCheck(L_25);
bool L_29;
L_29 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_25, L_28, 3, NULL);
G_B13_0 = ((int32_t)(L_29));
goto IL_0095;
}
IL_0094:
{
G_B13_0 = 1;
}
IL_0095:
{
V_8 = (bool)G_B13_0;
bool L_30 = V_8;
if (!L_30)
{
goto IL_00a8;
}
}
{
// return new BindingSyntax(actionMap, i, action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = V_0;
int32_t L_32 = V_5;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_33 = ___action0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_34;
memset((&L_34), 0, sizeof(L_34));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_34), L_31, L_32, L_33, /*hidden argument*/NULL);
V_9 = L_34;
goto IL_00c8;
}
IL_00a8:
{
}
IL_00a9:
{
// for (var i = 0; i < numBindings; ++i)
int32_t L_35 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00af:
{
// for (var i = 0; i < numBindings; ++i)
int32_t L_36 = V_5;
int32_t L_37 = V_2;
V_10 = (bool)((((int32_t)L_36) < ((int32_t)L_37))? 1 : 0);
bool L_38 = V_10;
if (L_38)
{
goto IL_0045;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_11), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_39 = V_11;
V_9 = L_39;
goto IL_00c8;
}
IL_00c8:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_40 = V_9;
return L_40;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::Rename(UnityEngine.InputSystem.InputAction,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_Rename_m133FFA05D22523175FDEBBCC6CF7C46DB52E7422 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, String_t* ___newName1, 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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
String_t* V_1 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B9_0 = NULL;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B14_0 = NULL;
{
// 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*)&InputActionSetupExtensions_Rename_m133FFA05D22523175FDEBBCC6CF7C46DB52E7422_RuntimeMethod_var)));
}
IL_0016:
{
// if (string.IsNullOrEmpty(newName))
String_t* L_3 = ___newName1;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_5 = L_4;
bool L_5 = V_5;
if (!L_5)
{
goto IL_002d;
}
}
{
// throw new ArgumentNullException(nameof(newName));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4473DAEBAA4524D75A5E202E3CE0F38C1C0026F4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_Rename_m133FFA05D22523175FDEBBCC6CF7C46DB52E7422_RuntimeMethod_var)));
}
IL_002d:
{
// if (action.name == newName)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
String_t* L_8;
L_8 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_7, NULL);
String_t* L_9 = ___newName1;
bool L_10;
L_10 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_8, L_9, NULL);
V_6 = L_10;
bool L_11 = V_6;
if (!L_11)
{
goto IL_0044;
}
}
{
// return;
goto IL_0101;
}
IL_0044:
{
// var actionMap = action.actionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13;
L_13 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_12, NULL);
V_0 = L_13;
// if (actionMap?.FindAction(newName) != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_0;
if (L_14)
{
goto IL_0051;
}
}
{
G_B9_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
goto IL_0059;
}
IL_0051:
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = V_0;
String_t* L_16 = ___newName1;
NullCheck(L_15);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17;
L_17 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(L_15, L_16, (bool)0, NULL);
G_B9_0 = L_17;
}
IL_0059:
{
V_7 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)G_B9_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_18 = V_7;
if (!L_18)
{
goto IL_0075;
}
}
{
// throw new InvalidOperationException(
// $"Cannot rename '{action}' to '{newName}' in map '{actionMap}' as the map already contains an action with that name");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = ___action0;
String_t* L_20 = ___newName1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = V_0;
String_t* L_22;
L_22 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB64E2B4463C15E61C4C4E33618C871843AA861F2)), L_19, L_20, L_21, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_23 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_23);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_23, L_22, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_Rename_m133FFA05D22523175FDEBBCC6CF7C46DB52E7422_RuntimeMethod_var)));
}
IL_0075:
{
// var oldName = action.m_Name;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = ___action0;
NullCheck(L_24);
String_t* L_25 = L_24->___m_Name_0;
V_1 = L_25;
// action.m_Name = newName;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_26 = ___action0;
String_t* L_27 = ___newName1;
NullCheck(L_26);
L_26->___m_Name_0 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&L_26->___m_Name_0), (void*)L_27);
// if (actionMap?.asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_28 = V_0;
if (L_28)
{
goto IL_0089;
}
}
{
G_B14_0 = ((InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)(NULL));
goto IL_008f;
}
IL_0089:
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = V_0;
NullCheck(L_29);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_30;
L_30 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_29, NULL);
G_B14_0 = L_30;
}
IL_008f:
{
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(G_B14_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_8 = L_31;
bool L_32 = V_8;
if (!L_32)
{
goto IL_00ac;
}
}
{
// actionMap?.asset.MarkAsDirty();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_33 = V_0;
if (L_33)
{
goto IL_00a0;
}
}
{
goto IL_00ac;
}
IL_00a0:
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34 = V_0;
NullCheck(L_34);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_35;
L_35 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_34, NULL);
NullCheck(L_35);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_35, NULL);
}
IL_00ac:
{
// var bindings = action.GetOrCreateActionMap().m_Bindings;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_36 = ___action0;
NullCheck(L_36);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_37;
L_37 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_36, NULL);
NullCheck(L_37);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_38 = L_37->___m_Bindings_4;
V_2 = L_38;
// var bindingCount = bindings.LengthSafe();
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_39 = V_2;
int32_t L_40;
L_40 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_39, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
V_3 = L_40;
// for (var i = 0; i < bindingCount; ++i)
V_9 = 0;
goto IL_00f6;
}
IL_00c4:
{
// if (string.Compare(bindings[i].action, oldName, StringComparison.InvariantCultureIgnoreCase) == 0)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_41 = V_2;
int32_t L_42 = V_9;
NullCheck(L_41);
String_t* L_43;
L_43 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_41)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_42))), NULL);
String_t* L_44 = V_1;
int32_t L_45;
L_45 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_43, L_44, 3, NULL);
V_10 = (bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0);
bool L_46 = V_10;
if (!L_46)
{
goto IL_00f0;
}
}
{
// bindings[i].action = newName;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_47 = V_2;
int32_t L_48 = V_9;
NullCheck(L_47);
String_t* L_49 = ___newName1;
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(((L_47)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_48))), L_49, NULL);
}
IL_00f0:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_50 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_50, 1));
}
IL_00f6:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_51 = V_9;
int32_t L_52 = V_3;
V_11 = (bool)((((int32_t)L_51) < ((int32_t)L_52))? 1 : 0);
bool L_53 = V_11;
if (L_53)
{
goto IL_00c4;
}
}
IL_0101:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddControlScheme(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___controlScheme1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC_RuntimeMethod_var)));
}
IL_0017:
{
// if (string.IsNullOrEmpty(controlScheme.name))
String_t* L_4;
L_4 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline((&___controlScheme1), NULL);
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0042;
}
}
{
// throw new ArgumentException("Cannot add control scheme without name to asset " + asset.name, nameof(controlScheme));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_7 = ___asset0;
NullCheck(L_7);
String_t* L_8;
L_8 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_7, NULL);
String_t* L_9;
L_9 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF893F82969862911E64FDB6CD387571ADE87284C)), L_8, 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*)&_stringLiteral0510939941CDB183622745A84DC0AE2FC3D661E3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC_RuntimeMethod_var)));
}
IL_0042:
{
// if (asset.FindControlScheme(controlScheme.name) != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_11 = ___asset0;
String_t* L_12;
L_12 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline((&___controlScheme1), NULL);
NullCheck(L_11);
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE L_13;
L_13 = InputActionAsset_FindControlScheme_m4A820A3C7677CFF7FD78627F83FFC4156C8E9736(L_11, L_12, NULL);
V_3 = L_13;
bool L_14;
L_14 = Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_inline((&V_3), Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_RuntimeMethod_var);
V_2 = L_14;
bool L_15 = V_2;
if (!L_15)
{
goto IL_0097;
}
}
{
// throw new InvalidOperationException(
// $"Asset '{asset.name}' already contains a control scheme called '{controlScheme.name}'");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76A2534B54F17A2DD56BEE175BE3A4A68B4F3389)));
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76A2534B54F17A2DD56BEE175BE3A4A68B4F3389)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_19 = ___asset0;
NullCheck(L_19);
String_t* L_20;
L_20 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_19, NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_20);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_18;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F2F051B870D03723E4D16A5D15E1378DC8376CF)));
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F2F051B870D03723E4D16A5D15E1378DC8376CF)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21;
String_t* L_23;
L_23 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline((&___controlScheme1), NULL);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_23);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_23);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_22;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
String_t* L_25;
L_25 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_24, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_26 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_26);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_26, L_25, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC_RuntimeMethod_var)));
}
IL_0097:
{
// ArrayHelpers.Append(ref asset.m_ControlSchemes, controlScheme);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_27 = ___asset0;
NullCheck(L_27);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** L_28 = (&L_27->___m_ControlSchemes_6);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_29 = ___controlScheme1;
int32_t L_30;
L_30 = ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268(L_28, L_29, ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mED933470490DE64D3F6B08ABE5E4CC9666E9D268_RuntimeMethod_var);
// asset.MarkAsDirty();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_31 = ___asset0;
NullCheck(L_31);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_31, NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddControlScheme(UnityEngine.InputSystem.InputActionAsset,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D InputActionSetupExtensions_AddControlScheme_m4E97E12295F8DE37D63F9C0025284D3AB61B0892 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, String_t* ___name1, 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*)&ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 V_3;
memset((&V_3), 0, sizeof(V_3));
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_4;
memset((&V_4), 0, sizeof(V_4));
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m4E97E12295F8DE37D63F9C0025284D3AB61B0892_RuntimeMethod_var)));
}
IL_0017:
{
// if (string.IsNullOrEmpty(name))
String_t* L_4 = ___name1;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_2 = L_5;
bool L_6 = V_2;
if (!L_6)
{
goto IL_002c;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m4E97E12295F8DE37D63F9C0025284D3AB61B0892_RuntimeMethod_var)));
}
IL_002c:
{
// var index = asset.controlSchemes.Count;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = ___asset0;
NullCheck(L_8);
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_9;
L_9 = InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099(L_8, NULL);
V_3 = L_9;
int32_t L_10;
L_10 = ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_inline((&V_3), ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_RuntimeMethod_var);
V_0 = L_10;
// asset.AddControlScheme(new InputControlScheme(name));
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_11 = ___asset0;
String_t* L_12 = ___name1;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_13;
memset((&L_13), 0, sizeof(L_13));
InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7((&L_13), L_12, (RuntimeObject*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
InputActionSetupExtensions_AddControlScheme_m32BFBBA3F261473E04BF6412F3D300EDC7D482CC(L_11, L_13, NULL);
// return new ControlSchemeSyntax(asset, index);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_14 = ___asset0;
int32_t L_15 = V_0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_16;
memset((&L_16), 0, sizeof(L_16));
ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977((&L_16), L_14, L_15, /*hidden argument*/NULL);
V_4 = L_16;
goto IL_0055;
}
IL_0055:
{
// }
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_17 = V_4;
return L_17;
}
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveControlScheme(UnityEngine.InputSystem.InputActionAsset,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveControlScheme_mDEC2CA5EC5F8E72895A10415E9EDCEFDF56FC4BD (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
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_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(asset));
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveControlScheme_mDEC2CA5EC5F8E72895A10415E9EDCEFDF56FC4BD_RuntimeMethod_var)));
}
IL_0017:
{
// if (string.IsNullOrEmpty(name))
String_t* L_4 = ___name1;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_2 = L_5;
bool L_6 = V_2;
if (!L_6)
{
goto IL_002c;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveControlScheme_mDEC2CA5EC5F8E72895A10415E9EDCEFDF56FC4BD_RuntimeMethod_var)));
}
IL_002c:
{
// var index = asset.FindControlSchemeIndex(name);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = ___asset0;
String_t* L_9 = ___name1;
NullCheck(L_8);
int32_t L_10;
L_10 = InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D(L_8, L_9, NULL);
V_0 = L_10;
// if (index != -1)
int32_t L_11 = V_0;
V_3 = (bool)((((int32_t)((((int32_t)L_11) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_12 = V_3;
if (!L_12)
{
goto IL_004c;
}
}
{
// ArrayHelpers.EraseAt(ref asset.m_ControlSchemes, index);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13 = ___asset0;
NullCheck(L_13);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** L_14 = (&L_13->___m_ControlSchemes_6);
int32_t L_15 = V_0;
ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF(L_14, L_15, ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m576026D25740962BB50C699227D2678A438BB0EF_RuntimeMethod_var);
}
IL_004c:
{
// asset.MarkAsDirty();
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16 = ___asset0;
NullCheck(L_16);
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_16, NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithBindingGroup(UnityEngine.InputSystem.InputControlScheme,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithBindingGroup_m00D484BFD33FD7EF52DA0DE28E14F0E4AE5670BF (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, String_t* ___bindingGroup1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new ControlSchemeSyntax(scheme).WithBindingGroup(bindingGroup).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
memset((&L_1), 0, sizeof(L_1));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___bindingGroup1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
L_3 = ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7((&V_0), L_2, NULL);
V_0 = L_3;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
V_1 = L_4;
goto IL_001b;
}
IL_001b:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = V_1;
return L_5;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithDevice(UnityEngine.InputSystem.InputControlScheme,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithDevice_m637FBF46741C85C145957B57626762CF4A1E14E8 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, String_t* ___controlPath1, bool ___required2, const RuntimeMethod* method)
{
bool V_0 = false;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_1;
memset((&V_1), 0, sizeof(V_1));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (required)
bool L_0 = ___required2;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// return new ControlSchemeSyntax(scheme).WithRequiredDevice(controlPath).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_2 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
memset((&L_3), 0, sizeof(L_3));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_3), L_2, /*hidden argument*/NULL);
V_1 = L_3;
String_t* L_4 = ___controlPath1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_5;
L_5 = ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE((&V_1), L_4, NULL);
V_1 = L_5;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_6;
L_6 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_1), NULL);
V_2 = L_6;
goto IL_003a;
}
IL_0020:
{
// return new ControlSchemeSyntax(scheme).WithOptionalDevice(controlPath).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_7 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_8;
memset((&L_8), 0, sizeof(L_8));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_8), L_7, /*hidden argument*/NULL);
V_1 = L_8;
String_t* L_9 = ___controlPath1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_10;
L_10 = ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7((&V_1), L_9, NULL);
V_1 = L_10;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_11;
L_11 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_1), NULL);
V_2 = L_11;
goto IL_003a;
}
IL_003a:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_12 = V_2;
return L_12;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithRequiredDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithRequiredDevice_m2AFDC1C2F2935FA2B7BCD33540BF51CC9931CC98 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, String_t* ___controlPath1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new ControlSchemeSyntax(scheme).WithRequiredDevice(controlPath).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
memset((&L_1), 0, sizeof(L_1));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___controlPath1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
L_3 = ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE((&V_0), L_2, NULL);
V_0 = L_3;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
V_1 = L_4;
goto IL_001b;
}
IL_001b:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = V_1;
return L_5;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithOptionalDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithOptionalDevice_mC0FFBC9496C78B6E5CF8424A7BC6E6BFB4F04FB1 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, String_t* ___controlPath1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new ControlSchemeSyntax(scheme).WithOptionalDevice(controlPath).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
memset((&L_1), 0, sizeof(L_1));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___controlPath1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
L_3 = ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7((&V_0), L_2, NULL);
V_0 = L_3;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
V_1 = L_4;
goto IL_001b;
}
IL_001b:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = V_1;
return L_5;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::OrWithRequiredDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_OrWithRequiredDevice_m9A2A9E7582B8E0D299F5817D29B4384A3C466214 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, String_t* ___controlPath1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new ControlSchemeSyntax(scheme).OrWithRequiredDevice(controlPath).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
memset((&L_1), 0, sizeof(L_1));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___controlPath1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
L_3 = ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6((&V_0), L_2, NULL);
V_0 = L_3;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
V_1 = L_4;
goto IL_001b;
}
IL_001b:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = V_1;
return L_5;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::OrWithOptionalDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_OrWithOptionalDevice_m86B0807CC58CBD038C567DCB746F1F89DBD08249 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, String_t* ___controlPath1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new ControlSchemeSyntax(scheme).OrWithOptionalDevice(controlPath).Done();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___scheme0;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
memset((&L_1), 0, sizeof(L_1));
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___controlPath1;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
L_3 = ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5((&V_0), L_2, NULL);
V_0 = L_3;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
V_1 = L_4;
goto IL_001b;
}
IL_001b:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 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
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_pinvoke(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
}
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_pinvoke_back(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke& marshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled)
{
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_pinvoke_cleanup(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_com(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com& marshaled)
{
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
}
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_com_back(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com& marshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled)
{
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_com_cleanup(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com& marshaled)
{
}
// System.Boolean UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_valid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, 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;
}
int32_t G_B4_0 = 0;
{
// public bool valid => m_ActionMap != null && m_BindingIndexInMap >= 0 && m_BindingIndexInMap < m_ActionMap.m_Bindings.LengthSafe();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_0;
if (!L_0)
{
goto IL_002b;
}
}
{
int32_t L_1 = __this->___m_BindingIndexInMap_2;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_2 = __this->___m_BindingIndexInMap_2;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
int32_t L_5;
L_5 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_4, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
G_B4_0 = ((((int32_t)L_2) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B4_0 = 0;
}
IL_002c:
{
return (bool)G_B4_0;
}
}
IL2CPP_EXTERN_C bool BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
bool _returnValue;
_returnValue = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return -1;
V_1 = (-1);
goto IL_003c;
}
IL_0012:
{
// if (m_Action != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_Action_1;
V_2 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0033;
}
}
{
// return m_Action.BindingIndexOnMapToBindingIndexOnAction(m_BindingIndexInMap);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = __this->___m_Action_1;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
NullCheck(L_4);
int32_t L_6;
L_6 = InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E(L_4, L_5, NULL);
V_1 = L_6;
goto IL_003c;
}
IL_0033:
{
// return m_BindingIndexInMap;
int32_t L_7 = __this->___m_BindingIndexInMap_2;
V_1 = L_7;
goto IL_003c;
}
IL_003c:
{
// }
int32_t L_8 = V_1;
return L_8;
}
}
IL2CPP_EXTERN_C int32_t BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("BindingSyntax accessor is not valid");
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*)&_stringLiteral68D990D5CA2A48068E89FECD78BFA59617B8BE88)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6_RuntimeMethod_var)));
}
IL_0019:
{
// return m_ActionMap.m_Bindings[m_BindingIndexInMap];
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
NullCheck(L_4);
int32_t L_6 = L_5;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_1 = L_7;
goto IL_0032;
}
IL_0032:
{
// }
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_8 = V_1;
return L_8;
}
}
IL2CPP_EXTERN_C InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 _returnValue;
_returnValue = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,System.Int32,UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, int32_t ___bindingIndexInMap1, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action2, const RuntimeMethod* method)
{
{
// m_ActionMap = map;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
__this->___m_ActionMap_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionMap_0), (void*)L_0);
// m_BindingIndexInMap = bindingIndexInMap;
int32_t L_1 = ___bindingIndexInMap1;
__this->___m_BindingIndexInMap_2 = L_1;
// m_Action = action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___action2;
__this->___m_Action_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_1), (void*)L_2);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682_AdjustorThunk (RuntimeObject* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, int32_t ___bindingIndexInMap1, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action2, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682(_thisAdjusted, ___map0, ___bindingIndexInMap1, ___action2, method);
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___name0, const RuntimeMethod* method)
{
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F_RuntimeMethod_var)));
}
IL_0019:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].name = name;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
NullCheck(L_4);
String_t* L_6 = ___name0;
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), L_6, NULL);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_7, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = __this->___m_ActionMap_0;
NullCheck(L_8);
bool L_9;
L_9 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_8, NULL);
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_1 = L_10;
goto IL_0057;
}
IL_0057:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_11 = V_1;
return L_11;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F_AdjustorThunk (RuntimeObject* __this, String_t* ___name0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F(_thisAdjusted, ___name0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___path0, const RuntimeMethod* method)
{
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F_RuntimeMethod_var)));
}
IL_0019:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].path = path;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
NullCheck(L_4);
String_t* L_6 = ___path0;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), L_6, NULL);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_7, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = __this->___m_ActionMap_0;
NullCheck(L_8);
bool L_9;
L_9 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_8, NULL);
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_1 = L_10;
goto IL_0057;
}
IL_0057:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_11 = V_1;
return L_11;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F_AdjustorThunk (RuntimeObject* __this, String_t* ___path0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F(_thisAdjusted, ___path0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___group0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var)));
}
IL_0019:
{
// if (string.IsNullOrEmpty(group))
String_t* L_3 = ___group0;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0033;
}
}
{
// throw new ArgumentException("Group name cannot be null or empty", nameof(group));
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB1924E1103B83D449864E173998C9310AD8B7D5B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20825170D1B0DA2A733E78D5B035FF14697DA12B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var)));
}
IL_0033:
{
// if (group.IndexOf(InputBinding.Separator) != -1)
String_t* L_7 = ___group0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_7, ((int32_t)59), NULL);
V_2 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_0061;
}
}
{
// throw new ArgumentException(
// $"Group name cannot contain separator character '{InputBinding.Separator}'", nameof(group));
Il2CppChar L_10 = ((Il2CppChar)((int32_t)59));
RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_10);
String_t* L_12;
L_12 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral375BF8E68ED3326F6C25502332DEFC12102D49C0)), L_11, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_13);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20825170D1B0DA2A733E78D5B035FF14697DA12B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var)));
}
IL_0061:
{
// return WithGroups(group);
String_t* L_14 = ___group0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15;
L_15 = BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F(__this, L_14, NULL);
V_3 = L_15;
goto IL_006b;
}
IL_006b:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_16 = V_3;
return L_16;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_AdjustorThunk (RuntimeObject* __this, String_t* ___group0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73(_thisAdjusted, ___group0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroups(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___groups0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F_RuntimeMethod_var)));
}
IL_0019:
{
// if (string.IsNullOrEmpty(groups))
String_t* L_3 = ___groups0;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_002f;
}
}
{
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_6;
goto IL_00b2;
}
IL_002f:
{
// var currentGroups = m_ActionMap.m_Bindings[m_BindingIndexInMap].groups;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_8 = L_7->___m_Bindings_4;
int32_t L_9 = __this->___m_BindingIndexInMap_2;
NullCheck(L_8);
String_t* L_10;
L_10 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), NULL);
V_0 = L_10;
// if (!string.IsNullOrEmpty(currentGroups))
String_t* L_11 = V_0;
bool L_12;
L_12 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_11, NULL);
V_4 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_0074;
}
}
{
// groups = string.Join(InputBinding.kSeparatorString, currentGroups, groups);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
String_t* L_16 = V_0;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_16);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_15;
String_t* L_18 = ___groups0;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_18);
String_t* L_19;
L_19 = String_Join_mE405D676C6881553258F8BAD40A20B462D611068(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, L_17, NULL);
___groups0 = L_19;
}
IL_0074:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].groups = groups;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = __this->___m_ActionMap_0;
NullCheck(L_20);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_21 = L_20->___m_Bindings_4;
int32_t L_22 = __this->___m_BindingIndexInMap_2;
NullCheck(L_21);
String_t* L_23 = ___groups0;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22))), L_23, NULL);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = __this->___m_ActionMap_0;
NullCheck(L_24);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_24, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = __this->___m_ActionMap_0;
NullCheck(L_25);
bool L_26;
L_26 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_25, NULL);
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_27 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_27;
goto IL_00b2;
}
IL_00b2:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_28 = V_3;
return L_28;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F_AdjustorThunk (RuntimeObject* __this, String_t* ___groups0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F(_thisAdjusted, ___groups0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteraction(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___interaction0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var)));
}
IL_0019:
{
// if (string.IsNullOrEmpty(interaction))
String_t* L_3 = ___interaction0;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0033;
}
}
{
// throw new ArgumentException("Interaction cannot be null or empty", nameof(interaction));
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65DBA1F817F76596576BE01405DE5D8ADE10A4F4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var)));
}
IL_0033:
{
// if (interaction.IndexOf(InputBinding.Separator) != -1)
String_t* L_7 = ___interaction0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_7, ((int32_t)59), NULL);
V_2 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_0061;
}
}
{
// throw new ArgumentException(
// $"Interaction string cannot contain separator character '{InputBinding.Separator}'", nameof(interaction));
Il2CppChar L_10 = ((Il2CppChar)((int32_t)59));
RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_10);
String_t* L_12;
L_12 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B270D6FCB70F674CAC652B0A324808733815D26)), L_11, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_13);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var)));
}
IL_0061:
{
// return WithInteractions(interaction);
String_t* L_14 = ___interaction0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15;
L_15 = BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220(__this, L_14, NULL);
V_3 = L_15;
goto IL_006b;
}
IL_006b:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_16 = V_3;
return L_16;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_AdjustorThunk (RuntimeObject* __this, String_t* ___interaction0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B(_thisAdjusted, ___interaction0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteractions(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___interactions0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220_RuntimeMethod_var)));
}
IL_0019:
{
// if (string.IsNullOrEmpty(interactions))
String_t* L_3 = ___interactions0;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_002f;
}
}
{
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_6;
goto IL_00b2;
}
IL_002f:
{
// var currentInteractions = m_ActionMap.m_Bindings[m_BindingIndexInMap].interactions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_8 = L_7->___m_Bindings_4;
int32_t L_9 = __this->___m_BindingIndexInMap_2;
NullCheck(L_8);
String_t* L_10;
L_10 = InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), NULL);
V_0 = L_10;
// if (!string.IsNullOrEmpty(currentInteractions))
String_t* L_11 = V_0;
bool L_12;
L_12 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_11, NULL);
V_4 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_0074;
}
}
{
// interactions = string.Join(InputBinding.kSeparatorString, currentInteractions, interactions);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
String_t* L_16 = V_0;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_16);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_15;
String_t* L_18 = ___interactions0;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_18);
String_t* L_19;
L_19 = String_Join_mE405D676C6881553258F8BAD40A20B462D611068(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, L_17, NULL);
___interactions0 = L_19;
}
IL_0074:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].interactions = interactions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = __this->___m_ActionMap_0;
NullCheck(L_20);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_21 = L_20->___m_Bindings_4;
int32_t L_22 = __this->___m_BindingIndexInMap_2;
NullCheck(L_21);
String_t* L_23 = ___interactions0;
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline(((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22))), L_23, NULL);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = __this->___m_ActionMap_0;
NullCheck(L_24);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_24, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = __this->___m_ActionMap_0;
NullCheck(L_25);
bool L_26;
L_26 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_25, NULL);
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_27 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_27;
goto IL_00b2;
}
IL_00b2:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_28 = V_3;
return L_28;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220_AdjustorThunk (RuntimeObject* __this, String_t* ___interactions0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220(_thisAdjusted, ___interactions0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___processor0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var)));
}
IL_0019:
{
// if (string.IsNullOrEmpty(processor))
String_t* L_3 = ___processor0;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0033;
}
}
{
// throw new ArgumentException("Processor cannot be null or empty", nameof(processor));
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47DFE361DAD7290FD45FE1FDCA1AEA46F3602510)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6ECA399E538EA49F0F44550B6F83C20738623A9E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var)));
}
IL_0033:
{
// if (processor.IndexOf(InputBinding.Separator) != -1)
String_t* L_7 = ___processor0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_7, ((int32_t)59), NULL);
V_2 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_0061;
}
}
{
// throw new ArgumentException(
// $"Interaction string cannot contain separator character '{InputBinding.Separator}'", nameof(processor));
Il2CppChar L_10 = ((Il2CppChar)((int32_t)59));
RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_10);
String_t* L_12;
L_12 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B270D6FCB70F674CAC652B0A324808733815D26)), L_11, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_13);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6ECA399E538EA49F0F44550B6F83C20738623A9E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var)));
}
IL_0061:
{
// return WithProcessors(processor);
String_t* L_14 = ___processor0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15;
L_15 = BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63(__this, L_14, NULL);
V_3 = L_15;
goto IL_006b;
}
IL_006b:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_16 = V_3;
return L_16;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_AdjustorThunk (RuntimeObject* __this, String_t* ___processor0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC(_thisAdjusted, ___processor0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessors(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___processors0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63_RuntimeMethod_var)));
}
IL_0019:
{
// if (string.IsNullOrEmpty(processors))
String_t* L_3 = ___processors0;
bool L_4;
L_4 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_3, NULL);
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_002f;
}
}
{
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_6;
goto IL_00b2;
}
IL_002f:
{
// var currentProcessors = m_ActionMap.m_Bindings[m_BindingIndexInMap].processors;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_8 = L_7->___m_Bindings_4;
int32_t L_9 = __this->___m_BindingIndexInMap_2;
NullCheck(L_8);
String_t* L_10;
L_10 = InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), NULL);
V_0 = L_10;
// if (!string.IsNullOrEmpty(currentProcessors))
String_t* L_11 = V_0;
bool L_12;
L_12 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_11, NULL);
V_4 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_0074;
}
}
{
// processors = string.Join(InputBinding.kSeparatorString, currentProcessors, processors);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
String_t* L_16 = V_0;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_16);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_15;
String_t* L_18 = ___processors0;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_18);
String_t* L_19;
L_19 = String_Join_mE405D676C6881553258F8BAD40A20B462D611068(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, L_17, NULL);
___processors0 = L_19;
}
IL_0074:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].processors = processors;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = __this->___m_ActionMap_0;
NullCheck(L_20);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_21 = L_20->___m_Bindings_4;
int32_t L_22 = __this->___m_BindingIndexInMap_2;
NullCheck(L_21);
String_t* L_23 = ___processors0;
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline(((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22))), L_23, NULL);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = __this->___m_ActionMap_0;
NullCheck(L_24);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_24, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = __this->___m_ActionMap_0;
NullCheck(L_25);
bool L_26;
L_26 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_25, NULL);
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_27 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_27;
goto IL_00b2;
}
IL_00b2:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_28 = V_3;
return L_28;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63_AdjustorThunk (RuntimeObject* __this, String_t* ___processors0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63(_thisAdjusted, ___processors0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Triggering(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var)));
}
IL_0019:
{
// if (action == null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
V_1 = (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002c;
}
}
{
// throw new ArgumentNullException(nameof(action));
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*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var)));
}
IL_002c:
{
// if (action.isSingletonAction)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___action0;
NullCheck(L_6);
bool L_7;
L_7 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_6, NULL);
V_2 = L_7;
bool L_8 = V_2;
if (!L_8)
{
goto IL_004c;
}
}
{
// throw new ArgumentException(
// $"Cannot change the action a binding triggers on singleton action '{action}'", nameof(action));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___action0;
String_t* L_10;
L_10 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2CFE3035BF06BF7663FBEA36B1CCD690EC0FACB)), L_9, 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*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var)));
}
IL_004c:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].action = action.name;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = __this->___m_ActionMap_0;
NullCheck(L_12);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_13 = L_12->___m_Bindings_4;
int32_t L_14 = __this->___m_BindingIndexInMap_2;
NullCheck(L_13);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = ___action0;
NullCheck(L_15);
String_t* L_16;
L_16 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_15, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14))), L_16, NULL);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = __this->___m_ActionMap_0;
NullCheck(L_17);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_17, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = __this->___m_ActionMap_0;
NullCheck(L_18);
bool L_19;
L_19 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_18, NULL);
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_20 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_3 = L_20;
goto IL_008f;
}
IL_008f:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_21 = V_3;
return L_21;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9(_thisAdjusted, ___action0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::To(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Accessor is not valid");
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*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841_RuntimeMethod_var)));
}
IL_0019:
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap] = binding;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6 = ___binding0;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_6);
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_7, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = __this->___m_ActionMap_0;
NullCheck(L_8);
bool L_9;
L_9 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_8, NULL);
// if (m_ActionMap.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = __this->___m_ActionMap_0;
NullCheck(L_10);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = L_10->___m_SingletonAction_8;
V_1 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_12 = V_1;
if (!L_12)
{
goto IL_0086;
}
}
{
// m_ActionMap.m_Bindings[m_BindingIndexInMap].action = m_ActionMap.m_SingletonAction.name;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = __this->___m_ActionMap_0;
NullCheck(L_13);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_14 = L_13->___m_Bindings_4;
int32_t L_15 = __this->___m_BindingIndexInMap_2;
NullCheck(L_14);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = __this->___m_ActionMap_0;
NullCheck(L_16);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = L_16->___m_SingletonAction_8;
NullCheck(L_17);
String_t* L_18;
L_18 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_17, NULL);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_15))), L_18, NULL);
}
IL_0086:
{
// return this;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_19 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
V_2 = L_19;
goto IL_008f;
}
IL_008f:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_20 = V_2;
return L_20;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841(_thisAdjusted, ___binding0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextBinding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return Iterate(true);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_0;
L_0 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, (bool)1, NULL);
V_0 = L_0;
goto IL_000b;
}
IL_000b:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousBinding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return Iterate(false);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_0;
L_0 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, (bool)0, NULL);
V_0 = L_0;
goto IL_000b;
}
IL_000b:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextPartBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___partName0, const RuntimeMethod* method)
{
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (string.IsNullOrEmpty(partName))
String_t* L_0 = ___partName0;
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(partName));
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*)&_stringLiteral980CBB093018591456B69178E83F653F14CCBC30)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4_RuntimeMethod_var)));
}
IL_0016:
{
// return IteratePartBinding(true, partName);
String_t* L_4 = ___partName0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
L_5 = BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4(__this, (bool)1, L_4, NULL);
V_1 = L_5;
goto IL_0021;
}
IL_0021:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4_AdjustorThunk (RuntimeObject* __this, String_t* ___partName0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4(_thisAdjusted, ___partName0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousPartBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___partName0, const RuntimeMethod* method)
{
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (string.IsNullOrEmpty(partName))
String_t* L_0 = ___partName0;
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(partName));
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*)&_stringLiteral980CBB093018591456B69178E83F653F14CCBC30)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E_RuntimeMethod_var)));
}
IL_0016:
{
// return IteratePartBinding(false, partName);
String_t* L_4 = ___partName0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
L_5 = BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4(__this, (bool)0, L_4, NULL);
V_1 = L_5;
goto IL_0021;
}
IL_0021:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E_AdjustorThunk (RuntimeObject* __this, String_t* ___partName0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E(_thisAdjusted, ___partName0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextCompositeBinding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___compositeName0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return IterateCompositeBinding(true, compositeName);
String_t* L_0 = ___compositeName0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1;
L_1 = BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE(__this, (bool)1, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B_AdjustorThunk (RuntimeObject* __this, String_t* ___compositeName0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B(_thisAdjusted, ___compositeName0, method);
return _returnValue;
}
// 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)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return IterateCompositeBinding(false, compositeName);
String_t* L_0 = ___compositeName0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1;
L_1 = BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE(__this, (bool)0, L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE_AdjustorThunk (RuntimeObject* __this, String_t* ___compositeName0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE(_thisAdjusted, ___compositeName0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Iterate(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___next0, const RuntimeMethod* method)
{
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
memset((&V_3), 0, sizeof(V_3));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t G_B7_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
int32_t G_B11_0 = 0;
int32_t G_B16_0 = 0;
{
// if (m_ActionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_0;
V_2 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_001e;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_3), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_2 = V_3;
V_4 = L_2;
goto IL_00b9;
}
IL_001e:
{
// var bindings = m_ActionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
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_5 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_0041;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_3), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_3;
V_4 = L_7;
goto IL_00b9;
}
IL_0041:
{
// var index = m_BindingIndexInMap;
int32_t L_8 = __this->___m_BindingIndexInMap_2;
V_1 = L_8;
goto IL_009e;
}
IL_004a:
{
// index += next ? 1 : -1;
int32_t L_9 = V_1;
bool L_10 = ___next0;
G_B6_0 = L_9;
if (L_10)
{
G_B7_0 = L_9;
goto IL_0052;
}
}
{
G_B8_0 = (-1);
G_B8_1 = G_B6_0;
goto IL_0053;
}
IL_0052:
{
G_B8_0 = 1;
G_B8_1 = G_B7_0;
}
IL_0053:
{
V_1 = ((int32_t)il2cpp_codegen_add(G_B8_1, G_B8_0));
// if (index < 0 || index >= bindings.Length)
int32_t L_11 = V_1;
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_0064;
}
}
{
int32_t L_12 = V_1;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_13 = V_0;
NullCheck(L_13);
G_B11_0 = ((((int32_t)((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0065;
}
IL_0064:
{
G_B11_0 = 1;
}
IL_0065:
{
V_6 = (bool)G_B11_0;
bool L_14 = V_6;
if (!L_14)
{
goto IL_0078;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_3), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15 = V_3;
V_4 = L_15;
goto IL_00b9;
}
IL_0078:
{
// if (m_Action == null || bindings[index].TriggersAction(m_Action))
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = __this->___m_Action_1;
if (!L_16)
{
goto IL_0094;
}
}
{
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_17 = V_0;
int32_t L_18 = V_1;
NullCheck(L_17);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = __this->___m_Action_1;
bool L_20;
L_20 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18))), L_19, NULL);
G_B16_0 = ((int32_t)(L_20));
goto IL_0095;
}
IL_0094:
{
G_B16_0 = 1;
}
IL_0095:
{
V_7 = (bool)G_B16_0;
bool L_21 = V_7;
if (!L_21)
{
goto IL_009d;
}
}
{
// break;
goto IL_00a3;
}
IL_009d:
{
}
IL_009e:
{
// while (true)
V_8 = (bool)1;
goto IL_004a;
}
IL_00a3:
{
// return new BindingSyntax(m_ActionMap, index, m_Action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = __this->___m_ActionMap_0;
int32_t L_23 = V_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = __this->___m_Action_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_25;
memset((&L_25), 0, sizeof(L_25));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_25), L_22, L_23, L_24, /*hidden argument*/NULL);
V_4 = L_25;
goto IL_00b9;
}
IL_00b9:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_26 = V_4;
return L_26;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2_AdjustorThunk (RuntimeObject* __this, bool ___next0, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(_thisAdjusted, ___next0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IterateCompositeBinding(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___next0, String_t* ___compositeName1, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
bool V_2 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_9;
memset((&V_9), 0, sizeof(V_9));
{
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
bool L_0 = ___next0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1;
L_1 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, L_0, NULL);
V_0 = L_1;
goto IL_0086;
}
IL_000b:
{
// if (!accessor.binding.isComposite)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_2;
L_2 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_0), NULL);
V_3 = L_2;
bool L_3;
L_3 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_3), NULL);
V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0024;
}
}
{
// continue;
goto IL_007d;
}
IL_0024:
{
// if (compositeName == null)
String_t* L_5 = ___compositeName1;
V_4 = (bool)((((RuntimeObject*)(String_t*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_4;
if (!L_6)
{
goto IL_0033;
}
}
{
// return accessor;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = V_0;
V_5 = L_7;
goto IL_00a4;
}
IL_0033:
{
// if (compositeName.Equals(accessor.binding.name, StringComparison.InvariantCultureIgnoreCase))
String_t* L_8 = ___compositeName1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9;
L_9 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_0), NULL);
V_3 = L_9;
String_t* L_10;
L_10 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_3), NULL);
NullCheck(L_8);
bool L_11;
L_11 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_8, L_10, 3, NULL);
V_6 = L_11;
bool L_12 = V_6;
if (!L_12)
{
goto IL_0054;
}
}
{
// return accessor;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_13 = V_0;
V_5 = L_13;
goto IL_00a4;
}
IL_0054:
{
// var name = NameAndParameters.ParseName(accessor.binding.path);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_14;
L_14 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_0), NULL);
V_3 = L_14;
String_t* L_15;
L_15 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline((&V_3), NULL);
String_t* L_16;
L_16 = NameAndParameters_ParseName_mD3F2BC0009AB84E1438B1CFE23666E0599B91456(L_15, NULL);
V_1 = L_16;
// if (compositeName.Equals(name, StringComparison.InvariantCultureIgnoreCase))
String_t* L_17 = ___compositeName1;
String_t* L_18 = V_1;
NullCheck(L_17);
bool L_19;
L_19 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_17, L_18, 3, NULL);
V_7 = L_19;
bool L_20 = V_7;
if (!L_20)
{
goto IL_007c;
}
}
{
// return accessor;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_21 = V_0;
V_5 = L_21;
goto IL_00a4;
}
IL_007c:
{
}
IL_007d:
{
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
bool L_22 = ___next0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_23;
L_23 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2((&V_0), L_22, NULL);
V_0 = L_23;
}
IL_0086:
{
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
bool L_24;
L_24 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C((&V_0), NULL);
V_8 = L_24;
bool L_25 = V_8;
if (L_25)
{
goto IL_000b;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_9), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_26 = V_9;
V_5 = L_26;
goto IL_00a4;
}
IL_00a4:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_27 = V_5;
return L_27;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE_AdjustorThunk (RuntimeObject* __this, bool ___next0, String_t* ___compositeName1, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE(_thisAdjusted, ___next0, ___compositeName1, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IteratePartBinding(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___next0, String_t* ___partName1, const RuntimeMethod* method)
{
bool V_0 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_1;
memset((&V_1), 0, sizeof(V_1));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
bool V_6 = false;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001d;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_2 = V_1;
V_2 = L_2;
goto IL_00e8;
}
IL_001d:
{
// if (binding.isComposite)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_3;
L_3 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(__this, NULL);
V_4 = L_3;
bool L_4;
L_4 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_4), NULL);
V_3 = L_4;
bool L_5 = V_3;
if (!L_5)
{
goto IL_004d;
}
}
{
// if (!next)
bool L_6 = ___next0;
V_5 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_5;
if (!L_7)
{
goto IL_004a;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_8 = V_1;
V_2 = L_8;
goto IL_00e8;
}
IL_004a:
{
goto IL_0071;
}
IL_004d:
{
// else if (!binding.isPartOfComposite)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9;
L_9 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(__this, NULL);
V_4 = L_9;
bool L_10;
L_10 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_4), NULL);
V_6 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
bool L_11 = V_6;
if (!L_11)
{
goto IL_0071;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12 = V_1;
V_2 = L_12;
goto IL_00e8;
}
IL_0071:
{
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
bool L_13 = ___next0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_14;
L_14 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, L_13, NULL);
V_7 = L_14;
goto IL_00cf;
}
IL_007c:
{
// if (!accessor.binding.isPartOfComposite)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_15;
L_15 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_7), NULL);
V_4 = L_15;
bool L_16;
L_16 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_4), NULL);
V_8 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
bool L_17 = V_8;
if (!L_17)
{
goto IL_00a2;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_18 = V_1;
V_2 = L_18;
goto IL_00e8;
}
IL_00a2:
{
// if (partName.Equals(accessor.binding.name, StringComparison.InvariantCultureIgnoreCase))
String_t* L_19 = ___partName1;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_20;
L_20 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_7), NULL);
V_4 = L_20;
String_t* L_21;
L_21 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_4), NULL);
NullCheck(L_19);
bool L_22;
L_22 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_19, L_21, 3, NULL);
V_9 = L_22;
bool L_23 = V_9;
if (!L_23)
{
goto IL_00c4;
}
}
{
// return accessor;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_24 = V_7;
V_2 = L_24;
goto IL_00e8;
}
IL_00c4:
{
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
bool L_25 = ___next0;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_26;
L_26 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2((&V_7), L_25, NULL);
V_7 = L_26;
}
IL_00cf:
{
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
bool L_27;
L_27 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C((&V_7), NULL);
V_10 = L_27;
bool L_28 = V_10;
if (L_28)
{
goto IL_007c;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_29 = V_1;
V_2 = L_29;
goto IL_00e8;
}
IL_00e8:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_30 = V_2;
return L_30;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4_AdjustorThunk (RuntimeObject* __this, bool ___next0, String_t* ___partName1, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4(_thisAdjusted, ___next0, ___partName1, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Erase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B8_0 = 0;
{
// if (!valid)
bool L_0;
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new InvalidOperationException("Instance not valid");
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*)&_stringLiteral6AFB9DE0AE0FF1E10B22FB55FFAE1E018088F245)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E_RuntimeMethod_var)));
}
IL_0019:
{
// var isComposite = m_ActionMap.m_Bindings[m_BindingIndexInMap].isComposite;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
NullCheck(L_4);
bool L_6;
L_6 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), NULL);
V_0 = L_6;
// ArrayHelpers.EraseAt(ref m_ActionMap.m_Bindings, m_BindingIndexInMap);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = __this->___m_ActionMap_0;
NullCheck(L_7);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_8 = (&L_7->___m_Bindings_4);
int32_t L_9 = __this->___m_BindingIndexInMap_2;
ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31(L_8, L_9, ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31_RuntimeMethod_var);
// if (isComposite)
bool L_10 = V_0;
V_2 = L_10;
bool L_11 = V_2;
if (!L_11)
{
goto IL_00a6;
}
}
{
goto IL_006b;
}
IL_0054:
{
// ArrayHelpers.EraseAt(ref m_ActionMap.m_Bindings, m_BindingIndexInMap);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = __this->___m_ActionMap_0;
NullCheck(L_12);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_13 = (&L_12->___m_Bindings_4);
int32_t L_14 = __this->___m_BindingIndexInMap_2;
ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31(L_13, L_14, ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m3612C1ED20C68DDAEC3A4E07DA36A4FFC58C0A31_RuntimeMethod_var);
}
IL_006b:
{
// while (m_BindingIndexInMap < m_ActionMap.m_Bindings.LengthSafe() && m_ActionMap.m_Bindings[m_BindingIndexInMap].isPartOfComposite)
int32_t L_15 = __this->___m_BindingIndexInMap_2;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = __this->___m_ActionMap_0;
NullCheck(L_16);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_17 = L_16->___m_Bindings_4;
int32_t L_18;
L_18 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3(L_17, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m597F85E13959F6D7286C6274F81A24F6320C1BC3_RuntimeMethod_var);
if ((((int32_t)L_15) >= ((int32_t)L_18)))
{
goto IL_00a0;
}
}
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = __this->___m_ActionMap_0;
NullCheck(L_19);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = L_19->___m_Bindings_4;
int32_t L_21 = __this->___m_BindingIndexInMap_2;
NullCheck(L_20);
bool L_22;
L_22 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498(((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21))), NULL);
G_B8_0 = ((int32_t)(L_22));
goto IL_00a1;
}
IL_00a0:
{
G_B8_0 = 0;
}
IL_00a1:
{
V_3 = (bool)G_B8_0;
bool L_23 = V_3;
if (L_23)
{
goto IL_0054;
}
}
{
}
IL_00a6:
{
// m_ActionMap.ClearPerActionCachedBindingData();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = __this->___m_ActionMap_0;
NullCheck(L_24);
InputActionMap_ClearPerActionCachedBindingData_m5F0EA86551E35CE877A75A8435E7D8A3ACDA3596(L_24, NULL);
// m_ActionMap.LazyResolveBindings();
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = __this->___m_ActionMap_0;
NullCheck(L_25);
bool L_26;
L_26 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_25, NULL);
// if (m_ActionMap.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = __this->___m_ActionMap_0;
NullCheck(L_27);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = L_27->___m_SingletonAction_8;
V_4 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_29 = V_4;
if (!L_29)
{
goto IL_00ed;
}
}
{
// m_ActionMap.m_SingletonAction.m_SingletonActionBindings = m_ActionMap.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = __this->___m_ActionMap_0;
NullCheck(L_30);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_31 = L_30->___m_SingletonAction_8;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = __this->___m_ActionMap_0;
NullCheck(L_32);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_33 = L_32->___m_Bindings_4;
NullCheck(L_31);
L_31->___m_SingletonActionBindings_6 = L_33;
Il2CppCodeGenWriteBarrier((void**)(&L_31->___m_SingletonActionBindings_6), (void*)L_33);
}
IL_00ed:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E(_thisAdjusted, method);
}
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::InsertPartBinding(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___partName0, String_t* ___path1, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_4;
memset((&V_4), 0, sizeof(V_4));
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t G_B7_0 = 0;
{
// if (string.IsNullOrEmpty(partName))
String_t* L_0 = ___partName0;
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(partName));
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*)&_stringLiteral980CBB093018591456B69178E83F653F14CCBC30)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var)));
}
IL_0016:
{
// if (!valid)
bool L_4;
L_4 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
V_2 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002e;
}
}
{
// throw new InvalidOperationException("Binding accessor is not valid");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral706E4A2130E9FB23DCBE3D1DACA3384AB5CEBD9C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var)));
}
IL_002e:
{
// var binding = this.binding;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7;
L_7 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(__this, NULL);
V_0 = L_7;
// if (!binding.isPartOfComposite && !binding.isComposite)
bool L_8;
L_8 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_0), NULL);
if (L_8)
{
goto IL_004a;
}
}
{
bool L_9;
L_9 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_0), NULL);
G_B7_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
goto IL_004b;
}
IL_004a:
{
G_B7_0 = 0;
}
IL_004b:
{
V_3 = (bool)G_B7_0;
bool L_10 = V_3;
if (!L_10)
{
goto IL_005a;
}
}
{
// throw new InvalidOperationException("Binding accessor must point to composite or part binding");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_11 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_11);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87349429C7ED3D4BC828002C363F17B5C2E4102F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var)));
}
IL_005a:
{
// AddBindingInternal(m_ActionMap,
// new InputBinding { path = path, isPartOfComposite = true, name = partName },
// m_BindingIndexInMap + 1);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = __this->___m_ActionMap_0;
il2cpp_codegen_initobj((&V_4), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_13 = ___path1;
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_4), L_13, NULL);
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9((&V_4), (bool)1, NULL);
String_t* L_14 = ___partName0;
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline((&V_4), L_14, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_15 = V_4;
int32_t L_16 = __this->___m_BindingIndexInMap_2;
int32_t L_17;
L_17 = InputActionSetupExtensions_AddBindingInternal_m4E6B288CE4019AF594C0CF86CCA12A4774A2D779(L_12, L_15, ((int32_t)il2cpp_codegen_add(L_16, 1)), NULL);
// return new BindingSyntax(m_ActionMap, m_BindingIndexInMap + 1, m_Action);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = __this->___m_ActionMap_0;
int32_t L_19 = __this->___m_BindingIndexInMap_2;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = __this->___m_Action_1;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_21;
memset((&L_21), 0, sizeof(L_21));
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_21), L_18, ((int32_t)il2cpp_codegen_add(L_19, 1)), L_20, /*hidden argument*/NULL);
V_5 = L_21;
goto IL_00b0;
}
IL_00b0:
{
// }
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22 = V_5;
return L_22;
}
}
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_AdjustorThunk (RuntimeObject* __this, String_t* ___partName0, String_t* ___path1, const RuntimeMethod* method)
{
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
_returnValue = BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9(_thisAdjusted, ___partName0, ___path1, 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.InputActionSetupExtensions/CompositeSyntax
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_pinvoke(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
}
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_pinvoke_back(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke& marshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled)
{
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_pinvoke_cleanup(CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_com(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com& marshaled)
{
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
}
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_com_back(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com& marshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled)
{
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_com_cleanup(CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
{
// if (m_ActionMap == null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_1;
V_0 = (bool)((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return -1;
V_1 = (-1);
goto IL_003c;
}
IL_0012:
{
// if (m_Action != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_Action_0;
V_2 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0033;
}
}
{
// return m_Action.BindingIndexOnMapToBindingIndexOnAction(m_BindingIndexInMap);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = __this->___m_Action_0;
int32_t L_5 = __this->___m_BindingIndexInMap_2;
NullCheck(L_4);
int32_t L_6;
L_6 = InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E(L_4, L_5, NULL);
V_1 = L_6;
goto IL_003c;
}
IL_0033:
{
// return m_BindingIndexInMap;
int32_t L_7 = __this->___m_BindingIndexInMap_2;
V_1 = L_7;
goto IL_003c;
}
IL_003c:
{
// }
int32_t L_8 = V_1;
return L_8;
}
}
IL2CPP_EXTERN_C int32_t CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*>(__this + _offset);
int32_t _returnValue;
_returnValue = CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputAction,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action1, int32_t ___compositeIndex2, const RuntimeMethod* method)
{
{
// m_Action = action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action1;
__this->___m_Action_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_0), (void*)L_0);
// m_ActionMap = map;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___map0;
__this->___m_ActionMap_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionMap_1), (void*)L_1);
// m_BindingIndexInMap = compositeIndex;
int32_t L_2 = ___compositeIndex2;
__this->___m_BindingIndexInMap_2 = L_2;
// }
return;
}
}
IL2CPP_EXTERN_C void CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780_AdjustorThunk (RuntimeObject* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action1, int32_t ___compositeIndex2, const RuntimeMethod* method)
{
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*>(__this + _offset);
CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780(_thisAdjusted, ___map0, ___action1, ___compositeIndex2, method);
}
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::With(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, String_t* ___name0, String_t* ___binding1, String_t* ___groups2, String_t* ___processors3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
String_t* V_2 = NULL;
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (m_Action != null)
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___m_Action_0;
V_1 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0028;
}
}
{
// bindingIndex = m_Action.AddBinding(path: binding, groups: groups, processors: processors)
// .m_BindingIndexInMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_Action_0;
String_t* L_3 = ___binding1;
String_t* L_4 = ___groups2;
V_2 = L_4;
String_t* L_5 = ___processors3;
String_t* L_6 = V_2;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7;
L_7 = InputActionSetupExtensions_AddBinding_m7530B4D167371478100DCCDAFA375DBBD66C6C78(L_2, L_3, (String_t*)NULL, L_5, L_6, NULL);
int32_t L_8 = L_7.___m_BindingIndexInMap_2;
V_0 = L_8;
goto IL_003f;
}
IL_0028:
{
// bindingIndex = m_ActionMap.AddBinding(path: binding, groups: groups, processors: processors)
// .m_BindingIndexInMap;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = __this->___m_ActionMap_1;
String_t* L_10 = ___binding1;
String_t* L_11 = ___groups2;
String_t* L_12 = ___processors3;
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_13;
L_13 = InputActionSetupExtensions_AddBinding_m38ADED1819591BF8232870FF07C5E86B0BD16871(L_9, L_10, (String_t*)NULL, L_11, (String_t*)NULL, L_12, NULL);
int32_t L_14 = L_13.___m_BindingIndexInMap_2;
V_0 = L_14;
}
IL_003f:
{
// m_ActionMap.m_Bindings[bindingIndex].name = name;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = __this->___m_ActionMap_1;
NullCheck(L_15);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_16 = L_15->___m_Bindings_4;
int32_t L_17 = V_0;
NullCheck(L_16);
String_t* L_18 = ___name0;
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_17))), L_18, NULL);
// m_ActionMap.m_Bindings[bindingIndex].isPartOfComposite = true;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = __this->___m_ActionMap_1;
NullCheck(L_19);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = L_19->___m_Bindings_4;
int32_t L_21 = V_0;
NullCheck(L_20);
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9(((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21))), (bool)1, NULL);
// return this;
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_22 = (*(CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*)__this);
V_3 = L_22;
goto IL_0078;
}
IL_0078:
{
// }
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_23 = V_3;
return L_23;
}
}
IL2CPP_EXTERN_C CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4_AdjustorThunk (RuntimeObject* __this, String_t* ___name0, String_t* ___binding1, String_t* ___groups2, String_t* ___processors3, const RuntimeMethod* method)
{
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*>(__this + _offset);
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 _returnValue;
_returnValue = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4(_thisAdjusted, ___name0, ___binding1, ___groups2, ___processors3, 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.InputActionSetupExtensions/ControlSchemeSyntax
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_pinvoke(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
}
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_pinvoke_back(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke& marshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled)
{
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_pinvoke_cleanup(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_com(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com& marshaled)
{
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
}
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_com_back(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com& marshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled)
{
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_com_cleanup(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputActionAsset,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, int32_t ___index1, const RuntimeMethod* method)
{
{
// m_Asset = asset;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___asset0;
__this->___m_Asset_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_0), (void*)L_0);
// m_ControlSchemeIndex = index;
int32_t L_1 = ___index1;
__this->___m_ControlSchemeIndex_1 = L_1;
// m_ControlScheme = new InputControlScheme();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* L_2 = (&__this->___m_ControlScheme_2);
il2cpp_codegen_initobj(L_2, sizeof(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434));
// }
return;
}
}
IL2CPP_EXTERN_C void ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977_AdjustorThunk (RuntimeObject* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___asset0, int32_t ___index1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977(_thisAdjusted, ___asset0, ___index1, method);
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___controlScheme0, const RuntimeMethod* method)
{
{
// m_Asset = null;
__this->___m_Asset_0 = (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_0), (void*)(InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL);
// m_ControlSchemeIndex = -1;
__this->___m_ControlSchemeIndex_1 = (-1);
// m_ControlScheme = controlScheme;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___controlScheme0;
__this->___m_ControlScheme_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_Name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_BindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_DeviceRequirements_2), (void*)NULL);
#endif
// }
return;
}
}
IL2CPP_EXTERN_C void ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95_AdjustorThunk (RuntimeObject* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___controlScheme0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95(_thisAdjusted, ___controlScheme0, method);
}
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithBindingGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___bindingGroup0, 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;
bool V_1 = false;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (string.IsNullOrEmpty(bindingGroup))
String_t* L_0 = ___bindingGroup0;
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(bindingGroup));
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*)&_stringLiteral214D5287FCA77F80A3BF9A069F67C5838E783185)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7_RuntimeMethod_var)));
}
IL_0016:
{
// if (m_Asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_4 = __this->___m_Asset_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0034;
}
}
{
// m_ControlScheme.m_BindingGroup = bindingGroup;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* L_7 = (&__this->___m_ControlScheme_2);
String_t* L_8 = ___bindingGroup0;
L_7->___m_BindingGroup_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___m_BindingGroup_1), (void*)L_8);
goto IL_0051;
}
IL_0034:
{
// m_Asset.m_ControlSchemes[m_ControlSchemeIndex].bindingGroup = bindingGroup;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = __this->___m_Asset_0;
NullCheck(L_9);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_10 = L_9->___m_ControlSchemes_6;
int32_t L_11 = __this->___m_ControlSchemeIndex_1;
NullCheck(L_10);
String_t* L_12 = ___bindingGroup0;
InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_inline(((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11))), L_12, NULL);
}
IL_0051:
{
// return this;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_13 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
V_2 = L_13;
goto IL_005a;
}
IL_005a:
{
// }
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_14 = V_2;
return L_14;
}
}
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7_AdjustorThunk (RuntimeObject* __this, String_t* ___bindingGroup0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
_returnValue = ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7(_thisAdjusted, ___bindingGroup0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithRequiredDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// AddDeviceEntry(controlPath, InputControlScheme.DeviceRequirement.Flags.None);
String_t* L_0 = ___controlPath0;
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 0, NULL);
// return this;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
V_0 = L_1;
goto IL_0013;
}
IL_0013:
{
// }
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE_AdjustorThunk (RuntimeObject* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
_returnValue = ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE(_thisAdjusted, ___controlPath0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithOptionalDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// AddDeviceEntry(controlPath, InputControlScheme.DeviceRequirement.Flags.Optional);
String_t* L_0 = ___controlPath0;
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 1, NULL);
// return this;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
V_0 = L_1;
goto IL_0013;
}
IL_0013:
{
// }
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7_AdjustorThunk (RuntimeObject* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
_returnValue = ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7(_thisAdjusted, ___controlPath0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithRequiredDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// AddDeviceEntry(controlPath, InputControlScheme.DeviceRequirement.Flags.Or);
String_t* L_0 = ___controlPath0;
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 2, NULL);
// return this;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
V_0 = L_1;
goto IL_0013;
}
IL_0013:
{
// }
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6_AdjustorThunk (RuntimeObject* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
_returnValue = ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6(_thisAdjusted, ___controlPath0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithOptionalDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// AddDeviceEntry(controlPath,
// InputControlScheme.DeviceRequirement.Flags.Optional |
// InputControlScheme.DeviceRequirement.Flags.Or);
String_t* L_0 = ___controlPath0;
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 3, NULL);
// return this;
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
V_0 = L_1;
goto IL_0013;
}
IL_0013:
{
// }
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5_AdjustorThunk (RuntimeObject* __this, String_t* ___controlPath0, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
_returnValue = ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5(_thisAdjusted, ___controlPath0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::Done()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __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;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (m_Asset != null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_0;
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_ControlSchemes[m_ControlSchemeIndex];
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_0;
NullCheck(L_3);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_4 = L_3->___m_ControlSchemes_6;
int32_t L_5 = __this->___m_ControlSchemeIndex_1;
NullCheck(L_4);
int32_t L_6 = L_5;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_1 = L_7;
goto IL_0033;
}
IL_002a:
{
// return m_ControlScheme;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_8 = __this->___m_ControlScheme_2;
V_1 = L_8;
goto IL_0033;
}
IL_0033:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 _returnValue;
_returnValue = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::AddDeviceEntry(System.String,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___controlPath0, int32_t ___flags1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 G_B5_0;
memset((&G_B5_0), 0, sizeof(G_B5_0));
{
// if (string.IsNullOrEmpty(controlPath))
String_t* L_0 = ___controlPath0;
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(controlPath));
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*)&_stringLiteral83FC796976B715B3448FD6019E8714D2B969E6DF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75_RuntimeMethod_var)));
}
IL_0016:
{
// var scheme = m_Asset != null ? m_Asset.m_ControlSchemes[m_ControlSchemeIndex] : m_ControlScheme;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_4 = __this->___m_Asset_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_5)
{
goto IL_002c;
}
}
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_6 = __this->___m_ControlScheme_2;
G_B5_0 = L_6;
goto IL_0042;
}
IL_002c:
{
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_7 = __this->___m_Asset_0;
NullCheck(L_7);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_8 = L_7->___m_ControlSchemes_6;
int32_t L_9 = __this->___m_ControlSchemeIndex_1;
NullCheck(L_8);
int32_t L_10 = L_9;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
G_B5_0 = L_11;
}
IL_0042:
{
V_0 = G_B5_0;
// ArrayHelpers.Append(ref scheme.m_DeviceRequirements,
// new InputControlScheme.DeviceRequirement
// {
// m_ControlPath = controlPath,
// m_Flags = flags,
// });
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE** L_12 = (&(&V_0)->___m_DeviceRequirements_2);
il2cpp_codegen_initobj((&V_2), sizeof(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056));
String_t* L_13 = ___controlPath0;
(&V_2)->___m_ControlPath_0 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___m_ControlPath_0), (void*)L_13);
int32_t L_14 = ___flags1;
(&V_2)->___m_Flags_1 = L_14;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_15 = V_2;
int32_t L_16;
L_16 = ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12(L_12, L_15, ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m45AA28DB4380A572290B3F8E6BF54BC1B5714B12_RuntimeMethod_var);
// if (m_Asset == null)
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_17 = __this->___m_Asset_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_17, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_18;
bool L_19 = V_3;
if (!L_19)
{
goto IL_0082;
}
}
{
// m_ControlScheme = scheme;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_20 = V_0;
__this->___m_ControlScheme_2 = L_20;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_Name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_BindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_DeviceRequirements_2), (void*)NULL);
#endif
goto IL_0099;
}
IL_0082:
{
// m_Asset.m_ControlSchemes[m_ControlSchemeIndex] = scheme;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_21 = __this->___m_Asset_0;
NullCheck(L_21);
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_22 = L_21->___m_ControlSchemes_6;
int32_t L_23 = __this->___m_ControlSchemeIndex_1;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_24 = V_0;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434)L_24);
}
IL_0099:
{
// }
return;
}
}
IL2CPP_EXTERN_C void ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75_AdjustorThunk (RuntimeObject* __this, String_t* ___controlPath0, int32_t ___flags1, const RuntimeMethod* method)
{
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(_thisAdjusted, ___controlPath0, ___flags1, 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.InputActionSetupExtensions/<>c__DisplayClass5_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mB09023B78E0E753DC7EF6560C9776184F4B0AB1D (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::<RemoveAction>b__0(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___b0, const RuntimeMethod* method)
{
{
// if (bindingsForAction.IndexOf(b => b == binding) == -1)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___b0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = __this->___binding_0;
bool L_2;
L_2 = InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9(L_0, L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalCompositeCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalCompositeCount_mA94813CAA6B9B1662AA2224792F20AF88152B9E9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public int totalCompositeCount => memory.compositeCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t L_1 = L_0->___compositeCount_6;
return L_1;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalMapCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public int totalMapCount => memory.mapCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t L_1 = L_0->___mapCount_1;
return L_1;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalActionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public int totalActionCount => memory.actionCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t L_1 = L_0->___actionCount_2;
return L_1;
}
}
// 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)
{
{
// public int totalBindingCount => memory.bindingCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t L_1 = L_0->___bindingCount_4;
return L_1;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalInteractionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public int totalInteractionCount => memory.interactionCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t L_1 = L_0->___interactionCount_3;
return L_1;
}
}
// 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)
{
{
// public int totalControlCount => memory.controlCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t L_1 = L_0->___controlCount_5;
return L_1;
}
}
// UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState::get_mapIndices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public ActionMapIndices* mapIndices => memory.mapIndices;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_1 = L_0->___mapIndices_16;
return L_1;
}
}
// 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)
{
{
// public TriggerState* actionStates => memory.actionStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = L_0->___actionStates_7;
return L_1;
}
}
// 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)
{
{
// public BindingState* bindingStates => memory.bindingStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1 = L_0->___bindingStates_8;
return L_1;
}
}
// 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)
{
{
// public InteractionState* interactionStates => memory.interactionStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_1 = L_0->___interactionStates_9;
return L_1;
}
}
// 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)
{
{
// public int* controlIndexToBindingIndex => memory.controlIndexToBindingIndex;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t* L_1 = L_0->___controlIndexToBindingIndex_15;
return L_1;
}
}
// System.UInt32* UnityEngine.InputSystem.InputActionState::get_enabledControls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t* InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public uint* enabledControls => (uint*)memory.enabledControls;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
int32_t* L_1 = L_0->___enabledControls_12;
return (uint32_t*)(L_1);
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::get_isProcessingControlStateChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// public bool isProcessingControlStateChange => m_InProcessControlStateChange;
bool L_0 = __this->___m_InProcessControlStateChange_10;
return L_0;
}
}
// 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)
{
{
// ClaimDataFrom(resolver);
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_0 = ___resolver0;
InputActionState_ClaimDataFrom_m816026D646659753973EF3048580FA0A360B4F31(__this, L_0, NULL);
// AddToGlobalList();
InputActionState_AddToGlobalList_mF9BDE3F882ABAC53B8E84181FBD71F0C69EC7CA9(__this, NULL);
// }
return;
}
}
// 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)
{
{
// totalProcessorCount = resolver.totalProcessorCount;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_0 = ___resolver0;
int32_t L_1 = L_0.___totalProcessorCount_0;
__this->___totalProcessorCount_6 = L_1;
// maps = resolver.maps;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_2 = ___resolver0;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = L_2.___maps_3;
__this->___maps_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___maps_1), (void*)L_3);
// interactions = resolver.interactions;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_4 = ___resolver0;
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_5 = L_4.___interactions_6;
__this->___interactions_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___interactions_3), (void*)L_5);
// processors = resolver.processors;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_6 = ___resolver0;
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_7 = L_6.___processors_7;
__this->___processors_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___processors_4), (void*)L_7);
// composites = resolver.composites;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_8 = ___resolver0;
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_9 = L_8.___composites_8;
__this->___composites_5 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___composites_5), (void*)L_9);
// controls = resolver.controls;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_10 = ___resolver0;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_11 = L_10.___controls_4;
__this->___controls_2 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___controls_2), (void*)L_11);
// memory = resolver.memory;
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_12 = ___resolver0;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_13 = L_12.___memory_5;
__this->___memory_7 = L_13;
// resolver.memory = new UnmanagedMemory();
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_14 = (&(&___resolver0)->___memory_5);
il2cpp_codegen_initobj(L_14, sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Finalize_mEF6E4C60D72F443C9772E48AA288E82195F1D8F9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_000c:
{// begin finally (depth: 1)
// }
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// Destroy(isFinalizing: true);
InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A(__this, (bool)1, NULL);
goto IL_0014;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0014:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
// Destroy();
InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A(__this, (bool)0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::Destroy(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, bool ___isFinalizing0, 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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE0874536A28B3E726387FCCF98E5C46EF9F52C0);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
{
// Debug.Assert(!isProcessingControlStateChange, "Must not destroy InputActionState while executing an action callback within it");
bool L_0;
L_0 = InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0), _stringLiteralAE0874536A28B3E726387FCCF98E5C46EF9F52C0, NULL);
// if (!isFinalizing)
bool L_1 = ___isFinalizing0;
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_00f7;
}
}
{
// for (var i = 0; i < totalMapCount; ++i)
V_1 = 0;
goto IL_00dd;
}
IL_0028:
{
// var map = maps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
// if (map.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_2;
NullCheck(L_7);
bool L_8;
L_8 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_7, NULL);
V_4 = L_8;
bool L_9 = V_4;
if (!L_9)
{
goto IL_0070;
}
}
{
// DisableControls(i, mapIndices[i].controlStartIndex, mapIndices[i].controlCount);
int32_t L_10 = V_1;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_11;
L_11 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_12 = V_1;
uint32_t L_13 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))));
int32_t L_14 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13))))->___controlStartIndex_2;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_15;
L_15 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_16 = V_1;
uint32_t L_17 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))));
int32_t L_18 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17))))->___controlCount_3;
InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176(__this, L_10, L_14, L_18, NULL);
}
IL_0070:
{
// if (map.m_Asset != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = V_2;
NullCheck(L_19);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_20 = L_19->___m_Asset_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_20, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_5 = L_21;
bool L_22 = V_5;
if (!L_22)
{
goto IL_008e;
}
}
{
// map.m_Asset.m_SharedStateForAllMaps = null;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = V_2;
NullCheck(L_23);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_24 = L_23->___m_Asset_2;
NullCheck(L_24);
L_24->___m_SharedStateForAllMaps_7 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_24->___m_SharedStateForAllMaps_7), (void*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL);
}
IL_008e:
{
// map.m_State = null;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = V_2;
NullCheck(L_25);
L_25->___m_State_10 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_25->___m_State_10), (void*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL);
// map.m_MapIndexInState = kInvalidIndex;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_26 = V_2;
NullCheck(L_26);
L_26->___m_MapIndexInState_9 = (-1);
// map.m_EnabledActionsCount = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = V_2;
NullCheck(L_27);
L_27->___m_EnabledActionsCount_7 = 0;
// var actions = map.m_Actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_28 = V_2;
NullCheck(L_28);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_29 = L_28->___m_Actions_3;
V_3 = L_29;
// if (actions != null)
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_30 = V_3;
V_6 = (bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_30) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_31 = V_6;
if (!L_31)
{
goto IL_00d8;
}
}
{
// for (var n = 0; n < actions.Length; ++n)
V_7 = 0;
goto IL_00ca;
}
IL_00ba:
{
// actions[n].m_ActionIndexInState = kInvalidIndex;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_32 = V_3;
int32_t L_33 = V_7;
NullCheck(L_32);
int32_t L_34 = L_33;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
NullCheck(L_35);
L_35->___m_ActionIndexInState_13 = (-1);
// for (var n = 0; n < actions.Length; ++n)
int32_t L_36 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_00ca:
{
// for (var n = 0; n < actions.Length; ++n)
int32_t L_37 = V_7;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_38 = V_3;
NullCheck(L_38);
V_8 = (bool)((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))))? 1 : 0);
bool L_39 = V_8;
if (L_39)
{
goto IL_00ba;
}
}
{
}
IL_00d8:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_40 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00dd:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_41 = V_1;
int32_t L_42;
L_42 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
V_9 = (bool)((((int32_t)L_41) < ((int32_t)L_42))? 1 : 0);
bool L_43 = V_9;
if (L_43)
{
goto IL_0028;
}
}
{
// RemoveMapFromGlobalList();
InputActionState_RemoveMapFromGlobalList_m7C458CF33D682D37C86857AA53BE85A74B5132EA(__this, NULL);
}
IL_00f7:
{
// memory.Dispose();
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_44 = (&__this->___memory_7);
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783(L_44, NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionState::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mC04DAFE0CA9DFFDCDB2F69772CFEFB4FEFFF6FC8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mACF51D2E4428B9140AB8B674570EDF0B01737D3C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_m8FFDF1A9B4C3AA414955A60A404C50DBFB7A1D19_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF7FAE4C95556CA506AAF27D45E5412AAA855EB7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m72D58E61D6EDC23EEF3AFD63E6215D446CED867E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
{
// return new InputActionState
// {
// maps = ArrayHelpers.Copy(maps),
// controls = ArrayHelpers.Copy(controls),
// interactions = ArrayHelpers.Copy(interactions),
// processors = ArrayHelpers.Copy(processors),
// composites = ArrayHelpers.Copy(composites),
// totalProcessorCount = totalProcessorCount,
// memory = memory.Clone(),
// };
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)il2cpp_codegen_object_new(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
NullCheck(L_0);
InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746(L_0, NULL);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_2 = __this->___maps_1;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3;
L_3 = ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mACF51D2E4428B9140AB8B674570EDF0B01737D3C(L_2, ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mACF51D2E4428B9140AB8B674570EDF0B01737D3C_RuntimeMethod_var);
NullCheck(L_1);
L_1->___maps_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___maps_1), (void*)L_3);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = L_1;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_5 = __this->___controls_2;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_6;
L_6 = ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF7FAE4C95556CA506AAF27D45E5412AAA855EB7(L_5, ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mCF7FAE4C95556CA506AAF27D45E5412AAA855EB7_RuntimeMethod_var);
NullCheck(L_4);
L_4->___controls_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___controls_2), (void*)L_6);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = L_4;
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_8 = __this->___interactions_3;
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_9;
L_9 = ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mC04DAFE0CA9DFFDCDB2F69772CFEFB4FEFFF6FC8(L_8, ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mC04DAFE0CA9DFFDCDB2F69772CFEFB4FEFFF6FC8_RuntimeMethod_var);
NullCheck(L_7);
L_7->___interactions_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___interactions_3), (void*)L_9);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_10 = L_7;
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_11 = __this->___processors_4;
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_12;
L_12 = ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m72D58E61D6EDC23EEF3AFD63E6215D446CED867E(L_11, ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m72D58E61D6EDC23EEF3AFD63E6215D446CED867E_RuntimeMethod_var);
NullCheck(L_10);
L_10->___processors_4 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___processors_4), (void*)L_12);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_13 = L_10;
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_14 = __this->___composites_5;
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_15;
L_15 = ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_m8FFDF1A9B4C3AA414955A60A404C50DBFB7A1D19(L_14, ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_m8FFDF1A9B4C3AA414955A60A404C50DBFB7A1D19_RuntimeMethod_var);
NullCheck(L_13);
L_13->___composites_5 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&L_13->___composites_5), (void*)L_15);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = L_13;
int32_t L_17 = __this->___totalProcessorCount_6;
NullCheck(L_16);
L_16->___totalProcessorCount_6 = L_17;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_18 = L_16;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_19 = (&__this->___memory_7);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_20;
L_20 = UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E(L_19, NULL);
NullCheck(L_18);
L_18->___memory_7 = L_20;
V_0 = L_18;
goto IL_007b;
}
IL_007b:
{
// }
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_21 = V_0;
return L_21;
}
}
// System.Object UnityEngine.InputSystem.InputActionState::System.ICloneable.Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_System_ICloneable_Clone_m1853B8C9FB017EFEBBC68735AAF81EA6B1553F32 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return Clone();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0;
L_0 = InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::IsUsingDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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*)&Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C_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*)&ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
{
// Debug.Assert(device != null, "Device is null");
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743, NULL);
// var haveMapsWithoutDeviceRestrictions = false;
V_0 = (bool)0;
// for (var i = 0; i < totalMapCount; ++i)
V_1 = 0;
goto IL_005d;
}
IL_0016:
{
// var map = maps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_1 = __this->___maps_1;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_2 = L_4;
// var devicesForMap = map.devices;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_2;
NullCheck(L_5);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_6;
L_6 = InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961(L_5, NULL);
V_3 = L_6;
// if (devicesForMap == null)
bool L_7;
L_7 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&V_3), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
V_4 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
bool L_8 = V_4;
if (!L_8)
{
goto IL_003b;
}
}
{
// haveMapsWithoutDeviceRestrictions = true;
V_0 = (bool)1;
goto IL_0058;
}
IL_003b:
{
// else if (devicesForMap.Value.Contains(device))
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_9;
L_9 = Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133((&V_3), Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_10 = L_9;
RuntimeObject* L_11 = Box(ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var, &L_10);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = ___device0;
bool L_13;
L_13 = Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C((RuntimeObject*)L_11, L_12, Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C_RuntimeMethod_var);
V_5 = L_13;
bool L_14 = V_5;
if (!L_14)
{
goto IL_0058;
}
}
{
// return true;
V_6 = (bool)1;
goto IL_00b7;
}
IL_0058:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_005d:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_16 = V_1;
int32_t L_17;
L_17 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
V_7 = (bool)((((int32_t)L_16) < ((int32_t)L_17))? 1 : 0);
bool L_18 = V_7;
if (L_18)
{
goto IL_0016;
}
}
{
// if (!haveMapsWithoutDeviceRestrictions)
bool L_19 = V_0;
V_8 = (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
bool L_20 = V_8;
if (!L_20)
{
goto IL_007b;
}
}
{
// return false;
V_6 = (bool)0;
goto IL_00b7;
}
IL_007b:
{
// for (var i = 0; i < totalControlCount; ++i)
V_9 = 0;
goto IL_00a2;
}
IL_0080:
{
// if (controls[i].device == device)
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_21 = __this->___controls_2;
int32_t L_22 = V_9;
NullCheck(L_21);
int32_t L_23 = L_22;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_24);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_25;
L_25 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_24, NULL);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_26 = ___device0;
V_10 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_25) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_26))? 1 : 0);
bool L_27 = V_10;
if (!L_27)
{
goto IL_009c;
}
}
{
// return true;
V_6 = (bool)1;
goto IL_00b7;
}
IL_009c:
{
// for (var i = 0; i < totalControlCount; ++i)
int32_t L_28 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00a2:
{
// for (var i = 0; i < totalControlCount; ++i)
int32_t L_29 = V_9;
int32_t L_30;
L_30 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
V_11 = (bool)((((int32_t)L_29) < ((int32_t)L_30))? 1 : 0);
bool L_31 = V_11;
if (L_31)
{
goto IL_0080;
}
}
{
// return false;
V_6 = (bool)0;
goto IL_00b7;
}
IL_00b7:
{
// }
bool L_32 = V_6;
return L_32;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::CanUseDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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*)&Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C_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*)&ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_10 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_11 = NULL;
int32_t V_12 = 0;
bool V_13 = false;
int32_t V_14 = 0;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
{
// Debug.Assert(device != null, "Device is null");
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743, NULL);
// var haveMapWithoutDeviceRestrictions = false;
V_0 = (bool)0;
// for (var i = 0; i < totalMapCount; ++i)
V_1 = 0;
goto IL_0060;
}
IL_0016:
{
// var map = maps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_1 = __this->___maps_1;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_2 = L_4;
// var devicesForMap = map.devices;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_2;
NullCheck(L_5);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_6;
L_6 = InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961(L_5, NULL);
V_3 = L_6;
// if (devicesForMap == null)
bool L_7;
L_7 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&V_3), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
V_4 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
bool L_8 = V_4;
if (!L_8)
{
goto IL_003b;
}
}
{
// haveMapWithoutDeviceRestrictions = true;
V_0 = (bool)1;
goto IL_005b;
}
IL_003b:
{
// else if (devicesForMap.Value.Contains(device))
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_9;
L_9 = Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133((&V_3), Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_10 = L_9;
RuntimeObject* L_11 = Box(ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var, &L_10);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = ___device0;
bool L_13;
L_13 = Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C((RuntimeObject*)L_11, L_12, Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mC9E58DD9817B84F9283E27CE254CB81679A6124C_RuntimeMethod_var);
V_5 = L_13;
bool L_14 = V_5;
if (!L_14)
{
goto IL_005b;
}
}
{
// return true;
V_6 = (bool)1;
goto IL_0106;
}
IL_005b:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0060:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_16 = V_1;
int32_t L_17;
L_17 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
V_7 = (bool)((((int32_t)L_16) < ((int32_t)L_17))? 1 : 0);
bool L_18 = V_7;
if (L_18)
{
goto IL_0016;
}
}
{
// if (!haveMapWithoutDeviceRestrictions)
bool L_19 = V_0;
V_8 = (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
bool L_20 = V_8;
if (!L_20)
{
goto IL_0081;
}
}
{
// return false;
V_6 = (bool)0;
goto IL_0106;
}
IL_0081:
{
// for (var i = 0; i < totalMapCount; ++i)
V_9 = 0;
goto IL_00f1;
}
IL_0086:
{
// var map = maps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_21 = __this->___maps_1;
int32_t L_22 = V_9;
NullCheck(L_21);
int32_t L_23 = L_22;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
V_10 = L_24;
// var bindings = map.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = V_10;
NullCheck(L_25);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_26 = L_25->___m_Bindings_4;
V_11 = L_26;
// if (bindings == null)
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_27 = V_11;
V_13 = (bool)((((RuntimeObject*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)L_27) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_28 = V_13;
if (!L_28)
{
goto IL_00a8;
}
}
{
// continue;
goto IL_00eb;
}
IL_00a8:
{
// var bindingCount = bindings.Length;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_29 = V_11;
NullCheck(L_29);
V_12 = ((int32_t)(((RuntimeArray*)L_29)->max_length));
// for (var n = 0; n < bindingCount; ++n)
V_14 = 0;
goto IL_00de;
}
IL_00b3:
{
// if (InputControlPath.TryFindControl(device, bindings[n].effectivePath) != null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_30 = ___device0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_31 = V_11;
int32_t L_32 = V_14;
NullCheck(L_31);
String_t* L_33;
L_33 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(((L_31)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_32))), NULL);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_34;
L_34 = InputControlPath_TryFindControl_m3BD9BCEED46B32E39B0E8B35B1F1B3DC05A53FAD(L_30, L_33, 0, NULL);
V_15 = (bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_34) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_35 = V_15;
if (!L_35)
{
goto IL_00d7;
}
}
{
// return true;
V_6 = (bool)1;
goto IL_0106;
}
IL_00d7:
{
// for (var n = 0; n < bindingCount; ++n)
int32_t L_36 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_00de:
{
// for (var n = 0; n < bindingCount; ++n)
int32_t L_37 = V_14;
int32_t L_38 = V_12;
V_16 = (bool)((((int32_t)L_37) < ((int32_t)L_38))? 1 : 0);
bool L_39 = V_16;
if (L_39)
{
goto IL_00b3;
}
}
{
}
IL_00eb:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_40 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00f1:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_41 = V_9;
int32_t L_42;
L_42 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
V_17 = (bool)((((int32_t)L_41) < ((int32_t)L_42))? 1 : 0);
bool L_43 = V_17;
if (L_43)
{
goto IL_0086;
}
}
{
// return false;
V_6 = (bool)0;
goto IL_0106;
}
IL_0106:
{
// }
bool L_44 = V_6;
return L_44;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::HasEnabledActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_HasEnabledActions_m97F9F576468FE2EE79124732AAC35AF25E1C7EE7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// for (var i = 0; i < totalMapCount; ++i)
V_0 = 0;
goto IL_0022;
}
IL_0005:
{
// var map = maps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___maps_1;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_1 = L_3;
// if (map.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_1;
NullCheck(L_4);
bool L_5;
L_5 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_4, NULL);
V_2 = L_5;
bool L_6 = V_2;
if (!L_6)
{
goto IL_001d;
}
}
{
// return true;
V_3 = (bool)1;
goto IL_0035;
}
IL_001d:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0022:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_8 = V_0;
int32_t L_9;
L_9 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
V_4 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
bool L_10 = V_4;
if (L_10)
{
goto IL_0005;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0035;
}
IL_0035:
{
// }
bool L_11 = V_3;
return L_11;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::FinishBindingCompositeSetups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_FinishBindingCompositeSetups_m112F6656640F64EA7E4961D21D464595BA9408A8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_1 = NULL;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_2 = NULL;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t G_B4_0 = 0;
{
// for (var i = 0; i < totalBindingCount; ++i)
V_0 = 0;
goto IL_006a;
}
IL_0005:
{
// ref var binding = ref bindingStates[i];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_1 = V_0;
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_1 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))));
// if (!binding.isComposite || binding.compositeOrCompositeBindingIndex == -1)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3 = V_1;
bool L_4;
L_4 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE(L_3, NULL);
if (!L_4)
{
goto IL_002a;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5 = V_1;
int32_t L_6;
L_6 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_5, NULL);
G_B4_0 = ((((int32_t)L_6) == ((int32_t)(-1)))? 1 : 0);
goto IL_002b;
}
IL_002a:
{
G_B4_0 = 1;
}
IL_002b:
{
V_4 = (bool)G_B4_0;
bool L_7 = V_4;
if (!L_7)
{
goto IL_0033;
}
}
{
// continue;
goto IL_0066;
}
IL_0033:
{
// var composite = composites[binding.compositeOrCompositeBindingIndex];
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_8 = __this->___composites_5;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9 = V_1;
int32_t L_10;
L_10 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_9, NULL);
NullCheck(L_8);
int32_t L_11 = L_10;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_12 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_2 = L_12;
// var context = new InputBindingCompositeContext { m_State = this, m_BindingIndex = i };
il2cpp_codegen_initobj((&V_5), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
(&V_5)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___m_State_0), (void*)__this);
int32_t L_13 = V_0;
(&V_5)->___m_BindingIndex_1 = L_13;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_14 = V_5;
V_3 = L_14;
// composite.CallFinishSetup(ref context);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_15 = V_2;
NullCheck(L_15);
InputBindingComposite_CallFinishSetup_m353FD7C5A12F13BF05EDFE5162740241CCE1EA07(L_15, (&V_3), NULL);
}
IL_0066:
{
// for (var i = 0; i < totalBindingCount; ++i)
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_006a:
{
// for (var i = 0; i < totalBindingCount; ++i)
int32_t L_17 = V_0;
int32_t L_18;
L_18 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
V_6 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
bool L_19 = V_6;
if (L_19)
{
goto IL_0005;
}
}
{
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m84CD598ACA46D4FA9BE74C4A5F88BDFF6CE7C373_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
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);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7BDE6E83A2E6E2C4FF440A4092E698E6D7B8F2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6169832639C4BE4ACAA5E92C0311F8426ED00354);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82BFA43945C9EFA424D150A3F337A4370FF5ECE7);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_1 = NULL;
int32_t V_2 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t V_8 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_9 = NULL;
bool V_10 = false;
bool V_11 = false;
int32_t V_12 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_13 = NULL;
bool V_14 = false;
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 V_15;
memset((&V_15), 0, sizeof(V_15));
int32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
int32_t G_B17_0 = 0;
{
// Debug.Assert(oldState.isAllocated, "Old state contains no memory");
bool L_0;
L_0 = UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F((&___oldState0), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_0, _stringLiteral1D7BDE6E83A2E6E2C4FF440A4092E698E6D7B8F2, NULL);
// Debug.Assert(oldState.actionCount == memory.actionCount, "Action count in old and new state must be the same");
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_1 = ___oldState0;
int32_t L_2 = L_1.___actionCount_2;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_3 = (&__this->___memory_7);
int32_t L_4 = L_3->___actionCount_2;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_2) == ((int32_t)L_4))? 1 : 0), _stringLiteral6169832639C4BE4ACAA5E92C0311F8426ED00354, NULL);
// Debug.Assert(oldState.mapCount == memory.mapCount, "Map count in old and new state must be the same");
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_5 = ___oldState0;
int32_t L_6 = L_5.___mapCount_1;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_7 = (&__this->___memory_7);
int32_t L_8 = L_7->___mapCount_1;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0), _stringLiteral82BFA43945C9EFA424D150A3F337A4370FF5ECE7, NULL);
// for (var i = 0; i < memory.bindingCount; ++i)
V_0 = 0;
goto IL_0127;
}
IL_0056:
{
// var bindingState = &memory.bindingStates[i];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_9 = (&__this->___memory_7);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_10 = L_9->___bindingStates_8;
int32_t L_11 = V_0;
uint32_t L_12 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_1 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))));
// if (bindingState->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_13 = V_1;
bool L_14;
L_14 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_13, NULL);
V_4 = L_14;
bool L_15 = V_4;
if (!L_15)
{
goto IL_0080;
}
}
{
// continue;
goto IL_0123;
}
IL_0080:
{
// var actionIndex = bindingState->actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16 = V_1;
int32_t L_17;
L_17 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_16, NULL);
V_2 = L_17;
// if (actionIndex == kInvalidIndex)
int32_t L_18 = V_2;
V_5 = (bool)((((int32_t)L_18) == ((int32_t)(-1)))? 1 : 0);
bool L_19 = V_5;
if (!L_19)
{
goto IL_0097;
}
}
{
// continue;
goto IL_0123;
}
IL_0097:
{
// if (oldState.actionStates[actionIndex].phase == InputActionPhase.Disabled)
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_20 = ___oldState0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21 = L_20.___actionStates_7;
int32_t L_22 = V_2;
uint32_t L_23 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_24;
L_24 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), (int32_t)L_23)))), NULL);
V_6 = (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0);
bool L_25 = V_6;
if (!L_25)
{
goto IL_00b7;
}
}
{
// continue;
goto IL_0123;
}
IL_00b7:
{
// var actionState = &memory.actionStates[actionIndex];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_26 = (&__this->___memory_7);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_27 = L_26->___actionStates_7;
int32_t L_28 = V_2;
uint32_t L_29 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_3 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_27, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_28), (int32_t)L_29)))));
// if (actionState->phase == InputActionPhase.Disabled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_30 = V_3;
int32_t L_31;
L_31 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_30, NULL);
V_7 = (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0);
bool L_32 = V_7;
if (!L_32)
{
goto IL_0109;
}
}
{
// actionState->phase = InputActionPhase.Waiting;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_33 = V_3;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_33, 1, NULL);
// var mapIndex = actionState->mapIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_34 = V_3;
int32_t L_35;
L_35 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_34, NULL);
V_8 = L_35;
// var map = maps[mapIndex];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_36 = __this->___maps_1;
int32_t L_37 = V_8;
NullCheck(L_36);
int32_t L_38 = L_37;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
V_9 = L_39;
// ++map.m_EnabledActionsCount;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_40 = V_9;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_41 = L_40;
NullCheck(L_41);
int32_t L_42 = L_41->___m_EnabledActionsCount_7;
NullCheck(L_41);
L_41->___m_EnabledActionsCount_7 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_0109:
{
// EnableControls(actionState->mapIndex, bindingState->controlStartIndex,
// bindingState->controlCount);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_43 = V_3;
int32_t L_44;
L_44 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_43, NULL);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_45 = V_1;
int32_t L_46;
L_46 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_45, NULL);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_47 = V_1;
int32_t L_48;
L_48 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_47, NULL);
InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D(__this, L_44, L_46, L_48, NULL);
}
IL_0123:
{
// for (var i = 0; i < memory.bindingCount; ++i)
int32_t L_49 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_0127:
{
// for (var i = 0; i < memory.bindingCount; ++i)
int32_t L_50 = V_0;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_51 = (&__this->___memory_7);
int32_t L_52 = L_51->___bindingCount_4;
V_10 = (bool)((((int32_t)L_50) < ((int32_t)L_52))? 1 : 0);
bool L_53 = V_10;
if (L_53)
{
goto IL_0056;
}
}
{
// HookOnBeforeUpdate();
InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790(__this, NULL);
// if (s_GlobalState.onActionChange.length > 0)
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_54 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
int32_t L_55;
L_55 = CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D(L_54, CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
V_11 = (bool)((((int32_t)L_55) > ((int32_t)0))? 1 : 0);
bool L_56 = V_11;
if (!L_56)
{
goto IL_01f6;
}
}
{
// for (var i = 0; i < totalMapCount; ++i)
V_12 = 0;
goto IL_01e2;
}
IL_0166:
{
// var map = maps[i];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_57 = __this->___maps_1;
int32_t L_58 = V_12;
NullCheck(L_57);
int32_t L_59 = L_58;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
V_13 = L_60;
// if (map.m_SingletonAction == null && map.m_EnabledActionsCount == map.m_Actions.LengthSafe())
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_61 = V_13;
NullCheck(L_61);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_62 = L_61->___m_SingletonAction_8;
if (L_62)
{
goto IL_0192;
}
}
{
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_63 = V_13;
NullCheck(L_63);
int32_t L_64 = L_63->___m_EnabledActionsCount_7;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_65 = V_13;
NullCheck(L_65);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_66 = L_65->___m_Actions_3;
int32_t L_67;
L_67 = ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m84CD598ACA46D4FA9BE74C4A5F88BDFF6CE7C373(L_66, ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m84CD598ACA46D4FA9BE74C4A5F88BDFF6CE7C373_RuntimeMethod_var);
G_B17_0 = ((((int32_t)L_64) == ((int32_t)L_67))? 1 : 0);
goto IL_0193;
}
IL_0192:
{
G_B17_0 = 0;
}
IL_0193:
{
V_14 = (bool)G_B17_0;
bool L_68 = V_14;
if (!L_68)
{
goto IL_01a4;
}
}
{
// NotifyListenersOfActionChange(InputActionChange.ActionMapEnabled, map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_69 = V_13;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(2, L_69, NULL);
goto IL_01db;
}
IL_01a4:
{
// var actions = map.actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_70 = V_13;
NullCheck(L_70);
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_71;
L_71 = InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E(L_70, NULL);
V_15 = L_71;
// for (var n = 0; n < actions.Count; ++n)
V_16 = 0;
goto IL_01c9;
}
IL_01b3:
{
// NotifyListenersOfActionChange(InputActionChange.ActionEnabled, actions[n]);
int32_t L_72 = V_16;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_73;
L_73 = ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464((&V_15), L_72, ReadOnlyArray_1_get_Item_mF91AFAC9F8866849A41306E7F7897A20BE538464_RuntimeMethod_var);
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(0, L_73, NULL);
// for (var n = 0; n < actions.Count; ++n)
int32_t L_74 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_74, 1));
}
IL_01c9:
{
// for (var n = 0; n < actions.Count; ++n)
int32_t L_75 = V_16;
int32_t L_76;
L_76 = ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_inline((&V_15), ReadOnlyArray_1_get_Count_mA742A0394D2FF18202FA60460D4053977BA6EC4F_RuntimeMethod_var);
V_17 = (bool)((((int32_t)L_75) < ((int32_t)L_76))? 1 : 0);
bool L_77 = V_17;
if (L_77)
{
goto IL_01b3;
}
}
{
}
IL_01db:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_78 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_78, 1));
}
IL_01e2:
{
// for (var i = 0; i < totalMapCount; ++i)
int32_t L_79 = V_12;
int32_t L_80;
L_80 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
V_18 = (bool)((((int32_t)L_79) < ((int32_t)L_80))? 1 : 0);
bool L_81 = V_18;
if (L_81)
{
goto IL_0166;
}
}
{
}
IL_01f6:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ResetActionStatesDrivenBy(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionStatesDrivenBy_m571F3F380EAA31B4385A6CCDF59405EF11FC8EDF (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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;
}
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_0 = NULL;
int32_t V_1 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t G_B5_0 = 0;
{
// using (InputActionRebindingExtensions.DeferBindingResolution())
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_0;
L_0 = InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00bb:
{// begin finally (depth: 1)
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_1 = V_0;
if (!L_1)
{
goto IL_00c5;
}
}
{
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_00c5:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
V_1 = 0;
goto IL_00a6_1;
}
IL_000f_1:
{
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_4 = V_1;
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
// if (actionState->phase == InputActionPhase.Waiting || actionState->phase == InputActionPhase.Disabled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = V_2;
int32_t L_7;
L_7 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_6, NULL);
if ((((int32_t)L_7) == ((int32_t)1)))
{
goto IL_0036_1;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_2;
int32_t L_9;
L_9 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8, NULL);
G_B5_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
goto IL_0037_1;
}
IL_0036_1:
{
G_B5_0 = 1;
}
IL_0037_1:
{
V_3 = (bool)G_B5_0;
bool L_10 = V_3;
if (!L_10)
{
goto IL_003d_1;
}
}
{
// continue;
goto IL_00a2_1;
}
IL_003d_1:
{
// if (actionState->isPassThrough)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = V_2;
bool L_12;
L_12 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_11, NULL);
V_4 = L_12;
bool L_13 = V_4;
if (!L_13)
{
goto IL_0060_1;
}
}
{
// if (!IsActionBoundToControlFromDevice(device, actionIndex))
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_14 = ___device0;
int32_t L_15 = V_1;
bool L_16;
L_16 = InputActionState_IsActionBoundToControlFromDevice_mB7D4F45DA50CDB0C83FB917E2FC6186D65478F89(__this, L_14, L_15, NULL);
V_5 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
bool L_17 = V_5;
if (!L_17)
{
goto IL_005d_1;
}
}
{
// continue;
goto IL_00a2_1;
}
IL_005d_1:
{
goto IL_0097_1;
}
IL_0060_1:
{
// var controlIndex = actionState->controlIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_18 = V_2;
int32_t L_19;
L_19 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_18, NULL);
V_6 = L_19;
// if (controlIndex == -1)
int32_t L_20 = V_6;
V_8 = (bool)((((int32_t)L_20) == ((int32_t)(-1)))? 1 : 0);
bool L_21 = V_8;
if (!L_21)
{
goto IL_0076_1;
}
}
{
// continue;
goto IL_00a2_1;
}
IL_0076_1:
{
// var control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_22 = __this->___controls_2;
int32_t L_23 = V_6;
NullCheck(L_22);
int32_t L_24 = L_23;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
V_7 = L_25;
// if (control.device != device)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = V_7;
NullCheck(L_26);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_27;
L_27 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_26, NULL);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_28 = ___device0;
V_9 = (bool)((((int32_t)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_27) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_28))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_29 = V_9;
if (!L_29)
{
goto IL_0096_1;
}
}
{
// continue;
goto IL_00a2_1;
}
IL_0096_1:
{
}
IL_0097_1:
{
// ResetActionState(actionIndex);
int32_t L_30 = V_1;
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_30, 1, (bool)0, NULL);
}
IL_00a2_1:
{
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
int32_t L_31 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_31, 1));
}
IL_00a6_1:
{
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
int32_t L_32 = V_1;
int32_t L_33;
L_33 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
V_10 = (bool)((((int32_t)L_32) < ((int32_t)L_33))? 1 : 0);
bool L_34 = V_10;
if (L_34)
{
goto IL_000f_1;
}
}
{
goto IL_00c6;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00c6:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActionBoundToControlFromDevice(UnityEngine.InputSystem.InputDevice,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActionBoundToControlFromDevice_mB7D4F45DA50CDB0C83FB917E2FC6186D65478F89 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int32_t ___actionIndex1, const RuntimeMethod* method)
{
bool V_0 = false;
uint16_t V_1 = 0;
uint16_t V_2 = 0;
int32_t V_3 = 0;
uint16_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_8 = NULL;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
{
// var usesControlFromDevice = false;
V_0 = (bool)0;
// var bindingStartIndex = GetActionBindingStartIndexAndCount(actionIndex, out var bindingCount);
int32_t L_0 = ___actionIndex1;
uint16_t L_1;
L_1 = InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B(__this, L_0, (&V_2), NULL);
V_1 = L_1;
// for (var i = 0; i < bindingCount; ++i)
V_3 = 0;
goto IL_009b;
}
IL_0014:
{
// var bindingIndex = memory.actionBindingIndices[bindingStartIndex + i];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_2 = (&__this->___memory_7);
uint16_t* L_3 = L_2->___actionBindingIndices_14;
uint16_t L_4 = V_1;
int32_t L_5 = V_3;
int32_t L_6 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, L_5))), 2)))));
V_4 = (uint16_t)L_6;
// var controlCount = bindingStates[bindingIndex].controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7;
L_7 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
uint16_t L_8 = V_4;
uint32_t L_9 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_10;
L_10 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))), NULL);
V_5 = L_10;
// var controlStartIndex = bindingStates[bindingIndex].controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11;
L_11 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
uint16_t L_12 = V_4;
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_14;
L_14 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))), NULL);
V_6 = L_14;
// for (var n = 0; n < controlCount; ++n)
V_7 = 0;
goto IL_008a;
}
IL_005f:
{
// var control = controls[controlStartIndex + n];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_15 = __this->___controls_2;
int32_t L_16 = V_6;
int32_t L_17 = V_7;
NullCheck(L_15);
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_16, L_17));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_8 = L_19;
// if (control.device == device)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = V_8;
NullCheck(L_20);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_21;
L_21 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_20, NULL);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_22 = ___device0;
V_9 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_21) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_22))? 1 : 0);
bool L_23 = V_9;
if (!L_23)
{
goto IL_0083;
}
}
{
// usesControlFromDevice = true;
V_0 = (bool)1;
// break;
goto IL_0096;
}
IL_0083:
{
// for (var n = 0; n < controlCount; ++n)
int32_t L_24 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_008a:
{
// for (var n = 0; n < controlCount; ++n)
int32_t L_25 = V_7;
int32_t L_26 = V_5;
V_10 = (bool)((((int32_t)L_25) < ((int32_t)L_26))? 1 : 0);
bool L_27 = V_10;
if (L_27)
{
goto IL_005f;
}
}
IL_0096:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_009b:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_29 = V_3;
uint16_t L_30 = V_2;
V_11 = (bool)((((int32_t)L_29) < ((int32_t)L_30))? 1 : 0);
bool L_31 = V_11;
if (L_31)
{
goto IL_0014;
}
}
{
// return usesControlFromDevice;
bool L_32 = V_0;
V_12 = L_32;
goto IL_00ad;
}
IL_00ad:
{
// }
bool L_33 = V_12;
return L_33;
}
}
// 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)
{
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*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral475F73C802F1C68F37D2AFA1F2F4B4175F035E8B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59AF2E370C4A1C345B7E09B198528F49F9922008);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral638BB62E34B43D2FB3AB968536552CBE0E72B536);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80FE7A171A60AECBC2714D8FF63D63049662CA06);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86255DAB14ECB6655F259896DCC30664B8E342C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA3997983FC43F4E18AFD8C6C12158EAF7B6752E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB6E47CEF4A8FF7840B2C6A188991D578C0F4F13);
s_Il2CppMethodInitialized = true;
}
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount, "Action index out of range when resetting action");
int32_t L_0 = ___actionIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___actionIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral80FE7A171A60AECBC2714D8FF63D63049662CA06, NULL);
// Debug.Assert(toPhase == InputActionPhase.Waiting || toPhase == InputActionPhase.Disabled,
// "Phase must be Waiting or Disabled");
int32_t L_3 = ___toPhase1;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0026;
}
}
{
int32_t L_4 = ___toPhase1;
G_B6_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0027;
}
IL_0026:
{
G_B6_0 = 1;
}
IL_0027:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralDA3997983FC43F4E18AFD8C6C12158EAF7B6752E, NULL);
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_6 = ___actionIndex0;
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_0 = (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 (actionState->phase != InputActionPhase.Waiting && actionState->phase != InputActionPhase.Disabled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_0;
int32_t L_9;
L_9 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8, NULL);
if ((((int32_t)L_9) == ((int32_t)1)))
{
goto IL_0058;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = V_0;
int32_t L_11;
L_11 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_10, NULL);
G_B9_0 = ((!(((uint32_t)L_11) <= ((uint32_t)0)))? 1 : 0);
goto IL_0059;
}
IL_0058:
{
G_B9_0 = 0;
}
IL_0059:
{
V_1 = (bool)G_B9_0;
bool L_12 = V_1;
if (!L_12)
{
goto IL_016b;
}
}
{
// actionState->time = InputRuntime.s_Instance.currentTime;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = V_0;
RuntimeObject* L_14 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_14);
double L_15;
L_15 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_14);
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_13, L_15, NULL);
// if (actionState->interactionIndex != kInvalidIndex)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16 = V_0;
int32_t L_17;
L_17 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_16, NULL);
V_2 = (bool)((((int32_t)((((int32_t)L_17) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_18 = V_2;
if (!L_18)
{
goto IL_00fe;
}
}
{
// var bindingIndex = actionState->bindingIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19 = V_0;
int32_t L_20;
L_20 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_19, NULL);
V_3 = L_20;
// if (bindingIndex != kInvalidIndex)
int32_t L_21 = V_3;
V_4 = (bool)((((int32_t)((((int32_t)L_21) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_22 = V_4;
if (!L_22)
{
goto IL_00fb;
}
}
{
// var mapIndex = actionState->mapIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = V_0;
int32_t L_24;
L_24 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_23, NULL);
V_5 = L_24;
// var interactionCount = bindingStates[bindingIndex].interactionCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_25;
L_25 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_26 = V_3;
uint32_t L_27 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_28;
L_28 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), (int32_t)L_27)))), NULL);
V_6 = L_28;
// var interactionStartIndex = bindingStates[bindingIndex].interactionStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_29;
L_29 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_30 = V_3;
uint32_t L_31 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_32;
L_32 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), (int32_t)L_31)))), NULL);
V_7 = L_32;
// for (var i = 0; i < interactionCount; ++i)
V_8 = 0;
goto IL_00ee;
}
IL_00d3:
{
// var interactionIndex = interactionStartIndex + i;
int32_t L_33 = V_7;
int32_t L_34 = V_8;
V_9 = ((int32_t)il2cpp_codegen_add(L_33, L_34));
// ResetInteractionStateAndCancelIfNecessary(mapIndex, bindingIndex, interactionIndex);
int32_t L_35 = V_5;
int32_t L_36 = V_3;
int32_t L_37 = V_9;
InputActionState_ResetInteractionStateAndCancelIfNecessary_mF6C5D5CF70D78AD372E5E34FF522916322288A1A(__this, L_35, L_36, L_37, NULL);
// for (var i = 0; i < interactionCount; ++i)
int32_t L_38 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_00ee:
{
// for (var i = 0; i < interactionCount; ++i)
int32_t L_39 = V_8;
int32_t L_40 = V_6;
V_10 = (bool)((((int32_t)L_39) < ((int32_t)L_40))? 1 : 0);
bool L_41 = V_10;
if (L_41)
{
goto IL_00d3;
}
}
{
}
IL_00fb:
{
goto IL_016a;
}
IL_00fe:
{
// Debug.Assert(actionState->bindingIndex != kInvalidIndex, "Binding index on trigger state is invalid");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_42 = V_0;
int32_t L_43;
L_43 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_42, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_43) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral475F73C802F1C68F37D2AFA1F2F4B4175F035E8B, NULL);
// Debug.Assert(bindingStates[actionState->bindingIndex].interactionCount == 0,
// "Action has been triggered but apparently not from an interaction yet there's interactions on the binding that got triggered?!?");
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_44;
L_44 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_45 = V_0;
int32_t L_46;
L_46 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_45, NULL);
uint32_t L_47 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_48;
L_48 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_44, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_46), (int32_t)L_47)))), NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_48) == ((int32_t)0))? 1 : 0), _stringLiteral86255DAB14ECB6655F259896DCC30664B8E342C9, NULL);
// if (actionState->phase != InputActionPhase.Canceled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_49 = V_0;
int32_t L_50;
L_50 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_49, NULL);
V_11 = (bool)((((int32_t)((((int32_t)L_50) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_51 = V_11;
if (!L_51)
{
goto IL_0169;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Canceled, ref actionStates[actionIndex]);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_52;
L_52 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_53 = ___actionIndex0;
uint32_t L_54 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
bool L_55;
L_55 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_52, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_53), (int32_t)L_54)))), 1, NULL);
}
IL_0169:
{
}
IL_016a:
{
}
IL_016b:
{
// actionState->phase = toPhase;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_56 = V_0;
int32_t L_57 = ___toPhase1;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_56, L_57, NULL);
// actionState->controlIndex = kInvalidIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_58 = V_0;
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_58, (-1), NULL);
// actionState->bindingIndex = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_59 = V_0;
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_59, 0, NULL);
// actionState->interactionIndex = kInvalidIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_60 = V_0;
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_60, (-1), NULL);
// actionState->startTime = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_61 = V_0;
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_61, (0.0), NULL);
// actionState->time = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_62 = V_0;
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_62, (0.0), NULL);
// actionState->hasMultipleConcurrentActuations = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_63 = V_0;
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_63, (bool)0, NULL);
// actionState->inProcessing = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_64 = V_0;
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_64, (bool)0, NULL);
// actionState->isPressed = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_65 = V_0;
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_65, (bool)0, NULL);
// if (hardReset)
bool L_66 = ___hardReset2;
V_12 = L_66;
bool L_67 = V_12;
if (!L_67)
{
goto IL_01ec;
}
}
{
// actionState->lastCanceledInUpdate = default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_68 = V_0;
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_68, 0, NULL);
// actionState->lastPerformedInUpdate = default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_69 = V_0;
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_69, 0, NULL);
// actionState->pressedInUpdate = default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_70 = V_0;
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_70, 0, NULL);
// actionState->releasedInUpdate = default;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_71 = V_0;
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_71, 0, NULL);
}
IL_01ec:
{
// Debug.Assert(!actionState->isStarted, "Cannot reset an action to started phase");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_72 = V_0;
bool L_73;
L_73 = TriggerState_get_isStarted_m23B262849C63E8D5D16B14A777859FB709281444((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_72, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_73) == ((int32_t)0))? 1 : 0), _stringLiteral59AF2E370C4A1C345B7E09B198528F49F9922008, NULL);
// Debug.Assert(!actionState->isPerformed, "Cannot reset an action to performed phase");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_74 = V_0;
bool L_75;
L_75 = TriggerState_get_isPerformed_mAAF778642D1CFEB0B6D5186AFFC86AEF5F8F4746((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_74, NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_75) == ((int32_t)0))? 1 : 0), _stringLiteralEB6E47CEF4A8FF7840B2C6A188991D578C0F4F13, NULL);
// Debug.Assert(!actionState->isCanceled, "Cannot reset an action to canceled phase");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_76 = V_0;
bool L_77;
L_77 = TriggerState_get_isCanceled_m5121EDE98435C75EAE5F305F893175A9FF5C1AEA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_76, NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_77) == ((int32_t)0))? 1 : 0), _stringLiteral638BB62E34B43D2FB3AB968536552CBE0E72B536, NULL);
// }
return;
}
}
// 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)
{
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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2149A06172760A599C65F13980F7DB6D4CAC4504);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF54EF9F8126B123F90C79D31348890C8E1DAC2EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9DF4EAEC9F76EF2EC3C4D3171075D8D562005A9);
s_Il2CppMethodInitialized = true;
}
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
int32_t G_B3_0 = 0;
{
// Debug.Assert(action != null, "Action must not 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), _stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078, NULL);
// Debug.Assert(action.m_ActionMap != null, "Action must have an 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*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralF9DF4EAEC9F76EF2EC3C4D3171075D8D562005A9, NULL);
// Debug.Assert(action.m_ActionMap.m_MapIndexInState != kInvalidIndex, "Action must have index set");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___action0;
NullCheck(L_3);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = L_3->___m_ActionMap_14;
NullCheck(L_4);
int32_t L_5 = L_4->___m_MapIndexInState_9;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_5) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral2149A06172760A599C65F13980F7DB6D4CAC4504, NULL);
// Debug.Assert(maps.Contains(action.m_ActionMap), "Action map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_6 = __this->___maps_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = L_7->___m_ActionMap_14;
bool L_9;
L_9 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_6, L_8, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_9, _stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264, NULL);
// Debug.Assert(action.m_ActionIndexInState >= 0 && action.m_ActionIndexInState < totalActionCount, "Action index is out of range");
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___action0;
NullCheck(L_10);
int32_t L_11 = L_10->___m_ActionIndexInState_13;
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_0075;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
int32_t L_13 = L_12->___m_ActionIndexInState_13;
int32_t L_14;
L_14 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
goto IL_0076;
}
IL_0075:
{
G_B3_0 = 0;
}
IL_0076:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF54EF9F8126B123F90C79D31348890C8E1DAC2EE, NULL);
// return ref actionStates[action.m_ActionIndexInState];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15;
L_15 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = ___action0;
NullCheck(L_16);
int32_t L_17 = L_16->___m_ActionIndexInState_13;
uint32_t L_18 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_0 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18))));
goto IL_0099;
}
IL_0099:
{
// }
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19 = V_0;
return L_19;
}
}
// 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)
{
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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8177E808893239E6F4DFF033F84245409321A7C);
s_Il2CppMethodInitialized = true;
}
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Debug.Assert(map != null, "Must must not be null");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralD8177E808893239E6F4DFF033F84245409321A7C, NULL);
// Debug.Assert(maps.Contains(map), "Map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_1 = __this->___maps_1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = ___map0;
bool L_3;
L_3 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_1, L_2, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_3, _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B, NULL);
// return mapIndices[map.m_MapIndexInState];
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_4;
L_4 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = ___map0;
NullCheck(L_5);
int32_t L_6 = L_5->___m_MapIndexInState_9;
uint32_t L_7 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_8 = (*(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
V_0 = L_8;
goto IL_0044;
}
IL_0044:
{
// }
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_9 = V_0;
return L_9;
}
}
// 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)
{
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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED59E89E5EB3C029C040D43528C4127CC9E9620F);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t G_B3_0 = 0;
{
// Debug.Assert(map != null, "Map must not be null");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1, NULL);
// Debug.Assert(map.m_Actions != null, "Map must have actions");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___map0;
NullCheck(L_1);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = L_1->___m_Actions_3;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907, NULL);
// Debug.Assert(maps.Contains(map), "Map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___map0;
bool L_5;
L_5 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_4, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_5, _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B, NULL);
// EnableControls(map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___map0;
InputActionState_EnableControls_mE69C0AA8D4A555232C2B057C85ABB303F740F9AD(__this, L_6, NULL);
// var mapIndex = map.m_MapIndexInState;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___map0;
NullCheck(L_7);
int32_t L_8 = L_7->___m_MapIndexInState_9;
V_0 = L_8;
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index on InputActionMap is out of range");
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0059;
}
}
{
int32_t L_10 = V_0;
int32_t L_11;
L_11 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
goto IL_005a;
}
IL_0059:
{
G_B3_0 = 0;
}
IL_005a:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralED59E89E5EB3C029C040D43528C4127CC9E9620F, NULL);
// var actionCount = mapIndices[mapIndex].actionCount;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_12;
L_12 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_13 = V_0;
uint32_t L_14 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))));
int32_t L_15 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14))))->___actionCount_1;
V_1 = L_15;
// var actionStartIndex = mapIndices[mapIndex].actionStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_16;
L_16 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_17 = V_0;
uint32_t L_18 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))));
int32_t L_19 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18))))->___actionStartIndex_0;
V_2 = L_19;
// for (var i = 0; i < actionCount; ++i)
V_3 = 0;
goto IL_00d3;
}
IL_0095:
{
// var actionIndex = actionStartIndex + i;
int32_t L_20 = V_2;
int32_t L_21 = V_3;
V_4 = ((int32_t)il2cpp_codegen_add(L_20, L_21));
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_22;
L_22 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_23 = V_4;
uint32_t L_24 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_5 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), (int32_t)L_24)))));
// if (actionState->isDisabled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = V_5;
bool L_26;
L_26 = TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_25, NULL);
V_6 = L_26;
bool L_27 = V_6;
if (!L_27)
{
goto IL_00c5;
}
}
{
// actionState->phase = InputActionPhase.Waiting;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_28 = V_5;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_28, 1, NULL);
}
IL_00c5:
{
// actionState->inProcessing = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = V_5;
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_29, (bool)0, NULL);
// for (var i = 0; i < actionCount; ++i)
int32_t L_30 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_00d3:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_31 = V_3;
int32_t L_32 = V_1;
V_7 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
bool L_33 = V_7;
if (L_33)
{
goto IL_0095;
}
}
{
// map.m_EnabledActionsCount = actionCount;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34 = ___map0;
int32_t L_35 = V_1;
NullCheck(L_34);
L_34->___m_EnabledActionsCount_7 = L_35;
// HookOnBeforeUpdate();
InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790(__this, NULL);
// if (map.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_36 = ___map0;
NullCheck(L_36);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_37 = L_36->___m_SingletonAction_8;
V_8 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_37) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_38 = V_8;
if (!L_38)
{
goto IL_0109;
}
}
{
// NotifyListenersOfActionChange(InputActionChange.ActionEnabled, map.m_SingletonAction);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_39 = ___map0;
NullCheck(L_39);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_40 = L_39->___m_SingletonAction_8;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(0, L_40, NULL);
goto IL_0111;
}
IL_0109:
{
// NotifyListenersOfActionChange(InputActionChange.ActionMapEnabled, map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_41 = ___map0;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(2, L_41, NULL);
}
IL_0111:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_mE69C0AA8D4A555232C2B057C85ABB303F740F9AD (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, 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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED59E89E5EB3C029C040D43528C4127CC9E9620F);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t G_B3_0 = 0;
{
// Debug.Assert(map != null, "Map must not be null");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1, NULL);
// Debug.Assert(map.m_Actions != null, "Map must have actions");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___map0;
NullCheck(L_1);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = L_1->___m_Actions_3;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907, NULL);
// Debug.Assert(maps.Contains(map), "Map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___map0;
bool L_5;
L_5 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_4, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_5, _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B, NULL);
// var mapIndex = map.m_MapIndexInState;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___map0;
NullCheck(L_6);
int32_t L_7 = L_6->___m_MapIndexInState_9;
V_0 = L_7;
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index on InputActionMap is out of range");
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0051;
}
}
{
int32_t L_9 = V_0;
int32_t L_10;
L_10 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
goto IL_0052;
}
IL_0051:
{
G_B3_0 = 0;
}
IL_0052:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralED59E89E5EB3C029C040D43528C4127CC9E9620F, NULL);
// var controlCount = mapIndices[mapIndex].controlCount;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_11;
L_11 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_12 = V_0;
uint32_t L_13 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))));
int32_t L_14 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13))))->___controlCount_3;
V_1 = L_14;
// var controlStartIndex = mapIndices[mapIndex].controlStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_15;
L_15 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_16 = V_0;
uint32_t L_17 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))));
int32_t L_18 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17))))->___controlStartIndex_2;
V_2 = L_18;
// if (controlCount > 0)
int32_t L_19 = V_1;
V_3 = (bool)((((int32_t)L_19) > ((int32_t)0))? 1 : 0);
bool L_20 = V_3;
if (!L_20)
{
goto IL_009b;
}
}
{
// EnableControls(mapIndex, controlStartIndex, controlCount);
int32_t L_21 = V_0;
int32_t L_22 = V_2;
int32_t L_23 = V_1;
InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D(__this, L_21, L_22, L_23, NULL);
}
IL_009b:
{
// }
return;
}
}
// 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)
{
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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38147A27120433D63006461C1ABDC16066577558);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD14E4DB99F7E3EDD04C032630632D4087EFD41E1);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
// Debug.Assert(action != null, "Action must not 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), _stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078, NULL);
// Debug.Assert(action.m_ActionMap != null, "Action must have 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*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral38147A27120433D63006461C1ABDC16066577558, NULL);
// Debug.Assert(maps.Contains(action.m_ActionMap), "Action map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_4);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4->___m_ActionMap_14;
bool L_6;
L_6 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_5, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_6, _stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264, NULL);
// EnableControls(action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
InputActionState_EnableControls_m6D67EAC4117B765B85388724AC625C0425E2B3F8(__this, L_7, NULL);
// var actionIndex = action.m_ActionIndexInState;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
NullCheck(L_8);
int32_t L_9 = L_8->___m_ActionIndexInState_13;
V_0 = L_9;
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount,
// "Action index out of range when enabling single action");
int32_t L_10 = V_0;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_005e;
}
}
{
int32_t L_11 = V_0;
int32_t L_12;
L_12 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_11) < ((int32_t)L_12))? 1 : 0);
goto IL_005f;
}
IL_005e:
{
G_B3_0 = 0;
}
IL_005f:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralD14E4DB99F7E3EDD04C032630632D4087EFD41E1, NULL);
// actionStates[actionIndex].phase = InputActionPhase.Waiting;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13;
L_13 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_14 = V_0;
uint32_t L_15 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), (int32_t)L_15)))), 1, NULL);
// ++action.m_ActionMap.m_EnabledActionsCount;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = ___action0;
NullCheck(L_16);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = L_16->___m_ActionMap_14;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = L_17;
NullCheck(L_18);
int32_t L_19 = L_18->___m_EnabledActionsCount_7;
NullCheck(L_18);
L_18->___m_EnabledActionsCount_7 = ((int32_t)il2cpp_codegen_add(L_19, 1));
// HookOnBeforeUpdate();
InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790(__this, NULL);
// NotifyListenersOfActionChange(InputActionChange.ActionEnabled, action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = ___action0;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(0, L_20, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m6D67EAC4117B765B85388724AC625C0425E2B3F8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38147A27120433D63006461C1ABDC16066577558);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B62345E7A2ACF7891D79687F123A1D263532AF6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_8 = NULL;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(action != null, "Action must not 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), _stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078, NULL);
// Debug.Assert(action.m_ActionMap != null, "Action must have 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*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral38147A27120433D63006461C1ABDC16066577558, NULL);
// Debug.Assert(maps.Contains(action.m_ActionMap), "Map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_4);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4->___m_ActionMap_14;
bool L_6;
L_6 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_5, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_6, _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B, NULL);
// var actionIndex = action.m_ActionIndexInState;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
int32_t L_8 = L_7->___m_ActionIndexInState_13;
V_0 = L_8;
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount,
// "Action index out of range when enabling controls");
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0056;
}
}
{
int32_t L_10 = V_0;
int32_t L_11;
L_11 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
goto IL_0057;
}
IL_0056:
{
G_B3_0 = 0;
}
IL_0057:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral4B62345E7A2ACF7891D79687F123A1D263532AF6, NULL);
// var map = action.m_ActionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = L_12->___m_ActionMap_14;
V_1 = L_13;
// var mapIndex = map.m_MapIndexInState;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = L_14->___m_MapIndexInState_9;
V_2 = L_15;
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index out of range");
int32_t L_16 = V_2;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_007f;
}
}
{
int32_t L_17 = V_2;
int32_t L_18;
L_18 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B6_0 = ((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
goto IL_0080;
}
IL_007f:
{
G_B6_0 = 0;
}
IL_0080:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_19;
L_19 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_20 = V_2;
uint32_t L_21 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))));
int32_t L_22 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21))))->___bindingStartIndex_4;
V_3 = L_22;
// var bindingCount = mapIndices[mapIndex].bindingCount;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_23;
L_23 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_24 = V_2;
uint32_t L_25 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25)))));
int32_t L_26 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25))))->___bindingCount_5;
V_4 = L_26;
// var bindingStatesPtr = memory.bindingStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_27 = (&__this->___memory_7);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_28 = L_27->___bindingStates_8;
V_5 = L_28;
// for (var i = 0; i < bindingCount; ++i)
V_6 = 0;
goto IL_0133;
}
IL_00ca:
{
// var bindingIndex = bindingStartIndex + i;
int32_t L_29 = V_3;
int32_t L_30 = V_6;
V_7 = ((int32_t)il2cpp_codegen_add(L_29, L_30));
// var bindingState = &bindingStatesPtr[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_31 = V_5;
int32_t L_32 = V_7;
uint32_t L_33 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_8 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), (int32_t)L_33)))));
// if (bindingState->actionIndex != actionIndex)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_34 = V_8;
int32_t L_35;
L_35 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_34, NULL);
int32_t L_36 = V_0;
V_10 = (bool)((((int32_t)((((int32_t)L_35) == ((int32_t)L_36))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_37 = V_10;
if (!L_37)
{
goto IL_00f6;
}
}
{
// continue;
goto IL_012d;
}
IL_00f6:
{
// if (bindingState->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_38 = V_8;
bool L_39;
L_39 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_38, NULL);
V_11 = L_39;
bool L_40 = V_11;
if (!L_40)
{
goto IL_0105;
}
}
{
// continue;
goto IL_012d;
}
IL_0105:
{
// var controlCount = bindingState->controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_41 = V_8;
int32_t L_42;
L_42 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_41, NULL);
V_9 = L_42;
// if (controlCount == 0)
int32_t L_43 = V_9;
V_12 = (bool)((((int32_t)L_43) == ((int32_t)0))? 1 : 0);
bool L_44 = V_12;
if (!L_44)
{
goto IL_011b;
}
}
{
// continue;
goto IL_012d;
}
IL_011b:
{
// EnableControls(mapIndex, bindingState->controlStartIndex, controlCount);
int32_t L_45 = V_2;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_46 = V_8;
int32_t L_47;
L_47 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_46, NULL);
int32_t L_48 = V_9;
InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D(__this, L_45, L_47, L_48, NULL);
}
IL_012d:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_49 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_0133:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_50 = V_6;
int32_t L_51 = V_4;
V_13 = (bool)((((int32_t)L_50) < ((int32_t)L_51))? 1 : 0);
bool L_52 = V_13;
if (L_52)
{
goto IL_00ca;
}
}
{
// }
return;
}
}
// 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)
{
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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t G_B3_0 = 0;
{
// Debug.Assert(map != null, "Map must not be null");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1, NULL);
// Debug.Assert(map.m_Actions != null, "Map must have actions");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___map0;
NullCheck(L_1);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = L_1->___m_Actions_3;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907, NULL);
// Debug.Assert(maps.Contains(map), "Map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___map0;
bool L_5;
L_5 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_4, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_5, _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B, NULL);
// DisableControls(map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___map0;
InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70(__this, L_6, NULL);
// var mapIndex = map.m_MapIndexInState;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___map0;
NullCheck(L_7);
int32_t L_8 = L_7->___m_MapIndexInState_9;
V_0 = L_8;
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index out of range");
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0059;
}
}
{
int32_t L_10 = V_0;
int32_t L_11;
L_11 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
goto IL_005a;
}
IL_0059:
{
G_B3_0 = 0;
}
IL_005a:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// var actionStartIndex = mapIndices[mapIndex].actionStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_12;
L_12 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_13 = V_0;
uint32_t L_14 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))));
int32_t L_15 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14))))->___actionStartIndex_0;
V_1 = L_15;
// var actionCount = mapIndices[mapIndex].actionCount;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_16;
L_16 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_17 = V_0;
uint32_t L_18 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))));
int32_t L_19 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18))))->___actionCount_1;
V_2 = L_19;
// for (var i = 0; i < actionCount; ++i)
V_3 = 0;
goto IL_00ca;
}
IL_0095:
{
// var actionIndex = actionStartIndex + i;
int32_t L_20 = V_1;
int32_t L_21 = V_3;
V_4 = ((int32_t)il2cpp_codegen_add(L_20, L_21));
// if (actionStates[actionIndex].phase != InputActionPhase.Disabled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_22;
L_22 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_23 = V_4;
uint32_t L_24 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_25;
L_25 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), (int32_t)L_24)))), NULL);
V_5 = (bool)((!(((uint32_t)L_25) <= ((uint32_t)0)))? 1 : 0);
bool L_26 = V_5;
if (!L_26)
{
goto IL_00c5;
}
}
{
// ResetActionState(actionIndex, toPhase: InputActionPhase.Disabled);
int32_t L_27 = V_4;
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_27, 0, (bool)0, NULL);
}
IL_00c5:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00ca:
{
// for (var i = 0; i < actionCount; ++i)
int32_t L_29 = V_3;
int32_t L_30 = V_2;
V_6 = (bool)((((int32_t)L_29) < ((int32_t)L_30))? 1 : 0);
bool L_31 = V_6;
if (L_31)
{
goto IL_0095;
}
}
{
// map.m_EnabledActionsCount = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = ___map0;
NullCheck(L_32);
L_32->___m_EnabledActionsCount_7 = 0;
// if (map.m_SingletonAction != null)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_33 = ___map0;
NullCheck(L_33);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34 = L_33->___m_SingletonAction_8;
V_7 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_34) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_35 = V_7;
if (!L_35)
{
goto IL_00f9;
}
}
{
// NotifyListenersOfActionChange(InputActionChange.ActionDisabled, map.m_SingletonAction);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_36 = ___map0;
NullCheck(L_36);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_37 = L_36->___m_SingletonAction_8;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(1, L_37, NULL);
goto IL_0101;
}
IL_00f9:
{
// NotifyListenersOfActionChange(InputActionChange.ActionMapDisabled, map);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_38 = ___map0;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(3, L_38, NULL);
}
IL_0101:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, 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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t G_B3_0 = 0;
{
// Debug.Assert(map != null, "Map must not be null");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___map0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1185B0D99A906F0A3311021179DDDF3E0F3EC4A1, NULL);
// Debug.Assert(map.m_Actions != null, "Map must have actions");
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___map0;
NullCheck(L_1);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = L_1->___m_Actions_3;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral40D1AF7341B0480A8074CDB77497A4F847B5F907, NULL);
// Debug.Assert(maps.Contains(map), "Map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___map0;
bool L_5;
L_5 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_4, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_5, _stringLiteral74BBDF4414293E2C13957DC3ABC9494622A4266B, NULL);
// var mapIndex = map.m_MapIndexInState;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___map0;
NullCheck(L_6);
int32_t L_7 = L_6->___m_MapIndexInState_9;
V_0 = L_7;
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index out of range");
int32_t L_8 = V_0;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0051;
}
}
{
int32_t L_9 = V_0;
int32_t L_10;
L_10 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
goto IL_0052;
}
IL_0051:
{
G_B3_0 = 0;
}
IL_0052:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// var controlCount = mapIndices[mapIndex].controlCount;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_11;
L_11 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_12 = V_0;
uint32_t L_13 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))));
int32_t L_14 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13))))->___controlCount_3;
V_1 = L_14;
// var controlStartIndex = mapIndices[mapIndex].controlStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_15;
L_15 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_16 = V_0;
uint32_t L_17 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))));
int32_t L_18 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17))))->___controlStartIndex_2;
V_2 = L_18;
// if (controlCount > 0)
int32_t L_19 = V_1;
V_3 = (bool)((((int32_t)L_19) > ((int32_t)0))? 1 : 0);
bool L_20 = V_3;
if (!L_20)
{
goto IL_009b;
}
}
{
// DisableControls(mapIndex, controlStartIndex, controlCount);
int32_t L_21 = V_0;
int32_t L_22 = V_2;
int32_t L_23 = V_1;
InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176(__this, L_21, L_22, L_23, NULL);
}
IL_009b:
{
// }
return;
}
}
// 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)
{
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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38147A27120433D63006461C1ABDC16066577558);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078);
s_Il2CppMethodInitialized = true;
}
{
// Debug.Assert(action != null, "Action must not 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), _stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078, NULL);
// Debug.Assert(action.m_ActionMap != null, "Action must have 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*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral38147A27120433D63006461C1ABDC16066577558, NULL);
// Debug.Assert(maps.Contains(action.m_ActionMap), "Action map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_4);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4->___m_ActionMap_14;
bool L_6;
L_6 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_5, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_6, _stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264, NULL);
// DisableControls(action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
InputActionState_DisableControls_m752949865C959C344B01849B9CF2D9B0FE15BABB(__this, L_7, NULL);
// ResetActionState(action.m_ActionIndexInState, toPhase: InputActionPhase.Disabled);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___action0;
NullCheck(L_8);
int32_t L_9 = L_8->___m_ActionIndexInState_13;
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_9, 0, (bool)0, NULL);
// --action.m_ActionMap.m_EnabledActionsCount;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___action0;
NullCheck(L_10);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = L_10->___m_ActionMap_14;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = L_11;
NullCheck(L_12);
int32_t L_13 = L_12->___m_EnabledActionsCount_7;
NullCheck(L_12);
L_12->___m_EnabledActionsCount_7 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
// NotifyListenersOfActionChange(InputActionChange.ActionDisabled, action);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___action0;
InputActionState_NotifyListenersOfActionChange_m3035A41B90D08F17C0838B1DD6DE0491DC2508D4(1, L_14, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m752949865C959C344B01849B9CF2D9B0FE15BABB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38147A27120433D63006461C1ABDC16066577558);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC629A458D4433A8D406F688BF9003CE6749DCCF);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_8 = NULL;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(action != null, "Action must not 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), _stringLiteral5C04CCEFDB8BB841A83D218452ACD976E5EA9078, NULL);
// Debug.Assert(action.m_ActionMap != null, "Action must have 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*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral38147A27120433D63006461C1ABDC16066577558, NULL);
// Debug.Assert(maps.Contains(action.m_ActionMap), "Action map must be contained in state");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = __this->___maps_1;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___action0;
NullCheck(L_4);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4->___m_ActionMap_14;
bool L_6;
L_6 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43((RuntimeObject*)L_3, L_5, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4AF7835DC6BC542D46A594259C5438D19D9CCB43_RuntimeMethod_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_6, _stringLiteral05FE5D8AB8DEA4CB969A606C6E63330377F9A264, NULL);
// var actionIndex = action.m_ActionIndexInState;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___action0;
NullCheck(L_7);
int32_t L_8 = L_7->___m_ActionIndexInState_13;
V_0 = L_8;
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount,
// "Action index out of range when disabling controls");
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0056;
}
}
{
int32_t L_10 = V_0;
int32_t L_11;
L_11 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
goto IL_0057;
}
IL_0056:
{
G_B3_0 = 0;
}
IL_0057:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralCC629A458D4433A8D406F688BF9003CE6749DCCF, NULL);
// var map = action.m_ActionMap;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___action0;
NullCheck(L_12);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = L_12->___m_ActionMap_14;
V_1 = L_13;
// var mapIndex = map.m_MapIndexInState;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = L_14->___m_MapIndexInState_9;
V_2 = L_15;
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index out of range");
int32_t L_16 = V_2;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_007f;
}
}
{
int32_t L_17 = V_2;
int32_t L_18;
L_18 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B6_0 = ((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
goto IL_0080;
}
IL_007f:
{
G_B6_0 = 0;
}
IL_0080:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_19;
L_19 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_20 = V_2;
uint32_t L_21 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))));
int32_t L_22 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21))))->___bindingStartIndex_4;
V_3 = L_22;
// var bindingCount = mapIndices[mapIndex].bindingCount;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_23;
L_23 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_24 = V_2;
uint32_t L_25 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25)))));
int32_t L_26 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25))))->___bindingCount_5;
V_4 = L_26;
// var bindingStatesPtr = memory.bindingStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_27 = (&__this->___memory_7);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_28 = L_27->___bindingStates_8;
V_5 = L_28;
// for (var i = 0; i < bindingCount; ++i)
V_6 = 0;
goto IL_0133;
}
IL_00ca:
{
// var bindingIndex = bindingStartIndex + i;
int32_t L_29 = V_3;
int32_t L_30 = V_6;
V_7 = ((int32_t)il2cpp_codegen_add(L_29, L_30));
// var bindingState = &bindingStatesPtr[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_31 = V_5;
int32_t L_32 = V_7;
uint32_t L_33 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_8 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), (int32_t)L_33)))));
// if (bindingState->actionIndex != actionIndex)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_34 = V_8;
int32_t L_35;
L_35 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_34, NULL);
int32_t L_36 = V_0;
V_10 = (bool)((((int32_t)((((int32_t)L_35) == ((int32_t)L_36))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_37 = V_10;
if (!L_37)
{
goto IL_00f6;
}
}
{
// continue;
goto IL_012d;
}
IL_00f6:
{
// if (bindingState->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_38 = V_8;
bool L_39;
L_39 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_38, NULL);
V_11 = L_39;
bool L_40 = V_11;
if (!L_40)
{
goto IL_0105;
}
}
{
// continue;
goto IL_012d;
}
IL_0105:
{
// var controlCount = bindingState->controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_41 = V_8;
int32_t L_42;
L_42 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_41, NULL);
V_9 = L_42;
// if (controlCount == 0)
int32_t L_43 = V_9;
V_12 = (bool)((((int32_t)L_43) == ((int32_t)0))? 1 : 0);
bool L_44 = V_12;
if (!L_44)
{
goto IL_011b;
}
}
{
// continue;
goto IL_012d;
}
IL_011b:
{
// DisableControls(mapIndex, bindingState->controlStartIndex, controlCount);
int32_t L_45 = V_2;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_46 = V_8;
int32_t L_47;
L_47 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_46, NULL);
int32_t L_48 = V_9;
InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176(__this, L_45, L_47, L_48, NULL);
}
IL_012d:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_49 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_0133:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_50 = V_6;
int32_t L_51 = V_4;
V_13 = (bool)((((int32_t)L_50) < ((int32_t)L_51))? 1 : 0);
bool L_52 = V_13;
if (L_52)
{
goto IL_00ca;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlStartIndex1, int32_t ___numControls2, 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*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A76ED9FF03F844130D121215290268DE3A78FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E924FEF418EEB3373C44C4FFDBC039C714D281);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3103A68154226B07CA83387DC695E46DAFB4A2);
s_Il2CppMethodInitialized = true;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int64_t V_4 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(controls != null, "State must have controls");
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_0 = __this->___controls_2;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral8A76ED9FF03F844130D121215290268DE3A78FDF, NULL);
// Debug.Assert(controlStartIndex >= 0 && (controlStartIndex < totalControlCount || numControls == 0),
// "Control start index out of range");
int32_t L_1 = ___controlStartIndex1;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_2 = ___controlStartIndex1;
int32_t L_3;
L_3 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
if ((((int32_t)L_2) < ((int32_t)L_3)))
{
goto IL_0028;
}
}
{
int32_t L_4 = ___numControls2;
G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0029;
}
IL_0028:
{
G_B4_0 = 1;
}
IL_0029:
{
G_B6_0 = G_B4_0;
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralFE3103A68154226B07CA83387DC695E46DAFB4A2, NULL);
// Debug.Assert(controlStartIndex + numControls <= totalControlCount, "Control range out of bounds");
int32_t L_5 = ___controlStartIndex1;
int32_t L_6 = ___numControls2;
int32_t L_7;
L_7 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_5, L_6))) > ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralF8E924FEF418EEB3373C44C4FFDBC039C714D281, NULL);
// var manager = InputSystem.s_Manager;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_8 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_8;
// for (var i = 0; i < numControls; ++i)
V_1 = 0;
goto IL_00cf;
}
IL_005a:
{
// var controlIndex = controlStartIndex + i;
int32_t L_9 = ___controlStartIndex1;
int32_t L_10 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add(L_9, L_10));
// if (IsControlEnabled(controlIndex))
int32_t L_11 = V_2;
bool L_12;
L_12 = InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728(__this, L_11, NULL);
V_6 = L_12;
bool L_13 = V_6;
if (!L_13)
{
goto IL_006e;
}
}
{
// continue;
goto IL_00cb;
}
IL_006e:
{
// var bindingIndex = controlIndexToBindingIndex[controlIndex];
int32_t* L_14;
L_14 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
int32_t L_15 = V_2;
int32_t L_16 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4)))));
V_3 = L_16;
// var mapControlAndBindingIndex = ToCombinedMapAndControlAndBindingIndex(mapIndex, controlIndex, bindingIndex);
int32_t L_17 = ___mapIndex0;
int32_t L_18 = V_2;
int32_t L_19 = V_3;
int64_t L_20;
L_20 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(L_17, L_18, L_19, NULL);
V_4 = L_20;
// var bindingStatePtr = &bindingStates[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_21;
L_21 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_22 = V_3;
uint32_t L_23 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_5 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), (int32_t)L_23)))));
// if (bindingStatePtr->wantsInitialStateCheck)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_24 = V_5;
bool L_25;
L_25 = BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_24, NULL);
V_7 = L_25;
bool L_26 = V_7;
if (!L_26)
{
goto IL_00af;
}
}
{
// SetInitialStateCheckPending(bindingStatePtr, true);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_27 = V_5;
InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22(__this, L_27, (bool)1, NULL);
}
IL_00af:
{
// manager.AddStateChangeMonitor(controls[controlIndex], this, mapControlAndBindingIndex);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_28 = V_0;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_29 = __this->___controls_2;
int32_t L_30 = V_2;
NullCheck(L_29);
int32_t L_31 = L_30;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
int64_t L_33 = V_4;
NullCheck(L_28);
InputManager_AddStateChangeMonitor_mA70F667FACEE81F1EC302EB9F89AA8A83111D603(L_28, L_32, __this, L_33, NULL);
// SetControlEnabled(controlIndex, true);
int32_t L_34 = V_2;
InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C(__this, L_34, (bool)1, NULL);
}
IL_00cb:
{
// for (var i = 0; i < numControls; ++i)
int32_t L_35 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00cf:
{
// for (var i = 0; i < numControls; ++i)
int32_t L_36 = V_1;
int32_t L_37 = ___numControls2;
V_8 = (bool)((((int32_t)L_36) < ((int32_t)L_37))? 1 : 0);
bool L_38 = V_8;
if (L_38)
{
goto IL_005a;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlStartIndex1, int32_t ___numControls2, 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*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A76ED9FF03F844130D121215290268DE3A78FDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E924FEF418EEB3373C44C4FFDBC039C714D281);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3103A68154226B07CA83387DC695E46DAFB4A2);
s_Il2CppMethodInitialized = true;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int64_t V_4 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(controls != null, "State must have controls");
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_0 = __this->___controls_2;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral8A76ED9FF03F844130D121215290268DE3A78FDF, NULL);
// Debug.Assert(controlStartIndex >= 0 && (controlStartIndex < totalControlCount || numControls == 0),
// "Control start index out of range");
int32_t L_1 = ___controlStartIndex1;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_2 = ___controlStartIndex1;
int32_t L_3;
L_3 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
if ((((int32_t)L_2) < ((int32_t)L_3)))
{
goto IL_0028;
}
}
{
int32_t L_4 = ___numControls2;
G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0029;
}
IL_0028:
{
G_B4_0 = 1;
}
IL_0029:
{
G_B6_0 = G_B4_0;
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralFE3103A68154226B07CA83387DC695E46DAFB4A2, NULL);
// Debug.Assert(controlStartIndex + numControls <= totalControlCount, "Control range out of bounds");
int32_t L_5 = ___controlStartIndex1;
int32_t L_6 = ___numControls2;
int32_t L_7;
L_7 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_5, L_6))) > ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralF8E924FEF418EEB3373C44C4FFDBC039C714D281, NULL);
// var manager = InputSystem.s_Manager;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_8 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_8;
// for (var i = 0; i < numControls; ++i)
V_1 = 0;
goto IL_00d2;
}
IL_005a:
{
// var controlIndex = controlStartIndex + i;
int32_t L_9 = ___controlStartIndex1;
int32_t L_10 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add(L_9, L_10));
// if (!IsControlEnabled(controlIndex))
int32_t L_11 = V_2;
bool L_12;
L_12 = InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728(__this, L_11, NULL);
V_6 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_6;
if (!L_13)
{
goto IL_0071;
}
}
{
// continue;
goto IL_00ce;
}
IL_0071:
{
// var bindingIndex = controlIndexToBindingIndex[controlIndex];
int32_t* L_14;
L_14 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
int32_t L_15 = V_2;
int32_t L_16 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4)))));
V_3 = L_16;
// var mapControlAndBindingIndex = ToCombinedMapAndControlAndBindingIndex(mapIndex, controlIndex, bindingIndex);
int32_t L_17 = ___mapIndex0;
int32_t L_18 = V_2;
int32_t L_19 = V_3;
int64_t L_20;
L_20 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(L_17, L_18, L_19, NULL);
V_4 = L_20;
// var bindingStatePtr = &bindingStates[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_21;
L_21 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_22 = V_3;
uint32_t L_23 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_5 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), (int32_t)L_23)))));
// if (bindingStatePtr->wantsInitialStateCheck)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_24 = V_5;
bool L_25;
L_25 = BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_24, NULL);
V_7 = L_25;
bool L_26 = V_7;
if (!L_26)
{
goto IL_00b2;
}
}
{
// SetInitialStateCheckPending(bindingStatePtr, false);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_27 = V_5;
InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22(__this, L_27, (bool)0, NULL);
}
IL_00b2:
{
// manager.RemoveStateChangeMonitor(controls[controlIndex], this, mapControlAndBindingIndex);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_28 = V_0;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_29 = __this->___controls_2;
int32_t L_30 = V_2;
NullCheck(L_29);
int32_t L_31 = L_30;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
int64_t L_33 = V_4;
NullCheck(L_28);
InputManager_RemoveStateChangeMonitor_m42ABBCBBAFDF907F11E8DD737DEF32A4CBE6C7C4(L_28, L_32, __this, L_33, NULL);
// SetControlEnabled(controlIndex, false);
int32_t L_34 = V_2;
InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C(__this, L_34, (bool)0, NULL);
}
IL_00ce:
{
// for (var i = 0; i < numControls; ++i)
int32_t L_35 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00d2:
{
// for (var i = 0; i < numControls; ++i)
int32_t L_36 = V_1;
int32_t L_37 = ___numControls2;
V_8 = (bool)((((int32_t)L_36) < ((int32_t)L_37))? 1 : 0);
bool L_38 = V_8;
if (L_38)
{
goto IL_005a;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::SetInitialStateCheckPending(UnityEngine.InputSystem.InputActionState/BindingState*,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___bindingStatePtr0, bool ___value1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (bindingStatePtr->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0 = ___bindingStatePtr0;
bool L_1;
L_1 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002d;
}
}
{
// var compositeIndex = bindingStatePtr->compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3 = ___bindingStatePtr0;
int32_t L_4;
L_4 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_3, NULL);
V_1 = L_4;
// bindingStates[compositeIndex].initialStateCheckPending = value;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5;
L_5 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_6 = V_1;
uint32_t L_7 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_8 = ___value1;
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))), L_8, NULL);
goto IL_0037;
}
IL_002d:
{
// bindingStatePtr->initialStateCheckPending = value;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9 = ___bindingStatePtr0;
bool L_10 = ___value1;
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_9, L_10, NULL);
}
IL_0037:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::IsControlEnabled(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___controlIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
uint32_t V_1 = 0;
bool V_2 = false;
{
// var intIndex = controlIndex / 32;
int32_t L_0 = ___controlIndex0;
V_0 = ((int32_t)(L_0/((int32_t)32)));
// var mask = 1U << (controlIndex % 32);
int32_t L_1 = ___controlIndex0;
V_1 = ((int32_t)(1<<((int32_t)(((int32_t)(L_1%((int32_t)32)))&((int32_t)31)))));
// return (enabledControls[intIndex] & mask) != 0;
uint32_t* L_2;
L_2 = InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8(__this, NULL);
int32_t L_3 = V_0;
int32_t L_4 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), 4)))));
uint32_t L_5 = V_1;
V_2 = (bool)((!(((uint32_t)((int32_t)(L_4&(int32_t)L_5))) <= ((uint32_t)0)))? 1 : 0);
goto IL_0024;
}
IL_0024:
{
// }
bool L_6 = V_2;
return L_6;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::SetControlEnabled(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___controlIndex0, bool ___state1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
uint32_t V_1 = 0;
bool V_2 = false;
{
// var intIndex = controlIndex / 32;
int32_t L_0 = ___controlIndex0;
V_0 = ((int32_t)(L_0/((int32_t)32)));
// var mask = 1U << (controlIndex % 32);
int32_t L_1 = ___controlIndex0;
V_1 = ((int32_t)(1<<((int32_t)(((int32_t)(L_1%((int32_t)32)))&((int32_t)31)))));
// if (state)
bool L_2 = ___state1;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0027;
}
}
{
// enabledControls[intIndex] |= mask;
uint32_t* L_4;
L_4 = InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8(__this, NULL);
int32_t L_5 = V_0;
uint32_t* L_6 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 4))));
int32_t L_7 = *((uint32_t*)L_6);
uint32_t L_8 = V_1;
*((int32_t*)L_6) = (int32_t)((int32_t)(L_7|(int32_t)L_8));
goto IL_0038;
}
IL_0027:
{
// enabledControls[intIndex] &= ~mask;
uint32_t* L_9;
L_9 = InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8(__this, NULL);
int32_t L_10 = V_0;
uint32_t* L_11 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), 4))));
int32_t L_12 = *((uint32_t*)L_11);
uint32_t L_13 = V_1;
*((int32_t*)L_11) = (int32_t)((int32_t)(L_12&(int32_t)((~L_13))));
}
IL_0038:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::HookOnBeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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*)&InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (m_OnBeforeUpdateHooked)
bool L_0 = __this->___m_OnBeforeUpdateHooked_8;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return;
goto IL_0044;
}
IL_000d:
{
// if (m_OnBeforeUpdateDelegate == null)
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___m_OnBeforeUpdateDelegate_11;
V_1 = (bool)((((RuntimeObject*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002c;
}
}
{
// m_OnBeforeUpdateDelegate = OnBeforeInitialUpdate;
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*)InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA_RuntimeMethod_var), NULL);
__this->___m_OnBeforeUpdateDelegate_11 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnBeforeUpdateDelegate_11), (void*)L_4);
}
IL_002c:
{
// InputSystem.s_Manager.onBeforeUpdate += m_OnBeforeUpdateDelegate;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = __this->___m_OnBeforeUpdateDelegate_11;
NullCheck(L_5);
InputManager_add_onBeforeUpdate_m78F75D0A08D23335D863A2942AABF3D143E4BD95(L_5, L_6, NULL);
// m_OnBeforeUpdateHooked = true;
__this->___m_OnBeforeUpdateHooked_8 = (bool)1;
}
IL_0044:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::UnhookOnBeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnhookOnBeforeUpdate_m77544BB4B572E1E0701436819AE304DE53E54541 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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_OnBeforeUpdateHooked)
bool L_0 = __this->___m_OnBeforeUpdateHooked_8;
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_0028;
}
IL_0010:
{
// InputSystem.s_Manager.onBeforeUpdate -= m_OnBeforeUpdateDelegate;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = __this->___m_OnBeforeUpdateDelegate_11;
NullCheck(L_2);
InputManager_remove_onBeforeUpdate_m63D72B2E2A1F5DDC97213F8928034C6FBD61DC87(L_2, L_3, NULL);
// m_OnBeforeUpdateHooked = false;
__this->___m_OnBeforeUpdateHooked_8 = (bool)0;
}
IL_0028:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::OnBeforeInitialUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C19B6C9FBBB9C47CB95B80BBB0E254420543253);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF460D17D3901C4C1FC7313F064D5146EFA86E20C);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
bool V_1 = false;
int32_t V_2 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_3 = NULL;
int32_t V_4 = 0;
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;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_11 = NULL;
bool V_12 = false;
int32_t V_13 = 0;
bool V_14 = false;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_15;
memset((&V_15), 0, sizeof(V_15));
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
{
// if (InputState.currentUpdateType == InputUpdateType.BeforeRender
// #if UNITY_EDITOR
// || InputState.currentUpdateType == InputUpdateType.Editor
// #endif
// )
int32_t L_0;
L_0 = InputState_get_currentUpdateType_m00712B5D042C12725C6B92AFCD1E7F105C27F08A_inline(NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
// return;
goto IL_012f;
}
IL_0012:
{
// UnhookOnBeforeUpdate();
InputActionState_UnhookOnBeforeUpdate_m77544BB4B572E1E0701436819AE304DE53E54541(__this, NULL);
// Profiler.BeginSample("InitialActionStateCheck");
Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline(_stringLiteralF460D17D3901C4C1FC7313F064D5146EFA86E20C, NULL);
// var time = InputRuntime.s_Instance.currentTime;
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);
V_0 = L_3;
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
V_2 = 0;
goto IL_0117;
}
IL_0036:
{
// var bindingStatePtr = &bindingStates[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4;
L_4 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_5 = V_2;
uint32_t L_6 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_3 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))));
// if (!bindingStatePtr->initialStateCheckPending)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7 = V_3;
bool L_8;
L_8 = BindingState_get_initialStateCheckPending_m71EFD1D03180986B04065A6549A1DC2C1C168E70((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_7, NULL);
V_8 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
bool L_9 = V_8;
if (!L_9)
{
goto IL_005d;
}
}
{
// continue;
goto IL_0113;
}
IL_005d:
{
// Debug.Assert(!bindingStatePtr->isPartOfComposite, "Initial state check flag must be set on composite, not on its parts");
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_10 = V_3;
bool L_11;
L_11 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_10, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0), _stringLiteral7C19B6C9FBBB9C47CB95B80BBB0E254420543253, NULL);
// bindingStatePtr->initialStateCheckPending = false;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12 = V_3;
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_12, (bool)0, NULL);
// var mapIndex = bindingStatePtr->mapIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_13 = V_3;
int32_t L_14;
L_14 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_13, NULL);
V_4 = L_14;
// var controlStartIndex = bindingStatePtr->controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15 = V_3;
int32_t L_16;
L_16 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_15, NULL);
V_5 = L_16;
// var controlCount = bindingStatePtr->controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17 = V_3;
int32_t L_18;
L_18 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_17, NULL);
V_6 = L_18;
// var isComposite = bindingStatePtr->isComposite;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_19 = V_3;
bool L_20;
L_20 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_19, NULL);
V_7 = L_20;
// for (var n = 0; n < controlCount; ++n)
V_9 = 0;
goto IL_0106;
}
IL_009e:
{
// var controlIndex = controlStartIndex + n;
int32_t L_21 = V_5;
int32_t L_22 = V_9;
V_10 = ((int32_t)il2cpp_codegen_add(L_21, L_22));
// var control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_23 = __this->___controls_2;
int32_t L_24 = V_10;
NullCheck(L_23);
int32_t L_25 = L_24;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
V_11 = L_26;
// if (!control.CheckStateIsAtDefault())
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_27 = V_11;
bool L_28;
L_28 = InputControlExtensions_CheckStateIsAtDefault_m6EE0726145C10B23BE607D68D1DD241BBD4E3E0E(L_27, NULL);
V_12 = (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0);
bool L_29 = V_12;
if (!L_29)
{
goto IL_00ff;
}
}
{
// var bindingIndexForControl = bindingIndex;
int32_t L_30 = V_2;
V_13 = L_30;
// if (isComposite)
bool L_31 = V_7;
V_14 = L_31;
bool L_32 = V_14;
if (!L_32)
{
goto IL_00dc;
}
}
{
// bindingIndexForControl = controlIndexToBindingIndex[controlIndex];
int32_t* L_33;
L_33 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
int32_t L_34 = V_10;
int32_t L_35 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_34), 4)))));
V_13 = L_35;
}
IL_00dc:
{
// ProcessControlStateChange(mapIndex, controlIndex, bindingIndexForControl, time, default);
int32_t L_36 = V_4;
int32_t L_37 = V_10;
int32_t L_38 = V_13;
double L_39 = V_0;
il2cpp_codegen_initobj((&V_15), sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0));
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_40 = V_15;
InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A(__this, L_36, L_37, L_38, L_39, L_40, NULL);
// if (isComposite)
bool L_41 = V_7;
V_16 = L_41;
bool L_42 = V_16;
if (!L_42)
{
goto IL_00fe;
}
}
{
// break;
goto IL_0112;
}
IL_00fe:
{
}
IL_00ff:
{
// for (var n = 0; n < controlCount; ++n)
int32_t L_43 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_43, 1));
}
IL_0106:
{
// for (var n = 0; n < controlCount; ++n)
int32_t L_44 = V_9;
int32_t L_45 = V_6;
V_17 = (bool)((((int32_t)L_44) < ((int32_t)L_45))? 1 : 0);
bool L_46 = V_17;
if (L_46)
{
goto IL_009e;
}
}
IL_0112:
{
}
IL_0113:
{
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
int32_t L_47 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_47, 1));
}
IL_0117:
{
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
int32_t L_48 = V_2;
int32_t L_49;
L_49 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
V_18 = (bool)((((int32_t)L_48) < ((int32_t)L_49))? 1 : 0);
bool L_50 = V_18;
if (L_50)
{
goto IL_0036;
}
}
{
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
}
IL_012f:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyControlStateChanged(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged_m35644408634C8CF46027AFDD9829D3489BFCD61B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, int64_t ___mapControlAndBindingIndex3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// SplitUpMapAndControlAndBindingIndex(mapControlAndBindingIndex, out var mapIndex, out var controlIndex, out var bindingIndex);
int64_t L_0 = ___mapControlAndBindingIndex3;
InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A(L_0, (&V_0), (&V_1), (&V_2), NULL);
// ProcessControlStateChange(mapIndex, controlIndex, bindingIndex, time, eventPtr);
int32_t L_1 = V_0;
int32_t L_2 = V_1;
int32_t L_3 = V_2;
double L_4 = ___time1;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_5 = ___eventPtr2;
InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A(__this, L_1, L_2, L_3, L_4, L_5, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyTimerExpired(UnityEngine.InputSystem.InputControl,System.Double,System.Int64,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired_m61A3BC384FEBD1CB062E267EDFD02FB9647AD17A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, double ___time1, int64_t ___mapControlAndBindingIndex2, int32_t ___interactionIndex3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// SplitUpMapAndControlAndBindingIndex(mapControlAndBindingIndex, out var mapIndex, out var controlIndex, out var bindingIndex);
int64_t L_0 = ___mapControlAndBindingIndex2;
InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A(L_0, (&V_0), (&V_1), (&V_2), NULL);
// ProcessTimeout(time, mapIndex, controlIndex, bindingIndex, interactionIndex);
double L_1 = ___time1;
int32_t L_2 = V_0;
int32_t L_3 = V_1;
int32_t L_4 = V_2;
int32_t L_5 = ___interactionIndex3;
InputActionState_ProcessTimeout_mABA99DEABD2674CE5AF5C66EB048046B8B867CB9(__this, L_1, L_2, L_3, L_4, L_5, NULL);
// }
return;
}
}
// System.Int64 UnityEngine.InputSystem.InputActionState::ToCombinedMapAndControlAndBindingIndex(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3 (int32_t ___mapIndex0, int32_t ___controlIndex1, int32_t ___bindingIndex2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
{
// var result = (long)controlIndex;
int32_t L_0 = ___controlIndex1;
V_0 = ((int64_t)L_0);
// result |= (long)bindingIndex << 32;
int64_t L_1 = V_0;
int32_t L_2 = ___bindingIndex2;
V_0 = ((int64_t)(L_1|((int64_t)(((int64_t)L_2)<<((int32_t)32)))));
// result |= (long)mapIndex << 48;
int64_t L_3 = V_0;
int32_t L_4 = ___mapIndex0;
V_0 = ((int64_t)(L_3|((int64_t)(((int64_t)L_4)<<((int32_t)48)))));
// return result;
int64_t L_5 = V_0;
V_1 = L_5;
goto IL_0018;
}
IL_0018:
{
// }
int64_t L_6 = V_1;
return L_6;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::SplitUpMapAndControlAndBindingIndex(System.Int64,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A (int64_t ___mapControlAndBindingIndex0, int32_t* ___mapIndex1, int32_t* ___controlIndex2, int32_t* ___bindingIndex3, const RuntimeMethod* method)
{
{
// controlIndex = (int)(mapControlAndBindingIndex & 0xffffffff);
int32_t* L_0 = ___controlIndex2;
int64_t L_1 = ___mapControlAndBindingIndex0;
*((int32_t*)L_0) = (int32_t)((int32_t)((int64_t)(L_1&((int64_t)(uint64_t)((uint32_t)(-1))))));
// bindingIndex = (int)((mapControlAndBindingIndex >> 32) & 0xffff);
int32_t* L_2 = ___bindingIndex3;
int64_t L_3 = ___mapControlAndBindingIndex0;
*((int32_t*)L_2) = (int32_t)((int32_t)((int64_t)(((int64_t)(L_3>>((int32_t)32)))&((int64_t)((int32_t)65535)))));
// mapIndex = (int)(mapControlAndBindingIndex >> 48);
int32_t* L_4 = ___mapIndex1;
int64_t L_5 = ___mapControlAndBindingIndex0;
*((int32_t*)L_4) = (int32_t)((int32_t)((int64_t)(L_5>>((int32_t)48))));
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ProcessControlStateChange(System.Int32,System.Int32,System.Int32,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlIndex1, int32_t ___bindingIndex2, double ___time3, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
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*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_0 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_1 = NULL;
int32_t V_2 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
float V_5 = 0.0f;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_6 = NULL;
float V_7 = 0.0f;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_8 = NULL;
int32_t V_9 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_10;
memset((&V_10), 0, sizeof(V_10));
bool V_11 = false;
bool V_12 = false;
int32_t V_13 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_14 = NULL;
int32_t V_15 = 0;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
float V_22 = 0.0f;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B13_0 = NULL;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B12_0 = NULL;
int32_t G_B14_0 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B14_1 = NULL;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B16_0 = NULL;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B15_0 = NULL;
int32_t G_B17_0 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B17_1 = NULL;
float G_B32_0 = 0.0f;
int32_t G_B35_0 = 0;
int32_t G_B44_0 = 0;
{
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index out of range");
int32_t L_0 = ___mapIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___mapIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_6 = ___bindingIndex2;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0046;
}
}
{
int32_t L_7 = ___bindingIndex2;
int32_t L_8;
L_8 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B9_0 = ((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
goto IL_0047;
}
IL_0046:
{
G_B9_0 = 0;
}
IL_0047:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B9_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// using (InputActionRebindingExtensions.DeferBindingResolution())
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_9;
L_9 = InputActionRebindingExtensions_DeferBindingResolution_m5E465FB7F27C7DDBFFC50B4CFB1A93F39B9FDCDF(NULL);
V_0 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_02cb:
{// begin finally (depth: 1)
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_10 = V_0;
if (!L_10)
{
goto IL_02d5;
}
}
{
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_11 = V_0;
NullCheck(L_11);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_11);
}
IL_02d5:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// m_InProcessControlStateChange = true;
__this->___m_InProcessControlStateChange_10 = (bool)1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_02be_1:
{// begin finally (depth: 2)
// m_InProcessControlStateChange = false;
__this->___m_InProcessControlStateChange_10 = (bool)0;
return;
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
// var bindingStatePtr = &bindingStates[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_13 = ___bindingIndex2;
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_1 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))));
// var actionIndex = bindingStatePtr->actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15 = V_1;
int32_t L_16;
L_16 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_15, NULL);
V_2 = L_16;
// var trigger = new TriggerState
// {
// mapIndex = mapIndex,
// controlIndex = controlIndex,
// bindingIndex = bindingIndex,
// interactionIndex = kInvalidIndex,
// time = time,
// startTime = time,
// isPassThrough = actionIndex != kInvalidIndex && actionStates[actionIndex].isPassThrough,
// isButton = actionIndex != kInvalidIndex && actionStates[actionIndex].isButton,
// };
il2cpp_codegen_initobj((&V_10), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
int32_t L_17 = ___mapIndex0;
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_10), L_17, NULL);
int32_t L_18 = ___controlIndex1;
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_10), L_18, NULL);
int32_t L_19 = ___bindingIndex2;
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_10), L_19, NULL);
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_10), (-1), NULL);
double L_20 = ___time3;
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_10), L_20, NULL);
double L_21 = ___time3;
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_10), L_21, NULL);
int32_t L_22 = V_2;
G_B12_0 = (&V_10);
if ((((int32_t)L_22) == ((int32_t)(-1))))
{
G_B13_0 = (&V_10);
goto IL_00d7_2;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23;
L_23 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_24 = V_2;
uint32_t L_25 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
bool L_26;
L_26 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25)))), NULL);
G_B14_0 = ((int32_t)(L_26));
G_B14_1 = G_B12_0;
goto IL_00d8_2;
}
IL_00d7_2:
{
G_B14_0 = 0;
G_B14_1 = G_B13_0;
}
IL_00d8_2:
{
TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8(G_B14_1, (bool)G_B14_0, NULL);
int32_t L_27 = V_2;
G_B15_0 = (&V_10);
if ((((int32_t)L_27) == ((int32_t)(-1))))
{
G_B16_0 = (&V_10);
goto IL_00fb_2;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_28;
L_28 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_29 = V_2;
uint32_t L_30 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
bool L_31;
L_31 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_29), (int32_t)L_30)))), NULL);
G_B17_0 = ((int32_t)(L_31));
G_B17_1 = G_B15_0;
goto IL_00fc_2;
}
IL_00fb_2:
{
G_B17_0 = 0;
G_B17_1 = G_B16_0;
}
IL_00fc_2:
{
TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D(G_B17_1, (bool)G_B17_0, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_32 = V_10;
V_3 = L_32;
// if (m_OnBeforeUpdateHooked)
bool L_33 = __this->___m_OnBeforeUpdateHooked_8;
V_11 = L_33;
bool L_34 = V_11;
if (!L_34)
{
goto IL_0119_2;
}
}
{
// bindingStatePtr->initialStateCheckPending = false;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_35 = V_1;
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_35, (bool)0, NULL);
}
IL_0119_2:
{
// var haveInteractionsOnComposite = false;
V_4 = (bool)0;
// if (bindingStatePtr->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_36 = V_1;
bool L_37;
L_37 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_36, NULL);
V_12 = L_37;
bool L_38 = V_12;
if (!L_38)
{
goto IL_01a0_2;
}
}
{
// var compositeBindingIndex = bindingStatePtr->compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_39 = V_1;
int32_t L_40;
L_40 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_39, NULL);
V_13 = L_40;
// var compositeBindingPtr = &bindingStates[compositeBindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_41;
L_41 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_42 = V_13;
uint32_t L_43 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_14 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_42), (int32_t)L_43)))));
// if (ShouldIgnoreControlStateChangeOnCompositeBinding(compositeBindingPtr, eventPtr))
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_44 = V_14;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_45 = ___eventPtr4;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_46;
L_46 = InputEventPtr_op_Implicit_m404BDC6FF1FB748C1365FFEA330CDDD6579A2E6A(L_45, NULL);
bool L_47;
L_47 = InputActionState_ShouldIgnoreControlStateChangeOnCompositeBinding_m8A0D90C80B37C1B2F46691C6AC0E32EB6F2AC192(L_44, L_46, NULL);
V_16 = L_47;
bool L_48 = V_16;
if (!L_48)
{
goto IL_015e_2;
}
}
{
// return;
goto IL_02d6;
}
IL_015e_2:
{
// if (ShouldIgnoreControlStateChange(ref trigger, actionIndex))
int32_t L_49 = V_2;
bool L_50;
L_50 = InputActionState_ShouldIgnoreControlStateChange_m876A874DE70262165CB68F802CD7F284FA10E124(__this, (&V_3), L_49, NULL);
V_17 = L_50;
bool L_51 = V_17;
if (!L_51)
{
goto IL_0172_2;
}
}
{
// return;
goto IL_02d6;
}
IL_0172_2:
{
// var interactionCountOnComposite = compositeBindingPtr->interactionCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_52 = V_14;
int32_t L_53;
L_53 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_52, NULL);
V_15 = L_53;
// if (interactionCountOnComposite > 0)
int32_t L_54 = V_15;
V_18 = (bool)((((int32_t)L_54) > ((int32_t)0))? 1 : 0);
bool L_55 = V_18;
if (!L_55)
{
goto IL_019d_2;
}
}
{
// haveInteractionsOnComposite = true;
V_4 = (bool)1;
// ProcessInteractions(ref trigger,
// compositeBindingPtr->interactionStartIndex,
// interactionCountOnComposite);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_56 = V_14;
int32_t L_57;
L_57 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_56, NULL);
int32_t L_58 = V_15;
InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98(__this, (&V_3), L_57, L_58, NULL);
}
IL_019d_2:
{
goto IL_01b5_2;
}
IL_01a0_2:
{
// else if (ShouldIgnoreControlStateChange(ref trigger, actionIndex))
int32_t L_59 = V_2;
bool L_60;
L_60 = InputActionState_ShouldIgnoreControlStateChange_m876A874DE70262165CB68F802CD7F284FA10E124(__this, (&V_3), L_59, NULL);
V_19 = L_60;
bool L_61 = V_19;
if (!L_61)
{
goto IL_01b5_2;
}
}
{
// return;
goto IL_02d6;
}
IL_01b5_2:
{
// var actuation = ComputeMagnitude(ref trigger);
float L_62;
L_62 = InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A(__this, (&V_3), NULL);
V_5 = L_62;
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_63;
L_63 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_64 = V_2;
uint32_t L_65 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_6 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_63, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_64), (int32_t)L_65)))));
// var pressPoint = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_66 = __this->___controls_2;
int32_t L_67;
L_67 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((&V_3), NULL);
NullCheck(L_66);
int32_t L_68 = L_67;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
V_8 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_69, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_70 = V_8;
if (L_70)
{
goto IL_01f2_2;
}
}
{
float L_71 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
G_B32_0 = L_71;
goto IL_01f9_2;
}
IL_01f2_2:
{
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_72 = V_8;
NullCheck(L_72);
float L_73;
L_73 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_72, NULL);
G_B32_0 = L_73;
}
IL_01f9_2:
{
V_7 = G_B32_0;
// if (!actionState->isPressed && actuation >= pressPoint)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_74 = V_6;
bool L_75;
L_75 = TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_74, NULL);
if (L_75)
{
goto IL_020f_2;
}
}
{
float L_76 = V_5;
float L_77 = V_7;
G_B35_0 = ((((int32_t)((!(((float)L_76) >= ((float)L_77)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0210_2;
}
IL_020f_2:
{
G_B35_0 = 0;
}
IL_0210_2:
{
V_20 = (bool)G_B35_0;
bool L_78 = V_20;
if (!L_78)
{
goto IL_0230_2;
}
}
{
// actionState->pressedInUpdate = InputUpdate.s_UpdateStepCount;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_79 = V_6;
uint32_t L_80 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_79, L_80, NULL);
// actionState->isPressed = true;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_81 = V_6;
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_81, (bool)1, NULL);
goto IL_0270_2;
}
IL_0230_2:
{
// else if (actionState->isPressed)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_82 = V_6;
bool L_83;
L_83 = TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_82, NULL);
V_21 = L_83;
bool L_84 = V_21;
if (!L_84)
{
goto IL_0270_2;
}
}
{
// var releasePoint = pressPoint * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
float L_85 = V_7;
float L_86 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
V_22 = ((float)il2cpp_codegen_multiply(L_85, L_86));
// if (actuation <= releasePoint)
float L_87 = V_5;
float L_88 = V_22;
V_23 = (bool)((((int32_t)((!(((float)L_87) <= ((float)L_88)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_89 = V_23;
if (!L_89)
{
goto IL_026f_2;
}
}
{
// actionState->releasedInUpdate = InputUpdate.s_UpdateStepCount;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_90 = V_6;
uint32_t L_91 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_90, L_91, NULL);
// actionState->isPressed = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_92 = V_6;
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_92, (bool)0, NULL);
}
IL_026f_2:
{
}
IL_0270_2:
{
// var interactionCount = bindingStatePtr->interactionCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_93 = V_1;
int32_t L_94;
L_94 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_93, NULL);
V_9 = L_94;
// if (interactionCount > 0 && !bindingStatePtr->isPartOfComposite)
int32_t L_95 = V_9;
if ((((int32_t)L_95) <= ((int32_t)0)))
{
goto IL_0288_2;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_96 = V_1;
bool L_97;
L_97 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_96, NULL);
G_B44_0 = ((((int32_t)L_97) == ((int32_t)0))? 1 : 0);
goto IL_0289_2;
}
IL_0288_2:
{
G_B44_0 = 0;
}
IL_0289_2:
{
V_24 = (bool)G_B44_0;
bool L_98 = V_24;
if (!L_98)
{
goto IL_02a4_2;
}
}
{
// ProcessInteractions(ref trigger, bindingStatePtr->interactionStartIndex, interactionCount);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_99 = V_1;
int32_t L_100;
L_100 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_99, NULL);
int32_t L_101 = V_9;
InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98(__this, (&V_3), L_100, L_101, NULL);
goto IL_02bb_2;
}
IL_02a4_2:
{
// else if (!haveInteractionsOnComposite)
bool L_102 = V_4;
V_25 = (bool)((((int32_t)L_102) == ((int32_t)0))? 1 : 0);
bool L_103 = V_25;
if (!L_103)
{
goto IL_02bb_2;
}
}
{
// ProcessDefaultInteraction(ref trigger, actionIndex);
int32_t L_104 = V_2;
InputActionState_ProcessDefaultInteraction_m9E8267CD0556F656E8EA960015AC60CC9FF25138(__this, (&V_3), L_104, NULL);
}
IL_02bb_2:
{
goto IL_02c8_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_02c8_1:
{
goto IL_02d6;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_02d6:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::ShouldIgnoreControlStateChangeOnCompositeBinding(UnityEngine.InputSystem.InputActionState/BindingState*,UnityEngine.InputSystem.LowLevel.InputEvent*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ShouldIgnoreControlStateChangeOnCompositeBinding_m8A0D90C80B37C1B2F46691C6AC0E32EB6F2AC192 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___binding0, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___eventPtr1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (eventPtr == null)
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___eventPtr1;
V_1 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_000e;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0032;
}
IL_000e:
{
// var eventId = eventPtr->eventId;
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_2 = ___eventPtr1;
int32_t L_3;
L_3 = InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_2, NULL);
V_0 = L_3;
// if (binding->triggerEventIdForComposite == eventId)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4 = ___binding0;
int32_t L_5;
L_5 = BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_4, NULL);
int32_t L_6 = V_0;
V_3 = (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_0026;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0032;
}
IL_0026:
{
// binding->triggerEventIdForComposite = eventId;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8 = ___binding0;
int32_t L_9 = V_0;
BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_8, L_9, NULL);
// return false;
V_2 = (bool)0;
goto IL_0032;
}
IL_0032:
{
// }
bool L_10 = V_2;
return L_10;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::ShouldIgnoreControlStateChange(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ShouldIgnoreControlStateChange_m876A874DE70262165CB68F802CD7F284FA10E124 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, int32_t ___actionIndex1, 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*)&_stringLiteral304139197A526360CF79D65772E6A743BDEA8026);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37F69E0DCE48C5C70DD04BEE01F884692A25E8CE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39D3E65D1908424677CF5F8199690100DFC97C79);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59E101B35CE256A8C51639752EB4A62A804E054F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C7BB372B53714ECD5A0FEF072E7F2887DD9DF7E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA0C780885A3B1BEBBC28ADA1084E1E1BB80EA1F);
s_Il2CppMethodInitialized = true;
}
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
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;
bool V_11 = false;
bool V_12 = false;
int32_t V_13 = 0;
bool V_14 = false;
uint16_t V_15 = 0;
uint16_t V_16 = 0;
float V_17 = 0.0f;
int32_t V_18 = 0;
int32_t V_19 = 0;
int32_t V_20 = 0;
bool V_21 = false;
bool V_22 = false;
int32_t V_23 = 0;
uint16_t V_24 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_25 = NULL;
bool V_26 = false;
int32_t V_27 = 0;
int32_t V_28 = 0;
float V_29 = 0.0f;
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
int32_t V_33 = 0;
int32_t V_34 = 0;
float V_35 = 0.0f;
bool V_36 = false;
bool V_37 = false;
bool V_38 = false;
bool V_39 = false;
bool V_40 = false;
bool V_41 = false;
bool V_42 = false;
bool V_43 = false;
bool V_44 = false;
int32_t G_B3_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B35_0 = 0;
int32_t G_B41_0 = 0;
int32_t G_B63_0 = 0;
int32_t G_B69_0 = 0;
{
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount,
// "Action index out of range when checking for conflicting control input");
int32_t L_0 = ___actionIndex1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___actionIndex1;
int32_t L_2;
L_2 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral304139197A526360CF79D65772E6A743BDEA8026, NULL);
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_4 = ___actionIndex1;
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_0 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
// if (!actionState->mayNeedConflictResolution)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = V_0;
bool L_7;
L_7 = TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_6, NULL);
V_3 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_0043;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_0043:
{
// Debug.Assert(actionState->mayNeedConflictResolution);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_0;
bool L_10;
L_10 = TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216(L_10, NULL);
// Profiler.BeginSample("InputActionResolveConflict");
Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline(_stringLiteral9C7BB372B53714ECD5A0FEF072E7F2887DD9DF7E, NULL);
// if (!trigger.haveMagnitude)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = ___trigger0;
bool L_12;
L_12 = TriggerState_get_haveMagnitude_mA486155C0EC79DF22DB8942A29C0A42B4B9E0E41(L_11, NULL);
V_5 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_5;
if (!L_13)
{
goto IL_0082;
}
}
{
// trigger.magnitude = ComputeMagnitude(trigger.bindingIndex, trigger.controlIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_14 = ___trigger0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = ___trigger0;
int32_t L_16;
L_16 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_15, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = ___trigger0;
int32_t L_18;
L_18 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_17, NULL);
float L_19;
L_19 = InputActionState_ComputeMagnitude_mBF2A48A47A39CDB9AC06A1E64251381646A87DD7(__this, L_16, L_18, NULL);
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(L_14, L_19, NULL);
}
IL_0082:
{
// var triggerControlIndex = trigger.controlIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_20 = ___trigger0;
int32_t L_21;
L_21 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_20, NULL);
V_1 = L_21;
// if (bindingStates[trigger.bindingIndex].isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_22;
L_22 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = ___trigger0;
int32_t L_24;
L_24 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_23, NULL);
uint32_t L_25 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_26;
L_26 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25)))), NULL);
V_6 = L_26;
bool L_27 = V_6;
if (!L_27)
{
goto IL_012e;
}
}
{
// var compositeBindingIndex = bindingStates[trigger.bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_28;
L_28 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = ___trigger0;
int32_t L_30;
L_30 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_29, NULL);
uint32_t L_31 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_32;
L_32 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), (int32_t)L_31)))), NULL);
V_7 = L_32;
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_33;
L_33 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_34 = V_7;
uint32_t L_35 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_36;
L_36 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_34), (int32_t)L_35)))), NULL);
V_8 = L_36;
// memory.compositeMagnitudes[compositeIndex] = trigger.magnitude;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_37 = (&__this->___memory_7);
float* L_38 = L_37->___compositeMagnitudes_11;
int32_t L_39 = V_8;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_40 = ___trigger0;
float L_41;
L_41 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_40, NULL);
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_38, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_39), 4))))) = (float)L_41;
// triggerControlIndex = bindingStates[compositeBindingIndex].controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_42;
L_42 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_43 = V_7;
uint32_t L_44 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_45;
L_45 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_42, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_43), (int32_t)L_44)))), NULL);
V_1 = L_45;
// Debug.Assert(triggerControlIndex >= 0 && triggerControlIndex < totalControlCount,
// "Control start index on composite binding out of range");
int32_t L_46 = V_1;
if ((((int32_t)L_46) < ((int32_t)0)))
{
goto IL_011f;
}
}
{
int32_t L_47 = V_1;
int32_t L_48;
L_48 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B11_0 = ((((int32_t)L_47) < ((int32_t)L_48))? 1 : 0);
goto IL_0120;
}
IL_011f:
{
G_B11_0 = 0;
}
IL_0120:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B11_0, _stringLiteral37F69E0DCE48C5C70DD04BEE01F884692A25E8CE, NULL);
goto IL_016f;
}
IL_012e:
{
// Debug.Assert(!bindingStates[trigger.bindingIndex].isComposite,
// "Composite should not trigger directly from a control");
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_49;
L_49 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = ___trigger0;
int32_t L_51;
L_51 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_50, NULL);
uint32_t L_52 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_53;
L_53 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_51), (int32_t)L_52)))), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0), _stringLiteralFA0C780885A3B1BEBBC28ADA1084E1E1BB80EA1F, NULL);
// memory.controlMagnitudes[triggerControlIndex] = trigger.magnitude;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_54 = (&__this->___memory_7);
float* L_55 = L_54->___controlMagnitudes_10;
int32_t L_56 = V_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_57 = ___trigger0;
float L_58;
L_58 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_57, NULL);
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_55, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_56), 4))))) = (float)L_58;
}
IL_016f:
{
// if (actionState->controlIndex == kInvalidIndex)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_59 = V_0;
int32_t L_60;
L_60 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_59, NULL);
V_9 = (bool)((((int32_t)L_60) == ((int32_t)(-1)))? 1 : 0);
bool L_61 = V_9;
if (!L_61)
{
goto IL_019a;
}
}
{
// actionState->magnitude = trigger.magnitude;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_62 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_63 = ___trigger0;
float L_64;
L_64 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_63, NULL);
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_62, L_64, NULL);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_019a:
{
// if (trigger.magnitude > actionState->magnitude)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_65 = ___trigger0;
float L_66;
L_66 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_65, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_67 = V_0;
float L_68;
L_68 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_67, NULL);
V_10 = (bool)((((float)L_66) > ((float)L_68))? 1 : 0);
bool L_69 = V_10;
if (!L_69)
{
goto IL_01fe;
}
}
{
// if (trigger.magnitude > 0 && triggerControlIndex != actionState->controlIndex && actionState->magnitude > 0)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_70 = ___trigger0;
float L_71;
L_71 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_70, NULL);
if ((!(((float)L_71) > ((float)(0.0f)))))
{
goto IL_01d4;
}
}
{
int32_t L_72 = V_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_73 = V_0;
int32_t L_74;
L_74 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_73, NULL);
if ((((int32_t)L_72) == ((int32_t)L_74)))
{
goto IL_01d4;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_75 = V_0;
float L_76;
L_76 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_75, NULL);
G_B20_0 = ((((float)L_76) > ((float)(0.0f)))? 1 : 0);
goto IL_01d5;
}
IL_01d4:
{
G_B20_0 = 0;
}
IL_01d5:
{
V_11 = (bool)G_B20_0;
bool L_77 = V_11;
if (!L_77)
{
goto IL_01e3;
}
}
{
// actionState->hasMultipleConcurrentActuations = true;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_78 = V_0;
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_78, (bool)1, NULL);
}
IL_01e3:
{
// actionState->magnitude = trigger.magnitude;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_79 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_80 = ___trigger0;
float L_81;
L_81 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_80, NULL);
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_79, L_81, NULL);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_01fe:
{
// var actionStateControlIndex = actionState->controlIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_82 = V_0;
int32_t L_83;
L_83 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_82, NULL);
V_2 = L_83;
// if (bindingStates[actionState->bindingIndex].isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_84;
L_84 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_85 = V_0;
int32_t L_86;
L_86 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_85, NULL);
uint32_t L_87 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_88;
L_88 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_84, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_86), (int32_t)L_87)))), NULL);
V_12 = L_88;
bool L_89 = V_12;
if (!L_89)
{
goto IL_025a;
}
}
{
// var compositeBindingIndex = bindingStates[actionState->bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_90;
L_90 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_91 = V_0;
int32_t L_92;
L_92 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_91, NULL);
uint32_t L_93 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_94;
L_94 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_90, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_92), (int32_t)L_93)))), NULL);
V_13 = L_94;
// actionStateControlIndex = bindingStates[compositeBindingIndex].controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_95;
L_95 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_96 = V_13;
uint32_t L_97 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_98;
L_98 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_95, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_96), (int32_t)L_97)))), NULL);
V_2 = L_98;
}
IL_025a:
{
// if (trigger.magnitude < actionState->magnitude)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_99 = ___trigger0;
float L_100;
L_100 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_99, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_101 = V_0;
float L_102;
L_102 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_101, NULL);
V_14 = (bool)((((float)L_100) < ((float)L_102))? 1 : 0);
bool L_103 = V_14;
if (!L_103)
{
goto IL_04bb;
}
}
{
// if (triggerControlIndex != actionStateControlIndex)
int32_t L_104 = V_1;
int32_t L_105 = V_2;
V_21 = (bool)((((int32_t)((((int32_t)L_104) == ((int32_t)L_105))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_106 = V_21;
if (!L_106)
{
goto IL_028e;
}
}
{
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// return true;
V_4 = (bool)1;
goto IL_0552;
}
IL_028e:
{
// if (!actionState->hasMultipleConcurrentActuations)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_107 = V_0;
bool L_108;
L_108 = TriggerState_get_hasMultipleConcurrentActuations_mF4D0F4CBCD1335CB209F2DC6A7B5C200DAC6037B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_107, NULL);
V_22 = (bool)((((int32_t)L_108) == ((int32_t)0))? 1 : 0);
bool L_109 = V_22;
if (!L_109)
{
goto IL_02b9;
}
}
{
// actionState->magnitude = trigger.magnitude;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_110 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_111 = ___trigger0;
float L_112;
L_112 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_111, NULL);
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_110, L_112, NULL);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_02b9:
{
// var bindingStartIndex = GetActionBindingStartIndexAndCount(actionIndex, out var bindingCount);
int32_t L_113 = ___actionIndex1;
uint16_t L_114;
L_114 = InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B(__this, L_113, (&V_16), NULL);
V_15 = L_114;
// var highestActuationLevel = trigger.magnitude;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_115 = ___trigger0;
float L_116;
L_116 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_115, NULL);
V_17 = L_116;
// var controlWithHighestActuation = kInvalidIndex;
V_18 = (-1);
// var bindingWithHighestActuation = kInvalidIndex;
V_19 = (-1);
// var numActuations = 0;
V_20 = 0;
// for (var i = 0; i < bindingCount; ++i)
V_23 = 0;
goto IL_0442;
}
IL_02dd:
{
// var bindingIndex = memory.actionBindingIndices[bindingStartIndex + i];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_117 = (&__this->___memory_7);
uint16_t* L_118 = L_117->___actionBindingIndices_14;
uint16_t L_119 = V_15;
int32_t L_120 = V_23;
int32_t L_121 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_118, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_119, L_120))), 2)))));
V_24 = (uint16_t)L_121;
// var binding = &memory.bindingStates[bindingIndex];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_122 = (&__this->___memory_7);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_123 = L_122->___bindingStates_8;
uint16_t L_124 = V_24;
uint32_t L_125 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_25 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_123, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_124), (int32_t)L_125)))));
// if (binding->isComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_126 = V_25;
bool L_127;
L_127 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_126, NULL);
V_26 = L_127;
bool L_128 = V_26;
if (!L_128)
{
goto IL_03bc;
}
}
{
// var firstControlIndex = binding->controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_129 = V_25;
int32_t L_130;
L_130 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_129, NULL);
V_27 = L_130;
// var compositeIndex = binding->compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_131 = V_25;
int32_t L_132;
L_132 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_131, NULL);
V_28 = L_132;
// Debug.Assert(compositeIndex >= 0 && compositeIndex < totalCompositeCount,
// "Composite index out of range on composite");
int32_t L_133 = V_28;
if ((((int32_t)L_133) < ((int32_t)0)))
{
goto IL_0342;
}
}
{
int32_t L_134 = V_28;
int32_t L_135;
L_135 = InputActionState_get_totalCompositeCount_mA94813CAA6B9B1662AA2224792F20AF88152B9E9(__this, NULL);
G_B35_0 = ((((int32_t)L_134) < ((int32_t)L_135))? 1 : 0);
goto IL_0343;
}
IL_0342:
{
G_B35_0 = 0;
}
IL_0343:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B35_0, _stringLiteral59E101B35CE256A8C51639752EB4A62A804E054F, NULL);
// var magnitude = memory.compositeMagnitudes[compositeIndex];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_136 = (&__this->___memory_7);
float* L_137 = L_136->___compositeMagnitudes_11;
int32_t L_138 = V_28;
float L_139 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_137, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_138), 4)))));
V_29 = L_139;
// if (magnitude > 0)
float L_140 = V_29;
V_30 = (bool)((((float)L_140) > ((float)(0.0f)))? 1 : 0);
bool L_141 = V_30;
if (!L_141)
{
goto IL_0377;
}
}
{
// ++numActuations;
int32_t L_142 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_142, 1));
}
IL_0377:
{
// if (magnitude > highestActuationLevel)
float L_143 = V_29;
float L_144 = V_17;
V_31 = (bool)((((float)L_143) > ((float)L_144))? 1 : 0);
bool L_145 = V_31;
if (!L_145)
{
goto IL_03b9;
}
}
{
// Debug.Assert(firstControlIndex >= 0 && firstControlIndex < totalControlCount,
// "Control start index out of range on composite");
int32_t L_146 = V_27;
if ((((int32_t)L_146) < ((int32_t)0)))
{
goto IL_0395;
}
}
{
int32_t L_147 = V_27;
int32_t L_148;
L_148 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B41_0 = ((((int32_t)L_147) < ((int32_t)L_148))? 1 : 0);
goto IL_0396;
}
IL_0395:
{
G_B41_0 = 0;
}
IL_0396:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B41_0, _stringLiteral39D3E65D1908424677CF5F8199690100DFC97C79, NULL);
// controlWithHighestActuation = firstControlIndex;
int32_t L_149 = V_27;
V_18 = L_149;
// bindingWithHighestActuation = controlIndexToBindingIndex[firstControlIndex];
int32_t* L_150;
L_150 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
int32_t L_151 = V_27;
int32_t L_152 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_150, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_151), 4)))));
V_19 = L_152;
// highestActuationLevel = magnitude;
float L_153 = V_29;
V_17 = L_153;
}
IL_03b9:
{
goto IL_043b;
}
IL_03bc:
{
// else if (!binding->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_154 = V_25;
bool L_155;
L_155 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_154, NULL);
V_32 = (bool)((((int32_t)L_155) == ((int32_t)0))? 1 : 0);
bool L_156 = V_32;
if (!L_156)
{
goto IL_043b;
}
}
{
// for (var n = 0; n < binding->controlCount; ++n)
V_33 = 0;
goto IL_0429;
}
IL_03d2:
{
// var controlIndex = binding->controlStartIndex + n;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_157 = V_25;
int32_t L_158;
L_158 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_157, NULL);
int32_t L_159 = V_33;
V_34 = ((int32_t)il2cpp_codegen_add(L_158, L_159));
// var magnitude = memory.controlMagnitudes[controlIndex];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_160 = (&__this->___memory_7);
float* L_161 = L_160->___controlMagnitudes_10;
int32_t L_162 = V_34;
float L_163 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_161, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_162), 4)))));
V_35 = L_163;
// if (magnitude > 0)
float L_164 = V_35;
V_36 = (bool)((((float)L_164) > ((float)(0.0f)))? 1 : 0);
bool L_165 = V_36;
if (!L_165)
{
goto IL_0408;
}
}
{
// ++numActuations;
int32_t L_166 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_166, 1));
}
IL_0408:
{
// if (magnitude > highestActuationLevel)
float L_167 = V_35;
float L_168 = V_17;
V_37 = (bool)((((float)L_167) > ((float)L_168))? 1 : 0);
bool L_169 = V_37;
if (!L_169)
{
goto IL_0422;
}
}
{
// controlWithHighestActuation = controlIndex;
int32_t L_170 = V_34;
V_18 = L_170;
// bindingWithHighestActuation = bindingIndex;
uint16_t L_171 = V_24;
V_19 = L_171;
// highestActuationLevel = magnitude;
float L_172 = V_35;
V_17 = L_172;
}
IL_0422:
{
// for (var n = 0; n < binding->controlCount; ++n)
int32_t L_173 = V_33;
V_33 = ((int32_t)il2cpp_codegen_add(L_173, 1));
}
IL_0429:
{
// for (var n = 0; n < binding->controlCount; ++n)
int32_t L_174 = V_33;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_175 = V_25;
int32_t L_176;
L_176 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_175, NULL);
V_38 = (bool)((((int32_t)L_174) < ((int32_t)L_176))? 1 : 0);
bool L_177 = V_38;
if (L_177)
{
goto IL_03d2;
}
}
{
}
IL_043b:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_178 = V_23;
V_23 = ((int32_t)il2cpp_codegen_add(L_178, 1));
}
IL_0442:
{
// for (var i = 0; i < bindingCount; ++i)
int32_t L_179 = V_23;
uint16_t L_180 = V_16;
V_39 = (bool)((((int32_t)L_179) < ((int32_t)L_180))? 1 : 0);
bool L_181 = V_39;
if (L_181)
{
goto IL_02dd;
}
}
{
// if (numActuations <= 1)
int32_t L_182 = V_20;
V_40 = (bool)((((int32_t)((((int32_t)L_182) > ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_183 = V_40;
if (!L_183)
{
goto IL_0467;
}
}
{
// actionState->hasMultipleConcurrentActuations = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_184 = V_0;
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_184, (bool)0, NULL);
}
IL_0467:
{
// if (controlWithHighestActuation != kInvalidIndex)
int32_t L_185 = V_18;
V_41 = (bool)((((int32_t)((((int32_t)L_185) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_186 = V_41;
if (!L_186)
{
goto IL_04ba;
}
}
{
// trigger.controlIndex = controlWithHighestActuation;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_187 = ___trigger0;
int32_t L_188 = V_18;
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266(L_187, L_188, NULL);
// trigger.bindingIndex = bindingWithHighestActuation;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_189 = ___trigger0;
int32_t L_190 = V_19;
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494(L_189, L_190, NULL);
// trigger.magnitude = highestActuationLevel;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_191 = ___trigger0;
float L_192 = V_17;
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(L_191, L_192, NULL);
// actionState->controlIndex = controlWithHighestActuation;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_193 = V_0;
int32_t L_194 = V_18;
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_193, L_194, NULL);
// actionState->bindingIndex = bindingWithHighestActuation;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_195 = V_0;
int32_t L_196 = V_19;
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_195, L_196, NULL);
// actionState->magnitude = highestActuationLevel;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_197 = V_0;
float L_198 = V_17;
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_197, L_198, NULL);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_04ba:
{
}
IL_04bb:
{
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// if (Mathf.Approximately(trigger.magnitude, actionState->magnitude))
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_199 = ___trigger0;
float L_200;
L_200 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_199, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_201 = V_0;
float L_202;
L_202 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_201, NULL);
bool L_203;
L_203 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_200, L_202, NULL);
V_42 = L_203;
bool L_204 = V_42;
if (!L_204)
{
goto IL_054d;
}
}
{
// if (bindingStates[trigger.bindingIndex].isPartOfComposite && triggerControlIndex == actionStateControlIndex)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_205;
L_205 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_206 = ___trigger0;
int32_t L_207;
L_207 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_206, NULL);
uint32_t L_208 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_209;
L_209 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_205, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_207), (int32_t)L_208)))), NULL);
if (!L_209)
{
goto IL_04fb;
}
}
{
int32_t L_210 = V_1;
int32_t L_211 = V_2;
G_B63_0 = ((((int32_t)L_210) == ((int32_t)L_211))? 1 : 0);
goto IL_04fc;
}
IL_04fb:
{
G_B63_0 = 0;
}
IL_04fc:
{
V_43 = (bool)G_B63_0;
bool L_212 = V_43;
if (!L_212)
{
goto IL_0507;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_0507:
{
// if (trigger.magnitude > 0 && triggerControlIndex != actionState->controlIndex && controls[triggerControlIndex] != controls[actionState->controlIndex])
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_213 = ___trigger0;
float L_214;
L_214 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_213, NULL);
if ((!(((float)L_214) > ((float)(0.0f)))))
{
goto IL_0539;
}
}
{
int32_t L_215 = V_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_216 = V_0;
int32_t L_217;
L_217 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_216, NULL);
if ((((int32_t)L_215) == ((int32_t)L_217)))
{
goto IL_0539;
}
}
{
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_218 = __this->___controls_2;
int32_t L_219 = V_1;
NullCheck(L_218);
int32_t L_220 = L_219;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_221 = (L_218)->GetAt(static_cast<il2cpp_array_size_t>(L_220));
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_222 = __this->___controls_2;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_223 = V_0;
int32_t L_224;
L_224 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_223, NULL);
NullCheck(L_222);
int32_t L_225 = L_224;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_226 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_225));
G_B69_0 = ((((int32_t)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_221) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_226))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_053a;
}
IL_0539:
{
G_B69_0 = 0;
}
IL_053a:
{
V_44 = (bool)G_B69_0;
bool L_227 = V_44;
if (!L_227)
{
goto IL_0548;
}
}
{
// actionState->hasMultipleConcurrentActuations = true;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_228 = V_0;
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_228, (bool)1, NULL);
}
IL_0548:
{
// return true;
V_4 = (bool)1;
goto IL_0552;
}
IL_054d:
{
// return false;
V_4 = (bool)0;
goto IL_0552;
}
IL_0552:
{
// }
bool L_229 = V_4;
return L_229;
}
}
// System.UInt16 UnityEngine.InputSystem.InputActionState::GetActionBindingStartIndexAndCount(System.Int32,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, uint16_t* ___bindingCount1, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
// bindingCount = memory.actionBindingIndicesAndCounts[actionIndex * 2 + 1];
uint16_t* L_0 = ___bindingCount1;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_1 = (&__this->___memory_7);
uint16_t* L_2 = L_1->___actionBindingIndicesAndCounts_13;
int32_t L_3 = ___actionIndex0;
int32_t L_4 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_3, 2)), 1))), 2)))));
*((int16_t*)L_0) = (int16_t)L_4;
// return memory.actionBindingIndicesAndCounts[actionIndex * 2];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_5 = (&__this->___memory_7);
uint16_t* L_6 = L_5->___actionBindingIndicesAndCounts_13;
int32_t L_7 = ___actionIndex0;
int32_t L_8 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_7, 2))), 2)))));
V_0 = (uint16_t)L_8;
goto IL_002e;
}
IL_002e:
{
// }
uint16_t L_9 = V_0;
return L_9;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ProcessDefaultInteraction(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessDefaultInteraction_m9E8267CD0556F656E8EA960015AC60CC9FF25138 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, int32_t ___actionIndex1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44598FBE352E0C4F699065C4F584C2827E9C860A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7B1DAD0BFC152588900ACFE1808DABCE64C1C1E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4C576CE984012D4E0C912B358D48C6AC9AE7D36);
s_Il2CppMethodInitialized = true;
}
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
float V_5 = 0.0f;
float V_6 = 0.0f;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
float V_12 = 0.0f;
float V_13 = 0.0f;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_14 = NULL;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
float V_19 = 0.0f;
float V_20 = 0.0f;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_21 = NULL;
float V_22 = 0.0f;
bool V_23 = false;
bool V_24 = false;
int32_t G_B3_0 = 0;
float G_B13_0 = 0.0f;
float G_B24_0 = 0.0f;
float G_B38_0 = 0.0f;
{
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount,
// "Action index out of range when processing default interaction");
int32_t L_0 = ___actionIndex1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___actionIndex1;
int32_t L_2;
L_2 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralD7B1DAD0BFC152588900ACFE1808DABCE64C1C1E, NULL);
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_4 = ___actionIndex1;
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_0 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
// switch (actionState->phase)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = V_0;
int32_t L_7;
L_7 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_6, NULL);
V_2 = L_7;
int32_t L_8 = V_2;
V_1 = L_8;
int32_t L_9 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, 1)))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_010f;
}
case 2:
{
goto IL_01c2;
}
}
}
{
goto IL_0251;
}
IL_0050:
{
// if (trigger.isPassThrough)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = ___trigger0;
bool L_11;
L_11 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA(L_10, NULL);
V_3 = L_11;
bool L_12 = V_3;
if (!L_12)
{
goto IL_006b;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
// phaseAfterPerformedOrCanceled: InputActionPhase.Waiting);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = ___trigger0;
bool L_14;
L_14 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_13, 1, NULL);
// break;
goto IL_025f;
}
IL_006b:
{
// if (trigger.isButton)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = ___trigger0;
bool L_16;
L_16 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A(L_15, NULL);
V_4 = L_16;
bool L_17 = V_4;
if (!L_17)
{
goto IL_00e0;
}
}
{
// var actuation = ComputeMagnitude(ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_18 = ___trigger0;
float L_19;
L_19 = InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A(__this, L_18, NULL);
V_5 = L_19;
// if (actuation > 0)
float L_20 = V_5;
V_8 = (bool)((((float)L_20) > ((float)(0.0f)))? 1 : 0);
bool L_21 = V_8;
if (!L_21)
{
goto IL_009a;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Started, ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_22 = ___trigger0;
bool L_23;
L_23 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, L_22, 1, NULL);
}
IL_009a:
{
// var threshold = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_24 = __this->___controls_2;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = ___trigger0;
int32_t L_26;
L_26 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_25, NULL);
NullCheck(L_24);
int32_t L_27 = L_26;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_28 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_7 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_28, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_29 = V_7;
if (L_29)
{
goto IL_00b9;
}
}
{
float L_30 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
G_B13_0 = L_30;
goto IL_00c0;
}
IL_00b9:
{
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_31 = V_7;
NullCheck(L_31);
float L_32;
L_32 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_31, NULL);
G_B13_0 = L_32;
}
IL_00c0:
{
V_6 = G_B13_0;
// if (actuation >= threshold)
float L_33 = V_5;
float L_34 = V_6;
V_9 = (bool)((((int32_t)((!(((float)L_33) >= ((float)L_34)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_35 = V_9;
if (!L_35)
{
goto IL_00dd;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
// phaseAfterPerformedOrCanceled: InputActionPhase.Performed);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_36 = ___trigger0;
bool L_37;
L_37 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_36, 3, NULL);
}
IL_00dd:
{
goto IL_010a;
}
IL_00e0:
{
// if (IsActuated(ref trigger))
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_38 = ___trigger0;
bool L_39;
L_39 = InputActionState_IsActuated_m8F42BFDC2BEF45ED0F89591D5CD74B8F39F2A206(__this, L_38, (0.0f), NULL);
V_10 = L_39;
bool L_40 = V_10;
if (!L_40)
{
goto IL_0109;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Started, ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_41 = ___trigger0;
bool L_42;
L_42 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, L_41, 1, NULL);
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
// phaseAfterPerformedOrCanceled: InputActionPhase.Started);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_43 = ___trigger0;
bool L_44;
L_44 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_43, 2, NULL);
}
IL_0109:
{
}
IL_010a:
{
// break;
goto IL_025f;
}
IL_010f:
{
// if (actionState->isButton)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_45 = V_0;
bool L_46;
L_46 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_45, NULL);
V_11 = L_46;
bool L_47 = V_11;
if (!L_47)
{
goto IL_018c;
}
}
{
// var actuation = ComputeMagnitude(ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_48 = ___trigger0;
float L_49;
L_49 = InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A(__this, L_48, NULL);
V_12 = L_49;
// var threshold = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_50 = __this->___controls_2;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_51 = ___trigger0;
int32_t L_52;
L_52 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_51, NULL);
NullCheck(L_50);
int32_t L_53 = L_52;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_54 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
V_14 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_54, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_55 = V_14;
if (L_55)
{
goto IL_0145;
}
}
{
float L_56 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
G_B24_0 = L_56;
goto IL_014c;
}
IL_0145:
{
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_57 = V_14;
NullCheck(L_57);
float L_58;
L_58 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_57, NULL);
G_B24_0 = L_58;
}
IL_014c:
{
V_13 = G_B24_0;
// if (actuation >= threshold)
float L_59 = V_12;
float L_60 = V_13;
V_15 = (bool)((((int32_t)((!(((float)L_59) >= ((float)L_60)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_61 = V_15;
if (!L_61)
{
goto IL_016b;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
// phaseAfterPerformedOrCanceled: InputActionPhase.Performed);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_62 = ___trigger0;
bool L_63;
L_63 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_62, 3, NULL);
goto IL_0189;
}
IL_016b:
{
// else if (Mathf.Approximately(actuation, 0))
float L_64 = V_12;
bool L_65;
L_65 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_64, (0.0f), NULL);
V_16 = L_65;
bool L_66 = V_16;
if (!L_66)
{
goto IL_0189;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Canceled, ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_67 = ___trigger0;
bool L_68;
L_68 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, L_67, 1, NULL);
}
IL_0189:
{
goto IL_01bd;
}
IL_018c:
{
// if (!IsActuated(ref trigger))
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_69 = ___trigger0;
bool L_70;
L_70 = InputActionState_IsActuated_m8F42BFDC2BEF45ED0F89591D5CD74B8F39F2A206(__this, L_69, (0.0f), NULL);
V_17 = (bool)((((int32_t)L_70) == ((int32_t)0))? 1 : 0);
bool L_71 = V_17;
if (!L_71)
{
goto IL_01b0;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Canceled, ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_72 = ___trigger0;
bool L_73;
L_73 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, L_72, 1, NULL);
goto IL_01bc;
}
IL_01b0:
{
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
// phaseAfterPerformedOrCanceled: InputActionPhase.Started);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_74 = ___trigger0;
bool L_75;
L_75 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_74, 2, NULL);
}
IL_01bc:
{
}
IL_01bd:
{
// break;
goto IL_025f;
}
IL_01c2:
{
// if (actionState->isButton)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_76 = V_0;
bool L_77;
L_77 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_76, NULL);
V_18 = L_77;
bool L_78 = V_18;
if (!L_78)
{
goto IL_0227;
}
}
{
// var actuation = ComputeMagnitude(ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_79 = ___trigger0;
float L_80;
L_80 = InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A(__this, L_79, NULL);
V_19 = L_80;
// var pressPoint = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_81 = __this->___controls_2;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_82 = ___trigger0;
int32_t L_83;
L_83 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_82, NULL);
NullCheck(L_81);
int32_t L_84 = L_83;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_85 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_84));
V_21 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_85, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_86 = V_21;
if (L_86)
{
goto IL_01f8;
}
}
{
float L_87 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
G_B38_0 = L_87;
goto IL_01ff;
}
IL_01f8:
{
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_88 = V_21;
NullCheck(L_88);
float L_89;
L_89 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_88, NULL);
G_B38_0 = L_89;
}
IL_01ff:
{
V_20 = G_B38_0;
// var threshold = pressPoint * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
float L_90 = V_20;
float L_91 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
V_22 = ((float)il2cpp_codegen_multiply(L_90, L_91));
// if (actuation <= threshold)
float L_92 = V_19;
float L_93 = V_22;
V_23 = (bool)((((int32_t)((!(((float)L_92) <= ((float)L_93)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_94 = V_23;
if (!L_94)
{
goto IL_0224;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Canceled, ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_95 = ___trigger0;
bool L_96;
L_96 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, L_95, 1, NULL);
}
IL_0224:
{
goto IL_024f;
}
IL_0227:
{
// else if (actionState->isPassThrough)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_97 = V_0;
bool L_98;
L_98 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_97, NULL);
V_24 = L_98;
bool L_99 = V_24;
if (!L_99)
{
goto IL_0241;
}
}
{
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
// phaseAfterPerformedOrCanceled: InputActionPhase.Performed);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_100 = ___trigger0;
bool L_101;
L_101 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_100, 3, NULL);
goto IL_024f;
}
IL_0241:
{
// Debug.Assert(false, "Value type actions should not be left in performed state");
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)0, _stringLiteralE4C576CE984012D4E0C912B358D48C6AC9AE7D36, NULL);
}
IL_024f:
{
// break;
goto IL_025f;
}
IL_0251:
{
// Debug.Assert(false, "Should not get here");
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)0, _stringLiteral44598FBE352E0C4F699065C4F584C2827E9C860A, NULL);
// break;
goto IL_025f;
}
IL_025f:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ProcessInteractions(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, int32_t ___interactionStartIndex1, int32_t ___interactionCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_0;
memset((&V_0), 0, sizeof(V_0));
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE V_4;
memset((&V_4), 0, sizeof(V_4));
RuntimeObject* V_5 = NULL;
bool V_6 = false;
{
// var context = new InputInteractionContext
// {
// m_State = this,
// m_TriggerState = trigger
// };
il2cpp_codegen_initobj((&V_1), sizeof(InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C));
(&V_1)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_State_0), (void*)__this);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_1 = (*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_0);
(&V_1)->___m_TriggerState_2 = L_1;
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C L_2 = V_1;
V_0 = L_2;
// for (var i = 0; i < interactionCount; ++i)
V_2 = 0;
goto IL_008f;
}
IL_0024:
{
// var index = interactionStartIndex + i;
int32_t L_3 = ___interactionStartIndex1;
int32_t L_4 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add(L_3, L_4));
// var state = interactionStates[index];
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_5;
L_5 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_6 = V_3;
uint32_t L_7 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE L_8 = (*(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
V_4 = L_8;
// var interaction = interactions[index];
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_9 = __this->___interactions_3;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_5 = L_12;
// context.m_TriggerState.phase = state.phase;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = (&(&V_0)->___m_TriggerState_2);
int32_t L_14;
L_14 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((&V_4), NULL);
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(L_13, L_14, NULL);
// context.m_TriggerState.startTime = state.startTime;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = (&(&V_0)->___m_TriggerState_2);
double L_16;
L_16 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline((&V_4), NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_15, L_16, NULL);
// context.m_TriggerState.interactionIndex = index;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = (&(&V_0)->___m_TriggerState_2);
int32_t L_18 = V_3;
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164(L_17, L_18, NULL);
// interaction.Process(ref context);
RuntimeObject* L_19 = V_5;
NullCheck(L_19);
InterfaceActionInvoker1< InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* >::Invoke(0 /* System.Void UnityEngine.InputSystem.IInputInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&) */, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var, L_19, (&V_0));
// for (var i = 0; i < interactionCount; ++i)
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_008f:
{
// for (var i = 0; i < interactionCount; ++i)
int32_t L_21 = V_2;
int32_t L_22 = ___interactionCount2;
V_6 = (bool)((((int32_t)L_21) < ((int32_t)L_22))? 1 : 0);
bool L_23 = V_6;
if (L_23)
{
goto IL_0024;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ProcessTimeout(System.Double,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessTimeout_mABA99DEABD2674CE5AF5C66EB048046B8B867CB9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, double ___time0, int32_t ___mapIndex1, int32_t ___controlIndex2, int32_t ___bindingIndex3, int32_t ___interactionIndex4, 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*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_0 = NULL;
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_1;
memset((&V_1), 0, sizeof(V_1));
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_2;
memset((&V_2), 0, sizeof(V_2));
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index out of range");
int32_t L_0 = ___controlIndex2;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___controlIndex2;
int32_t L_2;
L_2 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_3 = ___bindingIndex3;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002d;
}
}
{
int32_t L_4 = ___bindingIndex3;
int32_t L_5;
L_5 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B6_0 = 0;
}
IL_002e:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// Debug.Assert(interactionIndex >= 0 && interactionIndex < totalInteractionCount, "Interaction index out of range");
int32_t L_6 = ___interactionIndex4;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_004a;
}
}
{
int32_t L_7 = ___interactionIndex4;
int32_t L_8;
L_8 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B9_0 = ((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
goto IL_004b;
}
IL_004a:
{
G_B9_0 = 0;
}
IL_004b:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B9_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// ref var currentState = ref interactionStates[interactionIndex];
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_9;
L_9 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_10 = ___interactionIndex4;
uint32_t L_11 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_0 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11))));
// var context = new InputInteractionContext
// {
// m_State = this,
// m_TriggerState =
// new TriggerState
// {
// phase = currentState.phase,
// time = time,
// mapIndex = mapIndex,
// controlIndex = controlIndex,
// bindingIndex = bindingIndex,
// interactionIndex = interactionIndex,
// startTime = currentState.startTime
// },
// timerHasExpired = true,
// };
il2cpp_codegen_initobj((&V_2), sizeof(InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C));
(&V_2)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___m_State_0), (void*)__this);
il2cpp_codegen_initobj((&V_3), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_12 = V_0;
int32_t L_13;
L_13 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline(L_12, NULL);
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_3), L_13, NULL);
double L_14 = ___time0;
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_3), L_14, NULL);
int32_t L_15 = ___mapIndex1;
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_3), L_15, NULL);
int32_t L_16 = ___controlIndex2;
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_3), L_16, NULL);
int32_t L_17 = ___bindingIndex3;
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_3), L_17, NULL);
int32_t L_18 = ___interactionIndex4;
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_3), L_18, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_19 = V_0;
double L_20;
L_20 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline(L_19, NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_3), L_20, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_21 = V_3;
(&V_2)->___m_TriggerState_2 = L_21;
InputInteractionContext_set_timerHasExpired_m047512398BBD01A222077E48CA8DC3548F02135B((&V_2), (bool)1, NULL);
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C L_22 = V_2;
V_1 = L_22;
// currentState.isTimerRunning = false;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_23 = V_0;
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(L_23, (bool)0, NULL);
// currentState.totalTimeoutCompletionTimeRemaining =
// Mathf.Max(currentState.totalTimeoutCompletionTimeRemaining - currentState.timerDuration, 0);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_24 = V_0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_25 = V_0;
float L_26;
L_26 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_25, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_27 = V_0;
float L_28;
L_28 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_27, NULL);
float L_29;
L_29 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_subtract(L_26, L_28)), (0.0f), NULL);
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(L_24, L_29, NULL);
// currentState.timerDuration = default;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_30 = V_0;
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(L_30, (0.0f), NULL);
// interactions[interactionIndex].Process(ref context);
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_31 = __this->___interactions_3;
int32_t L_32 = ___interactionIndex4;
NullCheck(L_31);
int32_t L_33 = L_32;
RuntimeObject* L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
NullCheck(L_34);
InterfaceActionInvoker1< InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* >::Invoke(0 /* System.Void UnityEngine.InputSystem.IInputInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&) */, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var, L_34, (&V_1));
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::SetTotalTimeoutCompletionTime(System.Single,UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetTotalTimeoutCompletionTime_mF3EFE5D4D46A1FC9CF10AC3749C1DE6EDB0ECFA3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, float ___seconds0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger1, 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*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
s_Il2CppMethodInitialized = true;
}
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_0 = NULL;
int32_t G_B3_0 = 0;
{
// Debug.Assert(trigger.interactionIndex >= 0 && trigger.interactionIndex < totalInteractionCount, "Interaction index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger1;
int32_t L_1;
L_1 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_0, NULL);
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_001a;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___trigger1;
int32_t L_3;
L_3 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_2, NULL);
int32_t L_4;
L_4 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B3_0 = ((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// ref var interactionState = ref interactionStates[trigger.interactionIndex];
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_5;
L_5 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = ___trigger1;
int32_t L_7;
L_7 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_6, NULL);
uint32_t L_8 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_0 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8))));
// interactionState.totalTimeoutCompletionDone = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_9 = V_0;
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline(L_9, (0.0f), NULL);
// interactionState.totalTimeoutCompletionTimeRemaining = seconds;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_10 = V_0;
float L_11 = ___seconds0;
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(L_10, L_11, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::StartTimeout(System.Single,UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StartTimeout_m9B0C446694F02F51D199861AD7FF435426A42B0F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, float ___seconds0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger1, 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*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
s_Il2CppMethodInitialized = true;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
double V_1 = 0.0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
int32_t V_3 = 0;
int64_t V_4 = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_5 = NULL;
bool V_6 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
// Debug.Assert(trigger.mapIndex >= 0 && trigger.mapIndex < totalMapCount, "Map index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger1;
int32_t L_1;
L_1 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_0, NULL);
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_001a;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___trigger1;
int32_t L_3;
L_3 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_2, NULL);
int32_t L_4;
L_4 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// Debug.Assert(trigger.controlIndex >= 0 && trigger.controlIndex < totalControlCount, "Control index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = ___trigger1;
int32_t L_6;
L_6 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_5, NULL);
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_7 = ___trigger1;
int32_t L_8;
L_8 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_7, NULL);
int32_t L_9;
L_9 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
goto IL_0040;
}
IL_003f:
{
G_B6_0 = 0;
}
IL_0040:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// Debug.Assert(trigger.interactionIndex >= 0 && trigger.interactionIndex < totalInteractionCount, "Interaction index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = ___trigger1;
int32_t L_11;
L_11 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_10, NULL);
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_0064;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = ___trigger1;
int32_t L_13;
L_13 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_12, NULL);
int32_t L_14;
L_14 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B9_0 = ((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
goto IL_0065;
}
IL_0064:
{
G_B9_0 = 0;
}
IL_0065:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B9_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// var manager = InputSystem.s_Manager;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_15 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_15;
// var currentTime = trigger.time;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16 = ___trigger1;
double L_17;
L_17 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(L_16, NULL);
V_1 = L_17;
// var control = controls[trigger.controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_18 = __this->___controls_2;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19 = ___trigger1;
int32_t L_20;
L_20 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_19, NULL);
NullCheck(L_18);
int32_t L_21 = L_20;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_22 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_2 = L_22;
// var interactionIndex = trigger.interactionIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = ___trigger1;
int32_t L_24;
L_24 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_23, NULL);
V_3 = L_24;
// var monitorIndex =
// ToCombinedMapAndControlAndBindingIndex(trigger.mapIndex, trigger.controlIndex, trigger.bindingIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = ___trigger1;
int32_t L_26;
L_26 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_25, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_27 = ___trigger1;
int32_t L_28;
L_28 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_27, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = ___trigger1;
int32_t L_30;
L_30 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_29, NULL);
int64_t L_31;
L_31 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(L_26, L_28, L_30, NULL);
V_4 = L_31;
// ref var interactionState = ref interactionStates[interactionIndex];
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_32;
L_32 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_33 = V_3;
uint32_t L_34 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_5 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_33), (int32_t)L_34))));
// if (interactionState.isTimerRunning)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_35 = V_5;
bool L_36;
L_36 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40(L_35, NULL);
V_6 = L_36;
bool L_37 = V_6;
if (!L_37)
{
goto IL_00e5;
}
}
{
// StopTimeout(trigger.mapIndex, interactionState.triggerControlIndex, trigger.bindingIndex,
// interactionIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_38 = ___trigger1;
int32_t L_39;
L_39 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_38, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_40 = V_5;
int32_t L_41;
L_41 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline(L_40, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_42 = ___trigger1;
int32_t L_43;
L_43 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_42, NULL);
int32_t L_44 = V_3;
InputActionState_StopTimeout_m8BF48933AEBD9C8E7FCA27D974790B26A799272A(__this, L_39, L_41, L_43, L_44, NULL);
}
IL_00e5:
{
// manager.AddStateChangeMonitorTimeout(control, this, currentTime + seconds, monitorIndex,
// interactionIndex);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_45 = V_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_46 = V_2;
double L_47 = V_1;
float L_48 = ___seconds0;
int64_t L_49 = V_4;
int32_t L_50 = V_3;
NullCheck(L_45);
InputManager_AddStateChangeMonitorTimeout_mC6AEF512D3D61ACCC189D3FB19B18296CD3D8BFF(L_45, L_46, __this, ((double)il2cpp_codegen_add(L_47, ((double)L_48))), L_49, L_50, NULL);
// interactionState.isTimerRunning = true;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_51 = V_5;
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(L_51, (bool)1, NULL);
// interactionState.timerStartTime = currentTime;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_52 = V_5;
double L_53 = V_1;
InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline(L_52, L_53, NULL);
// interactionState.timerDuration = seconds;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_54 = V_5;
float L_55 = ___seconds0;
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(L_54, L_55, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::StopTimeout(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StopTimeout_m8BF48933AEBD9C8E7FCA27D974790B26A799272A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___controlIndex1, int32_t ___bindingIndex2, int32_t ___interactionIndex3, 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*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
s_Il2CppMethodInitialized = true;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
int64_t V_1 = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_2 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
// Debug.Assert(mapIndex >= 0 && mapIndex < totalMapCount, "Map index out of range");
int32_t L_0 = ___mapIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___mapIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// Debug.Assert(interactionIndex >= 0 && interactionIndex < totalInteractionCount, "Interaction index out of range");
int32_t L_6 = ___interactionIndex3;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0048;
}
}
{
int32_t L_7 = ___interactionIndex3;
int32_t L_8;
L_8 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B9_0 = ((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
goto IL_0049;
}
IL_0048:
{
G_B9_0 = 0;
}
IL_0049:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B9_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// var manager = InputSystem.s_Manager;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_9 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_9;
// var monitorIndex =
// ToCombinedMapAndControlAndBindingIndex(mapIndex, controlIndex, bindingIndex);
int32_t L_10 = ___mapIndex0;
int32_t L_11 = ___controlIndex1;
int32_t L_12 = ___bindingIndex2;
int64_t L_13;
L_13 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(L_10, L_11, L_12, NULL);
V_1 = L_13;
// manager.RemoveStateChangeMonitorTimeout(this, monitorIndex, interactionIndex);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_14 = V_0;
int64_t L_15 = V_1;
int32_t L_16 = ___interactionIndex3;
NullCheck(L_14);
InputManager_RemoveStateChangeMonitorTimeout_m112395C79777E5B919B945ABA0A6B76C9F320528(L_14, __this, L_15, L_16, NULL);
// ref var interactionState = ref interactionStates[interactionIndex];
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_17;
L_17 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_18 = ___interactionIndex3;
uint32_t L_19 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_2 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19))));
// interactionState.isTimerRunning = false;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_20 = V_2;
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(L_20, (bool)0, NULL);
// interactionState.totalTimeoutCompletionDone += interactionState.timerDuration;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_21 = V_2;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_22 = L_21;
float L_23;
L_23 = InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline(L_22, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_24 = V_2;
float L_25;
L_25 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_24, NULL);
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline(L_22, ((float)il2cpp_codegen_add(L_23, L_25)), NULL);
// interactionState.totalTimeoutCompletionTimeRemaining =
// Mathf.Max(interactionState.totalTimeoutCompletionTimeRemaining - interactionState.timerDuration, 0);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_26 = V_2;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_27 = V_2;
float L_28;
L_28 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_27, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_29 = V_2;
float L_30;
L_30 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_29, NULL);
float L_31;
L_31 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_subtract(L_28, L_30)), (0.0f), NULL);
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(L_26, L_31, NULL);
// interactionState.timerDuration = default;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_32 = V_2;
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(L_32, (0.0f), NULL);
// interactionState.timerStartTime = default;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_33 = V_2;
InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline(L_33, (0.0), NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfInteraction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___newPhase0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger1, int32_t ___phaseAfterPerformed2, bool ___processNextInteractionsOnCancel3, 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*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_3 = NULL;
int32_t V_4 = 0;
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;
int32_t V_12 = 0;
int32_t V_13 = 0;
bool V_14 = false;
bool V_15 = false;
int32_t V_16 = 0;
int32_t V_17 = 0;
bool V_18 = false;
double V_19 = 0.0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_20;
memset((&V_20), 0, sizeof(V_20));
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_21;
memset((&V_21), 0, sizeof(V_21));
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;
int32_t V_31 = 0;
int32_t V_32 = 0;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B30_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B58_0 = 0;
int32_t G_B63_0 = 0;
int32_t G_B68_0 = 0;
{
// var interactionIndex = trigger.interactionIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger1;
int32_t L_1;
L_1 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_0, NULL);
V_0 = L_1;
// var bindingIndex = trigger.bindingIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___trigger1;
int32_t L_3;
L_3 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_2, NULL);
V_1 = L_3;
// Debug.Assert(interactionIndex >= 0 && interactionIndex < totalInteractionCount, "Interaction index out of range");
int32_t L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_001e;
}
}
{
int32_t L_5 = V_0;
int32_t L_6;
L_6 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B3_0 = ((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_7 = V_1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
int32_t L_8 = V_1;
int32_t L_9;
L_9 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B6_0 = ((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
goto IL_003a;
}
IL_0039:
{
G_B6_0 = 0;
}
IL_003a:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var phaseAfterPerformedOrCanceled = InputActionPhase.Waiting;
V_2 = 1;
// if (newPhase == InputActionPhase.Performed)
int32_t L_10 = ___newPhase0;
V_5 = (bool)((((int32_t)L_10) == ((int32_t)3))? 1 : 0);
bool L_11 = V_5;
if (!L_11)
{
goto IL_0053;
}
}
{
// phaseAfterPerformedOrCanceled = phaseAfterPerformed;
int32_t L_12 = ___phaseAfterPerformed2;
V_2 = L_12;
}
IL_0053:
{
// ref var interactionState = ref interactionStates[interactionIndex];
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_13;
L_13 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_14 = V_0;
uint32_t L_15 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_3 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), (int32_t)L_15))));
// if (interactionState.isTimerRunning)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_16 = V_3;
bool L_17;
L_17 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40(L_16, NULL);
V_6 = L_17;
bool L_18 = V_6;
if (!L_18)
{
goto IL_008f;
}
}
{
// StopTimeout(trigger.mapIndex, interactionState.triggerControlIndex, trigger.bindingIndex,
// trigger.interactionIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19 = ___trigger1;
int32_t L_20;
L_20 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_19, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_21 = V_3;
int32_t L_22;
L_22 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline(L_21, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = ___trigger1;
int32_t L_24;
L_24 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_23, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = ___trigger1;
int32_t L_26;
L_26 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_25, NULL);
InputActionState_StopTimeout_m8BF48933AEBD9C8E7FCA27D974790B26A799272A(__this, L_20, L_22, L_24, L_26, NULL);
}
IL_008f:
{
// interactionState.phase = newPhase;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_27 = V_3;
int32_t L_28 = ___newPhase0;
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(L_27, L_28, NULL);
// interactionState.triggerControlIndex = trigger.controlIndex;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_29 = V_3;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_30 = ___trigger1;
int32_t L_31;
L_31 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_30, NULL);
InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED(L_29, L_31, NULL);
// interactionState.startTime = trigger.startTime;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_32 = V_3;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_33 = ___trigger1;
double L_34;
L_34 = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline(L_33, NULL);
InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline(L_32, L_34, NULL);
// if (newPhase == InputActionPhase.Performed)
int32_t L_35 = ___newPhase0;
V_7 = (bool)((((int32_t)L_35) == ((int32_t)3))? 1 : 0);
bool L_36 = V_7;
if (!L_36)
{
goto IL_00c8;
}
}
{
// interactionState.performedTime = trigger.time;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_37 = V_3;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_38 = ___trigger1;
double L_39;
L_39 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(L_38, NULL);
InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline(L_37, L_39, NULL);
}
IL_00c8:
{
// var actionIndex = bindingStates[bindingIndex].actionIndex; // We already had to tap this array and entry in ProcessControlStateChange.
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_40;
L_40 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_41 = V_1;
uint32_t L_42 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_43;
L_43 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_41), (int32_t)L_42)))), NULL);
V_4 = L_43;
// if (actionIndex != -1)
int32_t L_44 = V_4;
V_8 = (bool)((((int32_t)((((int32_t)L_44) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_45 = V_8;
if (!L_45)
{
goto IL_043b;
}
}
{
// if (actionStates[actionIndex].phase == InputActionPhase.Waiting)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_46;
L_46 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_47 = V_4;
uint32_t L_48 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_49;
L_49 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_46, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_47), (int32_t)L_48)))), NULL);
V_9 = (bool)((((int32_t)L_49) == ((int32_t)1))? 1 : 0);
bool L_50 = V_9;
if (!L_50)
{
goto IL_012e;
}
}
{
// if (!ChangePhaseOfAction(newPhase, ref trigger,
// phaseAfterPerformedOrCanceled: phaseAfterPerformedOrCanceled))
int32_t L_51 = ___newPhase0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_52 = ___trigger1;
int32_t L_53 = V_2;
bool L_54;
L_54 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, L_51, L_52, L_53, NULL);
V_10 = (bool)((((int32_t)L_54) == ((int32_t)0))? 1 : 0);
bool L_55 = V_10;
if (!L_55)
{
goto IL_0128;
}
}
{
// return;
goto IL_04b9;
}
IL_0128:
{
goto IL_043a;
}
IL_012e:
{
// else if (newPhase == InputActionPhase.Canceled && actionStates[actionIndex].interactionIndex == trigger.interactionIndex)
int32_t L_56 = ___newPhase0;
if ((!(((uint32_t)L_56) == ((uint32_t)4))))
{
goto IL_0152;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_57;
L_57 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_58 = V_4;
uint32_t L_59 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_60;
L_60 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_58), (int32_t)L_59)))), NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_61 = ___trigger1;
int32_t L_62;
L_62 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_61, NULL);
G_B20_0 = ((((int32_t)L_60) == ((int32_t)L_62))? 1 : 0);
goto IL_0153;
}
IL_0152:
{
G_B20_0 = 0;
}
IL_0153:
{
V_11 = (bool)G_B20_0;
bool L_63 = V_11;
if (!L_63)
{
goto IL_0378;
}
}
{
// if (!ChangePhaseOfAction(newPhase, ref trigger))
int32_t L_64 = ___newPhase0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_65 = ___trigger1;
bool L_66;
L_66 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, L_64, L_65, 1, NULL);
V_14 = (bool)((((int32_t)L_66) == ((int32_t)0))? 1 : 0);
bool L_67 = V_14;
if (!L_67)
{
goto IL_0174;
}
}
{
// return;
goto IL_04b9;
}
IL_0174:
{
// if (processNextInteractionsOnCancel == false)
bool L_68 = ___processNextInteractionsOnCancel3;
V_15 = (bool)((((int32_t)L_68) == ((int32_t)0))? 1 : 0);
bool L_69 = V_15;
if (!L_69)
{
goto IL_0184;
}
}
{
// return;
goto IL_04b9;
}
IL_0184:
{
// var interactionStartIndex = bindingStates[bindingIndex].interactionStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_70;
L_70 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_71 = V_1;
uint32_t L_72 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_73;
L_73 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_70, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_71), (int32_t)L_72)))), NULL);
V_12 = L_73;
// var numInteractions = bindingStates[bindingIndex].interactionCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_74;
L_74 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_75 = V_1;
uint32_t L_76 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_77;
L_77 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_74, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_75), (int32_t)L_76)))), NULL);
V_13 = L_77;
// for (var i = 0; i < numInteractions; ++i)
V_16 = 0;
goto IL_0363;
}
IL_01ba:
{
// var index = interactionStartIndex + i;
int32_t L_78 = V_12;
int32_t L_79 = V_16;
V_17 = ((int32_t)il2cpp_codegen_add(L_78, L_79));
// if (index != trigger.interactionIndex && (interactionStates[index].phase == InputActionPhase.Started ||
// interactionStates[index].phase == InputActionPhase.Performed))
int32_t L_80 = V_17;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_81 = ___trigger1;
int32_t L_82;
L_82 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_81, NULL);
if ((((int32_t)L_80) == ((int32_t)L_82)))
{
goto IL_0203;
}
}
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_83;
L_83 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_84 = V_17;
uint32_t L_85 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_86;
L_86 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_83, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_84), (int32_t)L_85)))), NULL);
if ((((int32_t)L_86) == ((int32_t)2)))
{
goto IL_0200;
}
}
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_87;
L_87 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_88 = V_17;
uint32_t L_89 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_90;
L_90 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_87, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_88), (int32_t)L_89)))), NULL);
G_B30_0 = ((((int32_t)L_90) == ((int32_t)3))? 1 : 0);
goto IL_0201;
}
IL_0200:
{
G_B30_0 = 1;
}
IL_0201:
{
G_B32_0 = G_B30_0;
goto IL_0204;
}
IL_0203:
{
G_B32_0 = 0;
}
IL_0204:
{
V_18 = (bool)G_B32_0;
bool L_91 = V_18;
if (!L_91)
{
goto IL_035c;
}
}
{
// var startTime = interactionStates[index].startTime;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_92;
L_92 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_93 = V_17;
uint32_t L_94 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
double L_95;
L_95 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_92, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_93), (int32_t)L_94)))), NULL);
V_19 = L_95;
// var triggerForInteraction = new TriggerState
// {
// phase = InputActionPhase.Started,
// controlIndex = interactionStates[index].triggerControlIndex,
// bindingIndex = trigger.bindingIndex,
// interactionIndex = index,
// mapIndex = trigger.mapIndex,
// time = startTime,
// startTime = startTime,
// };
il2cpp_codegen_initobj((&V_21), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_21), 2, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_96;
L_96 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_97 = V_17;
uint32_t L_98 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_99;
L_99 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_96, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_97), (int32_t)L_98)))), NULL);
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_21), L_99, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_100 = ___trigger1;
int32_t L_101;
L_101 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_100, NULL);
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_21), L_101, NULL);
int32_t L_102 = V_17;
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_21), L_102, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_103 = ___trigger1;
int32_t L_104;
L_104 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_103, NULL);
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_21), L_104, NULL);
double L_105 = V_19;
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_21), L_105, NULL);
double L_106 = V_19;
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_21), L_106, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_107 = V_21;
V_20 = L_107;
// if (!ChangePhaseOfAction(InputActionPhase.Started, ref triggerForInteraction))
bool L_108;
L_108 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, (&V_20), 1, NULL);
V_22 = (bool)((((int32_t)L_108) == ((int32_t)0))? 1 : 0);
bool L_109 = V_22;
if (!L_109)
{
goto IL_02ab;
}
}
{
// return;
goto IL_04b9;
}
IL_02ab:
{
// if (interactionStates[index].phase == InputActionPhase.Performed)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_110;
L_110 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_111 = V_17;
uint32_t L_112 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_113;
L_113 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_110, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_111), (int32_t)L_112)))), NULL);
V_23 = (bool)((((int32_t)L_113) == ((int32_t)3))? 1 : 0);
bool L_114 = V_23;
if (!L_114)
{
goto IL_035a;
}
}
{
// triggerForInteraction = new TriggerState
// {
// phase = InputActionPhase.Performed,
// controlIndex = interactionStates[index].triggerControlIndex,
// bindingIndex = trigger.bindingIndex,
// interactionIndex = index,
// time = interactionStates[index].performedTime, // Time when the interaction performed.
// startTime = startTime,
// };
il2cpp_codegen_initobj((&V_21), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_21), 3, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_115;
L_115 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_116 = V_17;
uint32_t L_117 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_118;
L_118 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_115, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_116), (int32_t)L_117)))), NULL);
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_21), L_118, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_119 = ___trigger1;
int32_t L_120;
L_120 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_119, NULL);
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_21), L_120, NULL);
int32_t L_121 = V_17;
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_21), L_121, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_122;
L_122 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_123 = V_17;
uint32_t L_124 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
double L_125;
L_125 = InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_122, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_123), (int32_t)L_124)))), NULL);
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_21), L_125, NULL);
double L_126 = V_19;
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_21), L_126, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_127 = V_21;
V_20 = L_127;
// if (!ChangePhaseOfAction(InputActionPhase.Performed, ref triggerForInteraction))
bool L_128;
L_128 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, (&V_20), 1, NULL);
V_24 = (bool)((((int32_t)L_128) == ((int32_t)0))? 1 : 0);
bool L_129 = V_24;
if (!L_129)
{
goto IL_0359;
}
}
{
// return;
goto IL_04b9;
}
IL_0359:
{
}
IL_035a:
{
// break;
goto IL_0372;
}
IL_035c:
{
// for (var i = 0; i < numInteractions; ++i)
int32_t L_130 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_130, 1));
}
IL_0363:
{
// for (var i = 0; i < numInteractions; ++i)
int32_t L_131 = V_16;
int32_t L_132 = V_13;
V_25 = (bool)((((int32_t)L_131) < ((int32_t)L_132))? 1 : 0);
bool L_133 = V_25;
if (L_133)
{
goto IL_01ba;
}
}
IL_0372:
{
goto IL_043a;
}
IL_0378:
{
// else if (actionStates[actionIndex].interactionIndex == trigger.interactionIndex)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_134;
L_134 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_135 = V_4;
uint32_t L_136 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_137;
L_137 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_134, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_135), (int32_t)L_136)))), NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_138 = ___trigger1;
int32_t L_139;
L_139 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_138, NULL);
V_26 = (bool)((((int32_t)L_137) == ((int32_t)L_139))? 1 : 0);
bool L_140 = V_26;
if (!L_140)
{
goto IL_043a;
}
}
{
// if (!ChangePhaseOfAction(newPhase, ref trigger, phaseAfterPerformedOrCanceled))
int32_t L_141 = ___newPhase0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_142 = ___trigger1;
int32_t L_143 = V_2;
bool L_144;
L_144 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, L_141, L_142, L_143, NULL);
V_27 = (bool)((((int32_t)L_144) == ((int32_t)0))? 1 : 0);
bool L_145 = V_27;
if (!L_145)
{
goto IL_03b7;
}
}
{
// return;
goto IL_04b9;
}
IL_03b7:
{
// if (newPhase == InputActionPhase.Performed)
int32_t L_146 = ___newPhase0;
V_28 = (bool)((((int32_t)L_146) == ((int32_t)3))? 1 : 0);
bool L_147 = V_28;
if (!L_147)
{
goto IL_0439;
}
}
{
// var interactionStartIndex = bindingStates[bindingIndex].interactionStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_148;
L_148 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_149 = V_1;
uint32_t L_150 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_151;
L_151 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_148, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_149), (int32_t)L_150)))), NULL);
V_29 = L_151;
// var numInteractions = bindingStates[bindingIndex].interactionCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_152;
L_152 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_153 = V_1;
uint32_t L_154 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_155;
L_155 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_152, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_153), (int32_t)L_154)))), NULL);
V_30 = L_155;
// for (var i = 0; i < numInteractions; ++i)
V_31 = 0;
goto IL_042c;
}
IL_03f5:
{
// var index = interactionStartIndex + i;
int32_t L_156 = V_29;
int32_t L_157 = V_31;
V_32 = ((int32_t)il2cpp_codegen_add(L_156, L_157));
// if (index != trigger.interactionIndex)
int32_t L_158 = V_32;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_159 = ___trigger1;
int32_t L_160;
L_160 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_159, NULL);
V_33 = (bool)((((int32_t)((((int32_t)L_158) == ((int32_t)L_160))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_161 = V_33;
if (!L_161)
{
goto IL_0425;
}
}
{
// ResetInteractionState(trigger.mapIndex, trigger.bindingIndex, index);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_162 = ___trigger1;
int32_t L_163;
L_163 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_162, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_164 = ___trigger1;
int32_t L_165;
L_165 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_164, NULL);
int32_t L_166 = V_32;
InputActionState_ResetInteractionState_m18CB50CB0750EC36BC8394E00972113A61FC10A4(__this, L_163, L_165, L_166, NULL);
}
IL_0425:
{
// for (var i = 0; i < numInteractions; ++i)
int32_t L_167 = V_31;
V_31 = ((int32_t)il2cpp_codegen_add(L_167, 1));
}
IL_042c:
{
// for (var i = 0; i < numInteractions; ++i)
int32_t L_168 = V_31;
int32_t L_169 = V_30;
V_34 = (bool)((((int32_t)L_168) < ((int32_t)L_169))? 1 : 0);
bool L_170 = V_34;
if (L_170)
{
goto IL_03f5;
}
}
{
}
IL_0439:
{
}
IL_043a:
{
}
IL_043b:
{
// if (newPhase == InputActionPhase.Performed && actionStates[actionIndex].interactionIndex != trigger.interactionIndex)
int32_t L_171 = ___newPhase0;
if ((!(((uint32_t)L_171) == ((uint32_t)3))))
{
goto IL_0462;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_172;
L_172 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_173 = V_4;
uint32_t L_174 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_175;
L_175 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_172, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_173), (int32_t)L_174)))), NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_176 = ___trigger1;
int32_t L_177;
L_177 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_176, NULL);
G_B58_0 = ((((int32_t)((((int32_t)L_175) == ((int32_t)L_177))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0463;
}
IL_0462:
{
G_B58_0 = 0;
}
IL_0463:
{
V_35 = (bool)G_B58_0;
bool L_178 = V_35;
if (!L_178)
{
goto IL_046d;
}
}
{
goto IL_04b9;
}
IL_046d:
{
// else if (newPhase == InputActionPhase.Performed && phaseAfterPerformed != InputActionPhase.Waiting)
int32_t L_179 = ___newPhase0;
if ((!(((uint32_t)L_179) == ((uint32_t)3))))
{
goto IL_047a;
}
}
{
int32_t L_180 = ___phaseAfterPerformed2;
G_B63_0 = ((((int32_t)((((int32_t)L_180) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_047b;
}
IL_047a:
{
G_B63_0 = 0;
}
IL_047b:
{
V_36 = (bool)G_B63_0;
bool L_181 = V_36;
if (!L_181)
{
goto IL_048d;
}
}
{
// interactionState.phase = phaseAfterPerformed;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_182 = V_3;
int32_t L_183 = ___phaseAfterPerformed2;
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(L_182, L_183, NULL);
goto IL_04b9;
}
IL_048d:
{
// else if (newPhase == InputActionPhase.Performed || newPhase == InputActionPhase.Canceled)
int32_t L_184 = ___newPhase0;
if ((((int32_t)L_184) == ((int32_t)3)))
{
goto IL_0497;
}
}
{
int32_t L_185 = ___newPhase0;
G_B68_0 = ((((int32_t)L_185) == ((int32_t)4))? 1 : 0);
goto IL_0498;
}
IL_0497:
{
G_B68_0 = 1;
}
IL_0498:
{
V_37 = (bool)G_B68_0;
bool L_186 = V_37;
if (!L_186)
{
goto IL_04b9;
}
}
{
// ResetInteractionState(trigger.mapIndex, trigger.bindingIndex, trigger.interactionIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_187 = ___trigger1;
int32_t L_188;
L_188 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_187, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_189 = ___trigger1;
int32_t L_190;
L_190 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_189, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_191 = ___trigger1;
int32_t L_192;
L_192 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_191, NULL);
InputActionState_ResetInteractionState_m18CB50CB0750EC36BC8394E00972113A61FC10A4(__this, L_188, L_190, L_192, NULL);
}
IL_04b9:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::ChangePhaseOfAction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___newPhase0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger1, int32_t ___phaseAfterPerformedOrCanceled2, 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*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7659FE4A97C65AA8279263F1723253E7BD7F7B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
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;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B24_0 = 0;
int32_t G_B37_0 = 0;
int32_t G_B43_0 = 0;
{
// Debug.Assert(newPhase != InputActionPhase.Disabled, "Should not disable an action using this method");
int32_t L_0 = ___newPhase0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0), _stringLiteralDD7659FE4A97C65AA8279263F1723253E7BD7F7B, NULL);
// Debug.Assert(trigger.mapIndex >= 0 && trigger.mapIndex < totalMapCount, "Map index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___trigger1;
int32_t L_2;
L_2 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_1, NULL);
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0029;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = ___trigger1;
int32_t L_4;
L_4 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_3, NULL);
int32_t L_5;
L_5 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 0;
}
IL_002a:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// Debug.Assert(trigger.controlIndex >= 0 && trigger.controlIndex < totalControlCount, "Control index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = ___trigger1;
int32_t L_7;
L_7 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_6, NULL);
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_004e;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = ___trigger1;
int32_t L_9;
L_9 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_8, NULL);
int32_t L_10;
L_10 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
goto IL_004f;
}
IL_004e:
{
G_B6_0 = 0;
}
IL_004f:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// Debug.Assert(trigger.bindingIndex >= 0 && trigger.bindingIndex < totalBindingCount, "Binding index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = ___trigger1;
int32_t L_12;
L_12 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_11, NULL);
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0073;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = ___trigger1;
int32_t L_14;
L_14 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_13, NULL);
int32_t L_15;
L_15 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B9_0 = ((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
goto IL_0074;
}
IL_0073:
{
G_B9_0 = 0;
}
IL_0074:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B9_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var actionIndex = bindingStates[trigger.bindingIndex].actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16;
L_16 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = ___trigger1;
int32_t L_18;
L_18 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_17, NULL);
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_20;
L_20 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))), NULL);
V_0 = L_20;
// if (actionIndex == kInvalidIndex)
int32_t L_21 = V_0;
V_2 = (bool)((((int32_t)L_21) == ((int32_t)(-1)))? 1 : 0);
bool L_22 = V_2;
if (!L_22)
{
goto IL_00a9;
}
}
{
// return true; // No action associated with binding.
V_3 = (bool)1;
goto IL_0232;
}
IL_00a9:
{
// var actionState = &actionStates[actionIndex];
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23;
L_23 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_24 = V_0;
uint32_t L_25 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_1 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25)))));
// if (actionState->isDisabled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_26 = V_1;
bool L_27;
L_27 = TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_26, NULL);
V_4 = L_27;
bool L_28 = V_4;
if (!L_28)
{
goto IL_00ce;
}
}
{
// return true;
V_3 = (bool)1;
goto IL_0232;
}
IL_00ce:
{
// actionState->inProcessing = true;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = V_1;
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_29, (bool)1, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01fa:
{// begin finally (depth: 1)
// actionState->inProcessing = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_30 = V_1;
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_30, (bool)0, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// if (actionState->isPassThrough && trigger.interactionIndex == kInvalidIndex)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_31 = V_1;
bool L_32;
L_32 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_31, NULL);
if (!L_32)
{
goto IL_00ea_1;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_33 = ___trigger1;
int32_t L_34;
L_34 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_33, NULL);
G_B17_0 = ((((int32_t)L_34) == ((int32_t)(-1)))? 1 : 0);
goto IL_00eb_1;
}
IL_00ea_1:
{
G_B17_0 = 0;
}
IL_00eb_1:
{
V_5 = (bool)G_B17_0;
bool L_35 = V_5;
if (!L_35)
{
goto IL_0119_1;
}
}
{
// ChangePhaseOfActionInternal(actionIndex, actionState, newPhase, ref trigger);
int32_t L_36 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_37 = V_1;
int32_t L_38 = ___newPhase0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_39 = ___trigger1;
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_36, L_37, L_38, L_39, NULL);
// if (!actionState->inProcessing)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_40 = V_1;
bool L_41;
L_41 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_40, NULL);
V_6 = (bool)((((int32_t)L_41) == ((int32_t)0))? 1 : 0);
bool L_42 = V_6;
if (!L_42)
{
goto IL_0113_1;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0232;
}
IL_0113_1:
{
goto IL_01f7_1;
}
IL_0119_1:
{
// else if (newPhase == InputActionPhase.Performed && actionState->phase == InputActionPhase.Waiting)
int32_t L_43 = ___newPhase0;
if ((!(((uint32_t)L_43) == ((uint32_t)3))))
{
goto IL_0128_1;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_44 = V_1;
int32_t L_45;
L_45 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_44, NULL);
G_B24_0 = ((((int32_t)L_45) == ((int32_t)1))? 1 : 0);
goto IL_0129_1;
}
IL_0128_1:
{
G_B24_0 = 0;
}
IL_0129_1:
{
V_7 = (bool)G_B24_0;
bool L_46 = V_7;
if (!L_46)
{
goto IL_01a8_1;
}
}
{
// ChangePhaseOfActionInternal(actionIndex, actionState, InputActionPhase.Started, ref trigger);
int32_t L_47 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_48 = V_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_49 = ___trigger1;
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_47, L_48, 2, L_49, NULL);
// if (!actionState->inProcessing)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = V_1;
bool L_51;
L_51 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_50, NULL);
V_8 = (bool)((((int32_t)L_51) == ((int32_t)0))? 1 : 0);
bool L_52 = V_8;
if (!L_52)
{
goto IL_0151_1;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0232;
}
IL_0151_1:
{
// ChangePhaseOfActionInternal(actionIndex, actionState, newPhase, ref trigger);
int32_t L_53 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_54 = V_1;
int32_t L_55 = ___newPhase0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_56 = ___trigger1;
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_53, L_54, L_55, L_56, NULL);
// if (!actionState->inProcessing)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_57 = V_1;
bool L_58;
L_58 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_57, NULL);
V_9 = (bool)((((int32_t)L_58) == ((int32_t)0))? 1 : 0);
bool L_59 = V_9;
if (!L_59)
{
goto IL_0172_1;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0232;
}
IL_0172_1:
{
// if (phaseAfterPerformedOrCanceled == InputActionPhase.Waiting)
int32_t L_60 = ___phaseAfterPerformedOrCanceled2;
V_10 = (bool)((((int32_t)L_60) == ((int32_t)1))? 1 : 0);
bool L_61 = V_10;
if (!L_61)
{
goto IL_0187_1;
}
}
{
// ChangePhaseOfActionInternal(actionIndex, actionState, InputActionPhase.Canceled, ref trigger);
int32_t L_62 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_63 = V_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_64 = ___trigger1;
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_62, L_63, 4, L_64, NULL);
}
IL_0187_1:
{
// if (!actionState->inProcessing)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_65 = V_1;
bool L_66;
L_66 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_65, NULL);
V_11 = (bool)((((int32_t)L_66) == ((int32_t)0))? 1 : 0);
bool L_67 = V_11;
if (!L_67)
{
goto IL_019d_1;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0232;
}
IL_019d_1:
{
// actionState->phase = phaseAfterPerformedOrCanceled;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_68 = V_1;
int32_t L_69 = ___phaseAfterPerformedOrCanceled2;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_68, L_69, NULL);
goto IL_01f7_1;
}
IL_01a8_1:
{
// else if (actionState->phase != newPhase || newPhase == InputActionPhase.Performed) // We allow Performed to trigger repeatedly.
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_70 = V_1;
int32_t L_71;
L_71 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_70, NULL);
int32_t L_72 = ___newPhase0;
if ((!(((uint32_t)L_71) == ((uint32_t)L_72))))
{
goto IL_01b7_1;
}
}
{
int32_t L_73 = ___newPhase0;
G_B37_0 = ((((int32_t)L_73) == ((int32_t)3))? 1 : 0);
goto IL_01b8_1;
}
IL_01b7_1:
{
G_B37_0 = 1;
}
IL_01b8_1:
{
V_12 = (bool)G_B37_0;
bool L_74 = V_12;
if (!L_74)
{
goto IL_01f7_1;
}
}
{
// ChangePhaseOfActionInternal(actionIndex, actionState, newPhase, ref trigger);
int32_t L_75 = V_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_76 = V_1;
int32_t L_77 = ___newPhase0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_78 = ___trigger1;
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_75, L_76, L_77, L_78, NULL);
// if (!actionState->inProcessing)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_79 = V_1;
bool L_80;
L_80 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_79, NULL);
V_13 = (bool)((((int32_t)L_80) == ((int32_t)0))? 1 : 0);
bool L_81 = V_13;
if (!L_81)
{
goto IL_01dd_1;
}
}
{
// return false;
V_3 = (bool)0;
goto IL_0232;
}
IL_01dd_1:
{
// if (newPhase == InputActionPhase.Performed || newPhase == InputActionPhase.Canceled)
int32_t L_82 = ___newPhase0;
if ((((int32_t)L_82) == ((int32_t)3)))
{
goto IL_01e7_1;
}
}
{
int32_t L_83 = ___newPhase0;
G_B43_0 = ((((int32_t)L_83) == ((int32_t)4))? 1 : 0);
goto IL_01e8_1;
}
IL_01e7_1:
{
G_B43_0 = 1;
}
IL_01e8_1:
{
V_14 = (bool)G_B43_0;
bool L_84 = V_14;
if (!L_84)
{
goto IL_01f6_1;
}
}
{
// actionState->phase = phaseAfterPerformedOrCanceled;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_85 = V_1;
int32_t L_86 = ___phaseAfterPerformedOrCanceled2;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_85, L_86, NULL);
}
IL_01f6_1:
{
}
IL_01f7_1:
{
goto IL_0205;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0205:
{
// if (actionState->phase == InputActionPhase.Waiting)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_87 = V_1;
int32_t L_88;
L_88 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_87, NULL);
V_15 = (bool)((((int32_t)L_88) == ((int32_t)1))? 1 : 0);
bool L_89 = V_15;
if (!L_89)
{
goto IL_022e;
}
}
{
// actionState->controlIndex = kInvalidIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_90 = V_1;
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_90, (-1), NULL);
// actionState->flags &= ~TriggerState.Flags.HaveMagnitude;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_91 = V_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_92 = L_91;
int32_t L_93;
L_93 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_92, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_92, ((int32_t)((int32_t)L_93&((int32_t)-2))), NULL);
}
IL_022e:
{
// return true;
V_3 = (bool)1;
goto IL_0232;
}
IL_0232:
{
// }
bool L_94 = V_3;
return L_94;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfActionInternal(System.Int32,UnityEngine.InputSystem.InputActionState/TriggerState*,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___actionState1, int32_t ___newPhase2, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger3, 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*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B403FE7839F958648F6A9A3D6BBF5E69F2CBB19);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral644216BD10E8241A8CA2C475A6801FDCF6D3B805);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7997DCA5597F0CD02AFB8AA0A422EF826C252E12);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA41CA1583CF7F9B7681B6464696960B8E54B3A96);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8202202E506DBB02696970E1689D553229E6407);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7B8DD54F93B909104AFB300F47BE0E2FA9BC64E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB9331669B60C315ADB2F574C3C7DBA9736364CD);
s_Il2CppMethodInitialized = true;
}
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_0;
memset((&V_0), 0, sizeof(V_0));
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B3_0 = NULL;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B2_0 = NULL;
float G_B4_0 = 0.0f;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B4_1 = NULL;
{
// Debug.Assert(trigger.mapIndex == actionState->mapIndex,
// "Map index on trigger does not correspond to map index of trigger state");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger3;
int32_t L_1;
L_1 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_0, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___actionState1;
int32_t L_3;
L_3 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0), _stringLiteral3B403FE7839F958648F6A9A3D6BBF5E69F2CBB19, NULL);
// var newState = trigger;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4 = ___trigger3;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_5 = (*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_4);
V_0 = L_5;
// newState.flags = actionState->flags; // Preserve flags.
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = ___actionState1;
int32_t L_7;
L_7 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_6, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF((&V_0), L_7, NULL);
// if (newPhase != InputActionPhase.Canceled)
int32_t L_8 = ___newPhase2;
V_3 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_006c;
}
}
{
// newState.magnitude = trigger.haveMagnitude
// ? trigger.magnitude
// : ComputeMagnitude(trigger.bindingIndex, trigger.controlIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = ___trigger3;
bool L_11;
L_11 = TriggerState_get_haveMagnitude_mA486155C0EC79DF22DB8942A29C0A42B4B9E0E41(L_10, NULL);
G_B2_0 = (&V_0);
if (L_11)
{
G_B3_0 = (&V_0);
goto IL_005d;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = ___trigger3;
int32_t L_13;
L_13 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_12, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_14 = ___trigger3;
int32_t L_15;
L_15 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_14, NULL);
float L_16;
L_16 = InputActionState_ComputeMagnitude_mBF2A48A47A39CDB9AC06A1E64251381646A87DD7(__this, L_13, L_15, NULL);
G_B4_0 = L_16;
G_B4_1 = G_B2_0;
goto IL_0064;
}
IL_005d:
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = ___trigger3;
float L_18;
L_18 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_17, NULL);
G_B4_0 = L_18;
G_B4_1 = G_B3_0;
}
IL_0064:
{
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(G_B4_1, G_B4_0, NULL);
goto IL_0079;
}
IL_006c:
{
// newState.magnitude = 0;
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((&V_0), (0.0f), NULL);
}
IL_0079:
{
// newState.phase = newPhase;
int32_t L_19 = ___newPhase2;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_0), L_19, NULL);
// if (newPhase == InputActionPhase.Performed)
int32_t L_20 = ___newPhase2;
V_4 = (bool)((((int32_t)L_20) == ((int32_t)3))? 1 : 0);
bool L_21 = V_4;
if (!L_21)
{
goto IL_00ab;
}
}
{
// newState.lastPerformedInUpdate = InputUpdate.s_UpdateStepCount;
uint32_t L_22 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((&V_0), L_22, NULL);
// newState.lastCanceledInUpdate = actionState->lastCanceledInUpdate;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = ___actionState1;
uint32_t L_24;
L_24 = TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_23, NULL);
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((&V_0), L_24, NULL);
goto IL_00f2;
}
IL_00ab:
{
// else if (newPhase == InputActionPhase.Canceled)
int32_t L_25 = ___newPhase2;
V_5 = (bool)((((int32_t)L_25) == ((int32_t)4))? 1 : 0);
bool L_26 = V_5;
if (!L_26)
{
goto IL_00d4;
}
}
{
// newState.lastCanceledInUpdate = InputUpdate.s_UpdateStepCount;
uint32_t L_27 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((&V_0), L_27, NULL);
// newState.lastPerformedInUpdate = actionState->lastPerformedInUpdate;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_28 = ___actionState1;
uint32_t L_29;
L_29 = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_28, NULL);
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((&V_0), L_29, NULL);
goto IL_00f2;
}
IL_00d4:
{
// newState.lastPerformedInUpdate = actionState->lastPerformedInUpdate;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_30 = ___actionState1;
uint32_t L_31;
L_31 = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_30, NULL);
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((&V_0), L_31, NULL);
// newState.lastCanceledInUpdate = actionState->lastCanceledInUpdate;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_32 = ___actionState1;
uint32_t L_33;
L_33 = TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_32, NULL);
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((&V_0), L_33, NULL);
}
IL_00f2:
{
// newState.pressedInUpdate = actionState->pressedInUpdate;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_34 = ___actionState1;
uint32_t L_35;
L_35 = TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_34, NULL);
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline((&V_0), L_35, NULL);
// newState.releasedInUpdate = actionState->releasedInUpdate;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_36 = ___actionState1;
uint32_t L_37;
L_37 = TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_36, NULL);
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline((&V_0), L_37, NULL);
// if (newPhase == InputActionPhase.Started)
int32_t L_38 = ___newPhase2;
V_6 = (bool)((((int32_t)L_38) == ((int32_t)2))? 1 : 0);
bool L_39 = V_6;
if (!L_39)
{
goto IL_0127;
}
}
{
// newState.startTime = newState.time;
double L_40;
L_40 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline((&V_0), NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_0), L_40, NULL);
}
IL_0127:
{
// *actionState = newState;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_41 = ___actionState1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_42 = V_0;
*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_41 = L_42;
// var map = maps[trigger.mapIndex];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_43 = __this->___maps_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_44 = ___trigger3;
int32_t L_45;
L_45 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_44, NULL);
NullCheck(L_43);
int32_t L_46 = L_45;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_47 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
V_1 = L_47;
// Debug.Assert(actionIndex >= mapIndices[trigger.mapIndex].actionStartIndex,
// "actionIndex is below actionStartIndex for map that the action belongs to");
int32_t L_48 = ___actionIndex0;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_49;
L_49 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = ___trigger3;
int32_t L_51;
L_51 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_50, NULL);
uint32_t L_52 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_51), (int32_t)L_52)))));
int32_t L_53 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_51), (int32_t)L_52))))->___actionStartIndex_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_48) < ((int32_t)L_53))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral644216BD10E8241A8CA2C475A6801FDCF6D3B805, NULL);
// var action = map.m_Actions[actionIndex - mapIndices[trigger.mapIndex].actionStartIndex];
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_54 = V_1;
NullCheck(L_54);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_55 = L_54->___m_Actions_3;
int32_t L_56 = ___actionIndex0;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_57;
L_57 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_58 = ___trigger3;
int32_t L_59;
L_59 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_58, NULL);
uint32_t L_60 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_59), (int32_t)L_60)))));
int32_t L_61 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_59), (int32_t)L_60))))->___actionStartIndex_0;
NullCheck(L_55);
int32_t L_62 = ((int32_t)il2cpp_codegen_subtract(L_56, L_61));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_63 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
V_2 = L_63;
// trigger.phase = newPhase;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_64 = ___trigger3;
int32_t L_65 = ___newPhase2;
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(L_64, L_65, NULL);
// switch (newPhase)
int32_t L_66 = ___newPhase2;
V_8 = L_66;
int32_t L_67 = V_8;
V_7 = L_67;
int32_t L_68 = V_7;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_68, 2)))
{
case 0:
{
goto IL_01b8;
}
case 1:
{
goto IL_01e8;
}
case 2:
{
goto IL_0218;
}
}
}
{
goto IL_0248;
}
IL_01b8:
{
// Debug.Assert(trigger.controlIndex != -1, "Must have control to start an action");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_69 = ___trigger3;
int32_t L_70;
L_70 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_69, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_70) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralB7B8DD54F93B909104AFB300F47BE0E2FA9BC64E, NULL);
// CallActionListeners(actionIndex, map, newPhase, ref action.m_OnStarted, "started");
int32_t L_71 = ___actionIndex0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_72 = V_1;
int32_t L_73 = ___newPhase2;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_74 = V_2;
NullCheck(L_74);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_75 = (&L_74->___m_OnStarted_15);
InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501(__this, L_71, L_72, L_73, L_75, _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51, NULL);
// break;
goto IL_0248;
}
IL_01e8:
{
// Debug.Assert(trigger.controlIndex != -1, "Must have control to perform an action");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_76 = ___trigger3;
int32_t L_77;
L_77 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_76, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_77) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral7997DCA5597F0CD02AFB8AA0A422EF826C252E12, NULL);
// CallActionListeners(actionIndex, map, newPhase, ref action.m_OnPerformed, "performed");
int32_t L_78 = ___actionIndex0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_79 = V_1;
int32_t L_80 = ___newPhase2;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_81 = V_2;
NullCheck(L_81);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_82 = (&L_81->___m_OnPerformed_17);
InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501(__this, L_78, L_79, L_80, L_82, _stringLiteralA41CA1583CF7F9B7681B6464696960B8E54B3A96, NULL);
// break;
goto IL_0248;
}
IL_0218:
{
// Debug.Assert(trigger.controlIndex != -1, "When canceling, must have control that started action");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_83 = ___trigger3;
int32_t L_84;
L_84 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_83, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_84) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralA8202202E506DBB02696970E1689D553229E6407, NULL);
// CallActionListeners(actionIndex, map, newPhase, ref action.m_OnCanceled, "canceled");
int32_t L_85 = ___actionIndex0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_86 = V_1;
int32_t L_87 = ___newPhase2;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_88 = V_2;
NullCheck(L_88);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_89 = (&L_88->___m_OnCanceled_16);
InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501(__this, L_85, L_86, L_87, L_89, _stringLiteralEB9331669B60C315ADB2F574C3C7DBA9736364CD, NULL);
// break;
goto IL_0248;
}
IL_0248:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::CallActionListeners(System.Int32,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___actionIndex0, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___actionMap1, int32_t ___phase2, CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___listeners3, String_t* ___callbackName4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20478B0CFB15727AB74F7E61CA72C2EE0BE516C6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294B0EF262D645A4939BABCFB7C842F2BC2E20B1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8F1CBA6625D31C7F105FD9B170B5D360DCC1B3B);
s_Il2CppMethodInitialized = true;
}
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 V_0;
memset((&V_0), 0, sizeof(V_0));
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 V_1;
memset((&V_1), 0, sizeof(V_1));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
bool V_3 = false;
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t G_B4_0 = 0;
{
// var callbacksOnMap = actionMap.m_ActionCallbacks;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___actionMap1;
NullCheck(L_0);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 L_1 = L_0->___m_ActionCallbacks_14;
V_0 = L_1;
// if (listeners.length == 0 && callbacksOnMap.length == 0 && s_GlobalState.onActionChange.length == 0)
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_2 = ___listeners3;
int32_t L_3;
L_3 = CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA(L_2, CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var);
if (L_3)
{
goto IL_002e;
}
}
{
int32_t L_4;
L_4 = CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA((&V_0), CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var);
if (L_4)
{
goto IL_002e;
}
}
{
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_5 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
int32_t L_6;
L_6 = CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D(L_5, CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
G_B4_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
goto IL_002f;
}
IL_002e:
{
G_B4_0 = 0;
}
IL_002f:
{
V_3 = (bool)G_B4_0;
bool L_7 = V_3;
if (!L_7)
{
goto IL_0038;
}
}
{
// return;
goto IL_00f2;
}
IL_0038:
{
// var context = new InputAction.CallbackContext
// {
// m_State = this,
// m_ActionIndex = actionIndex,
// };
il2cpp_codegen_initobj((&V_4), sizeof(CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8));
(&V_4)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___m_State_0), (void*)__this);
int32_t L_8 = ___actionIndex0;
(&V_4)->___m_ActionIndex_1 = L_8;
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_9 = V_4;
V_1 = L_9;
// Profiler.BeginSample("InputActionCallback");
Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline(_stringLiteral20478B0CFB15727AB74F7E61CA72C2EE0BE516C6, NULL);
// var action = context.action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10;
L_10 = CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4((&V_1), NULL);
V_2 = L_10;
// if (s_GlobalState.onActionChange.length > 0)
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_11 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
int32_t L_12;
L_12 = CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D(L_11, CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_12) > ((int32_t)0))? 1 : 0);
bool L_13 = V_5;
if (!L_13)
{
goto IL_00d4;
}
}
{
// switch (phase)
int32_t L_14 = ___phase2;
V_8 = L_14;
int32_t L_15 = V_8;
V_7 = L_15;
int32_t L_16 = V_7;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, 2)))
{
case 0:
{
goto IL_009d;
}
case 1:
{
goto IL_00a2;
}
case 2:
{
goto IL_00a7;
}
}
}
{
goto IL_00ac;
}
IL_009d:
{
// change = InputActionChange.ActionStarted;
V_6 = 4;
// break;
goto IL_00ba;
}
IL_00a2:
{
// change = InputActionChange.ActionPerformed;
V_6 = 5;
// break;
goto IL_00ba;
}
IL_00a7:
{
// change = InputActionChange.ActionCanceled;
V_6 = 6;
// break;
goto IL_00ba;
}
IL_00ac:
{
// Debug.Assert(false, "Should not reach here");
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)0, _stringLiteral294B0EF262D645A4939BABCFB7C842F2BC2E20B1, NULL);
// return;
goto IL_00f2;
}
IL_00ba:
{
// DelegateHelpers.InvokeCallbacksSafe(ref s_GlobalState.onActionChange, action, change, "InputSystem.onActionChange");
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_17 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_18 = V_2;
int32_t L_19 = V_6;
DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2(L_17, L_18, L_19, _stringLiteralB8F1CBA6625D31C7F105FD9B170B5D360DCC1B3B, NULL, DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2_RuntimeMethod_var);
}
IL_00d4:
{
// DelegateHelpers.InvokeCallbacksSafe(ref listeners, context, callbackName, action);
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_20 = ___listeners3;
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_21 = V_1;
String_t* L_22 = ___callbackName4;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_23 = V_2;
DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4(L_20, L_21, L_22, L_23, DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4_RuntimeMethod_var);
// DelegateHelpers.InvokeCallbacksSafe(ref callbacksOnMap, context, callbackName, actionMap);
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_24 = V_1;
String_t* L_25 = ___callbackName4;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_26 = ___actionMap1;
DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4((&V_0), L_24, L_25, L_26, DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m89D21A1C67F57538A31AED531DB4B137DDB589B4_RuntimeMethod_var);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
}
IL_00f2:
{
// }
return;
}
}
// System.Object UnityEngine.InputSystem.InputActionState::GetActionOrNoneString(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_GetActionOrNoneString_m6E78469E6AE87421BFAD5E0DB1EA9336C296C93C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94AA613862F53AAD0F034DAF760AFDD9509B693);
s_Il2CppMethodInitialized = true;
}
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
bool V_1 = false;
RuntimeObject* V_2 = NULL;
{
// var action = GetActionOrNull(ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1;
L_1 = InputActionState_GetActionOrNull_m05F35815429747AF9B62AD4F02E86095E4527E49(__this, L_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_0019;
}
}
{
// return "<none>";
V_2 = _stringLiteralF94AA613862F53AAD0F034DAF760AFDD9509B693;
goto IL_001d;
}
IL_0019:
{
// return action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = V_0;
V_2 = L_4;
goto IL_001d;
}
IL_001d:
{
// }
RuntimeObject* L_5 = V_2;
return L_5;
}
}
// 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)
{
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*)&_stringLiteral3F2227236390A62C6F57DD8D1DE29B3471ED1AC2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_4 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var actionIndex = bindingStates[bindingIndex].actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_4 = ___bindingIndex0;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_6;
L_6 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
V_0 = L_6;
// if (actionIndex == kInvalidIndex)
int32_t L_7 = V_0;
V_3 = (bool)((((int32_t)L_7) == ((int32_t)(-1)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_003f;
}
}
{
// return null;
V_4 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_009b;
}
IL_003f:
{
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount,
// "Action index out of range when getting action");
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_004e;
}
}
{
int32_t L_10 = V_0;
int32_t L_11;
L_11 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B8_0 = ((((int32_t)L_10) < ((int32_t)L_11))? 1 : 0);
goto IL_004f;
}
IL_004e:
{
G_B8_0 = 0;
}
IL_004f:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B8_0, _stringLiteral3F2227236390A62C6F57DD8D1DE29B3471ED1AC2, NULL);
// var mapIndex = bindingStates[bindingIndex].mapIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_13 = ___bindingIndex0;
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_15;
L_15 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))), NULL);
V_1 = L_15;
// var actionStartIndex = mapIndices[mapIndex].actionStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_16;
L_16 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_17 = V_1;
uint32_t L_18 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))));
int32_t L_19 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18))))->___actionStartIndex_0;
V_2 = L_19;
// return maps[mapIndex].m_Actions[actionIndex - actionStartIndex];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_20 = __this->___maps_1;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = L_21;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_23);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_24 = L_23->___m_Actions_3;
int32_t L_25 = V_0;
int32_t L_26 = V_2;
NullCheck(L_24);
int32_t L_27 = ((int32_t)il2cpp_codegen_subtract(L_25, L_26));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_4 = L_28;
goto IL_009b;
}
IL_009b:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_29 = V_4;
return L_29;
}
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionState_GetActionOrNull_m05F35815429747AF9B62AD4F02E86095E4527E49 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, 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*)&_stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AF3F929022509E5B4E54E1A720C38427B2B35B4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_3 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B11_0 = 0;
{
// Debug.Assert(trigger.mapIndex >= 0 && trigger.mapIndex < totalMapCount, "Map index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
int32_t L_1;
L_1 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_0, NULL);
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_001a;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___trigger0;
int32_t L_3;
L_3 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_2, NULL);
int32_t L_4;
L_4 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
G_B3_0 = ((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral21DA9C69198AFA3EF8A3A075C5ABE81AF81DFA20, NULL);
// Debug.Assert(trigger.bindingIndex >= 0 && trigger.bindingIndex < totalBindingCount, "Binding index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = ___trigger0;
int32_t L_6;
L_6 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_5, NULL);
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_7 = ___trigger0;
int32_t L_8;
L_8 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_7, NULL);
int32_t L_9;
L_9 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B6_0 = ((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
goto IL_0040;
}
IL_003f:
{
G_B6_0 = 0;
}
IL_0040:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var actionIndex = bindingStates[trigger.bindingIndex].actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_10;
L_10 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = ___trigger0;
int32_t L_12;
L_12 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_11, NULL);
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_14;
L_14 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))), NULL);
V_0 = L_14;
// if (actionIndex == kInvalidIndex)
int32_t L_15 = V_0;
V_2 = (bool)((((int32_t)L_15) == ((int32_t)(-1)))? 1 : 0);
bool L_16 = V_2;
if (!L_16)
{
goto IL_0072;
}
}
{
// return null;
V_3 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
goto IL_00c1;
}
IL_0072:
{
// Debug.Assert(actionIndex >= 0 && actionIndex < totalActionCount, "Action index out of range");
int32_t L_17 = V_0;
if ((((int32_t)L_17) < ((int32_t)0)))
{
goto IL_0081;
}
}
{
int32_t L_18 = V_0;
int32_t L_19;
L_19 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
G_B11_0 = ((((int32_t)L_18) < ((int32_t)L_19))? 1 : 0);
goto IL_0082;
}
IL_0081:
{
G_B11_0 = 0;
}
IL_0082:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B11_0, _stringLiteral5AF3F929022509E5B4E54E1A720C38427B2B35B4, NULL);
// var actionStartIndex = mapIndices[trigger.mapIndex].actionStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_20;
L_20 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21 = ___trigger0;
int32_t L_22;
L_22 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_21, NULL);
uint32_t L_23 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), (int32_t)L_23)))));
int32_t L_24 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), (int32_t)L_23))))->___actionStartIndex_0;
V_1 = L_24;
// return maps[trigger.mapIndex].m_Actions[actionIndex - actionStartIndex];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_25 = __this->___maps_1;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_26 = ___trigger0;
int32_t L_27;
L_27 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_26, NULL);
NullCheck(L_25);
int32_t L_28 = L_27;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_29);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_30 = L_29->___m_Actions_3;
int32_t L_31 = V_0;
int32_t L_32 = V_1;
NullCheck(L_30);
int32_t L_33 = ((int32_t)il2cpp_codegen_subtract(L_31, L_32));
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
V_3 = L_34;
goto IL_00c1;
}
IL_00c1:
{
// }
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_35 = V_3;
return L_35;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputActionState::GetControl(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputActionState_GetControl_m9705523C21068B09873F22330EC7CD31A4C80E23 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, 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*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5197897BEDA1800434050EF325ABF6A96651353);
s_Il2CppMethodInitialized = true;
}
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
int32_t G_B3_0 = 0;
{
// Debug.Assert(trigger.controlIndex != kInvalidIndex, "Control index is invalid");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
int32_t L_1;
L_1 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralC5197897BEDA1800434050EF325ABF6A96651353, NULL);
// Debug.Assert(trigger.controlIndex >= 0 && trigger.controlIndex < totalControlCount, "Control index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___trigger0;
int32_t L_3;
L_3 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_2, NULL);
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4 = ___trigger0;
int32_t L_5;
L_5 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_4, NULL);
int32_t L_6;
L_6 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B3_0 = ((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0);
goto IL_0032;
}
IL_0031:
{
G_B3_0 = 0;
}
IL_0032:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// return controls[trigger.controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_7 = __this->___controls_2;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = ___trigger0;
int32_t L_9;
L_9 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_8, NULL);
NullCheck(L_7);
int32_t L_10 = L_9;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
goto IL_004d;
}
IL_004d:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = V_0;
return L_12;
}
}
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.InputActionState::GetInteractionOrNull(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_GetInteractionOrNull_m8D59F45A1AE683BCF3591C9518489E66B09D84F1 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, 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*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
int32_t G_B5_0 = 0;
{
// if (trigger.interactionIndex == kInvalidIndex)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
int32_t L_1;
L_1 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
// return null;
V_1 = (RuntimeObject*)NULL;
goto IL_0047;
}
IL_0012:
{
// Debug.Assert(trigger.interactionIndex >= 0 && trigger.interactionIndex < totalInteractionCount, "Interaction index out of range");
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = ___trigger0;
int32_t L_4;
L_4 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_3, NULL);
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = ___trigger0;
int32_t L_6;
L_6 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_5, NULL);
int32_t L_7;
L_7 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B5_0 = ((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B5_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B5_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// return interactions[trigger.interactionIndex];
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_8 = __this->___interactions_3;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = ___trigger0;
int32_t L_10;
L_10 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_9, NULL);
NullCheck(L_8);
int32_t L_11 = L_10;
RuntimeObject* L_12 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_1 = L_12;
goto IL_0047;
}
IL_0047:
{
// }
RuntimeObject* L_13 = V_1;
return L_13;
}
}
// 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)
{
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*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var mapIndex = bindingStates[bindingIndex].mapIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_4 = ___bindingIndex0;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_6;
L_6 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
V_0 = L_6;
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_7;
L_7 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_8 = V_0;
uint32_t L_9 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))));
int32_t L_10 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9))))->___bindingStartIndex_4;
V_1 = L_10;
// return bindingIndex - bindingStartIndex;
int32_t L_11 = ___bindingIndex0;
int32_t L_12 = V_1;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_11, L_12));
goto IL_004e;
}
IL_004e:
{
// }
int32_t L_13 = V_2;
return L_13;
}
}
// 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)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_0;
L_0 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_1 = ___mapIndex0;
uint32_t L_2 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))));
int32_t L_3 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))))->___bindingStartIndex_4;
V_0 = L_3;
// return bindingStartIndex + bindingIndexInMap;
int32_t L_4 = V_0;
int32_t L_5 = ___bindingIndexInMap1;
V_1 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
goto IL_001d;
}
IL_001d:
{
// }
int32_t L_6 = V_1;
return L_6;
}
}
// UnityEngine.InputSystem.InputActionState/BindingState UnityEngine.InputSystem.InputActionState::GetBindingState(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA InputActionState_GetBindingState_m2EAAEA370D8B7DAD4039F2AADABE9D886426F291 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, 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*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t G_B3_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// return bindingStates[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_4 = ___bindingIndex0;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA L_6 = (*(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
V_0 = L_6;
goto IL_0034;
}
IL_0034:
{
// }
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA L_7 = V_0;
return L_7;
}
}
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionState::GetBinding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 InputActionState_GetBinding_mA54DA233AB3746C0E5C73948FB501AE8EAEE83CE (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, 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*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var mapIndex = bindingStates[bindingIndex].mapIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_4 = ___bindingIndex0;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_6;
L_6 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
V_0 = L_6;
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_7;
L_7 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
int32_t L_8 = V_0;
uint32_t L_9 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))));
int32_t L_10 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9))))->___bindingStartIndex_4;
V_1 = L_10;
// return maps[mapIndex].m_Bindings[bindingIndex - bindingStartIndex];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_11 = __this->___maps_1;
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = L_12;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
NullCheck(L_14);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_15 = L_14->___m_Bindings_4;
int32_t L_16 = ___bindingIndex0;
int32_t L_17 = V_1;
NullCheck(L_15);
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract(L_16, L_17));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_19 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_2 = L_19;
goto IL_0060;
}
IL_0060:
{
// }
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_20 = V_2;
return L_20;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionStateAndCancelIfNecessary(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionStateAndCancelIfNecessary_mF6C5D5CF70D78AD372E5E34FF522916322288A1A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___bindingIndex1, int32_t ___interactionIndex2, 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*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(interactionIndex >= 0 && interactionIndex < totalInteractionCount, "Interaction index out of range");
int32_t L_0 = ___interactionIndex2;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___interactionIndex2;
int32_t L_2;
L_2 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_3 = ___bindingIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___bindingIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// var actionIndex = bindingStates[bindingIndex].actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_7 = ___bindingIndex1;
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_9;
L_9 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
V_0 = L_9;
// if (actionStates[actionIndex].interactionIndex == interactionIndex)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10;
L_10 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_11 = V_0;
uint32_t L_12 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_13;
L_13 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))), NULL);
int32_t L_14 = ___interactionIndex2;
V_1 = (bool)((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0);
bool L_15 = V_1;
if (!L_15)
{
goto IL_00a7;
}
}
{
// switch (interactionStates[interactionIndex].phase)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_16;
L_16 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_17 = ___interactionIndex2;
uint32_t L_18 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_19;
L_19 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))), NULL);
V_3 = L_19;
int32_t L_20 = V_3;
V_2 = L_20;
int32_t L_21 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, 2))) > ((uint32_t)1))))
{
goto IL_008a;
}
}
{
goto IL_00a6;
}
IL_008a:
{
// ChangePhaseOfInteraction(InputActionPhase.Canceled, ref actionStates[actionIndex], processNextInteractionsOnCancel: false);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_22;
L_22 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
int32_t L_23 = V_0;
uint32_t L_24 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(__this, 4, (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), (int32_t)L_24)))), 1, (bool)0, NULL);
// break;
goto IL_00a6;
}
IL_00a6:
{
}
IL_00a7:
{
// ResetInteractionState(mapIndex, bindingIndex, interactionIndex);
int32_t L_25 = ___mapIndex0;
int32_t L_26 = ___bindingIndex1;
int32_t L_27 = ___interactionIndex2;
InputActionState_ResetInteractionState_m18CB50CB0750EC36BC8394E00972113A61FC10A4(__this, L_25, L_26, L_27, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionState(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionState_m18CB50CB0750EC36BC8394E00972113A61FC10A4 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___mapIndex0, int32_t ___bindingIndex1, int32_t ___interactionIndex2, 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*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(interactionIndex >= 0 && interactionIndex < totalInteractionCount, "Interaction index out of range");
int32_t L_0 = ___interactionIndex2;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___interactionIndex2;
int32_t L_2;
L_2 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralB3EF587BB99B32DDDCD85E544350AC51EA6F6082, NULL);
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_3 = ___bindingIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___bindingIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// interactions[interactionIndex].Reset();
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_6 = __this->___interactions_3;
int32_t L_7 = ___interactionIndex2;
NullCheck(L_6);
int32_t L_8 = L_7;
RuntimeObject* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.InputSystem.IInputInteraction::Reset() */, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var, L_9);
// if (interactionStates[interactionIndex].isTimerRunning)
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_10;
L_10 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_11 = ___interactionIndex2;
uint32_t L_12 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
bool L_13;
L_13 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))), NULL);
V_0 = L_13;
bool L_14 = V_0;
if (!L_14)
{
goto IL_0081;
}
}
{
// var controlIndex = interactionStates[interactionIndex].triggerControlIndex;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_15;
L_15 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_16 = ___interactionIndex2;
uint32_t L_17 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_18;
L_18 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))), NULL);
V_1 = L_18;
// StopTimeout(mapIndex, controlIndex, bindingIndex, interactionIndex);
int32_t L_19 = ___mapIndex0;
int32_t L_20 = V_1;
int32_t L_21 = ___bindingIndex1;
int32_t L_22 = ___interactionIndex2;
InputActionState_StopTimeout_m8BF48933AEBD9C8E7FCA27D974790B26A799272A(__this, L_19, L_20, L_21, L_22, NULL);
}
IL_0081:
{
// interactionStates[interactionIndex] =
// new InteractionState
// {
// // We never set interactions to disabled. This way we don't have to go through them
// // when we disable/enable actions.
// phase = InputActionPhase.Waiting,
// };
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_23;
L_23 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
int32_t L_24 = ___interactionIndex2;
uint32_t L_25 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
il2cpp_codegen_initobj((&V_2), sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE));
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A((&V_2), 1, NULL);
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE L_26 = V_2;
*(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), (int32_t)L_25)))) = L_26;
// }
return;
}
}
// 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)
{
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*)&_stringLiteral12796087C5A17C938215E341C5B7812052D65E80);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A42F526E0310AC720609C223F27A6DEDD0495C9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_4 = NULL;
int32_t V_5 = 0;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// if (bindingStates[bindingIndex].isPartOfComposite) ////TODO: instead, just have compositeOrCompositeBindingIndex be invalid
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_7 = ___bindingIndex0;
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_9;
L_9 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
V_1 = L_9;
bool L_10 = V_1;
if (!L_10)
{
goto IL_00a2;
}
}
{
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11;
L_11 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_12 = ___bindingIndex0;
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_14;
L_14 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))), NULL);
V_2 = L_14;
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15;
L_15 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_16 = V_2;
uint32_t L_17 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_18;
L_18 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))), NULL);
V_3 = L_18;
// var compositeObject = composites[compositeIndex];
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_19 = __this->___composites_5;
int32_t L_20 = V_3;
NullCheck(L_19);
int32_t L_21 = L_20;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_4 = L_22;
// Debug.Assert(compositeObject != null, "Composite object on composite state is null");
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_23 = V_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)L_23) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral7A42F526E0310AC720609C223F27A6DEDD0495C9, NULL);
// return compositeObject.valueSizeInBytes;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_24 = V_4;
NullCheck(L_24);
int32_t L_25;
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputBindingComposite::get_valueSizeInBytes() */, L_24);
V_5 = L_25;
goto IL_00c4;
}
IL_00a2:
{
// var control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_26 = __this->___controls_2;
int32_t L_27 = ___controlIndex1;
NullCheck(L_26);
int32_t L_28 = L_27;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
V_0 = L_29;
// Debug.Assert(control != null, "Control at given index is null");
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30 = V_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_30) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral12796087C5A17C938215E341C5B7812052D65E80, NULL);
// return control.valueSizeInBytes;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = V_0;
NullCheck(L_31);
int32_t L_32;
L_32 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputControl::get_valueSizeInBytes() */, L_31);
V_5 = L_32;
goto IL_00c4;
}
IL_00c4:
{
// }
int32_t L_33 = V_5;
return L_33;
}
}
// 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)
{
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*)&_stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_4 = NULL;
Type_t* V_5 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// if (bindingStates[bindingIndex].isPartOfComposite) ////TODO: instead, just have compositeOrCompositeBindingIndex be invalid
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_7 = ___bindingIndex0;
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_9;
L_9 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
V_1 = L_9;
bool L_10 = V_1;
if (!L_10)
{
goto IL_00a2;
}
}
{
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11;
L_11 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_12 = ___bindingIndex0;
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_14;
L_14 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))), NULL);
V_2 = L_14;
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15;
L_15 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_16 = V_2;
uint32_t L_17 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_18;
L_18 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))), NULL);
V_3 = L_18;
// var compositeObject = composites[compositeIndex];
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_19 = __this->___composites_5;
int32_t L_20 = V_3;
NullCheck(L_19);
int32_t L_21 = L_20;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_4 = L_22;
// Debug.Assert(compositeObject != null, "Composite object is null");
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_23 = V_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)L_23) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7, NULL);
// return compositeObject.valueType;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_24 = V_4;
NullCheck(L_24);
Type_t* L_25;
L_25 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, L_24);
V_5 = L_25;
goto IL_00c4;
}
IL_00a2:
{
// var control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_26 = __this->___controls_2;
int32_t L_27 = ___controlIndex1;
NullCheck(L_26);
int32_t L_28 = L_27;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
V_0 = L_29;
// Debug.Assert(control != null, "Control is null");
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30 = V_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_30) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5, NULL);
// return control.valueType;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = V_0;
NullCheck(L_31);
Type_t* L_32;
L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, L_31);
V_5 = L_32;
goto IL_00c4;
}
IL_00c4:
{
// }
Type_t* L_33 = V_5;
return L_33;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActuated(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActuated_m8F42BFDC2BEF45ED0F89591D5CD74B8F39F2A206 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, float ___threshold1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// var magnitude = ComputeMagnitude(ref trigger);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
float L_1;
L_1 = InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A(__this, L_0, NULL);
V_0 = L_1;
// if (magnitude < 0)
float L_2 = V_0;
V_1 = (bool)((((float)L_2) < ((float)(0.0f)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0019;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_003d;
}
IL_0019:
{
// if (Mathf.Approximately(threshold, 0))
float L_4 = ___threshold1;
bool L_5;
L_5 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_4, (0.0f), NULL);
V_3 = L_5;
bool L_6 = V_3;
if (!L_6)
{
goto IL_0033;
}
}
{
// return magnitude > 0;
float L_7 = V_0;
V_2 = (bool)((((float)L_7) > ((float)(0.0f)))? 1 : 0);
goto IL_003d;
}
IL_0033:
{
// return magnitude >= threshold;
float L_8 = V_0;
float L_9 = ___threshold1;
V_2 = (bool)((((int32_t)((!(((float)L_8) >= ((float)L_9)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_003d;
}
IL_003d:
{
// }
bool L_10 = V_2;
return L_10;
}
}
// System.Single UnityEngine.InputSystem.InputActionState::ComputeMagnitude(UnityEngine.InputSystem.InputActionState/TriggerState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___trigger0, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
{
// if (!trigger.haveMagnitude)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___trigger0;
bool L_1;
L_1 = TriggerState_get_haveMagnitude_mA486155C0EC79DF22DB8942A29C0A42B4B9E0E41(L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0027;
}
}
{
// trigger.magnitude = ComputeMagnitude(trigger.bindingIndex, trigger.controlIndex);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = ___trigger0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4 = ___trigger0;
int32_t L_5;
L_5 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_4, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = ___trigger0;
int32_t L_7;
L_7 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_6, NULL);
float L_8;
L_8 = InputActionState_ComputeMagnitude_mBF2A48A47A39CDB9AC06A1E64251381646A87DD7(__this, L_5, L_7, NULL);
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(L_3, L_8, NULL);
}
IL_0027:
{
// return trigger.magnitude;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = ___trigger0;
float L_10;
L_10 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_9, NULL);
V_1 = L_10;
goto IL_0030;
}
IL_0030:
{
// }
float L_11 = V_1;
return L_11;
}
}
// System.Single UnityEngine.InputSystem.InputActionState::ComputeMagnitude(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ComputeMagnitude_mBF2A48A47A39CDB9AC06A1E64251381646A87DD7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, 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*)&_stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0B1B20B742B4FEA25D0C9759BD51571789AA46E);
s_Il2CppMethodInitialized = true;
}
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_4 = NULL;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_5;
memset((&V_5), 0, sizeof(V_5));
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_6;
memset((&V_6), 0, sizeof(V_6));
float V_7 = 0.0f;
bool V_8 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index is out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index is out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF0B1B20B742B4FEA25D0C9759BD51571789AA46E, NULL);
// if (bindingStates[bindingIndex].isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_7 = ___bindingIndex0;
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_9;
L_9 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
V_1 = L_9;
bool L_10 = V_1;
if (!L_10)
{
goto IL_00b0;
}
}
{
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11;
L_11 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_12 = ___bindingIndex0;
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_14;
L_14 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))), NULL);
V_2 = L_14;
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15;
L_15 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_16 = V_2;
uint32_t L_17 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_18;
L_18 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))), NULL);
V_3 = L_18;
// var compositeObject = composites[compositeIndex];
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_19 = __this->___composites_5;
int32_t L_20 = V_3;
NullCheck(L_19);
int32_t L_21 = L_20;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_4 = L_22;
// var context = new InputBindingCompositeContext
// {
// m_State = this,
// m_BindingIndex = compositeBindingIndex
// };
il2cpp_codegen_initobj((&V_6), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
(&V_6)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___m_State_0), (void*)__this);
int32_t L_23 = V_2;
(&V_6)->___m_BindingIndex_1 = L_23;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_24 = V_6;
V_5 = L_24;
// return compositeObject.EvaluateMagnitude(ref context);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_25 = V_4;
NullCheck(L_25);
float L_26;
L_26 = VirtualFuncInvoker1< float, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* >::Invoke(8 /* System.Single UnityEngine.InputSystem.InputBindingComposite::EvaluateMagnitude(UnityEngine.InputSystem.InputBindingCompositeContext&) */, L_25, (&V_5));
V_7 = L_26;
goto IL_00d9;
}
IL_00b0:
{
// var control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_27 = __this->___controls_2;
int32_t L_28 = ___controlIndex1;
NullCheck(L_27);
int32_t L_29 = L_28;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
V_0 = L_30;
// if (control.CheckStateIsAtDefault())
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = V_0;
bool L_32;
L_32 = InputControlExtensions_CheckStateIsAtDefault_m6EE0726145C10B23BE607D68D1DD241BBD4E3E0E(L_31, NULL);
V_8 = L_32;
bool L_33 = V_8;
if (!L_33)
{
goto IL_00cf;
}
}
{
// return 0;
V_7 = (0.0f);
goto IL_00d9;
}
IL_00cf:
{
// return control.EvaluateMagnitude();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_34 = V_0;
NullCheck(L_34);
float L_35;
L_35 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_34, NULL);
V_7 = L_35;
goto IL_00d9;
}
IL_00d9:
{
// }
float L_36 = V_7;
return L_36;
}
}
// 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)
{
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*)&_stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE);
s_Il2CppMethodInitialized = true;
}
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_5 = NULL;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_6;
memset((&V_6), 0, sizeof(V_6));
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
int32_t V_9 = 0;
int32_t V_10 = 0;
bool V_11 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralF94B0E894F78A34DABD7C11B86D1FAD35BF7C5AE, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteral7EAEE68714822CA9AB22C083E23E4F86A58DE5CA, NULL);
// InputControl control = null;
V_0 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
// if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite)
bool L_6 = ___ignoreComposites4;
if (L_6)
{
goto IL_0054;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7;
L_7 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_8 = ___bindingIndex0;
uint32_t L_9 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_10;
L_10 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))), NULL);
G_B9_0 = ((int32_t)(L_10));
goto IL_0055;
}
IL_0054:
{
G_B9_0 = 0;
}
IL_0055:
{
V_2 = (bool)G_B9_0;
bool L_11 = V_2;
if (!L_11)
{
goto IL_00d1;
}
}
{
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_13 = ___bindingIndex0;
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_15;
L_15 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))), NULL);
V_3 = L_15;
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16;
L_16 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_17 = V_3;
uint32_t L_18 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_19;
L_19 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))), NULL);
V_4 = L_19;
// var compositeObject = composites[compositeIndex];
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_20 = __this->___composites_5;
int32_t L_21 = V_4;
NullCheck(L_20);
int32_t L_22 = L_21;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
V_5 = L_23;
// Debug.Assert(compositeObject != null, "Composite object is null");
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_24 = V_5;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)L_24) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7, NULL);
// var context = new InputBindingCompositeContext
// {
// m_State = this,
// m_BindingIndex = compositeBindingIndex
// };
il2cpp_codegen_initobj((&V_7), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
(&V_7)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___m_State_0), (void*)__this);
int32_t L_25 = V_3;
(&V_7)->___m_BindingIndex_1 = L_25;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_26 = V_7;
V_6 = L_26;
// compositeObject.ReadValue(ref context, buffer, bufferSize);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_27 = V_5;
void* L_28 = ___buffer2;
int32_t L_29 = ___bufferSize3;
NullCheck(L_27);
VirtualActionInvoker3< InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*, void*, int32_t >::Invoke(6 /* System.Void UnityEngine.InputSystem.InputBindingComposite::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&,System.Void*,System.Int32) */, L_27, (&V_6), L_28, L_29);
// bindingIndex = compositeBindingIndex;
int32_t L_30 = V_3;
___bindingIndex0 = L_30;
goto IL_00f5;
}
IL_00d1:
{
// control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_31 = __this->___controls_2;
int32_t L_32 = ___controlIndex1;
NullCheck(L_31);
int32_t L_33 = L_32;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
V_0 = L_34;
// Debug.Assert(control != null, "Control is null");
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_35 = V_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_35) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5, NULL);
// control.ReadValueIntoBuffer(buffer, bufferSize);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_36 = V_0;
void* L_37 = ___buffer2;
int32_t L_38 = ___bufferSize3;
InputControlExtensions_ReadValueIntoBuffer_mB90752A4897E8AE86259A0E0514FCC1C4B6C41D3(L_36, L_37, L_38, NULL);
}
IL_00f5:
{
// var processorCount = bindingStates[bindingIndex].processorCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_39;
L_39 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_40 = ___bindingIndex0;
uint32_t L_41 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_42;
L_42 = BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_39, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_40), (int32_t)L_41)))), NULL);
V_1 = L_42;
// if (processorCount > 0)
int32_t L_43 = V_1;
V_8 = (bool)((((int32_t)L_43) > ((int32_t)0))? 1 : 0);
bool L_44 = V_8;
if (!L_44)
{
goto IL_015a;
}
}
{
// var processorStartIndex = bindingStates[bindingIndex].processorStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_45;
L_45 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_46 = ___bindingIndex0;
uint32_t L_47 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_48;
L_48 = BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_45, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_46), (int32_t)L_47)))), NULL);
V_9 = L_48;
// for (var i = 0; i < processorCount; ++i)
V_10 = 0;
goto IL_014e;
}
IL_0132:
{
// processors[processorStartIndex + i].Process(buffer, bufferSize, control);
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_49 = __this->___processors_4;
int32_t L_50 = V_9;
int32_t L_51 = V_10;
NullCheck(L_49);
int32_t L_52 = ((int32_t)il2cpp_codegen_add(L_50, L_51));
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_53 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
void* L_54 = ___buffer2;
int32_t L_55 = ___bufferSize3;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_56 = V_0;
NullCheck(L_53);
VirtualActionInvoker3< void*, int32_t, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* >::Invoke(5 /* System.Void UnityEngine.InputSystem.InputProcessor::Process(System.Void*,System.Int32,UnityEngine.InputSystem.InputControl) */, L_53, L_54, L_55, L_56);
// for (var i = 0; i < processorCount; ++i)
int32_t L_57 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_57, 1));
}
IL_014e:
{
// for (var i = 0; i < processorCount; ++i)
int32_t L_58 = V_10;
int32_t L_59 = V_1;
V_11 = (bool)((((int32_t)L_58) < ((int32_t)L_59))? 1 : 0);
bool L_60 = V_11;
if (L_60)
{
goto IL_0132;
}
}
{
}
IL_015a:
{
// }
return;
}
}
// System.Single UnityEngine.InputSystem.InputActionState::EvaluateCompositePartMagnitude(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_EvaluateCompositePartMagnitude_m75015048EFB32626A744C538A8962B78B3E3D8C8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
float V_1 = 0.0f;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
int32_t V_6 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
float V_10 = 0.0f;
int32_t G_B11_0 = 0;
{
// var firstChildBindingIndex = bindingIndex + 1;
int32_t L_0 = ___bindingIndex0;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
// var currentMagnitude = float.MinValue;
V_1 = (-(std::numeric_limits<float>::max)());
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_1 = V_0;
V_2 = L_1;
goto IL_009c;
}
IL_0012:
{
// if (bindingStates[index].partIndex != partNumber)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_2;
L_2 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_3 = V_2;
uint32_t L_4 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_5;
L_5 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), (int32_t)L_4)))), NULL);
int32_t L_6 = ___partNumber1;
V_5 = (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_7 = V_5;
if (!L_7)
{
goto IL_0036;
}
}
{
// continue;
goto IL_0098;
}
IL_0036:
{
// var controlCount = bindingStates[index].controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8;
L_8 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_9 = V_2;
uint32_t L_10 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_11;
L_11 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))), NULL);
V_3 = L_11;
// var controlStartIndex = bindingStates[index].controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_13 = V_2;
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_15;
L_15 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))), NULL);
V_4 = L_15;
// for (var i = 0; i < controlCount; ++i)
V_6 = 0;
goto IL_008c;
}
IL_0068:
{
// var control = controls[controlStartIndex + i];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_16 = __this->___controls_2;
int32_t L_17 = V_4;
int32_t L_18 = V_6;
NullCheck(L_16);
int32_t L_19 = ((int32_t)il2cpp_codegen_add(L_17, L_18));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_7 = L_20;
// currentMagnitude = Mathf.Max(control.EvaluateMagnitude(), currentMagnitude);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_21 = V_7;
NullCheck(L_21);
float L_22;
L_22 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_21, NULL);
float L_23 = V_1;
float L_24;
L_24 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_22, L_23, NULL);
V_1 = L_24;
// for (var i = 0; i < controlCount; ++i)
int32_t L_25 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_008c:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_26 = V_6;
int32_t L_27 = V_3;
V_8 = (bool)((((int32_t)L_26) < ((int32_t)L_27))? 1 : 0);
bool L_28 = V_8;
if (L_28)
{
goto IL_0068;
}
}
{
}
IL_0098:
{
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_29 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_009c:
{
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_30 = V_2;
int32_t L_31;
L_31 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
if ((((int32_t)L_30) >= ((int32_t)L_31)))
{
goto IL_00bc;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_32;
L_32 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_33 = V_2;
uint32_t L_34 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_35;
L_35 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_33), (int32_t)L_34)))), NULL);
G_B11_0 = ((int32_t)(L_35));
goto IL_00bd;
}
IL_00bc:
{
G_B11_0 = 0;
}
IL_00bd:
{
V_9 = (bool)G_B11_0;
bool L_36 = V_9;
if (L_36)
{
goto IL_0012;
}
}
{
// return currentMagnitude;
float L_37 = V_1;
V_10 = L_37;
goto IL_00cb;
}
IL_00cb:
{
// }
float L_38 = V_10;
return L_38;
}
}
// System.Boolean UnityEngine.InputSystem.InputActionState::ReadCompositePartValue(System.Int32,System.Int32,System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ReadCompositePartValue_m32C8489F24CA743141F62FBAD1693E015B37AEDB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, void* ___buffer2, int32_t ___bufferSize3, 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*)&_stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD605B1926C6207B82A0A31B14414CFFCF5190E04);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_8 = NULL;
float V_9 = 0.0f;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t G_B3_0 = 0;
int32_t G_B17_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index is out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707, NULL);
// Debug.Assert(bindingStates[bindingIndex].isComposite, "Binding must be a composite");
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_4 = ___bindingIndex0;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_6;
L_6 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_6, _stringLiteralD605B1926C6207B82A0A31B14414CFFCF5190E04, NULL);
// var firstChildBindingIndex = bindingIndex + 1;
int32_t L_7 = ___bindingIndex0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
// var currentMagnitude = float.MinValue;
V_1 = (-(std::numeric_limits<float>::max)());
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_8 = V_0;
V_2 = L_8;
goto IL_00f4;
}
IL_004d:
{
// if (bindingStates[index].partIndex != partNumber)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9;
L_9 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_10 = V_2;
uint32_t L_11 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_12;
L_12 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))), NULL);
int32_t L_13 = ___partNumber1;
V_5 = (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)L_13))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_14 = V_5;
if (!L_14)
{
goto IL_0071;
}
}
{
// continue;
goto IL_00f0;
}
IL_0071:
{
// var controlCount = bindingStates[index].controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15;
L_15 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_16 = V_2;
uint32_t L_17 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_18;
L_18 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))), NULL);
V_3 = L_18;
// var controlStartIndex = bindingStates[index].controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_19;
L_19 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_20 = V_2;
uint32_t L_21 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_22;
L_22 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))), NULL);
V_4 = L_22;
// for (var i = 0; i < controlCount; ++i)
V_6 = 0;
goto IL_00e4;
}
IL_00a3:
{
// var thisControlIndex = controlStartIndex + i;
int32_t L_23 = V_4;
int32_t L_24 = V_6;
V_7 = ((int32_t)il2cpp_codegen_add(L_23, L_24));
// var control = controls[thisControlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_25 = __this->___controls_2;
int32_t L_26 = V_7;
NullCheck(L_25);
int32_t L_27 = L_26;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_8 = L_28;
// var magnitude = control.EvaluateMagnitude();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = V_8;
NullCheck(L_29);
float L_30;
L_30 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_29, NULL);
V_9 = L_30;
// if (magnitude < currentMagnitude)
float L_31 = V_9;
float L_32 = V_1;
V_10 = (bool)((((float)L_31) < ((float)L_32))? 1 : 0);
bool L_33 = V_10;
if (!L_33)
{
goto IL_00cc;
}
}
{
// continue;
goto IL_00de;
}
IL_00cc:
{
// ReadValue(index, thisControlIndex, buffer, bufferSize, ignoreComposites: true);
int32_t L_34 = V_2;
int32_t L_35 = V_7;
void* L_36 = ___buffer2;
int32_t L_37 = ___bufferSize3;
InputActionState_ReadValue_m683D5F57CC8FC79648B7F9B6AA78218873E6F291(__this, L_34, L_35, L_36, L_37, (bool)1, NULL);
// currentMagnitude = magnitude;
float L_38 = V_9;
V_1 = L_38;
}
IL_00de:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_39 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_39, 1));
}
IL_00e4:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_40 = V_6;
int32_t L_41 = V_3;
V_11 = (bool)((((int32_t)L_40) < ((int32_t)L_41))? 1 : 0);
bool L_42 = V_11;
if (L_42)
{
goto IL_00a3;
}
}
{
}
IL_00f0:
{
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_43 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_43, 1));
}
IL_00f4:
{
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_44 = V_2;
int32_t L_45;
L_45 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
if ((((int32_t)L_44) >= ((int32_t)L_45)))
{
goto IL_0114;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_46;
L_46 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_47 = V_2;
uint32_t L_48 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_49;
L_49 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_46, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_47), (int32_t)L_48)))), NULL);
G_B17_0 = ((int32_t)(L_49));
goto IL_0115;
}
IL_0114:
{
G_B17_0 = 0;
}
IL_0115:
{
V_12 = (bool)G_B17_0;
bool L_50 = V_12;
if (L_50)
{
goto IL_004d;
}
}
{
// return currentMagnitude > float.MinValue;
float L_51 = V_1;
V_13 = (bool)((((float)L_51) > ((float)(-(std::numeric_limits<float>::max)())))? 1 : 0);
goto IL_012a;
}
IL_012a:
{
// }
bool L_52 = V_13;
return L_52;
}
}
// System.Object UnityEngine.InputSystem.InputActionState::ReadCompositePartValueAsObject(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_ReadCompositePartValueAsObject_mC175F414768E9AB0B52C4319CFEE21EC402F1BC0 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, 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*)&_stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD605B1926C6207B82A0A31B14414CFFCF5190E04);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
RuntimeObject* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_9 = NULL;
float V_10 = 0.0f;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
RuntimeObject* V_14 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B17_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index is out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707, NULL);
// Debug.Assert(bindingStates[bindingIndex].isComposite, "Binding must be a composite");
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_4 = ___bindingIndex0;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_6;
L_6 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_6, _stringLiteralD605B1926C6207B82A0A31B14414CFFCF5190E04, NULL);
// var firstChildBindingIndex = bindingIndex + 1;
int32_t L_7 = ___bindingIndex0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
// var currentMagnitude = float.MinValue;
V_1 = (-(std::numeric_limits<float>::max)());
// object currentValue = null;
V_2 = NULL;
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_8 = V_0;
V_3 = L_8;
goto IL_00f5;
}
IL_004f:
{
// if (bindingStates[index].partIndex != partNumber)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9;
L_9 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_10 = V_3;
uint32_t L_11 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_12;
L_12 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))), NULL);
int32_t L_13 = ___partNumber1;
V_6 = (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)L_13))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_14 = V_6;
if (!L_14)
{
goto IL_0073;
}
}
{
// continue;
goto IL_00f1;
}
IL_0073:
{
// var controlCount = bindingStates[index].controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15;
L_15 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_16 = V_3;
uint32_t L_17 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_18;
L_18 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), (int32_t)L_17)))), NULL);
V_4 = L_18;
// var controlStartIndex = bindingStates[index].controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_19;
L_19 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_20 = V_3;
uint32_t L_21 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_22;
L_22 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))), NULL);
V_5 = L_22;
// for (var i = 0; i < controlCount; ++i)
V_7 = 0;
goto IL_00e4;
}
IL_00a6:
{
// var thisControlIndex = controlStartIndex + i;
int32_t L_23 = V_5;
int32_t L_24 = V_7;
V_8 = ((int32_t)il2cpp_codegen_add(L_23, L_24));
// var control = controls[thisControlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_25 = __this->___controls_2;
int32_t L_26 = V_8;
NullCheck(L_25);
int32_t L_27 = L_26;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_9 = L_28;
// var magnitude = control.EvaluateMagnitude();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = V_9;
NullCheck(L_29);
float L_30;
L_30 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_29, NULL);
V_10 = L_30;
// if (magnitude < currentMagnitude)
float L_31 = V_10;
float L_32 = V_1;
V_11 = (bool)((((float)L_31) < ((float)L_32))? 1 : 0);
bool L_33 = V_11;
if (!L_33)
{
goto IL_00cf;
}
}
{
// continue;
goto IL_00de;
}
IL_00cf:
{
// currentValue = ReadValueAsObject(index, thisControlIndex, ignoreComposites: true);
int32_t L_34 = V_3;
int32_t L_35 = V_8;
RuntimeObject* L_36;
L_36 = InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3(__this, L_34, L_35, (bool)1, NULL);
V_2 = L_36;
// currentMagnitude = magnitude;
float L_37 = V_10;
V_1 = L_37;
}
IL_00de:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_38 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_00e4:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_39 = V_7;
int32_t L_40 = V_4;
V_12 = (bool)((((int32_t)L_39) < ((int32_t)L_40))? 1 : 0);
bool L_41 = V_12;
if (L_41)
{
goto IL_00a6;
}
}
{
}
IL_00f1:
{
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_42 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_42, 1));
}
IL_00f5:
{
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
int32_t L_43 = V_3;
int32_t L_44;
L_44 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
if ((((int32_t)L_43) >= ((int32_t)L_44)))
{
goto IL_0115;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_45;
L_45 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_46 = V_3;
uint32_t L_47 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_48;
L_48 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_45, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_46), (int32_t)L_47)))), NULL);
G_B17_0 = ((int32_t)(L_48));
goto IL_0116;
}
IL_0115:
{
G_B17_0 = 0;
}
IL_0116:
{
V_13 = (bool)G_B17_0;
bool L_49 = V_13;
if (L_49)
{
goto IL_004f;
}
}
{
// return currentValue;
RuntimeObject* L_50 = V_2;
V_14 = L_50;
goto IL_0124;
}
IL_0124:
{
// }
RuntimeObject* L_51 = V_14;
return L_51;
}
}
// 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)
{
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*)&_stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0B1B20B742B4FEA25D0C9759BD51571789AA46E);
s_Il2CppMethodInitialized = true;
}
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_6 = NULL;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_7;
memset((&V_7), 0, sizeof(V_7));
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_8;
memset((&V_8), 0, sizeof(V_8));
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
bool V_12 = false;
RuntimeObject* V_13 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B13_0 = 0;
{
// Debug.Assert(bindingIndex >= 0 && bindingIndex < totalBindingCount, "Binding index is out of range");
int32_t L_0 = ___bindingIndex0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___bindingIndex0;
int32_t L_2;
L_2 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B3_0 = ((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 0;
}
IL_0011:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707, NULL);
// Debug.Assert(controlIndex >= 0 && controlIndex < totalControlCount, "Control index is out of range");
int32_t L_3 = ___controlIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___controlIndex1;
int32_t L_5;
L_5 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
G_B6_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B6_0 = 0;
}
IL_002c:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralF0B1B20B742B4FEA25D0C9759BD51571789AA46E, NULL);
// InputControl control = null;
V_0 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
// if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite) ////TODO: instead, just have compositeOrCompositeBindingIndex be invalid
bool L_6 = ___ignoreComposites2;
if (L_6)
{
goto IL_0053;
}
}
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7;
L_7 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_8 = ___bindingIndex0;
uint32_t L_9 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_10;
L_10 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))), NULL);
G_B9_0 = ((int32_t)(L_10));
goto IL_0054;
}
IL_0053:
{
G_B9_0 = 0;
}
IL_0054:
{
V_3 = (bool)G_B9_0;
bool L_11 = V_3;
if (!L_11)
{
goto IL_00f1;
}
}
{
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_13 = ___bindingIndex0;
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_15;
L_15 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))), NULL);
V_4 = L_15;
// Debug.Assert(compositeBindingIndex >= 0 && compositeBindingIndex < totalBindingCount, "Binding index is out of range");
int32_t L_16 = V_4;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_0084;
}
}
{
int32_t L_17 = V_4;
int32_t L_18;
L_18 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
G_B13_0 = ((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
goto IL_0085;
}
IL_0084:
{
G_B13_0 = 0;
}
IL_0085:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B13_0, _stringLiteral5FF33EF784C3788C305CABD28A262E03CF435707, NULL);
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_19;
L_19 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_20 = V_4;
uint32_t L_21 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_22;
L_22 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))), NULL);
V_5 = L_22;
// var compositeObject = composites[compositeIndex];
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_23 = __this->___composites_5;
int32_t L_24 = V_5;
NullCheck(L_23);
int32_t L_25 = L_24;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
V_6 = L_26;
// Debug.Assert(compositeObject != null, "Composite object is null");
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_27 = V_6;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)L_27) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral1AA45442CDE4C4442B98B3F33846736DF6A063E7, NULL);
// var context = new InputBindingCompositeContext
// {
// m_State = this,
// m_BindingIndex = compositeBindingIndex
// };
il2cpp_codegen_initobj((&V_8), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
(&V_8)->___m_State_0 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___m_State_0), (void*)__this);
int32_t L_28 = V_4;
(&V_8)->___m_BindingIndex_1 = L_28;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_29 = V_8;
V_7 = L_29;
// value = compositeObject.ReadValueAsObject(ref context);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_30 = V_6;
NullCheck(L_30);
RuntimeObject* L_31;
L_31 = VirtualFuncInvoker1< RuntimeObject*, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* >::Invoke(7 /* System.Object UnityEngine.InputSystem.InputBindingComposite::ReadValueAsObject(UnityEngine.InputSystem.InputBindingCompositeContext&) */, L_30, (&V_7));
V_1 = L_31;
// bindingIndex = compositeBindingIndex;
int32_t L_32 = V_4;
___bindingIndex0 = L_32;
goto IL_0112;
}
IL_00f1:
{
// control = controls[controlIndex];
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_33 = __this->___controls_2;
int32_t L_34 = ___controlIndex1;
NullCheck(L_33);
int32_t L_35 = L_34;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
V_0 = L_36;
// Debug.Assert(control != null, "Control is null");
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_37 = V_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_37) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral09CEA244F23D8470180FF7C9081EFDEA7EAF53B5, NULL);
// value = control.ReadValueAsObject();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_38 = V_0;
RuntimeObject* L_39;
L_39 = InputControlExtensions_ReadValueAsObject_m325A49620BF51E5350B57B0F033053198F7C8959(L_38, NULL);
V_1 = L_39;
}
IL_0112:
{
// var processorCount = bindingStates[bindingIndex].processorCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_40;
L_40 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_41 = ___bindingIndex0;
uint32_t L_42 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_43;
L_43 = BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_41), (int32_t)L_42)))), NULL);
V_2 = L_43;
// if (processorCount > 0)
int32_t L_44 = V_2;
V_9 = (bool)((((int32_t)L_44) > ((int32_t)0))? 1 : 0);
bool L_45 = V_9;
if (!L_45)
{
goto IL_0175;
}
}
{
// var processorStartIndex = bindingStates[bindingIndex].processorStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_46;
L_46 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_47 = ___bindingIndex0;
uint32_t L_48 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_49;
L_49 = BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_46, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_47), (int32_t)L_48)))), NULL);
V_10 = L_49;
// for (var i = 0; i < processorCount; ++i)
V_11 = 0;
goto IL_0169;
}
IL_014f:
{
// value = processors[processorStartIndex + i].ProcessAsObject(value, control);
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_50 = __this->___processors_4;
int32_t L_51 = V_10;
int32_t L_52 = V_11;
NullCheck(L_50);
int32_t L_53 = ((int32_t)il2cpp_codegen_add(L_51, L_52));
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_54 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
RuntimeObject* L_55 = V_1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_56 = V_0;
NullCheck(L_54);
RuntimeObject* L_57;
L_57 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* >::Invoke(4 /* System.Object UnityEngine.InputSystem.InputProcessor::ProcessAsObject(System.Object,UnityEngine.InputSystem.InputControl) */, L_54, L_55, L_56);
V_1 = L_57;
// for (var i = 0; i < processorCount; ++i)
int32_t L_58 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add(L_58, 1));
}
IL_0169:
{
// for (var i = 0; i < processorCount; ++i)
int32_t L_59 = V_11;
int32_t L_60 = V_2;
V_12 = (bool)((((int32_t)L_59) < ((int32_t)L_60))? 1 : 0);
bool L_61 = V_12;
if (L_61)
{
goto IL_014f;
}
}
{
}
IL_0175:
{
// return value;
RuntimeObject* L_62 = V_1;
V_13 = L_62;
goto IL_017a;
}
IL_017a:
{
// }
RuntimeObject* L_63 = V_13;
return L_63;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_0 = NULL;
float V_1 = 0.0f;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// var buttonControl = default(ButtonControl);
V_0 = (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)NULL;
// if (!bindingStates[bindingIndex].isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
int32_t L_1 = ___bindingIndex0;
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
bool L_3;
L_3 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_002d;
}
}
{
// buttonControl = controls[controlIndex] as ButtonControl;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_5 = __this->___controls_2;
int32_t L_6 = ___controlIndex1;
NullCheck(L_5);
int32_t L_7 = L_6;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_0 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_8, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
}
IL_002d:
{
// var floatValue = ReadValue<float>(bindingIndex, controlIndex);
int32_t L_9 = ___bindingIndex0;
int32_t L_10 = ___controlIndex1;
float L_11;
L_11 = InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E(__this, L_9, L_10, (bool)0, InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_RuntimeMethod_var);
V_1 = L_11;
// if (buttonControl != null)
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_12 = V_0;
V_3 = (bool)((!(((RuntimeObject*)(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_13 = V_3;
if (!L_13)
{
goto IL_004f;
}
}
{
// return floatValue >= buttonControl.pressPointOrDefault;
float L_14 = V_1;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_15 = V_0;
NullCheck(L_15);
float L_16;
L_16 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_15, NULL);
V_4 = (bool)((((int32_t)((!(((float)L_14) >= ((float)L_16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_005e;
}
IL_004f:
{
// return floatValue >= ButtonControl.s_GlobalDefaultButtonPressPoint;
float L_17 = V_1;
float L_18 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
V_4 = (bool)((((int32_t)((!(((float)L_17) >= ((float)L_18)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_005e;
}
IL_005e:
{
// }
bool L_19 = V_4;
return L_19;
}
}
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.InputActionState::SaveAndResetState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_SaveAndResetState_m45BAC4799C7ED3A1864FAAFB5F84F1F9F450355C (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*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSaveAndResetStateU3Eb__121_0_m8EC8F7387C89C4913332A1D50CCFA479A55B17F3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSaveAndResetStateU3Eb__121_1_mDE62EF6101E22029936255CA0D1F29D6F8D4EA2B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* V_0 = NULL;
RuntimeObject* V_1 = NULL;
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B2_0 = NULL;
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B2_1 = NULL;
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B1_0 = NULL;
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B1_1 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B4_0 = NULL;
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B4_1 = NULL;
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B4_2 = NULL;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL;
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B3_1 = NULL;
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B3_2 = NULL;
{
// var savedState = new SavedStructState<GlobalState>(
// ref s_GlobalState,
// (ref GlobalState state) => s_GlobalState = state, // restore
// () => ResetGlobals()); // static dispose
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_0 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__121_0_1;
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = (&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13);
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = (&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13);
goto IL_0025;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* L_2 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9_0;
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_3 = (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0*)il2cpp_codegen_object_new(TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0_il2cpp_TypeInfo_var);
NullCheck(L_3);
TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CSaveAndResetStateU3Eb__121_0_m8EC8F7387C89C4913332A1D50CCFA479A55B17F3_RuntimeMethod_var), NULL);
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_4 = L_3;
((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__121_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__121_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0025:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__121_1_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0044;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* L_7 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CSaveAndResetStateU3Eb__121_1_mDE62EF6101E22029936255CA0D1F29D6F8D4EA2B_RuntimeMethod_var), NULL);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = L_8;
((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__121_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__121_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_0044:
{
SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* L_10 = (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE*)il2cpp_codegen_object_new(SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE_il2cpp_TypeInfo_var);
NullCheck(L_10);
SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720(L_10, G_B4_2, G_B4_1, G_B4_0, SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_RuntimeMethod_var);
V_0 = L_10;
// s_GlobalState = default;
il2cpp_codegen_initobj((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13), sizeof(GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A));
// return savedState;
SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* L_11 = V_0;
V_1 = L_11;
goto IL_0059;
}
IL_0059:
{
// }
RuntimeObject* L_12 = V_1;
return L_12;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::AddToGlobalList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_AddToGlobalList_mF9BDE3F882ABAC53B8E84181FBD71F0C69EC7CA9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_0;
memset((&V_0), 0, sizeof(V_0));
{
// CompactGlobalList();
InputActionState_CompactGlobalList_mAF97C2D02BC27F539BD607C11E6612089C6D0D82(NULL);
// var handle = GCHandle.Alloc(this, GCHandleType.Weak);
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_0;
L_0 = GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075(__this, 0, NULL);
V_0 = L_0;
// s_GlobalState.globalList.AppendWithCapacity(handle);
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_1 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2 = V_0;
int32_t L_3;
L_3 = InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833(L_1, L_2, ((int32_t)10), InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::RemoveMapFromGlobalList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RemoveMapFromGlobalList_m7C458CF33D682D37C86857AA53BE85A74B5132EA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
// var count = s_GlobalState.globalList.length;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_1 = L_0->___length_0;
V_0 = L_1;
// for (var i = 0; i < count; ++i)
V_1 = 0;
goto IL_0065;
}
IL_0015:
{
// if (s_GlobalState.globalList[i].Target == this)
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_3 = V_1;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_3 = L_4;
RuntimeObject* L_5;
L_5 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_3), NULL);
V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_5) == ((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)__this))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_0061;
}
}
{
// s_GlobalState.globalList[i].Free();
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_7 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_8 = V_1;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_9;
L_9 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_7, L_8, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_3 = L_9;
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_3), NULL);
// s_GlobalState.globalList.RemoveAtByMovingTailWithCapacity(i);
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_10 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_11 = V_1;
InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381(L_10, L_11, InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_RuntimeMethod_var);
// break;
goto IL_006f;
}
IL_0061:
{
// for (var i = 0; i < count; ++i)
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_0065:
{
// for (var i = 0; i < count; ++i)
int32_t L_13 = V_1;
int32_t L_14 = V_0;
V_4 = (bool)((((int32_t)L_13) < ((int32_t)L_14))? 1 : 0);
bool L_15 = V_4;
if (L_15)
{
goto IL_0015;
}
}
IL_006f:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::CompactGlobalList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CompactGlobalList_mAF97C2D02BC27F539BD607C11E6612089C6D0D82 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
int32_t G_B4_0 = 0;
{
// var length = s_GlobalState.globalList.length;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_1 = L_0->___length_0;
V_0 = L_1;
// var head = 0;
V_1 = 0;
// for (var i = 0; i < length; ++i)
V_2 = 0;
goto IL_00b8;
}
IL_001a:
{
// var handle = s_GlobalState.globalList[i];
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_3 = V_2;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_3 = L_4;
// if (handle.IsAllocated && handle.Target != null)
bool L_5;
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_3), NULL);
if (!L_5)
{
goto IL_0041;
}
}
{
RuntimeObject* L_6;
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_3), NULL);
G_B4_0 = ((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_0042;
}
IL_0041:
{
G_B4_0 = 0;
}
IL_0042:
{
V_4 = (bool)G_B4_0;
bool L_7 = V_4;
if (!L_7)
{
goto IL_006f;
}
}
{
// if (head != i)
int32_t L_8 = V_1;
int32_t L_9 = V_2;
V_5 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_10 = V_5;
if (!L_10)
{
goto IL_0068;
}
}
{
// s_GlobalState.globalList[head] = handle;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_11 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_12 = V_1;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_13 = V_3;
InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666(L_11, L_12, L_13, InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var);
}
IL_0068:
{
// ++head;
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
goto IL_00b3;
}
IL_006f:
{
// if (handle.IsAllocated)
bool L_15;
L_15 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_3), NULL);
V_6 = L_15;
bool L_16 = V_6;
if (!L_16)
{
goto IL_0097;
}
}
{
// s_GlobalState.globalList[i].Free();
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_17 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_18 = V_2;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_19;
L_19 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_17, L_18, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_7 = L_19;
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_7), NULL);
}
IL_0097:
{
// s_GlobalState.globalList[i] = default;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_20 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_21 = V_2;
il2cpp_codegen_initobj((&V_7), sizeof(GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC));
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_22 = V_7;
InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666(L_20, L_21, L_22, InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var);
}
IL_00b3:
{
// for (var i = 0; i < length; ++i)
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_00b8:
{
// for (var i = 0; i < length; ++i)
int32_t L_24 = V_2;
int32_t L_25 = V_0;
V_8 = (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0);
bool L_26 = V_8;
if (L_26)
{
goto IL_001a;
}
}
{
// s_GlobalState.globalList.length = head;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_27 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_28 = V_1;
L_27->___length_0 = L_28;
// }
return;
}
}
// 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)
{
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*)&DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DBCE863EC8656E24A0F9573E2C08AFC17924A25);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BFF1FD167427C64E823D29ED2DC6B45448358A5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral522A7A5C300859374C0C29A9B5EF8997E6E336A0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC30492DF32AAC12371180DA7D37E4F5ECDBEC263);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B3_0 = NULL;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B2_0 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
{
// Debug.Assert(actionOrMapOrAsset != null, "Should have action or action map or asset object to notify about");
RuntimeObject* L_0 = ___actionOrMapOrAsset1;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral3BFF1FD167427C64E823D29ED2DC6B45448358A5, NULL);
// Debug.Assert(actionOrMapOrAsset is InputAction || (actionOrMapOrAsset as InputActionMap)?.m_SingletonAction == null,
// "Must not send notifications for changes made to hidden action maps of singleton actions");
RuntimeObject* L_1 = ___actionOrMapOrAsset1;
if (((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)IsInstSealed((RuntimeObject*)L_1, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var)))
{
goto IL_002f;
}
}
{
RuntimeObject* L_2 = ___actionOrMapOrAsset1;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)IsInstSealed((RuntimeObject*)L_2, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var));
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0025;
}
}
{
G_B4_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
goto IL_002a;
}
IL_0025:
{
NullCheck(G_B3_0);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = G_B3_0->___m_SingletonAction_8;
G_B4_0 = L_4;
}
IL_002a:
{
G_B6_0 = ((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)G_B4_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0030;
}
IL_002f:
{
G_B6_0 = 1;
}
IL_0030:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B6_0, _stringLiteralC30492DF32AAC12371180DA7D37E4F5ECDBEC263, NULL);
// DelegateHelpers.InvokeCallbacksSafe(ref s_GlobalState.onActionChange, actionOrMapOrAsset, change, "onActionChange");
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_5 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
RuntimeObject* L_6 = ___actionOrMapOrAsset1;
int32_t L_7 = ___change0;
DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2(L_5, L_6, L_7, _stringLiteral522A7A5C300859374C0C29A9B5EF8997E6E336A0, NULL, DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m5516B50252B444564BD0C82CA53B00A124E1DDE2_RuntimeMethod_var);
// if (change == InputActionChange.BoundControlsChanged)
int32_t L_8 = ___change0;
V_0 = (bool)((((int32_t)L_8) == ((int32_t)8))? 1 : 0);
bool L_9 = V_0;
if (!L_9)
{
goto IL_0072;
}
}
{
// DelegateHelpers.InvokeCallbacksSafe(ref s_GlobalState.onActionControlsChanged, actionOrMapOrAsset, "onActionControlsChange");
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* L_10 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionControlsChanged_2);
RuntimeObject* L_11 = ___actionOrMapOrAsset1;
DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB(L_10, L_11, _stringLiteral0DBCE863EC8656E24A0F9573E2C08AFC17924A25, NULL, DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mBD945A94E90504C3D91B5372714E5E1EE95F35CB_RuntimeMethod_var);
}
IL_0072:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::ResetGlobals()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetGlobals_m8E89D5FC993708F3C39993700AEB4B6F6466BB2F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
{
// DestroyAllActionMapStates();
InputActionState_DestroyAllActionMapStates_m3A91CE62AE851DD6FCBF8F8B1E7FC251182C4A64(NULL);
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
V_0 = 0;
goto IL_0044;
}
IL_000b:
{
// if (s_GlobalState.globalList[i].IsAllocated)
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_1 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2;
L_2 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_0, L_1, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_2 = L_2;
bool L_3;
L_3 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_2), NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0040;
}
}
{
// s_GlobalState.globalList[i].Free();
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_5 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_6 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_7;
L_7 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_5, L_6, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_2 = L_7;
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_2), NULL);
}
IL_0040:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0044:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_9 = V_0;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_10 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_11 = L_10->___length_0;
V_3 = (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_3;
if (L_12)
{
goto IL_000b;
}
}
{
// s_GlobalState.globalList.length = 0;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_13 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
L_13->___length_0 = 0;
// s_GlobalState.onActionChange.Clear();
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_14 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87(L_14, CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87_RuntimeMethod_var);
// s_GlobalState.onActionControlsChanged.Clear();
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* L_15 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionControlsChanged_2);
CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7(L_15, CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7_RuntimeMethod_var);
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.InputActionState::FindAllEnabledActions(System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_FindAllEnabledActions_mADF5A944C5F36F776837A2914A545F84075488B9 (List_1_tE1DF165936F3562084DB454140315041796A957F* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_3;
memset((&V_3), 0, sizeof(V_3));
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_4 = NULL;
int32_t V_5 = 0;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_10 = NULL;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_11 = NULL;
int32_t V_12 = 0;
bool V_13 = false;
bool V_14 = false;
int32_t V_15 = 0;
int32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
int32_t V_21 = 0;
{
// var numFound = 0;
V_0 = 0;
// var stateCount = s_GlobalState.globalList.length;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_1 = L_0->___length_0;
V_1 = L_1;
// for (var i = 0; i < stateCount; ++i)
V_2 = 0;
goto IL_0151;
}
IL_001a:
{
// var handle = s_GlobalState.globalList[i];
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_3 = V_2;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_3 = L_4;
// if (!handle.IsAllocated)
bool L_5;
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_3), NULL);
V_7 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_7;
if (!L_6)
{
goto IL_0041;
}
}
{
// continue;
goto IL_014d;
}
IL_0041:
{
// var state = (InputActionState)handle.Target;
RuntimeObject* L_7;
L_7 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_3), NULL);
V_4 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_7, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
// if (state == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_8 = V_4;
V_8 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_9 = V_8;
if (!L_9)
{
goto IL_005f;
}
}
{
// continue;
goto IL_014d;
}
IL_005f:
{
// var mapCount = state.totalMapCount;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_10 = V_4;
NullCheck(L_10);
int32_t L_11;
L_11 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_10, NULL);
V_5 = L_11;
// var maps = state.maps;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_12 = V_4;
NullCheck(L_12);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_13 = L_12->___maps_1;
V_6 = L_13;
// for (var n = 0; n < mapCount; ++n)
V_9 = 0;
goto IL_013d;
}
IL_0079:
{
// var map = maps[n];
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_14 = V_6;
int32_t L_15 = V_9;
NullCheck(L_14);
int32_t L_16 = L_15;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_10 = L_17;
// if (!map.enabled)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = V_10;
NullCheck(L_18);
bool L_19;
L_19 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_18, NULL);
V_13 = (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
bool L_20 = V_13;
if (!L_20)
{
goto IL_0096;
}
}
{
// continue;
goto IL_0137;
}
IL_0096:
{
// var actions = map.m_Actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = V_10;
NullCheck(L_21);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_22 = L_21->___m_Actions_3;
V_11 = L_22;
// var actionCount = actions.Length;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_23 = V_11;
NullCheck(L_23);
V_12 = ((int32_t)(((RuntimeArray*)L_23)->max_length));
// if (map.m_EnabledActionsCount == actionCount)
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = V_10;
NullCheck(L_24);
int32_t L_25 = L_24->___m_EnabledActionsCount_7;
int32_t L_26 = V_12;
V_14 = (bool)((((int32_t)L_25) == ((int32_t)L_26))? 1 : 0);
bool L_27 = V_14;
if (!L_27)
{
goto IL_00c8;
}
}
{
// result.AddRange(actions);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_28 = ___result0;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_29 = V_11;
NullCheck(L_28);
List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E(L_28, (RuntimeObject*)L_29, List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E_RuntimeMethod_var);
// numFound += actionCount;
int32_t L_30 = V_0;
int32_t L_31 = V_12;
V_0 = ((int32_t)il2cpp_codegen_add(L_30, L_31));
goto IL_0136;
}
IL_00c8:
{
// var actionStartIndex = state.mapIndices[map.m_MapIndexInState].actionStartIndex;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_32 = V_4;
NullCheck(L_32);
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_33;
L_33 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(L_32, NULL);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34 = V_10;
NullCheck(L_34);
int32_t L_35 = L_34->___m_MapIndexInState_9;
uint32_t L_36 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), (int32_t)L_36)))));
int32_t L_37 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), (int32_t)L_36))))->___actionStartIndex_0;
V_15 = L_37;
// for (var k = 0; k < actionCount; ++k)
V_16 = 0;
goto IL_0129;
}
IL_00ec:
{
// if (state.actionStates[actionStartIndex + k].phase != InputActionPhase.Disabled)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_38 = V_4;
NullCheck(L_38);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_39;
L_39 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_38, NULL);
int32_t L_40 = V_15;
int32_t L_41 = V_16;
uint32_t L_42 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_43;
L_43 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_39, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_40, L_41))), (int32_t)L_42)))), NULL);
V_17 = (bool)((!(((uint32_t)L_43) <= ((uint32_t)0)))? 1 : 0);
bool L_44 = V_17;
if (!L_44)
{
goto IL_0122;
}
}
{
// result.Add(actions[k]);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_45 = ___result0;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_46 = V_11;
int32_t L_47 = V_16;
NullCheck(L_46);
int32_t L_48 = L_47;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
NullCheck(L_45);
List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_inline(L_45, L_49, List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
// ++numFound;
int32_t L_50 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_50, 1));
}
IL_0122:
{
// for (var k = 0; k < actionCount; ++k)
int32_t L_51 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_51, 1));
}
IL_0129:
{
// for (var k = 0; k < actionCount; ++k)
int32_t L_52 = V_16;
int32_t L_53 = V_12;
V_18 = (bool)((((int32_t)L_52) < ((int32_t)L_53))? 1 : 0);
bool L_54 = V_18;
if (L_54)
{
goto IL_00ec;
}
}
{
}
IL_0136:
{
}
IL_0137:
{
// for (var n = 0; n < mapCount; ++n)
int32_t L_55 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_55, 1));
}
IL_013d:
{
// for (var n = 0; n < mapCount; ++n)
int32_t L_56 = V_9;
int32_t L_57 = V_5;
V_19 = (bool)((((int32_t)L_56) < ((int32_t)L_57))? 1 : 0);
bool L_58 = V_19;
if (L_58)
{
goto IL_0079;
}
}
{
}
IL_014d:
{
// for (var i = 0; i < stateCount; ++i)
int32_t L_59 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_59, 1));
}
IL_0151:
{
// for (var i = 0; i < stateCount; ++i)
int32_t L_60 = V_2;
int32_t L_61 = V_1;
V_20 = (bool)((((int32_t)L_60) < ((int32_t)L_61))? 1 : 0);
bool L_62 = V_20;
if (L_62)
{
goto IL_001a;
}
}
{
// return numFound;
int32_t L_63 = V_0;
V_21 = L_63;
goto IL_0163;
}
IL_0163:
{
// }
int32_t L_64 = V_21;
return L_64;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::OnDeviceChange(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_OnDeviceChange_m21BD60138E70CD34776496D2020941A02EAD1E4A (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int32_t ___change1, 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*)&InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB46067664E421C116BF99862EC21AC87F493A82F);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_11 = NULL;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
int32_t V_15 = 0;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
int32_t G_B7_0 = 0;
int32_t G_B11_0 = 0;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B25_0 = NULL;
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B24_0 = NULL;
int32_t G_B32_0 = 0;
{
// Debug.Assert(device != null, "Device is null");
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteralB3DD49B1F0890839FAC6005CFA3BE06647C8E743, NULL);
// Debug.Assert(
// change == InputDeviceChange.Added || change == InputDeviceChange.Removed ||
// change == InputDeviceChange.UsageChanged || change == InputDeviceChange.ConfigurationChanged ||
// change == InputDeviceChange.SoftReset || change == InputDeviceChange.HardReset,
// "Should only be called for relevant changes");
int32_t L_1 = ___change1;
if (!L_1)
{
goto IL_002a;
}
}
{
int32_t L_2 = ___change1;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_002a;
}
}
{
int32_t L_3 = ___change1;
if ((((int32_t)L_3) == ((int32_t)6)))
{
goto IL_002a;
}
}
{
int32_t L_4 = ___change1;
if ((((int32_t)L_4) == ((int32_t)7)))
{
goto IL_002a;
}
}
{
int32_t L_5 = ___change1;
if ((((int32_t)L_5) == ((int32_t)8)))
{
goto IL_002a;
}
}
{
int32_t L_6 = ___change1;
G_B7_0 = ((((int32_t)L_6) == ((int32_t)((int32_t)9)))? 1 : 0);
goto IL_002b;
}
IL_002a:
{
G_B7_0 = 1;
}
IL_002b:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B7_0, _stringLiteralB46067664E421C116BF99862EC21AC87F493A82F, NULL);
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
V_0 = 0;
goto IL_01e6;
}
IL_003d:
{
// var handle = s_GlobalState.globalList[i];
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_7 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_8 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_9;
L_9 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_7, L_8, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_1 = L_9;
// if (!handle.IsAllocated || handle.Target == null)
bool L_10;
L_10 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
if (!L_10)
{
goto IL_0064;
}
}
{
RuntimeObject* L_11;
L_11 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
G_B11_0 = ((((RuntimeObject*)(RuntimeObject*)L_11) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0065;
}
IL_0064:
{
G_B11_0 = 1;
}
IL_0065:
{
V_3 = (bool)G_B11_0;
bool L_12 = V_3;
if (!L_12)
{
goto IL_00ab;
}
}
{
// if (handle.IsAllocated)
bool L_13;
L_13 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
V_4 = L_13;
bool L_14 = V_4;
if (!L_14)
{
goto IL_0091;
}
}
{
// s_GlobalState.globalList[i].Free();
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_15 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_16 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_17;
L_17 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_15, L_16, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_5 = L_17;
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_5), NULL);
}
IL_0091:
{
// s_GlobalState.globalList.RemoveAtWithCapacity(i);
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_18 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_19 = V_0;
InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A(L_18, L_19, InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
// --i;
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
// continue;
goto IL_01e2;
}
IL_00ab:
{
// var state = (InputActionState)handle.Target;
RuntimeObject* L_21;
L_21 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
V_2 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_21, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
// switch (change)
int32_t L_22 = ___change1;
V_7 = L_22;
int32_t L_23 = V_7;
V_6 = L_23;
int32_t L_24 = V_6;
switch (L_24)
{
case 0:
{
goto IL_00f3;
}
case 1:
{
goto IL_010d;
}
case 2:
{
goto IL_01af;
}
case 3:
{
goto IL_01af;
}
case 4:
{
goto IL_01af;
}
case 5:
{
goto IL_01af;
}
case 6:
{
goto IL_0173;
}
case 7:
{
goto IL_0173;
}
case 8:
{
goto IL_0193;
}
case 9:
{
goto IL_0193;
}
}
}
{
goto IL_01af;
}
IL_00f3:
{
// if (!state.CanUseDevice(device))
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_25 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_26 = ___device0;
NullCheck(L_25);
bool L_27;
L_27 = InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A(L_25, L_26, NULL);
V_8 = (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
bool L_28 = V_8;
if (!L_28)
{
goto IL_0108;
}
}
{
// continue;
goto IL_01e2;
}
IL_0108:
{
// break;
goto IL_01af;
}
IL_010d:
{
// if (!state.IsUsingDevice(device))
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_29 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_30 = ___device0;
NullCheck(L_29);
bool L_31;
L_31 = InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A(L_29, L_30, NULL);
V_9 = (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0);
bool L_32 = V_9;
if (!L_32)
{
goto IL_0122;
}
}
{
// continue;
goto IL_01e2;
}
IL_0122:
{
// for (var n = 0; n < state.totalMapCount; ++n)
V_10 = 0;
goto IL_0161;
}
IL_0127:
{
// var map = state.maps[n];
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_33 = V_2;
NullCheck(L_33);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_34 = L_33->___maps_1;
int32_t L_35 = V_10;
NullCheck(L_34);
int32_t L_36 = L_35;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
V_11 = L_37;
// map.m_Devices.Remove(device);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_38 = V_11;
NullCheck(L_38);
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_39 = (&L_38->___m_Devices_13);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_40 = ___device0;
bool L_41;
L_41 = DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E(L_39, L_40, NULL);
// map.asset?.m_Devices.Remove(device);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_42 = V_11;
NullCheck(L_42);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_43;
L_43 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_42, NULL);
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_44 = L_43;
G_B24_0 = L_44;
if (L_44)
{
G_B25_0 = L_44;
goto IL_014e;
}
}
{
goto IL_015a;
}
IL_014e:
{
NullCheck(G_B25_0);
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_45 = (&G_B25_0->___m_Devices_9);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_46 = ___device0;
bool L_47;
L_47 = DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E(L_45, L_46, NULL);
}
IL_015a:
{
// for (var n = 0; n < state.totalMapCount; ++n)
int32_t L_48 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_48, 1));
}
IL_0161:
{
// for (var n = 0; n < state.totalMapCount; ++n)
int32_t L_49 = V_10;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_50 = V_2;
NullCheck(L_50);
int32_t L_51;
L_51 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_50, NULL);
V_12 = (bool)((((int32_t)L_49) < ((int32_t)L_51))? 1 : 0);
bool L_52 = V_12;
if (L_52)
{
goto IL_0127;
}
}
{
// break;
goto IL_01af;
}
IL_0173:
{
// if (!state.IsUsingDevice(device) && !state.CanUseDevice(device))
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_53 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_54 = ___device0;
NullCheck(L_53);
bool L_55;
L_55 = InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A(L_53, L_54, NULL);
if (L_55)
{
goto IL_0188;
}
}
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_56 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_57 = ___device0;
NullCheck(L_56);
bool L_58;
L_58 = InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A(L_56, L_57, NULL);
G_B32_0 = ((((int32_t)L_58) == ((int32_t)0))? 1 : 0);
goto IL_0189;
}
IL_0188:
{
G_B32_0 = 0;
}
IL_0189:
{
V_13 = (bool)G_B32_0;
bool L_59 = V_13;
if (!L_59)
{
goto IL_0191;
}
}
{
// continue;
goto IL_01e2;
}
IL_0191:
{
// break;
goto IL_01af;
}
IL_0193:
{
// if (!state.IsUsingDevice(device))
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_60 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_61 = ___device0;
NullCheck(L_60);
bool L_62;
L_62 = InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A(L_60, L_61, NULL);
V_14 = (bool)((((int32_t)L_62) == ((int32_t)0))? 1 : 0);
bool L_63 = V_14;
if (!L_63)
{
goto IL_01a5;
}
}
{
// continue;
goto IL_01e2;
}
IL_01a5:
{
// state.ResetActionStatesDrivenBy(device);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_64 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_65 = ___device0;
NullCheck(L_64);
InputActionState_ResetActionStatesDrivenBy_m571F3F380EAA31B4385A6CCDF59405EF11FC8EDF(L_64, L_65, NULL);
// continue; // No re-resolving necessary.
goto IL_01e2;
}
IL_01af:
{
// for (var n = 0; n < state.totalMapCount; ++n)
V_15 = 0;
goto IL_01d1;
}
IL_01b4:
{
// if (state.maps[n].LazyResolveBindings())
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_66 = V_2;
NullCheck(L_66);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_67 = L_66->___maps_1;
int32_t L_68 = V_15;
NullCheck(L_67);
int32_t L_69 = L_68;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_70 = (L_67)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
NullCheck(L_70);
bool L_71;
L_71 = InputActionMap_LazyResolveBindings_m7DF65B1867F7ED6011519EAE6B6ED7C0624B8244(L_70, NULL);
V_16 = L_71;
bool L_72 = V_16;
if (!L_72)
{
goto IL_01cb;
}
}
{
// break;
goto IL_01e1;
}
IL_01cb:
{
// for (var n = 0; n < state.totalMapCount; ++n)
int32_t L_73 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_73, 1));
}
IL_01d1:
{
// for (var n = 0; n < state.totalMapCount; ++n)
int32_t L_74 = V_15;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_75 = V_2;
NullCheck(L_75);
int32_t L_76;
L_76 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_75, NULL);
V_17 = (bool)((((int32_t)L_74) < ((int32_t)L_76))? 1 : 0);
bool L_77 = V_17;
if (L_77)
{
goto IL_01b4;
}
}
IL_01e1:
{
}
IL_01e2:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_78 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_78, 1));
}
IL_01e6:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_79 = V_0;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_80 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_81 = L_80->___length_0;
V_18 = (bool)((((int32_t)L_79) < ((int32_t)L_81))? 1 : 0);
bool L_82 = V_18;
if (L_82)
{
goto IL_003d;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::DeferredResolutionOfBindings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DeferredResolutionOfBindings_m78066F4A240DF0F6ADB95CAE8D9D7859B2FDC224 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t G_B5_0 = 0;
{
// ++InputActionMap.s_DeferBindingResolution;
int32_t L_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15 = ((int32_t)il2cpp_codegen_add(L_0, 1));
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00da:
{// begin finally (depth: 1)
// --InputActionMap.s_DeferBindingResolution;
int32_t L_1 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15;
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_15 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
V_0 = 0;
goto IL_00bc_1;
}
IL_0015_1:
{
// var handle = s_GlobalState.globalList[i];
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_3 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_1 = L_4;
// if (!handle.IsAllocated || handle.Target == null)
bool L_5;
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
if (!L_5)
{
goto IL_003c_1;
}
}
{
RuntimeObject* L_6;
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
G_B5_0 = ((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_003d_1;
}
IL_003c_1:
{
G_B5_0 = 1;
}
IL_003d_1:
{
V_3 = (bool)G_B5_0;
bool L_7 = V_3;
if (!L_7)
{
goto IL_0080_1;
}
}
{
// if (handle.IsAllocated)
bool L_8;
L_8 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
V_4 = L_8;
bool L_9 = V_4;
if (!L_9)
{
goto IL_0069_1;
}
}
{
// s_GlobalState.globalList[i].Free();
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_10 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_11 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_12;
L_12 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_10, L_11, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_5 = L_12;
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_5), NULL);
}
IL_0069_1:
{
// s_GlobalState.globalList.RemoveAtWithCapacity(i);
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_13 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_14 = V_0;
InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A(L_13, L_14, InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
// --i;
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
// continue;
goto IL_00b8_1;
}
IL_0080_1:
{
// var state = (InputActionState)handle.Target;
RuntimeObject* L_16;
L_16 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
V_2 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_16, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
// for (var n = 0; n < state.totalMapCount; ++n)
V_6 = 0;
goto IL_00a7_1;
}
IL_0092_1:
{
// state.maps[n].ResolveBindingsIfNecessary();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_17 = V_2;
NullCheck(L_17);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_18 = L_17->___maps_1;
int32_t L_19 = V_6;
NullCheck(L_18);
int32_t L_20 = L_19;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
NullCheck(L_21);
InputActionMap_ResolveBindingsIfNecessary_m907BD781041DE3C99297E421CAFD5390D6CB17F4(L_21, NULL);
// for (var n = 0; n < state.totalMapCount; ++n)
int32_t L_22 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_00a7_1:
{
// for (var n = 0; n < state.totalMapCount; ++n)
int32_t L_23 = V_6;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_24 = V_2;
NullCheck(L_24);
int32_t L_25;
L_25 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_24, NULL);
V_7 = (bool)((((int32_t)L_23) < ((int32_t)L_25))? 1 : 0);
bool L_26 = V_7;
if (L_26)
{
goto IL_0092_1;
}
}
{
}
IL_00b8_1:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_27 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_27, 1));
}
IL_00bc_1:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_28 = V_0;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_29 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_30 = L_29->___length_0;
V_8 = (bool)((((int32_t)L_28) < ((int32_t)L_30))? 1 : 0);
bool L_31 = V_8;
if (L_31)
{
goto IL_0015_1;
}
}
{
goto IL_00e9;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00e9:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::DisableAllActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableAllActions_m3063245F1D2AD7D5AD60EE008421B76773832ADE (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*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01DC42FA3FA314AF4DA18F68E8D6CB4CA31754E8);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
int32_t V_3 = 0;
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_4 = NULL;
bool V_5 = false;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t G_B4_0 = 0;
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
V_0 = 0;
goto IL_0094;
}
IL_0008:
{
// var handle = s_GlobalState.globalList[i];
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_1 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2;
L_2 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_0, L_1, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_1 = L_2;
// if (!handle.IsAllocated || handle.Target == null)
bool L_3;
L_3 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
if (!L_3)
{
goto IL_002f;
}
}
{
RuntimeObject* L_4;
L_4 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
G_B4_0 = ((((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0030;
}
IL_002f:
{
G_B4_0 = 1;
}
IL_0030:
{
V_5 = (bool)G_B4_0;
bool L_5 = V_5;
if (!L_5)
{
goto IL_0038;
}
}
{
// continue;
goto IL_0090;
}
IL_0038:
{
// var state = (InputActionState)handle.Target;
RuntimeObject* L_6;
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
V_2 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_6, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
// var mapCount = state.totalMapCount;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = V_2;
NullCheck(L_7);
int32_t L_8;
L_8 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_7, NULL);
V_3 = L_8;
// var maps = state.maps;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_9 = V_2;
NullCheck(L_9);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_10 = L_9->___maps_1;
V_4 = L_10;
// for (var n = 0; n < mapCount; ++n)
V_6 = 0;
goto IL_0084;
}
IL_0059:
{
// maps[n].Disable();
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_11 = V_4;
int32_t L_12 = V_6;
NullCheck(L_11);
int32_t L_13 = L_12;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
NullCheck(L_14);
InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C(L_14, NULL);
// Debug.Assert(!maps[n].enabled, "Map is still enabled after calling Disable");
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_15 = V_4;
int32_t L_16 = V_6;
NullCheck(L_15);
int32_t L_17 = L_16;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_18);
bool L_19;
L_19 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_18, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0), _stringLiteral01DC42FA3FA314AF4DA18F68E8D6CB4CA31754E8, NULL);
// for (var n = 0; n < mapCount; ++n)
int32_t L_20 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0084:
{
// for (var n = 0; n < mapCount; ++n)
int32_t L_21 = V_6;
int32_t L_22 = V_3;
V_7 = (bool)((((int32_t)L_21) < ((int32_t)L_22))? 1 : 0);
bool L_23 = V_7;
if (L_23)
{
goto IL_0059;
}
}
{
}
IL_0090:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0094:
{
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
int32_t L_25 = V_0;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_26 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_27 = L_26->___length_0;
V_8 = (bool)((((int32_t)L_25) < ((int32_t)L_27))? 1 : 0);
bool L_28 = V_8;
if (L_28)
{
goto IL_0008;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::DestroyAllActionMapStates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DestroyAllActionMapStates_m3A91CE62AE851DD6FCBF8F8B1E7FC251182C4A64 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
memset((&V_1), 0, sizeof(V_1));
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t G_B4_0 = 0;
{
goto IL_0095;
}
IL_0006:
{
// var index = s_GlobalState.globalList.length - 1;
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_1 = L_0->___length_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
// var handle = s_GlobalState.globalList[index];
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_3 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_1 = L_4;
// if (!handle.IsAllocated || handle.Target == null)
bool L_5;
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
if (!L_5)
{
goto IL_003f;
}
}
{
RuntimeObject* L_6;
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
G_B4_0 = ((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0040;
}
IL_003f:
{
G_B4_0 = 1;
}
IL_0040:
{
V_3 = (bool)G_B4_0;
bool L_7 = V_3;
if (!L_7)
{
goto IL_007f;
}
}
{
// if (handle.IsAllocated)
bool L_8;
L_8 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
V_4 = L_8;
bool L_9 = V_4;
if (!L_9)
{
goto IL_006c;
}
}
{
// s_GlobalState.globalList[index].Free();
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_10 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_11 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_12;
L_12 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_10, L_11, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
V_5 = L_12;
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_5), NULL);
}
IL_006c:
{
// s_GlobalState.globalList.RemoveAtWithCapacity(index);
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_13 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_14 = V_0;
InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A(L_13, L_14, InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
// continue;
goto IL_0095;
}
IL_007f:
{
// var state = (InputActionState)handle.Target;
RuntimeObject* L_15;
L_15 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
V_2 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_15, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
// state.Destroy();
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = V_2;
NullCheck(L_16);
InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A(L_16, (bool)0, NULL);
}
IL_0095:
{
// while (s_GlobalState.globalList.length > 0)
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_17 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___globalList_0);
int32_t L_18 = L_17->___length_0;
V_6 = (bool)((((int32_t)L_18) > ((int32_t)0))? 1 : 0);
bool L_19 = V_6;
if (L_19)
{
goto IL_0006;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
{
// get => m_BindingGroup;
String_t* L_0 = __this->___m_BindingGroup_1;
return L_0;
}
}
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 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 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 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 InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57_inline (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;
}
}
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 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 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 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 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 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 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 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* 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 void InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_BindingGroup = value;
String_t* L_0 = ___value0;
__this->___m_BindingGroup_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingGroup_1), (void*)L_0);
return;
}
}
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 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 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 TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_MapIndex;
uint8_t L_0 = __this->___m_MapIndex_2;
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 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 void TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_Time = value;
double L_0 = ___value0;
__this->___m_Time_3 = L_0;
return;
}
}
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 int32_t BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_InteractionCount;
uint8_t L_0 = __this->___m_InteractionCount_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_StartTime = value;
double L_0 = ___value0;
__this->___m_StartTime_4 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// set => m_LastCanceledInUpdate = value;
uint32_t L_0 = ___value0;
__this->___m_LastCanceledInUpdate_10 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// set => m_LastPerformedInUpdate = value;
uint32_t L_0 = ___value0;
__this->___m_LastPerformedInUpdate_9 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// set => m_PressedInUpdate = value;
uint32_t L_0 = ___value0;
__this->___m_PressedInUpdate_11 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// set => m_ReleasedInUpdate = value;
uint32_t L_0 = ___value0;
__this->___m_ReleasedInUpdate_12 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m00712B5D042C12725C6B92AFCD1E7F105C27F08A_inline (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;
}
{
// public static InputUpdateType currentUpdateType => InputUpdate.s_LatestUpdateType;
int32_t L_0 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_inline(L_0, NULL);
String_t* L_1 = ___name0;
Profiler_BeginSampleImpl_m11DCED1F062EEB6A07FE36224080BAEDC65D5A87(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_MapIndex;
uint8_t L_0 = __this->___m_MapIndex_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_TriggerEventIdForComposite;
int32_t L_0 = __this->___m_TriggerEventIdForComposite_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set => m_TriggerEventIdForComposite = value;
int32_t L_0 = ___value0;
__this->___m_TriggerEventIdForComposite_11 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_Magnitude;
float L_0 = __this->___m_Magnitude_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
float L_0 = ___b1;
float L_1 = ___a0;
float L_2;
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
float L_3 = ___a0;
float L_4;
L_4 = fabsf(L_3);
float L_5 = ___b1;
float L_6;
L_6 = fabsf(L_5);
float L_7;
L_7 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_4, L_6, NULL);
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
float L_9;
L_9 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
goto IL_0035;
}
IL_0035:
{
bool L_10 = V_0;
return L_10;
}
}
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 double InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_StartTime;
double L_0 = __this->___m_StartTime_4;
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_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 float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___a0;
float L_1 = ___b1;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set => m_TotalTimeoutCompletionTimeRemaining = value;
float L_0 = ___value0;
__this->___m_TotalTimeoutCompletionTimeRemaining_8 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set => m_TimerDuration = value;
float L_0 = ___value0;
__this->___m_TimerDuration_3 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set => m_TotalTimeoutCompletionTimeDone = value;
float L_0 = ___value0;
__this->___m_TotalTimeoutCompletionTimeDone_7 = L_0;
return;
}
}
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 int32_t InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TriggerControlIndex;
uint16_t L_0 = __this->___m_TriggerControlIndex_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_TimerStartTime = value;
double L_0 = ___value0;
__this->___m_TimerStartTime_5 = L_0;
return;
}
}
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 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 void InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_StartTime = value;
double L_0 = ___value0;
__this->___m_StartTime_4 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_PerformedTime = value;
double L_0 = ___value0;
__this->___m_PerformedTime_6 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_PerformedTime;
double L_0 = __this->___m_PerformedTime_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => (Flags)m_Flags;
uint8_t L_0 = __this->___m_Flags_1;
return (int32_t)(L_0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_LastCanceledInUpdate;
uint32_t L_0 = __this->___m_LastCanceledInUpdate_10;
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 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 int32_t BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_ProcessorCount;
uint8_t L_0 = __this->___m_ProcessorCount_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_PartIndex;
uint8_t L_0 = __this->___m_PartIndex_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_gshared_inline (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_gshared_inline (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __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 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 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 Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_inline (String_t* ___name0, const RuntimeMethod* method)
{
bool V_0 = false;
{
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_001c;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31D159E683556C06B3B3963D92483B6867EB3233)), ((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*)&Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_RuntimeMethod_var)));
}
IL_001c:
{
return;
}
}