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

34665 行
1.8 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <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 R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
// System.Action`1<System.Boolean>
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C;
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>
struct Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378;
// 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.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.Layouts.InputControlLayout>
struct Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
struct Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1;
// System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>
struct Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4;
// System.Func`1<UnityEngine.InputSystem.InputDevice>
struct Func_1_t97C6124008260D65F78265F8B3965ACA776F0671;
// System.Func`2<UnityEngine.InputSystem.InputControl,System.Boolean>
struct Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765;
// System.Func`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControl>
struct Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43;
// System.Func`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object>
struct Func_2_tD6A94C952B3804092A855172C7AB943068CC0AF1;
// System.Func`2<UnityEngine.InputSystem.LowLevel.InputUpdateType,System.Boolean>
struct Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
// System.Func`2<System.String,System.Boolean>
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D;
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
struct HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B;
// System.Collections.Generic.HashSet`1<System.String>
struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControl>
struct IEnumerable_1_t5072DF7D689A82C63728270545C6839D7F7AF69B;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputSettings>
struct IEnumerable_1_t6869F10C6AF0FFED0F2C174DB1AFFAF6EDF7CE0D;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.InternedString>
struct IEnumerable_1_t5359DEC999AA35C7E2DE775B0455A4760550ED7F;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.String>
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding>
struct IEnumerable_1_t45141F64D6D882336B8DCC6510DC6B9C3294C6AA;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>
struct IEnumerable_1_t533A0E5518C8CF3EEA9CCE8FC363CAECA177F632;
// System.Collections.Generic.IEnumerator`1<System.String>
struct IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding>
struct IEnumerator_1_t5AFCED6452B2551E59D8997046D5F19C8F731FB3;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputControlScheme/MatchResult/Match>
struct IEnumerator_1_t72983E3562C17388BF172FE9D73977341CA45747;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.InputSystem.Utilities.InternedString>
struct IEqualityComparer_1_tEA6D87A5AB670819FF91305D215B209552281584;
// System.IObservable`1<UnityEngine.InputSystem.InputControl>
struct IObservable_1_tB33A9748E9C9AD31EE46D79177B56444F736E211;
// System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>
struct IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A;
// System.IObservable`1<System.Object>
struct IObservable_1_t3B5CA6CF57A9734CD1D166FB2074FE7FB725EDDC;
// System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>
struct IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5;
// System.IObserver`1<UnityEngine.InputSystem.InputRemoting/Message>
struct IObserver_1_t5F31FFBD7270B494632B49E2FC5E15AF8BB73672;
// UnityEngine.InputSystem.InputControl`1<System.Single>
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A;
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66;
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
struct KeyCollection_tD4A0C41F41EA529D4514091372080877F6248C04;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
struct KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F;
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
struct List_1_tE1DF165936F3562084DB454140315041796A957F;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>
struct List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.InternedString>
struct List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6;
// 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.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.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
struct ValueCollection_t96259FE42C45AADD5918C1CDD01C7D732504C523;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
struct ValueCollection_t96C31E0C36EF324B4BA86A8ED314F2AF342D6D6C;
// 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.String,UnityEngine.InputSystem.InputControlLayoutChange>[]
struct Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>[]
struct EntryU5BU5D_tEB41C94D728A2A116E7C01CCB2ACEBA8AD296C60;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>[]
struct EntryU5BU5D_t6FFF9155A8574DAE59AE5E53B83EB0E1FBFF79E4;
// System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>[]
struct IObserver_1U5BU5D_tC7308F301F0D09FCB9FED9003FC09E1AA8B7C170;
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>[]
struct InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A;
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[]
struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC;
// System.Action[]
struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Reflection.FieldInfo[]
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
// 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.InputDeviceDescription[]
struct InputDeviceDescriptionU5BU5D_t8856839C0F01DD680E9A308A4AB77EA5AEF1ACF5;
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate[]
struct InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC;
// UnityEngine.InputSystem.InputProcessor[]
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
// UnityEngine.InputSystem.InputSettings[]
struct InputSettingsU5BU5D_t6CC3C4AFBE4A23B0693A4EB44C4517E19FF73C2B;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// UnityEngine.InputSystem.Utilities.InternedString[]
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
// UnityEngine.InputSystem.Utilities.NameAndParameters[]
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
// UnityEngine.InputSystem.Utilities.NamedValue[]
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
// 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.Layouts.InputControlLayout/ControlItem[]
struct ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[]
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[]
struct SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28;
// 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;
// UnityEngine.InputSystem.InputRemoting/RemoteSender[]
struct RemoteSenderU5BU5D_t1922213A574223D2FDD72B1D937A6B26AA31CEBA;
// UnityEngine.InputSystem.InputRemoting/Subscriber[]
struct SubscriberU5BU5D_t3A84F33E3889CCED24934E62859885E857EFD8B3;
// UnityEngine.InputSystem.InputSystem/State[]
struct StateU5BU5D_t77FB80C7C2D12ED78F38553E1D8A5D9F4ABE2477;
// UnityEngine.InputSystem.RemoteInputPlayerConnection/Subscriber[]
struct SubscriberU5BU5D_t2B869FAEC53D0E7E904F37897866875C10261830;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson[]
struct DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// UnityEngine.InputSystem.Controls.AxisControl
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// UnityEngine.InputSystem.Controls.ButtonControl
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF;
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B;
// System.Exception
struct Exception_t;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IDisposable
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
// UnityEngine.Networking.PlayerConnection.IEditorPlayerConnection
struct IEditorPlayerConnection_t3E7CB1732EEC885E52DB1A45ADCB4809EFB60509;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// UnityEngine.InputSystem.IInputInteraction
struct IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844;
// UnityEngine.InputSystem.LowLevel.IInputRuntime
struct IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09;
// UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor
struct IInputStateChangeMonitor_t043FD8736A6F45C06A2FAFFC5BE70A565F999598;
// UnityEngine.IPlayerEditorConnectionNative
struct IPlayerEditorConnectionNative_tDFA5BC770DAA5BE37CBA1CF47281702FB064CCF3;
// 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.InputActionState
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700;
// UnityEngine.InputSystem.InputBindingComposite
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0;
// UnityEngine.InputSystem.InputControl
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
// UnityEngine.InputSystem.Layouts.InputControlAttribute
struct InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D;
// UnityEngine.InputSystem.Layouts.InputControlLayout
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D;
// 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;
// UnityEngine.InputSystem.LowLevel.InputUpdateDelegate
struct InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55;
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
// UnityEngine.InputSystem.Controls.IntegerControl
struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.Collections.Generic.KeyNotFoundException
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.Networking.PlayerConnection.PlayerConnection
struct PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53;
// UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents
struct PlayerEditorConnectionEvents_tF92F4A9A0EDAB7D3D544AE9B0F3F925C4E48B7CB;
// UnityEngine.InputSystem.RemoteInputPlayerConnection
struct RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Type
struct Type_t;
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455;
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F;
// UnityEngine.InputSystem.Controls.Vector2Control
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432;
// System.Version
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.InputSystem.InputActionState/<>c
struct U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5;
// 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.InputBinding/<>c
struct U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93;
// UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12
struct U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996;
// UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2
struct U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717;
// UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43
struct U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056;
// UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState
struct ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8;
// UnityEngine.InputSystem.InputManager/SerializedState
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46;
// UnityEngine.InputSystem.InputRemoting/SerializedState
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5;
// UnityEngine.InputSystem.InputSystem/<>c
struct U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2;
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* CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tBBAE7A086BB8551DBC40DA5D2D737592B6A23443_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_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* IInputStateCallbackReceiver_t61CAC0538FDF1E45CE63C48AA89301313C118DE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UpdateMode_tCD49766B755C4CD8E1F2DE8D57798DAC2C5CBF32_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral031EDEA3235FDF00759EB2911A563AD03089E25D;
IL2CPP_EXTERN_C String_t* _stringLiteral0799B561CE278919C40BB1C34D2F98E8CD4729A9;
IL2CPP_EXTERN_C String_t* _stringLiteral0829D104A55BDE3143216482A8BF980286C6E26F;
IL2CPP_EXTERN_C String_t* _stringLiteral0C10E47675493434D04CD8025C8303AF94F7BA5A;
IL2CPP_EXTERN_C String_t* _stringLiteral0D24D1F9C2B780184F8AB89F887E73CF3478A74C;
IL2CPP_EXTERN_C String_t* _stringLiteral0E62D20596338177174CEAB270788FF6D7D36B6C;
IL2CPP_EXTERN_C String_t* _stringLiteral0FE1DEB4EDEE2E54C5DC6BE7013FD433AF3062C6;
IL2CPP_EXTERN_C String_t* _stringLiteral12D642B27F33DC34EB2F4B85EB2C6E918959BC79;
IL2CPP_EXTERN_C String_t* _stringLiteral132FB7F5A0346F0B8FBAEA5E485475F188E80CD0;
IL2CPP_EXTERN_C String_t* _stringLiteral13723108E9F78522481EFFEB997D0EC8D2E6B2BB;
IL2CPP_EXTERN_C String_t* _stringLiteral13E5A09E90E8D32E985B42C9BEA2BCEC1B095C6C;
IL2CPP_EXTERN_C String_t* _stringLiteral143FDD418DEF283B13F1AC72E245C0E08FA21468;
IL2CPP_EXTERN_C String_t* _stringLiteral16CF6FDB487FE61863304793081A0A369116D6C6;
IL2CPP_EXTERN_C String_t* _stringLiteral170E2DA15543140F87EC43EFA91BB1FC98CFDE49;
IL2CPP_EXTERN_C String_t* _stringLiteral190CDBBC7377A308B78E27EF91319FD2DA386895;
IL2CPP_EXTERN_C String_t* _stringLiteral1A709BF7D084A4E4C1731842F3480E6ED73FABD0;
IL2CPP_EXTERN_C String_t* _stringLiteral1B661C870217F11756934F5826E14A434DC7DF03;
IL2CPP_EXTERN_C String_t* _stringLiteral1BEB1DE9B5C52D3F4699D572171AAACD3FA5E864;
IL2CPP_EXTERN_C String_t* _stringLiteral1C39BC33DAC2D2C2E879A4CCEF7DAD865B2716B7;
IL2CPP_EXTERN_C String_t* _stringLiteral1E67B9ACDFC44C91C96EA98590958FDCEC692638;
IL2CPP_EXTERN_C String_t* _stringLiteral1F8F870F7EB4426F00DE192C8070A43D127A26CE;
IL2CPP_EXTERN_C String_t* _stringLiteral211B760EB7E518DA56659EA0CFDBF711F9551897;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A;
IL2CPP_EXTERN_C String_t* _stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C;
IL2CPP_EXTERN_C String_t* _stringLiteral2788B28D69ED868FF57B93A38205FD6CA63AE67F;
IL2CPP_EXTERN_C String_t* _stringLiteral2ACB7782456D2D8534D7B6B3F35A68568F0C0C4C;
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
IL2CPP_EXTERN_C String_t* _stringLiteral2CAED8E78EF5B137FB8738FFD8A8CBD38B16A8EF;
IL2CPP_EXTERN_C String_t* _stringLiteral31D159E683556C06B3B3963D92483B6867EB3233;
IL2CPP_EXTERN_C String_t* _stringLiteral33829C7BB04A604767CDFE3D96A2317C3436BD0F;
IL2CPP_EXTERN_C String_t* _stringLiteral33B1390C0EE06C42DD880C6913D5FA1620057D6B;
IL2CPP_EXTERN_C String_t* _stringLiteral3683D1DC155E5058FE8C353EC7CED94C5B6EBA4A;
IL2CPP_EXTERN_C String_t* _stringLiteral3687F6C34127AA343C8699F486E8CA91D14A5E23;
IL2CPP_EXTERN_C String_t* _stringLiteral36F44A1222D4244BB8C694669C6BE3CD0AA21F65;
IL2CPP_EXTERN_C String_t* _stringLiteral378D00FAC460387934892B02228DA54B0383B17D;
IL2CPP_EXTERN_C String_t* _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7;
IL2CPP_EXTERN_C String_t* _stringLiteral3D6B6D538CCE29E96A003CD3269BC68EE45CFD59;
IL2CPP_EXTERN_C String_t* _stringLiteral3D7EC1A1DA5CDACEB158D4329E42648E828EF12E;
IL2CPP_EXTERN_C String_t* _stringLiteral3DE7BBE2708401E6352D318B50425BA24C77F710;
IL2CPP_EXTERN_C String_t* _stringLiteral3EF445186E7567F96B817E8586541056F74E8160;
IL2CPP_EXTERN_C String_t* _stringLiteral41154F1449DCD19866D144DEF949F7351BE2B8C8;
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral46FE71343C8DEBCF6B78E9C5D708A6B06287395C;
IL2CPP_EXTERN_C String_t* _stringLiteral4A261EB7E7319776625F5A015EA18053797E6890;
IL2CPP_EXTERN_C String_t* _stringLiteral4B467C6FF6B947BFB937621A9466DACB19967C08;
IL2CPP_EXTERN_C String_t* _stringLiteral4DADDC5FA7ADD49716435B7FC12C954EA15FE32F;
IL2CPP_EXTERN_C String_t* _stringLiteral4DD6A2BAEBDD6B059CE3B83EC934FAB73509637A;
IL2CPP_EXTERN_C String_t* _stringLiteral4E82556626A1474C2CE13437C5A2A7F814D5295A;
IL2CPP_EXTERN_C String_t* _stringLiteral524AC5B5042AC1000F964E12B3FED918FAC56640;
IL2CPP_EXTERN_C String_t* _stringLiteral54916CA71553C3C0A28C1D0FE7135B11FF3EA9C3;
IL2CPP_EXTERN_C String_t* _stringLiteral55935FB09C18CDEF3D02A1F5E7113C74ACB5CB7F;
IL2CPP_EXTERN_C String_t* _stringLiteral55AEF7F30385EB8DF1314ED507CF01BBFD2FF24F;
IL2CPP_EXTERN_C String_t* _stringLiteral56A75E04CD97B6A418FE40346BF926E16071CF55;
IL2CPP_EXTERN_C String_t* _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F;
IL2CPP_EXTERN_C String_t* _stringLiteral5786E1C2EA58C3DC19B4F6D087C1B567B64075D7;
IL2CPP_EXTERN_C String_t* _stringLiteral59B5D882E97712A200EE7938CF1AE2ED5D4650DE;
IL2CPP_EXTERN_C String_t* _stringLiteral5C8D8661F13BDD4FA26A750EBEF788D1C8F7AD8A;
IL2CPP_EXTERN_C String_t* _stringLiteral5D5174454E3D3F9E783E0B8B821F8B1A68A0547F;
IL2CPP_EXTERN_C String_t* _stringLiteral5FDF81C994D5E769C12EB8370C2C63E98E419FCD;
IL2CPP_EXTERN_C String_t* _stringLiteral670CBAB5C8A30A4C8DC68337B78F13CC30BC704D;
IL2CPP_EXTERN_C String_t* _stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A;
IL2CPP_EXTERN_C String_t* _stringLiteral6C20448E191FC73285B18C2EB515305AA2FF0862;
IL2CPP_EXTERN_C String_t* _stringLiteral7050E794F9BC7E6FB04B0854BF6DAD408C0FC164;
IL2CPP_EXTERN_C String_t* _stringLiteral724F6EF07C0D3FFFD32A55027218B65FB4F377E1;
IL2CPP_EXTERN_C String_t* _stringLiteral73F1C0DB7E67894BD0991354AA6CB2DA4A3A5D88;
IL2CPP_EXTERN_C String_t* _stringLiteral758BB62F5BEB5443A464E189DFA9FDAACFF41108;
IL2CPP_EXTERN_C String_t* _stringLiteral7672B1CB98F2EFAF3B642E0727371BD99BCD8A28;
IL2CPP_EXTERN_C String_t* _stringLiteral7A079F98767BFF74FF40F2EC4BED1ED367FDEF9B;
IL2CPP_EXTERN_C String_t* _stringLiteral7A1B42C0A766A1335521E3708588CD83892F828B;
IL2CPP_EXTERN_C String_t* _stringLiteral7CFABA7C6462657D1BE1B82BCB25DB5422A67CE8;
IL2CPP_EXTERN_C String_t* _stringLiteral7D6465A73D1D3329627A34CECBF5AFAE633EBD38;
IL2CPP_EXTERN_C String_t* _stringLiteral7DA823FD1A5519CB12DEB52F6ABAD69BB52B3897;
IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E;
IL2CPP_EXTERN_C String_t* _stringLiteral81654DAE6F7DA22524F2310A30153852CE7D290B;
IL2CPP_EXTERN_C String_t* _stringLiteral83248627E240A976B8C87FAC89C304F3CDCCDB68;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral880A203C7E154D1BFC48F54A8BFC50B8E99C8E30;
IL2CPP_EXTERN_C String_t* _stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61;
IL2CPP_EXTERN_C String_t* _stringLiteral8FC56FFE7C0C861EE9BC69EEFD34282F2BE4BFE6;
IL2CPP_EXTERN_C String_t* _stringLiteral93717CD8FCD45BAB4F15D3BACC989A6A93BA2674;
IL2CPP_EXTERN_C String_t* _stringLiteral945C9FDD2DF1B4F9CE3D0FE9BC9B6DD3A9DC93DE;
IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
IL2CPP_EXTERN_C String_t* _stringLiteral99DD0A50F36BDC54A835CF8C3BF1EB797BD6412F;
IL2CPP_EXTERN_C String_t* _stringLiteral9A9F8ADDABC778C8B2E27D79A32993D387E44846;
IL2CPP_EXTERN_C String_t* _stringLiteral9B0BB5433E9600F0BD3B7E4E4F4A0472AE371909;
IL2CPP_EXTERN_C String_t* _stringLiteral9BD8BFCCD034050ABDF24FC357095653412B69BB;
IL2CPP_EXTERN_C String_t* _stringLiteralA93F472DC127BF8D2A6CD3BDCB4EF7E255FD3C90;
IL2CPP_EXTERN_C String_t* _stringLiteralAC2806EA40D9F7601BBB6DA354C649B46D2D8877;
IL2CPP_EXTERN_C String_t* _stringLiteralADBA5DA01227AF469D9592FABBF832E66CC52FDD;
IL2CPP_EXTERN_C String_t* _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412;
IL2CPP_EXTERN_C String_t* _stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A;
IL2CPP_EXTERN_C String_t* _stringLiteralB52C02DB6B58C4729EDC2A0F45966E29EC68E6C0;
IL2CPP_EXTERN_C String_t* _stringLiteralB6395AABCDE9B93485E9D73A72E394C1050ED739;
IL2CPP_EXTERN_C String_t* _stringLiteralB66EC4944900771CFA4854E25A9C2AE358153B77;
IL2CPP_EXTERN_C String_t* _stringLiteralB7F627D69AB621967AE48978A18F4A06EC2A6B1E;
IL2CPP_EXTERN_C String_t* _stringLiteralB82FE49DBD9F98B5C45F1B8D53AFA442EE544390;
IL2CPP_EXTERN_C String_t* _stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111;
IL2CPP_EXTERN_C String_t* _stringLiteralBC360CD99585D695B6C7BA42BE764C75440AD047;
IL2CPP_EXTERN_C String_t* _stringLiteralBD6F0649E23F20C418B3FE8F9547E15B615ECC35;
IL2CPP_EXTERN_C String_t* _stringLiteralBF50C818C48FE06268F52652FD752EA6BEE4326F;
IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10;
IL2CPP_EXTERN_C String_t* _stringLiteralC6A3E1DB935CF25A980156D5C40EDF5E3DAB7FE0;
IL2CPP_EXTERN_C String_t* _stringLiteralC7D13C38898C8464508B4C88C310B56A7B3B38E1;
IL2CPP_EXTERN_C String_t* _stringLiteralCB9250248513FD707C4336E1C33BE1988615A6BE;
IL2CPP_EXTERN_C String_t* _stringLiteralCBC825FEB4176BFBE9D87AEEC74EADF5E9F0FDDC;
IL2CPP_EXTERN_C String_t* _stringLiteralCDC8FE1FED22D143A4D3A3386BF8D19D24DB7E2C;
IL2CPP_EXTERN_C String_t* _stringLiteralCDE3F83E09FA8D9A5FF936FFA898EF95969AC8B9;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralD263B899C291EBC77E3A63FE4E42990E7FA64FAE;
IL2CPP_EXTERN_C String_t* _stringLiteralD28E2459AC6A73898F642FFE30F6729271682756;
IL2CPP_EXTERN_C String_t* _stringLiteralD2A3E14243D7248D1B3593C6DA166424288DA91A;
IL2CPP_EXTERN_C String_t* _stringLiteralD3405336B22171B2B1D27A70CEA528CE3E5F192C;
IL2CPP_EXTERN_C String_t* _stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04;
IL2CPP_EXTERN_C String_t* _stringLiteralD7677672164954277242A6E897790CE8427CE3D4;
IL2CPP_EXTERN_C String_t* _stringLiteralD8CC9DA34E42D8EA9F7CD68E022BA1D1547595A7;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDE62BC0D1FC9CAF37EEAE37B5DEB77620024AF96;
IL2CPP_EXTERN_C String_t* _stringLiteralE13FF6C7392F9B53DD7F71846C039053919065BA;
IL2CPP_EXTERN_C String_t* _stringLiteralE2EE6FC9BFC212F0283557EAD5986E37A5116E32;
IL2CPP_EXTERN_C String_t* _stringLiteralE401ACE5A5341728744D0B85FE6F1CEB6B85775E;
IL2CPP_EXTERN_C String_t* _stringLiteralE434120E5A9DECA47500B0D6E6392BB3BB48C614;
IL2CPP_EXTERN_C String_t* _stringLiteralE51A06667D5121A3A6BFB6F6186E31C639798CDD;
IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF;
IL2CPP_EXTERN_C String_t* _stringLiteralE975D50E8C238280C509E19EC40AF46A2E29C0F5;
IL2CPP_EXTERN_C String_t* _stringLiteralEB534843932D1025EEE09575458F840C63DC1063;
IL2CPP_EXTERN_C String_t* _stringLiteralEF3035221EDE7802CCF1B6B56275F50021F141EE;
IL2CPP_EXTERN_C String_t* _stringLiteralF24C1390D64EB50B39B62910B009AAEE08842BE9;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF7345B213158444DB089FE8F3E6B0D4CB40C9861;
IL2CPP_EXTERN_C String_t* _stringLiteralF8966B0CD3F56CE2B1C4F214B3EB1F6004D18317;
IL2CPP_EXTERN_C String_t* _stringLiteralF9285755EB9E2FE0BD69343819D2463AF9BAC893;
IL2CPP_EXTERN_C String_t* _stringLiteralF9D47BEBDBAAC54A8BF7B3E3E36CE2A742352FB5;
IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC;
IL2CPP_EXTERN_C String_t* _stringLiteralFCBAB5C977DCEA977E3523589EC03FFA6223F48F;
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
IL2CPP_EXTERN_C String_t* _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68;
IL2CPP_EXTERN_C String_t* _stringLiteralFF91CCC42729FED4D77421D6F8E1B13F461E983A;
IL2CPP_EXTERN_C String_t* _stringLiteralFFCCC13D0E7868905982D0B60AF70D9084074D66;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendListWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA_mCE9C5D21B7A2A0874435AAD21D17BA32268696A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_m9B939C4AC2554CD288536EEF45847F264E6BCC25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4042F6D48329790393426690B9BA706883E80E63_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mA05CFD9117E07678C7ED5770C54B976FABD4AB57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m98E03B36E6E43A2C3B30550BC1B7967049724679_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_AddCallback_m00BEB5CD4929CAD9FB853122DD749019391FA9EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_RemoveCallback_mD04F436C2B1F1E4B5EF2077A64991F648040B6A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m43E2658400E7A58A44DA0D977DC49A174A8690CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m10E105FAFCA71014DF6182D46CE5BC515B555F5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mEDAE46D07A0C5D3DB60E2E556A13753124B613EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD395830EB0F81577D1BFFA60163D5D45F2CD52CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisString_t_m3AC8838FF43F171EDE6F84319C3CA82832F1D6A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetDisplayFormatString_mE9BEA60D2315D8476E1E2ADA3894B2C361BF38DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetExpectedControlLayoutName_m6F7E47F3CB3E271623A89C988C3B52C8C472A6AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetValueType_mC549C4C3B349426F2F2EDC4051A4C088C72EC0DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_AssignCompositePartIndex_m02C374BAD6396011B418A302CC273012A068CF4C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_InstantiateBindingComposite_mCD52CB4638499F32AA5BAE1B79895B0C333F4363_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_AccumulateValueInEvent_m1A76DB9FD77B6712BCAC97A0B0EC4C4E75FAC139_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_AccumulateValueInEvent_m7FBC37448F3008C6E7FD4843113B50857ED1C646_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_BuildPath_mA055881CA7E734606E25FB4442D359DC36067B8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m97888F580E45471962B307A2102548DF4BAEDF47_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_mDBD83111A632E704F06834126683EAFF96EB370B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefault_m6EE0726145C10B23BE607D68D1DD241BBD4E3E0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CompareStateIgnoringNoise_mCDB11BC23DEFDD9BF1463168A4E9A63299795E71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CompareState_mDE6199781A9E43D1ECC7231F56E92C1D5C5D1815_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CopyState_mF93E3961FD1B184D5AEB66C0FE5E543B2A501E20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m55CB68F641C5CA778AAEC813075F7907013C31C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_HasValueChangeInEvent_mB83924A2803F7A1FE7721D046915A7FF7CA65183_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_HasValueChangeInState_m159A245C6D07440F68B6C5BE83ECF1BBE2033382_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_IsPressed_mCFCB4F81F7023C32C24EA443273AE2C979C8B7B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadDefaultValueAsObject_mEC81F84BFE4949BDBED188FF580288286BC3B05A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadValueAsObject_m325A49620BF51E5350B57B0F033053198F7C8959_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadValueFromEventAsObject_m5D5023524AFCBEF01AB51D490A7549282E1C1A15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadValueIntoBuffer_mB90752A4897E8AE86259A0E0514FCC1C4B6C41D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ResetToDefaultStateInEvent_mBEAD1356BD02347B12D6DB102AC3BEE591F4D845_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_Setup_mFFEFF205962974F59B9F62053399EEBE5B8505C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueFromObjectIntoEvent_mA219DE25549BE779A7AC4FA494584892DD55FD95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoState_m1E9DD9DE4C961B3AE99472CF2A76278E940DFBB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Add_m60FF9B2C262F1C205DE0AE0C493526281F4A26CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Contains_mEAA1AA507D834E1E79290B9D086D5176A3B3D208_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_mCCACD95564CA8A502B22EB069B49F2CF2B4F3C2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Count_m37ACCB9EDDB9D6A20611E97B741CF5E5F320A6EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_set_Capacity_mE7FE7A9DB33BA479AB289F84F3C0C69688674E4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA784493D7D266BF0B156B48ADA47E53C5D5B2D4C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_mDCFE7BCAD099AE939457D6AD9FD9DB434207C7B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetDeviceIndex_m2A94515297D9F90AFB8F08EAFD022E3CAEBBC2ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_TryGetChildControl_m58063CCE18393E26D9AD1C5D902AA296DF39F0A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_WriteValueFromBufferIntoState_mD46C4DFF51358825D7B0AB2BADC1E2DEF9EA89BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_WriteValueFromObjectIntoState_mDF2D6EE0F817CDC8129C8B24542AE4626990EE9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_get_Item_m5D9AAF1BBC66860AABF7E8A38FE7FCE5764C82C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_AddDevice_m4ACCACC0A9D4E652869C69E880F71E455B5D6D6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_AddDevice_m6A36B1D42CC84336EEA8A36CA6F8EAF7069CA6C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_AddDevice_mF58D6D79B51A54FFAE32C7CBA504EE00ECE18E55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_FindControl_m834BFFB7174E18EB60A3401D73166D0D087871F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB61714A0E7BF3537CAEE4366FB9D8E9899B21EF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB69EAB33E6FF70749F9D7B79C30C8F64736A8366_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_GetNameOfBaseLayout_m87AF702B8AA0DEEAD4958B6C6F3E51D38474D6D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_IsFirstLayoutBasedOnSecond_m1A6764B0C7DF42D0FA2AA74E8073F42F7B72CC2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_ListEnabledActions_m66CB601F7C8B85C4C3161B384EC932663200976D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_ListLayoutsBasedOn_m0448739933BCE38E15B1ACFD95B9C6E55D5D5613_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_LoadLayout_mA58ABD2C31E63EC4E2F47F9E2B7F08A6185366FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_QueueConfigChangeEvent_m26215979FF3AB6997E89A25198FC0464B64D4DCC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_QueueEvent_m35F20668E3E09695F94D64AD9E9FA6510F8BBB40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_QueueTextEvent_m34F81037149CD9A691C67E2A80DB927952BFD1D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_RegisterBindingComposite_mEC2B898A494E4212F70956A6F8C860179BA6F432_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_RegisterInteraction_m2133969E434B1F29C053E9B9F39744A35C0BBEC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_RegisterLayoutBuilder_m28509701C1119D9091D0FAB65D40B48537D986F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_RegisterLayout_m3D698A0BD9A5375F42E4158A05660DDC77A390B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_RegisterProcessor_mE93DDC3FC28A485EEC78CDFE479BA50388B91233_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_TryGetBindingComposite_mB6D2F0B9591F9D5FA0B7D2D265F47A1249080A48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_TryGetInteraction_m1537E5091F8466571842B5F7C06395D6322ACCEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_TryGetProcessor_m05B0695B5F4B48728B06C00AA2A5880D6DA3F2F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_TryResetDevice_mA4840991C03401BE87C0EFB8BDAA648CB20A68C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_TrySyncDevice_mB067D2EC7D3D1B3A7361CCCDC27AA34E208F9346_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_Update_mD87DF25F5324F12D14D9DF45F878271C2B81ED4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_add_onActionChange_mC1E8B6BF4DC59FBB80CF5623B254192A31851A3F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_add_onDeviceChange_m029F558DF1CF7BE38BCC050CC4FBD6A9EA2C2C35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_add_onDeviceCommand_m866A8F9D32F61DC4641C3E02F59F83B72CD4E589_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_remove_onActionChange_mD3F553E4BC7B238ECD377D5B69676247E0F08019_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_remove_onDeviceChange_m772CFE26B5D7C6DBBC8F8DBA78E327EC4CF6C930_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_remove_onDeviceCommand_m021C18D68FF88EF9178A78EB9729030344BA81E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_set_settings_m04EA7D98BC64C805B54E31DDD7E539323627998D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MatchResult_get_Item_m9778E0B242C196C2F0914BB8A705C175F8E8CAA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mBC4C47ABB7385AAF25F996054748BCC352A3012E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Observable_Where_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m69FB84360CBAB3E1E93755C3BF31945D198C433F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Profiler_ValidateArguments_m732E71FF4C28CBEDD8D4CD51DA409198224ED395_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Resources_FindObjectsOfTypeAll_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_m26C7DAE3B2EE183FE951A6C8DC5CECA014F86CCB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisRemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF_m8D7E8DE1431DFF7E75443F137B00D91741D4584F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetPartNamesU3Ed__12_MoveNext_m39491A355CB6AF575DD77D9549115D15EF8789BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetPartNamesU3Ed__12_System_Collections_IEnumerator_Reset_m43624ACE49229E7359C245BBA5A805EB50CAF51A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m1D648E19F83E89AB48D0493E0C363D0E226904CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_0_m5565926A08175BF6BE21649528594AD861C1C8CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_1_mB76984C50A2161CA07881C811429A4182EEF9EFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3Cget_controlsU3Ed__2_System_Collections_IEnumerator_Reset_mB12DE0383C8618FA22C1004F2804523CA625FCE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* InputBindingComposite_1_tBDF5298257039EEDB07762B01F3C2729012FBFB3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var;
struct AvailableDevice_tEA24B4A4D9BF644F85FECF7EEACF2D02369940B6_marshaled_com;
struct AvailableDevice_tEA24B4A4D9BF644F85FECF7EEACF2D02369940B6_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2;;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com;;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke;
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke;;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056;;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com;;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke;
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke;;
struct DeviceState_t14A51D91E838CDDA982C6720ADEF16BE903FBBD3_marshaled_com;
struct DeviceState_t14A51D91E838CDDA982C6720ADEF16BE903FBBD3_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
struct RemoteSender_tDE9BD8E2CF827F718C3C22D9A38F8E84AC188736_marshaled_com;
struct RemoteSender_tDE9BD8E2CF827F718C3C22D9A38F8E84AC188736_marshaled_pinvoke;
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5;;
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com;
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com;;
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke;
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke;;
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46;;
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com;
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com;;
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke;
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke;;
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045;
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86;
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
struct InputSettingsU5BU5D_t6CC3C4AFBE4A23B0693A4EB44C4517E19FF73C2B;
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
struct SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28;
struct DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278;
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.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tEB41C94D728A2A116E7C01CCB2ACEBA8AD296C60* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tD4A0C41F41EA529D4514091372080877F6248C04* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t96259FE42C45AADD5918C1CDD01C7D732504C523* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t6FFF9155A8574DAE59AE5E53B83EB0E1FBFF79E4* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t96C31E0C36EF324B4BA86A8ED314F2AF342D6D6C* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
struct KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ____dictionary_0;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
struct List_1_tE1DF165936F3562084DB454140315041796A957F : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tE1DF165936F3562084DB454140315041796A957F_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>
struct List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
InputDeviceDescriptionU5BU5D_t8856839C0F01DD680E9A308A4AB77EA5AEF1ACF5* ____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_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
InputDeviceDescriptionU5BU5D_t8856839C0F01DD680E9A308A4AB77EA5AEF1ACF5* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.InternedString>
struct List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ____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_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ____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_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___s_emptyArray_5;
};
// System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>
struct Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4 : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
StateU5BU5D_t77FB80C7C2D12ED78F38553E1D8A5D9F4ABE2477* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
struct Il2CppArrayBounds;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// UnityEngine.InputSystem.InputControlExtensions
struct InputControlExtensions_t3030B5BCCF22ED3DE9837624B846FE36A803607A : 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
{
};
// UnityEngine.InputSystem.LowLevel.NativeInputRuntime
struct NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7 : public RuntimeObject
{
// System.Action UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_ShutdownMethod
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_ShutdownMethod_1;
// UnityEngine.InputSystem.LowLevel.InputUpdateDelegate UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnUpdate
InputUpdateDelegate_tF78891F6BFB57DCD649569B8E3673F33A11B5E55* ___m_OnUpdate_2;
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputUpdateType> UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnBeforeUpdate
Action_1_tDAB4041881A0AD46A7C150D31A131F59B0A61378* ___m_OnBeforeUpdate_3;
// System.Func`2<UnityEngine.InputSystem.LowLevel.InputUpdateType,System.Boolean> UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_OnShouldRunUpdate
Func_2_t62EFAA3354EBC38A360CC3A9CAEC60374509CC29* ___m_OnShouldRunUpdate_4;
// System.Single UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_PollingFrequency
float ___m_PollingFrequency_5;
// System.Boolean UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_DidCallOnShutdown
bool ___m_DidCallOnShutdown_6;
// System.Action`1<System.Boolean> UnityEngine.InputSystem.LowLevel.NativeInputRuntime::m_FocusChangedMethod
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___m_FocusChangedMethod_7;
};
struct NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_StaticFields
{
// UnityEngine.InputSystem.LowLevel.NativeInputRuntime UnityEngine.InputSystem.LowLevel.NativeInputRuntime::instance
NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* ___instance_0;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// 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
{
};
// System.Version
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7 : public RuntimeObject
{
// System.Int32 System.Version::_Major
int32_t ____Major_0;
// System.Int32 System.Version::_Minor
int32_t ____Minor_1;
// System.Int32 System.Version::_Build
int32_t ____Build_2;
// System.Int32 System.Version::_Revision
int32_t ____Revision_3;
};
// 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.InputBinding/<>c
struct U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93 : public RuntimeObject
{
};
struct U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields
{
// UnityEngine.InputSystem.InputBinding/<>c UnityEngine.InputSystem.InputBinding/<>c::<>9
U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93* ___U3CU3E9_0;
// System.Func`2<System.String,System.Boolean> UnityEngine.InputSystem.InputBinding/<>c::<>9__45_0
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* ___U3CU3E9__45_0_1;
};
// UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12
struct U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996 : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>1__state
int32_t ___U3CU3E1__state_0;
// System.String UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>2__current
String_t* ___U3CU3E2__current_1;
// System.Int32 UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>l__initialThreadId
int32_t ___U3CU3El__initialThreadId_2;
// System.String UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::composite
String_t* ___composite_3;
// System.String UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>3__composite
String_t* ___U3CU3E3__composite_4;
// System.Type UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<compositeType>5__1
Type_t* ___U3CcompositeTypeU3E5__1_5;
// System.Reflection.FieldInfo[] UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>s__2
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* ___U3CU3Es__2_6;
// System.Int32 UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>s__3
int32_t ___U3CU3Es__3_7;
// System.Reflection.FieldInfo UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<field>5__4
FieldInfo_t* ___U3CfieldU3E5__4_8;
// UnityEngine.InputSystem.Layouts.InputControlAttribute UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<controlAttribute>5__5
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* ___U3CcontrolAttributeU3E5__5_9;
};
// UnityEngine.InputSystem.InputSystem/<>c
struct U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA : public RuntimeObject
{
};
struct U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields
{
// UnityEngine.InputSystem.InputSystem/<>c UnityEngine.InputSystem.InputSystem/<>c::<>9
U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* ___U3CU3E9_0;
// System.Func`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputSystem/<>c::<>9__79_0
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* ___U3CU3E9__79_0_1;
// System.Func`2<UnityEngine.InputSystem.InputControl,System.Boolean> UnityEngine.InputSystem.InputSystem/<>c::<>9__79_1
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* ___U3CU3E9__79_1_2;
};
// UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1<System.Single>
struct DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7
{
union
{
struct
{
};
uint8_t DefaultComparer_1_tAFA9308213550ECEB767DDACA30D572E74485220__padding[1];
};
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputDevice>
struct Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___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.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<System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>>
struct InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5
{
// 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
IObserver_1U5BU5D_tC7308F301F0D09FCB9FED9003FC09E1AA8B7C170* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>>
struct InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A* ___additionalValues_2;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<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;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// System.Nullable`1<System.Int64>
struct Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int64_t ___value_1;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>
struct ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>
struct ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>
struct ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>
struct ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>
struct ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>
struct ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17
{
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___m_Array_0;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
int32_t ___m_StartIndex_1;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
int32_t ___m_Length_2;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::<formatString>k__BackingField
String_t* ___U3CformatStringU3Ek__BackingField_0;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
};
// 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.InputEventListener
struct InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D
{
union
{
struct
{
};
uint8_t InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D__padding[1];
};
};
struct InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields
{
// UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState UnityEngine.InputSystem.LowLevel.InputEventListener::s_ObserverState
ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8* ___s_ObserverState_0;
};
// UnityEngine.InputSystem.LowLevel.InputEventPtr
struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0
{
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0;
};
// 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;
};
// UnityEngine.PropertyAttribute
struct PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// 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;
};
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.InputSystem.LowLevel.DeltaStateEvent/<stateData>e__FixedBuffer
struct U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84
{
union
{
struct
{
// System.Byte UnityEngine.InputSystem.LowLevel.DeltaStateEvent/<stateData>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84__padding[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.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.InputBindingCompositeContext/PartBinding
struct PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38
{
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::<part>k__BackingField
int32_t ___U3CpartU3Ek__BackingField_0;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::<control>k__BackingField
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3Ek__BackingField_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
struct PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_pinvoke
{
int32_t ___U3CpartU3Ek__BackingField_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3Ek__BackingField_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
struct PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_com
{
int32_t ___U3CpartU3Ek__BackingField_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3Ek__BackingField_1;
};
// UnityEngine.InputSystem.InputControlExtensions/ControlBuilder
struct ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15
{
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/ControlBuilder::<control>k__BackingField
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3Ek__BackingField_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/ControlBuilder
struct ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15_marshaled_pinvoke
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3Ek__BackingField_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/ControlBuilder
struct ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15_marshaled_com
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3Ek__BackingField_0;
};
// UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder
struct DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4
{
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder::<device>k__BackingField
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___U3CdeviceU3Ek__BackingField_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder
struct DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4_marshaled_pinvoke
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___U3CdeviceU3Ek__BackingField_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder
struct DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4_marshaled_com
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___U3CdeviceU3Ek__BackingField_0;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB
{
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout> UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::table
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke
{
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com
{
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5
{
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutTypes
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutStrings
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutBuilders
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::baseLayoutTable
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrides
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrideNames
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::precompiledLayouts
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutMatchers
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com
{
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
};
// UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80
{
// System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson::name
String_t* ___name_0;
// System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson::bindingGroup
String_t* ___bindingGroup_1;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::devices
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* ___devices_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke
{
char* ___name_0;
char* ___bindingGroup_1;
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke* ___devices_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson
struct SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com
{
Il2CppChar* ___name_0;
Il2CppChar* ___bindingGroup_1;
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com* ___devices_2;
};
// UnityEngine.InputSystem.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.InputRemoting/SerializedState
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5
{
// System.Int32 UnityEngine.InputSystem.InputRemoting/SerializedState::senderId
int32_t ___senderId_0;
// UnityEngine.InputSystem.InputRemoting/RemoteSender[] UnityEngine.InputSystem.InputRemoting/SerializedState::senders
RemoteSenderU5BU5D_t1922213A574223D2FDD72B1D937A6B26AA31CEBA* ___senders_1;
// UnityEngine.InputSystem.InputRemoting/Subscriber[] UnityEngine.InputSystem.InputRemoting/SerializedState::subscribers
SubscriberU5BU5D_t3A84F33E3889CCED24934E62859885E857EFD8B3* ___subscribers_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/SerializedState
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke
{
int32_t ___senderId_0;
RemoteSender_tDE9BD8E2CF827F718C3C22D9A38F8E84AC188736_marshaled_pinvoke* ___senders_1;
SubscriberU5BU5D_t3A84F33E3889CCED24934E62859885E857EFD8B3* ___subscribers_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/SerializedState
struct SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com
{
int32_t ___senderId_0;
RemoteSender_tDE9BD8E2CF827F718C3C22D9A38F8E84AC188736_marshaled_com* ___senders_1;
SubscriberU5BU5D_t3A84F33E3889CCED24934E62859885E857EFD8B3* ___subscribers_2;
};
// 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.LowLevel.StateEvent/<stateData>e__FixedBuffer
struct U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC
{
union
{
struct
{
// System.Byte UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC__padding[1];
};
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
struct PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63
{
// System.Func`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::factoryMethod
Func_1_t97C6124008260D65F78265F8B3965ACA776F0671* ___factoryMethod_0;
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::metadata
String_t* ___metadata_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
struct PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_pinvoke
{
Il2CppMethodPointer ___factoryMethod_0;
char* ___metadata_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
struct PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_com
{
Il2CppMethodPointer ___factoryMethod_0;
Il2CppChar* ___metadata_1;
};
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2
{
// System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::devicePath
String_t* ___devicePath_0;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::isOptional
bool ___isOptional_1;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::isOR
bool ___isOR_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke
{
char* ___devicePath_0;
int32_t ___isOptional_1;
int32_t ___isOR_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
struct DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com
{
Il2CppChar* ___devicePath_0;
int32_t ___isOptional_1;
int32_t ___isOR_2;
};
// UnityEngine.InputSystem.InputSystem/DeltaStateEventBuffer/<data>e__FixedBuffer
struct U3CdataU3Ee__FixedBuffer_tAA42105B7EFA169DAD89AFD5B0DC0187B052E976
{
union
{
struct
{
// System.Byte UnityEngine.InputSystem.InputSystem/DeltaStateEventBuffer/<data>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3CdataU3Ee__FixedBuffer_tAA42105B7EFA169DAD89AFD5B0DC0187B052E976__padding[511];
};
};
// UnityEngine.InputSystem.InputSystem/StateEventBuffer/<data>e__FixedBuffer
struct U3CdataU3Ee__FixedBuffer_t47657C7F3734D0DA55A5A333340DF08BC90FB8E6
{
union
{
struct
{
// System.Byte UnityEngine.InputSystem.InputSystem/StateEventBuffer/<data>e__FixedBuffer::FixedElementField
uint8_t ___FixedElementField_0;
};
uint8_t U3CdataU3Ee__FixedBuffer_t47657C7F3734D0DA55A5A333340DF08BC90FB8E6__padding[511];
};
};
// 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.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;
};
// System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>
struct Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ____current_3;
};
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>
struct InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800
{
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
int32_t ___length_0;
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___firstValue_1;
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___additionalValues_2;
};
// 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;
};
// 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;
};
// UnityEngine.InputSystem.CommonUsages
struct CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78 : public RuntimeObject
{
};
struct CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Primary2DMotion
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Primary2DMotion_0;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Secondary2DMotion
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Secondary2DMotion_1;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::PrimaryAction
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___PrimaryAction_2;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::SecondaryAction
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___SecondaryAction_3;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::PrimaryTrigger
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___PrimaryTrigger_4;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::SecondaryTrigger
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___SecondaryTrigger_5;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Modifier
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Modifier_6;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Position
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Position_7;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Orientation
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Orientation_8;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Hatswitch
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Hatswitch_9;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Back
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Back_10;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Forward
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Forward_11;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Menu
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Menu_12;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Submit
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Submit_13;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Cancel
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Cancel_14;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Horizontal
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Horizontal_15;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Vertical
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Vertical_16;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Twist
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Twist_17;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Pressure
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Pressure_18;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::ScrollHorizontal
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___ScrollHorizontal_19;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::ScrollVertical
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___ScrollVertical_20;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::Point
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___Point_21;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::LowFreqMotor
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___LowFreqMotor_22;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::HighFreqMotor
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___HighFreqMotor_23;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::LeftHand
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___LeftHand_24;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::RightHand
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___RightHand_25;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.CommonUsages::BatteryStrength
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___BatteryStrength_26;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
{
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
intptr_t ___handle_0;
};
// UnityEngine.HideFlags
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
{
// System.Int32 UnityEngine.HideFlags::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.Layouts.InputControlAttribute
struct InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
{
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<layout>k__BackingField
String_t* ___U3ClayoutU3Ek__BackingField_0;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<variants>k__BackingField
String_t* ___U3CvariantsU3Ek__BackingField_1;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_2;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<format>k__BackingField
String_t* ___U3CformatU3Ek__BackingField_3;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<usage>k__BackingField
String_t* ___U3CusageU3Ek__BackingField_4;
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::<usages>k__BackingField
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CusagesU3Ek__BackingField_5;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<parameters>k__BackingField
String_t* ___U3CparametersU3Ek__BackingField_6;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<processors>k__BackingField
String_t* ___U3CprocessorsU3Ek__BackingField_7;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<alias>k__BackingField
String_t* ___U3CaliasU3Ek__BackingField_8;
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::<aliases>k__BackingField
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CaliasesU3Ek__BackingField_9;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<useStateFrom>k__BackingField
String_t* ___U3CuseStateFromU3Ek__BackingField_10;
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<bit>k__BackingField
uint32_t ___U3CbitU3Ek__BackingField_11;
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<offset>k__BackingField
uint32_t ___U3CoffsetU3Ek__BackingField_12;
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<sizeInBits>k__BackingField
uint32_t ___U3CsizeInBitsU3Ek__BackingField_13;
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<arraySize>k__BackingField
int32_t ___U3CarraySizeU3Ek__BackingField_14;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<displayName>k__BackingField
String_t* ___U3CdisplayNameU3Ek__BackingField_15;
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<shortDisplayName>k__BackingField
String_t* ___U3CshortDisplayNameU3Ek__BackingField_16;
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::<noisy>k__BackingField
bool ___U3CnoisyU3Ek__BackingField_17;
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::<synthetic>k__BackingField
bool ___U3CsyntheticU3Ek__BackingField_18;
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::<dontReset>k__BackingField
bool ___U3CdontResetU3Ek__BackingField_19;
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::<defaultState>k__BackingField
RuntimeObject* ___U3CdefaultStateU3Ek__BackingField_20;
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::<minValue>k__BackingField
RuntimeObject* ___U3CminValueU3Ek__BackingField_21;
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::<maxValue>k__BackingField
RuntimeObject* ___U3CmaxValueU3Ek__BackingField_22;
};
// UnityEngine.InputSystem.InputControlLayoutChange
struct InputControlLayoutChange_t61F8342166D22A34A86530E38F9CC0A87CF7AD95
{
// System.Int32 UnityEngine.InputSystem.InputControlLayoutChange::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputDeviceChange
struct InputDeviceChange_t1AD7D7058ABBDAA185C1A2B3A9B5E8FE115D7A78
{
// System.Int32 UnityEngine.InputSystem.InputDeviceChange::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.LowLevel.InputDeviceCommand
struct InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::type
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type_4;
};
#pragma pack(pop, tp)
struct
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type_4_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___sizeInBytes_5_OffsetPadding[4];
// System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::sizeInBytes
int32_t ___sizeInBytes_5;
};
#pragma pack(pop, tp)
struct
{
char ___sizeInBytes_5_OffsetPadding_forAlignmentOnly[4];
int32_t ___sizeInBytes_5_forAlignmentOnly;
};
};
};
uint8_t InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E__padding[8];
};
};
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555
{
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* ___m_Patterns_0;
};
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kInterfaceKey_1;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kDeviceClassKey_2;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kManufacturerKey_3;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kProductKey_4;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kVersionKey_5;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke
{
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com
{
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0;
};
// UnityEngine.InputSystem.InputInteraction
struct InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3 : public RuntimeObject
{
};
struct InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_StaticFields
{
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputInteraction::s_Interactions
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Interactions_0;
};
// UnityEngine.InputSystem.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;
};
// UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01
{
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::<parameters>k__BackingField
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke
{
char* ___U3CnameU3Ek__BackingField_0;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com
{
Il2CppChar* ___U3CnameU3Ek__BackingField_0;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
};
// 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.InputBinding/DisplayStringOptions
struct DisplayStringOptions_t2BB33BB69D1409C0EF8DFD4C0CA6665DE7A11A4A
{
// System.Int32 UnityEngine.InputSystem.InputBinding/DisplayStringOptions::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBinding/Flags
struct Flags_t2ED4EFE461994B03533B3B524C8C2EA71315AAE6
{
// System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBinding/MatchOptions
struct MatchOptions_t4139DA755DC92AF0D087D5A0FA1D7D712B392041
{
// System.Int32 UnityEngine.InputSystem.InputBinding/MatchOptions::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2
struct U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717 : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<>1__state
int32_t ___U3CU3E1__state_0;
// UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<>2__current
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 ___U3CU3E2__current_1;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<>l__initialThreadId
int32_t ___U3CU3El__initialThreadId_2;
// UnityEngine.InputSystem.InputBindingCompositeContext UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<>4__this
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 ___U3CU3E4__this_3;
// UnityEngine.InputSystem.InputBindingCompositeContext UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<>3__<>4__this
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 ___U3CU3E3__U3CU3E4__this_4;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<totalBindingCount>5__1
int32_t ___U3CtotalBindingCountU3E5__1_5;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<bindingIndex>5__2
int32_t ___U3CbindingIndexU3E5__2_6;
// UnityEngine.InputSystem.InputActionState/BindingState UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<bindingState>5__3
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA ___U3CbindingStateU3E5__3_7;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<controlStartIndex>5__4
int32_t ___U3CcontrolStartIndexU3E5__4_8;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<i>5__5
int32_t ___U3CiU3E5__5_9;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<control>5__6
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3E5__6_10;
};
// UnityEngine.InputSystem.InputControl/ControlFlags
struct ControlFlags_t9C297F208DE19CEB00A0560F7FDE59F6A2004132
{
// System.Int32 UnityEngine.InputSystem.InputControl/ControlFlags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputControlExtensions/Enumerate
struct Enumerate_tAFB6E28CA44189165DDA67CC93DF6A7FA5B31D73
{
// System.Int32 UnityEngine.InputSystem.InputControlExtensions/Enumerate::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout/Flags
struct Flags_t193C2E9B0D9701ACB7ABD982BA8B3B2DB2F74230
{
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions
struct HumanReadableStringOptions_tBCBF0BB86E3745036CDA4DD1AD9000DC7BC13FE8
{
// System.Int32 UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions::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.LowLevel.InputEventListener/ObserverState
struct ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8 : public RuntimeObject
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>> UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::observers
InlinedArray_1_t77CC94188EA6CADD047B2F76120B047F1934BBB5 ___observers_0;
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.LowLevel.InputEventListener/ObserverState::onEventDelegate
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___onEventDelegate_1;
};
// UnityEngine.InputSystem.InputInteractionContext/Flags
struct Flags_tD8B178446E87C96FBD685DDB43A175C1E104BE33
{
// System.Int32 UnityEngine.InputSystem.InputInteractionContext/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputManager/DeviceDisableScope
struct DeviceDisableScope_t78C9244BCF3AABB7B4764DB5C7F1714783276742
{
// System.Int32 UnityEngine.InputSystem.InputManager/DeviceDisableScope::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputRemoting/Flags
struct Flags_t517913B4BD82CA46D9A80A95E7FCBEC061A88208
{
// System.Int32 UnityEngine.InputSystem.InputRemoting/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputSettings/BackgroundBehavior
struct BackgroundBehavior_t4D397A0FC3ECD31C1A4DB8C2D09BBC4E71BFC1D6
{
// System.Int32 UnityEngine.InputSystem.InputSettings/BackgroundBehavior::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode
struct EditorInputBehaviorInPlayMode_tC47B44FACCF39F8E2DCA21270D51417B5DEF814D
{
// System.Int32 UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputSettings/UpdateMode
struct UpdateMode_tCD49766B755C4CD8E1F2DE8D57798DAC2C5CBF32
{
// System.Int32 UnityEngine.InputSystem.InputSettings/UpdateMode::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionState/BindingState/Flags
struct Flags_tA6C89F4DEFCF06162AF4E5C5A25367E842DEA739
{
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState/Flags::value__
int32_t ___value___2;
};
// UnityEngine.InputSystem.InputActionState/InteractionState/Flags
struct Flags_tD190C4B3047276DCF2697FC32187F87586AEA46F
{
// System.Int32 UnityEngine.InputSystem.InputActionState/InteractionState/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.InputControlScheme/MatchResult/Result
struct Result_t55BE0CAEA046549D542B733456ED2B920A14B99D
{
// System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Result::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;
};
// Unity.Collections.NativeArray`1<System.UInt64>
struct NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>
struct Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___value_1;
};
// UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5
{
// System.String UnityEngine.InputSystem.InputBinding::m_Name
String_t* ___m_Name_2;
// System.String UnityEngine.InputSystem.InputBinding::m_Id
String_t* ___m_Id_3;
// System.String UnityEngine.InputSystem.InputBinding::m_Path
String_t* ___m_Path_4;
// System.String UnityEngine.InputSystem.InputBinding::m_Interactions
String_t* ___m_Interactions_5;
// System.String UnityEngine.InputSystem.InputBinding::m_Processors
String_t* ___m_Processors_6;
// System.String UnityEngine.InputSystem.InputBinding::m_Groups
String_t* ___m_Groups_7;
// System.String UnityEngine.InputSystem.InputBinding::m_Action
String_t* ___m_Action_8;
// UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags
int32_t ___m_Flags_9;
// System.String UnityEngine.InputSystem.InputBinding::m_OverridePath
String_t* ___m_OverridePath_10;
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions
String_t* ___m_OverrideInteractions_11;
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors
String_t* ___m_OverrideProcessors_12;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke
{
char* ___m_Name_2;
char* ___m_Id_3;
char* ___m_Path_4;
char* ___m_Interactions_5;
char* ___m_Processors_6;
char* ___m_Groups_7;
char* ___m_Action_8;
int32_t ___m_Flags_9;
char* ___m_OverridePath_10;
char* ___m_OverrideInteractions_11;
char* ___m_OverrideProcessors_12;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com
{
Il2CppChar* ___m_Name_2;
Il2CppChar* ___m_Id_3;
Il2CppChar* ___m_Path_4;
Il2CppChar* ___m_Interactions_5;
Il2CppChar* ___m_Processors_6;
Il2CppChar* ___m_Groups_7;
Il2CppChar* ___m_Action_8;
int32_t ___m_Flags_9;
Il2CppChar* ___m_OverridePath_10;
Il2CppChar* ___m_OverrideInteractions_11;
Il2CppChar* ___m_OverrideProcessors_12;
};
// UnityEngine.InputSystem.Layouts.InputControlLayout
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D : public RuntimeObject
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Name
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_2;
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::m_Type
Type_t* ___m_Type_3;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Variants
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_4;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateFormat
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_5;
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateSizeInBytes
int32_t ___m_StateSizeInBytes_6;
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout::m_UpdateBeforeRender
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_UpdateBeforeRender_7;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::m_BaseLayouts
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_BaseLayouts_8;
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::m_AppliedOverrides
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_AppliedOverrides_9;
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_CommonUsages
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_CommonUsages_10;
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_Controls
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___m_Controls_11;
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_DisplayName
String_t* ___m_DisplayName_12;
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_Description
String_t* ___m_Description_13;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Flags UnityEngine.InputSystem.Layouts.InputControlLayout::m_Flags
int32_t ___m_Flags_14;
};
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields
{
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::s_DefaultVariant
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___s_DefaultVariant_0;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout::s_Layouts
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___s_Layouts_15;
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstance
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___s_CacheInstance_16;
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstanceRef
int32_t ___s_CacheInstanceRef_17;
};
// UnityEngine.InputSystem.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.InputRemoting
struct InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114 : public RuntimeObject
{
// UnityEngine.InputSystem.InputRemoting/Flags UnityEngine.InputSystem.InputRemoting::m_Flags
int32_t ___m_Flags_0;
// UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputRemoting::m_LocalManager
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___m_LocalManager_1;
// UnityEngine.InputSystem.InputRemoting/Subscriber[] UnityEngine.InputSystem.InputRemoting::m_Subscribers
SubscriberU5BU5D_t3A84F33E3889CCED24934E62859885E857EFD8B3* ___m_Subscribers_2;
// UnityEngine.InputSystem.InputRemoting/RemoteSender[] UnityEngine.InputSystem.InputRemoting::m_Senders
RemoteSenderU5BU5D_t1922213A574223D2FDD72B1D937A6B26AA31CEBA* ___m_Senders_3;
};
// 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.InputControlExtensions/InputEventControlCollection
struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE
{
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_EventPtr
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1;
// UnityEngine.InputSystem.InputControlExtensions/Enumerate UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_Flags
int32_t ___m_Flags_2;
// System.Single UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::m_MagnitudeThreshold
float ___m_MagnitudeThreshold_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection
struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE_marshaled_pinvoke
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1;
int32_t ___m_Flags_2;
float ___m_MagnitudeThreshold_3;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection
struct InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE_marshaled_com
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_1;
int32_t ___m_Flags_2;
float ___m_MagnitudeThreshold_3;
};
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator
struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB
{
// UnityEngine.InputSystem.InputControlExtensions/Enumerate UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_Flags
int32_t ___m_Flags_0;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_Device
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
// System.UInt32[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndex
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlIndex_2;
// System.Int32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_StateOffsetToControlIndexLength
int32_t ___m_StateOffsetToControlIndexLength_3;
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_AllControls
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4;
// System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_DefaultState
uint8_t* ___m_DefaultState_5;
// System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentState
uint8_t* ___m_CurrentState_6;
// System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_NoiseMask
uint8_t* ___m_NoiseMask_7;
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EventPtr
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControl
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_CurrentControl_9;
// System.Int32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentIndexInStateOffsetToControlIndexMap
int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10;
// System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentControlStateBitOffset
uint32_t ___m_CurrentControlStateBitOffset_11;
// System.Byte* UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EventState
uint8_t* ___m_EventState_12;
// System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_CurrentBitOffset
uint32_t ___m_CurrentBitOffset_13;
// System.UInt32 UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_EndBitOffset
uint32_t ___m_EndBitOffset_14;
// System.Single UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::m_MagnitudeThreshold
float ___m_MagnitudeThreshold_15;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator
struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB_marshaled_pinvoke
{
int32_t ___m_Flags_0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2;
int32_t ___m_StateOffsetToControlIndexLength_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4;
uint8_t* ___m_DefaultState_5;
uint8_t* ___m_CurrentState_6;
uint8_t* ___m_NoiseMask_7;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_CurrentControl_9;
int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10;
uint32_t ___m_CurrentControlStateBitOffset_11;
uint8_t* ___m_EventState_12;
uint32_t ___m_CurrentBitOffset_13;
uint32_t ___m_EndBitOffset_14;
float ___m_MagnitudeThreshold_15;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator
struct InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB_marshaled_com
{
int32_t ___m_Flags_0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
Il2CppSafeArray/*NONE*/* ___m_StateOffsetToControlIndex_2;
int32_t ___m_StateOffsetToControlIndexLength_3;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_AllControls_4;
uint8_t* ___m_DefaultState_5;
uint8_t* ___m_CurrentState_6;
uint8_t* ___m_NoiseMask_7;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_EventPtr_8;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_CurrentControl_9;
int32_t ___m_CurrentIndexInStateOffsetToControlIndexMap_10;
uint32_t ___m_CurrentControlStateBitOffset_11;
uint8_t* ___m_EventState_12;
uint32_t ___m_CurrentBitOffset_13;
uint32_t ___m_EndBitOffset_14;
float ___m_MagnitudeThreshold_15;
};
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056
{
// System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_ControlPath
String_t* ___m_ControlPath_0;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_Flags
int32_t ___m_Flags_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke
{
char* ___m_ControlPath_0;
int32_t ___m_Flags_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com
{
Il2CppChar* ___m_ControlPath_0;
int32_t ___m_Flags_1;
};
// UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState
struct SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026
{
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState::lastUpdateType
int32_t ___lastUpdateType_0;
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState::playerUpdateStepCount
UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 ___playerUpdateStepCount_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState
struct SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_pinvoke
{
int32_t ___lastUpdateType_0;
UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke ___playerUpdateStepCount_1;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState
struct SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_com
{
int32_t ___lastUpdateType_0;
UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com ___playerUpdateStepCount_1;
};
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>
struct Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333 : public MulticastDelegate_t
{
};
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D : public MulticastDelegate_t
{
};
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>
struct Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7 : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>
struct Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4 : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.InputSystem.InputControl,System.Boolean>
struct Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765 : public MulticastDelegate_t
{
};
// System.Func`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControl>
struct Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43 : public MulticastDelegate_t
{
};
// System.Func`2<System.String,System.Boolean>
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D : public MulticastDelegate_t
{
};
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
struct InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA
{
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
int32_t ___m_Count_0;
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
int32_t ___m_Allocator_2;
};
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice>
struct InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13
{
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
int32_t ___m_Count_0;
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
int32_t ___m_Allocator_2;
};
// UnityEngine.InputSystem.InputControlList`1<System.Object>
struct InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31
{
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
int32_t ___m_Count_0;
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
int32_t ___m_Allocator_2;
};
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
struct Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value_1;
};
// System.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.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.InputDeviceCommandDelegate
struct InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809 : public MulticastDelegate_t
{
};
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
struct InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E : public MulticastDelegate_t
{
};
// 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;
};
// UnityEngine.InputSystem.InputSettings
struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// System.String[] UnityEngine.InputSystem.InputSettings::m_SupportedDevices
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_SupportedDevices_4;
// UnityEngine.InputSystem.InputSettings/UpdateMode UnityEngine.InputSystem.InputSettings::m_UpdateMode
int32_t ___m_UpdateMode_5;
// System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxEventBytesPerUpdate
int32_t ___m_MaxEventBytesPerUpdate_6;
// System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxQueuedEventsPerUpdate
int32_t ___m_MaxQueuedEventsPerUpdate_7;
// System.Boolean UnityEngine.InputSystem.InputSettings::m_CompensateForScreenOrientation
bool ___m_CompensateForScreenOrientation_8;
// System.Boolean UnityEngine.InputSystem.InputSettings::m_FilterNoiseOnCurrent
bool ___m_FilterNoiseOnCurrent_9;
// UnityEngine.InputSystem.InputSettings/BackgroundBehavior UnityEngine.InputSystem.InputSettings::m_BackgroundBehavior
int32_t ___m_BackgroundBehavior_10;
// UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode UnityEngine.InputSystem.InputSettings::m_EditorInputBehaviorInPlayMode
int32_t ___m_EditorInputBehaviorInPlayMode_11;
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMin
float ___m_DefaultDeadzoneMin_12;
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMax
float ___m_DefaultDeadzoneMax_13;
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultButtonPressPoint
float ___m_DefaultButtonPressPoint_14;
// System.Single UnityEngine.InputSystem.InputSettings::m_ButtonReleaseThreshold
float ___m_ButtonReleaseThreshold_15;
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultTapTime
float ___m_DefaultTapTime_16;
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultSlowTapTime
float ___m_DefaultSlowTapTime_17;
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultHoldTime
float ___m_DefaultHoldTime_18;
// System.Single UnityEngine.InputSystem.InputSettings::m_TapRadius
float ___m_TapRadius_19;
// System.Single UnityEngine.InputSystem.InputSettings::m_MultiTapDelayTime
float ___m_MultiTapDelayTime_20;
// System.Boolean UnityEngine.InputSystem.InputSettings::m_DisableRedundantEventsMerging
bool ___m_DisableRedundantEventsMerging_21;
// System.Collections.Generic.HashSet`1<System.String> UnityEngine.InputSystem.InputSettings::m_FeatureFlags
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___m_FeatureFlags_22;
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Collections.Generic.KeyNotFoundException
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.Networking.PlayerConnection.PlayerConnection
struct PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents UnityEngine.Networking.PlayerConnection.PlayerConnection::m_PlayerEditorConnectionEvents
PlayerEditorConnectionEvents_tF92F4A9A0EDAB7D3D544AE9B0F3F925C4E48B7CB* ___m_PlayerEditorConnectionEvents_5;
// System.Collections.Generic.List`1<System.Int32> UnityEngine.Networking.PlayerConnection.PlayerConnection::m_connectedPlayers
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_connectedPlayers_6;
// System.Boolean UnityEngine.Networking.PlayerConnection.PlayerConnection::m_IsInitilized
bool ___m_IsInitilized_7;
};
struct PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53_StaticFields
{
// UnityEngine.IPlayerEditorConnectionNative UnityEngine.Networking.PlayerConnection.PlayerConnection::connectionNative
RuntimeObject* ___connectionNative_4;
// UnityEngine.Networking.PlayerConnection.PlayerConnection UnityEngine.Networking.PlayerConnection.PlayerConnection::s_Instance
PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53* ___s_Instance_8;
};
// UnityEngine.InputSystem.RemoteInputPlayerConnection
struct RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// UnityEngine.Networking.PlayerConnection.IEditorPlayerConnection UnityEngine.InputSystem.RemoteInputPlayerConnection::m_Connection
RuntimeObject* ___m_Connection_11;
// UnityEngine.InputSystem.RemoteInputPlayerConnection/Subscriber[] UnityEngine.InputSystem.RemoteInputPlayerConnection::m_Subscribers
SubscriberU5BU5D_t2B869FAEC53D0E7E904F37897866875C10261830* ___m_Subscribers_12;
// System.Int32[] UnityEngine.InputSystem.RemoteInputPlayerConnection::m_ConnectedIds
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_ConnectedIds_13;
};
struct RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF_StaticFields
{
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kNewDeviceMsg
Guid_t ___kNewDeviceMsg_4;
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kNewLayoutMsg
Guid_t ___kNewLayoutMsg_5;
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kNewEventsMsg
Guid_t ___kNewEventsMsg_6;
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kRemoveDeviceMsg
Guid_t ___kRemoveDeviceMsg_7;
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kChangeUsagesMsg
Guid_t ___kChangeUsagesMsg_8;
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kStartSendingMsg
Guid_t ___kStartSendingMsg_9;
// System.Guid UnityEngine.InputSystem.RemoteInputPlayerConnection::kStopSendingMsg
Guid_t ___kStopSendingMsg_10;
};
// 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.InputControlExtensions/<GetAllButtonPresses>d__43
struct U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B : public RuntimeObject
{
// System.Int32 UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>1__state
int32_t ___U3CU3E1__state_0;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>2__current
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CU3E2__current_1;
// System.Int32 UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>l__initialThreadId
int32_t ___U3CU3El__initialThreadId_2;
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::eventPtr
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr_3;
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>3__eventPtr
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___U3CU3E3__eventPtr_4;
// System.Single UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::magnitude
float ___magnitude_5;
// System.Single UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>3__magnitude
float ___U3CU3E3__magnitude_6;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::buttonControlsOnly
bool ___buttonControlsOnly_7;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>3__buttonControlsOnly
bool ___U3CU3E3__buttonControlsOnly_8;
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<>s__1
InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB ___U3CU3Es__1_9;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::<control>5__2
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___U3CcontrolU3E5__2_10;
};
// UnityEngine.InputSystem.InputManager/SerializedState
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46
{
// System.Int32 UnityEngine.InputSystem.InputManager/SerializedState::layoutRegistrationVersion
int32_t ___layoutRegistrationVersion_0;
// System.Single UnityEngine.InputSystem.InputManager/SerializedState::pollingFrequency
float ___pollingFrequency_1;
// UnityEngine.InputSystem.InputManager/DeviceState[] UnityEngine.InputSystem.InputManager/SerializedState::devices
DeviceStateU5BU5D_t2FFF1D33A730514A6E6B9A88A22A1E5292442DD0* ___devices_2;
// UnityEngine.InputSystem.InputManager/AvailableDevice[] UnityEngine.InputSystem.InputManager/SerializedState::availableDevices
AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5* ___availableDevices_3;
// UnityEngine.InputSystem.LowLevel.InputStateBuffers UnityEngine.InputSystem.InputManager/SerializedState::buffers
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___buffers_4;
// UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState UnityEngine.InputSystem.InputManager/SerializedState::updateState
SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 ___updateState_5;
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager/SerializedState::updateMask
int32_t ___updateMask_6;
// UnityEngine.InputSystem.LowLevel.InputMetrics UnityEngine.InputSystem.InputManager/SerializedState::metrics
InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 ___metrics_7;
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputManager/SerializedState::settings
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___settings_8;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/SerializedState
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke
{
int32_t ___layoutRegistrationVersion_0;
float ___pollingFrequency_1;
DeviceState_t14A51D91E838CDDA982C6720ADEF16BE903FBBD3_marshaled_pinvoke* ___devices_2;
AvailableDevice_tEA24B4A4D9BF644F85FECF7EEACF2D02369940B6_marshaled_pinvoke* ___availableDevices_3;
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___buffers_4;
SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_pinvoke ___updateState_5;
int32_t ___updateMask_6;
InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 ___metrics_7;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___settings_8;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/SerializedState
struct SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com
{
int32_t ___layoutRegistrationVersion_0;
float ___pollingFrequency_1;
DeviceState_t14A51D91E838CDDA982C6720ADEF16BE903FBBD3_marshaled_com* ___devices_2;
AvailableDevice_tEA24B4A4D9BF644F85FECF7EEACF2D02369940B6_marshaled_com* ___availableDevices_3;
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___buffers_4;
SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026_marshaled_com ___updateState_5;
int32_t ___updateMask_6;
InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 ___metrics_7;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___settings_8;
};
// UnityEngine.InputSystem.InputControl`1<System.Single>
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 ___m_ProcessorStack_21;
};
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
{
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB ___m_ProcessorStack_21;
};
// 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.LowLevel.DeltaStateEvent
struct DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeltaStateEvent::baseEvent
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateFormat_2_OffsetPadding[20];
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateFormat
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_2;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateFormat_2_OffsetPadding_forAlignmentOnly[20];
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_2_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateOffset_3_OffsetPadding[24];
// System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateOffset
uint32_t ___stateOffset_3;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateOffset_3_OffsetPadding_forAlignmentOnly[24];
uint32_t ___stateOffset_3_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateData_4_OffsetPadding[28];
// UnityEngine.InputSystem.LowLevel.DeltaStateEvent/<stateData>e__FixedBuffer UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateData
U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84 ___stateData_4;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateData_4_OffsetPadding_forAlignmentOnly[28];
U3CstateDataU3Ee__FixedBuffer_t2D79C7E59F64E19D0450D36680F1A1B52CD89F84 ___stateData_4_forAlignmentOnly;
};
#pragma pack(pop, tp)
};
};
uint8_t DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859__padding[29];
};
};
// UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent
struct DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::baseEvent
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1;
};
#pragma pack(pop, tp)
struct
{
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly;
};
};
};
uint8_t DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB__padding[20];
};
};
// 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.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.LowLevel.StateEvent
struct StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.StateEvent::baseEvent
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateFormat_3_OffsetPadding[20];
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::stateFormat
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_3;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateFormat_3_OffsetPadding_forAlignmentOnly[20];
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_3_forAlignmentOnly;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateData_4_OffsetPadding[24];
// UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer UnityEngine.InputSystem.LowLevel.StateEvent::stateData
U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC ___stateData_4;
};
#pragma pack(pop, tp)
#pragma pack(push, tp, 1)
struct
{
char ___stateData_4_OffsetPadding_forAlignmentOnly[24];
U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC ___stateData_4_forAlignmentOnly;
};
#pragma pack(pop, tp)
};
};
uint8_t StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F__padding[25];
};
};
// UnityEngine.InputSystem.LowLevel.TextEvent
struct TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.TextEvent::baseEvent
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1;
};
#pragma pack(pop, tp)
struct
{
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___character_2_OffsetPadding[20];
// System.Int32 UnityEngine.InputSystem.LowLevel.TextEvent::character
int32_t ___character_2;
};
#pragma pack(pop, tp)
struct
{
char ___character_2_OffsetPadding_forAlignmentOnly[20];
int32_t ___character_2_forAlignmentOnly;
};
};
};
uint8_t TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E__padding[24];
};
};
// UnityEngine.InputSystem.InputControlScheme/MatchResult
struct MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27
{
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Result UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Result
int32_t ___m_Result_0;
// System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Score
float ___m_Score_1;
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Devices
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 ___m_Devices_2;
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Controls
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_3;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Requirements
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___m_Requirements_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult
struct MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_pinvoke
{
int32_t ___m_Result_0;
float ___m_Score_1;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 ___m_Devices_2;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_3;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke* ___m_Requirements_4;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult
struct MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_com
{
int32_t ___m_Result_0;
float ___m_Score_1;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 ___m_Devices_2;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_3;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com* ___m_Requirements_4;
};
// UnityEngine.InputSystem.InputSystem/State
struct State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF
{
// UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputSystem/State::manager
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___manager_0;
// UnityEngine.InputSystem.InputRemoting UnityEngine.InputSystem.InputSystem/State::remote
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* ___remote_1;
// UnityEngine.InputSystem.RemoteInputPlayerConnection UnityEngine.InputSystem.InputSystem/State::remoteConnection
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* ___remoteConnection_2;
// UnityEngine.InputSystem.InputManager/SerializedState UnityEngine.InputSystem.InputSystem/State::managerState
SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46 ___managerState_3;
// UnityEngine.InputSystem.InputRemoting/SerializedState UnityEngine.InputSystem.InputSystem/State::remotingState
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5 ___remotingState_4;
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.InputSystem/State::inputActionState
RuntimeObject* ___inputActionState_5;
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.InputSystem/State::touchState
RuntimeObject* ___touchState_6;
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.InputSystem/State::inputUserState
RuntimeObject* ___inputUserState_7;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputSystem/State
struct State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_pinvoke
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___manager_0;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* ___remote_1;
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* ___remoteConnection_2;
SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke ___managerState_3;
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke ___remotingState_4;
RuntimeObject* ___inputActionState_5;
RuntimeObject* ___touchState_6;
RuntimeObject* ___inputUserState_7;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputSystem/State
struct State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_com
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___manager_0;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* ___remote_1;
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* ___remoteConnection_2;
SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com ___managerState_3;
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com ___remotingState_4;
RuntimeObject* ___inputActionState_5;
RuntimeObject* ___touchState_6;
RuntimeObject* ___inputUserState_7;
};
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
struct Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD
{
// System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::m_Index
int32_t ___m_Index_0;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::m_Requirements
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___m_Requirements_1;
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::m_Controls
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
struct Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_pinvoke
{
int32_t ___m_Index_0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke* ___m_Requirements_1;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
struct Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_com
{
int32_t ___m_Index_0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com* ___m_Requirements_1;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_2;
};
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
struct Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3
{
// System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::m_RequirementIndex
int32_t ___m_RequirementIndex_0;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::m_Requirements
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___m_Requirements_1;
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::m_Controls
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
struct Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_pinvoke
{
int32_t ___m_RequirementIndex_0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke* ___m_Requirements_1;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_2;
};
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
struct Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_com
{
int32_t ___m_RequirementIndex_0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com* ___m_Requirements_1;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___m_Controls_2;
};
// 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.Pointer
struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B
{
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::<position>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CpositionU3Ek__BackingField_39;
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::<delta>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CdeltaU3Ek__BackingField_40;
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::<radius>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CradiusU3Ek__BackingField_41;
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Pointer::<pressure>k__BackingField
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CpressureU3Ek__BackingField_42;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Pointer::<press>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CpressU3Ek__BackingField_43;
};
struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_StaticFields
{
// UnityEngine.InputSystem.Pointer UnityEngine.InputSystem.Pointer::<current>k__BackingField
Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___U3CcurrentU3Ek__BackingField_44;
};
// UnityEngine.InputSystem.InputSystem/DeltaStateEventBuffer
struct DeltaStateEventBuffer_tCED43A07419447C1CD388366C15627AD26E3E61E
{
// UnityEngine.InputSystem.LowLevel.DeltaStateEvent UnityEngine.InputSystem.InputSystem/DeltaStateEventBuffer::stateEvent
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859 ___stateEvent_0;
// UnityEngine.InputSystem.InputSystem/DeltaStateEventBuffer/<data>e__FixedBuffer UnityEngine.InputSystem.InputSystem/DeltaStateEventBuffer::data
U3CdataU3Ee__FixedBuffer_tAA42105B7EFA169DAD89AFD5B0DC0187B052E976 ___data_2;
};
// UnityEngine.InputSystem.InputSystem/StateEventBuffer
struct StateEventBuffer_tD7EB124C1C161995156015D35DAA8740259097C2
{
// UnityEngine.InputSystem.LowLevel.StateEvent UnityEngine.InputSystem.InputSystem/StateEventBuffer::stateEvent
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F ___stateEvent_0;
// UnityEngine.InputSystem.InputSystem/StateEventBuffer/<data>e__FixedBuffer UnityEngine.InputSystem.InputSystem/StateEventBuffer::data
U3CdataU3Ee__FixedBuffer_t47657C7F3734D0DA55A5A333340DF08BC90FB8E6 ___data_2;
};
// 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;
};
// UnityEngine.InputSystem.Mouse
struct Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F : public Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A
{
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Mouse::<scroll>k__BackingField
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CscrollU3Ek__BackingField_45;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<leftButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftButtonU3Ek__BackingField_46;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<middleButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CmiddleButtonU3Ek__BackingField_47;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<rightButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightButtonU3Ek__BackingField_48;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<backButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CbackButtonU3Ek__BackingField_49;
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Mouse::<forwardButton>k__BackingField
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CforwardButtonU3Ek__BackingField_50;
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Mouse::<clickCount>k__BackingField
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CclickCountU3Ek__BackingField_51;
};
struct Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_StaticFields
{
// UnityEngine.InputSystem.Mouse UnityEngine.InputSystem.Mouse::<current>k__BackingField
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* ___U3CcurrentU3Ek__BackingField_52;
// UnityEngine.InputSystem.Mouse UnityEngine.InputSystem.Mouse::s_PlatformMouseDevice
Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F* ___s_PlatformMouseDevice_53;
};
#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);
}
};
// System.Reflection.FieldInfo[]
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8 : public RuntimeArray
{
ALIGN_FIELD (8) FieldInfo_t* m_Items[1];
inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FieldInfo_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, FieldInfo_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputControl[]
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17 : public RuntimeArray
{
ALIGN_FIELD (8) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* m_Items[1];
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.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.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.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/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.InputControlScheme/SchemeJson/DeviceJson[]
struct DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278 : public RuntimeArray
{
ALIGN_FIELD (8) DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 m_Items[1];
inline DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2* 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, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devicePath_0), (void*)NULL);
}
inline DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devicePath_0), (void*)NULL);
}
};
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[]
struct SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28 : public RuntimeArray
{
ALIGN_FIELD (8) SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 m_Items[1];
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devices_2), (void*)NULL);
#endif
}
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bindingGroup_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devices_2), (void*)NULL);
#endif
}
};
// UnityEngine.InputSystem.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.InputDevice[]
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548 : public RuntimeArray
{
ALIGN_FIELD (8) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* m_Items[1];
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.InputSettings[]
struct InputSettingsU5BU5D_t6CC3C4AFBE4A23B0693A4EB44C4517E19FF73C2B : public RuntimeArray
{
ALIGN_FIELD (8) InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* m_Items[1];
inline InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF** 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, InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.InputSystem.Utilities.InternedString[]
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5 : public RuntimeArray
{
ALIGN_FIELD (8) InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 m_Items[1];
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL);
#endif
}
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL);
#endif
}
};
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_back(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke& marshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled);
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_cleanup(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_back(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com& marshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled);
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_cleanup(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke_back(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke& marshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled);
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke_cleanup(DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com_back(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com& marshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled);
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com_cleanup(DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com& marshaled);
IL2CPP_EXTERN_C void SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshal_pinvoke(const SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46& unmarshaled, SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshal_pinvoke_back(const SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke& marshaled, SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46& unmarshaled);
IL2CPP_EXTERN_C void SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshal_pinvoke_cleanup(SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshal_pinvoke(const SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5& unmarshaled, SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshal_pinvoke_back(const SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke& marshaled, SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5& unmarshaled);
IL2CPP_EXTERN_C void SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshal_pinvoke_cleanup(SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshal_com(const SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46& unmarshaled, SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com& marshaled);
IL2CPP_EXTERN_C void SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshal_com_back(const SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com& marshaled, SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46& unmarshaled);
IL2CPP_EXTERN_C void SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshal_com_cleanup(SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46_marshaled_com& marshaled);
IL2CPP_EXTERN_C void SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshal_com(const SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5& unmarshaled, SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com& marshaled);
IL2CPP_EXTERN_C void SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshal_com_back(const SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com& marshaled, SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5& unmarshaled);
IL2CPP_EXTERN_C void SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshal_com_cleanup(SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5_marshaled_com& marshaled);
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m046DED489E38F15407F5825AD753C4090F103893_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.MemberInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m1ABB7BFE3A35B2A28A19FC1A0C752D5F8F74E70E_gshared (MemberInfo_t* ___element0, bool ___inherit1, const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.MemberInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m4EC31174530940C18F3127D8C7E7260B2606F4A0_gshared (MemberInfo_t* ___element0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.InputActionState::ReadCompositePartValue<System.Single,UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1<System.Single>>(System.Int32,System.Int32,System.Boolean*,System.Int32&,TComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_gshared (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, bool* ___buttonValuePtr2, int32_t* ___controlIndex3, DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 ___comparer4, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::.ctor(Unity.Collections.Allocator,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1__ctor_m987A3431D9F93F50F147AB0255B875BA1C4151CA_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___allocator0, int32_t ___initialCapacity1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_gshared_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_gshared (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlList`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method) ;
// System.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) ;
// 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.InputControlPath::TryFindControls<System.Object>(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1<TControl>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlPath_TryFindControls_TisRuntimeObject_mE46D0AE97C9B2492D4E2DD3573053F2BB0A1A661_gshared (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* ___matches3, 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.Int32 UnityEngine.InputSystem.InputSystem::FindControls<System.Object>(System.String,UnityEngine.InputSystem.InputControlList`1<TControl>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_FindControls_TisRuntimeObject_mE070D49F642AA20699066081226A3B841499EC8E_gshared (String_t* ___path0, InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* ___controls1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<System.Object>(TValue[]&,System.Int32&,TValue,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t* ___count1, RuntimeObject* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity<System.Object,UnityEngine.InputSystem.InputControlList`1<System.Object>>(TValue[]&,System.Int32&,TValues,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisInputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31_m13702CF8B30C7F090432D79482489791E200F43F_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t* ___length1, InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31 ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_gshared (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>>(System.Object,TParameterList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_gshared (RuntimeObject* ___instance0, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___parameters1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::.ctor(TValue[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB_gshared (ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17* __this, DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___array0, const RuntimeMethod* method) ;
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::set_Capacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_set_Capacity_m42D42F4C12EF4F0EEF03959C651B5A1597B0D316_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___value0, const RuntimeMethod* method) ;
// TControl UnityEngine.InputSystem.InputControlList`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlList_1_get_Item_mA6D11AC01076BDE34EE9C019D4A348E3C404DBA6_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlList`1<System.Object>::Contains(TControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlList_1_Contains_mCE8F97825DBC1EDD2AFBC9A72C468A8FDC91C104_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Add(TControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Add_m3930D23218278EB62DFBF3004565C0139DCCD455_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_gshared_inline (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_gshared (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_gshared (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* ___value1, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F* Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D_gshared (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9_gshared (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.InternedString>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5_gshared (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A_gshared (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_gshared_inline (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63 Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE_gshared (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549_gshared (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E_gshared (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::.ctor(TValue[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// 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) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5_gshared (List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlList`1<TControl> UnityEngine.InputSystem.InputSystem::FindControls<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31 InputSystem_FindControls_TisRuntimeObject_m9AB971E45839B614A3AD44FC7A2126CB0409AB63_gshared (String_t* ___path0, const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mAB29003103E0997CD1702EFEFB8E87677AB302BA_gshared (Func_2_tD6A94C952B3804092A855172C7AB943068CC0AF1* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.IObservable`1<TResult> UnityEngine.InputSystem.Utilities.Observable::Select<UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object>(System.IObservable`1<TSource>,System.Func`2<TSource,TResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisRuntimeObject_m17B04D203DB378943C1E40103F87310CBCEF30B3_gshared (RuntimeObject* ___source0, Func_2_tD6A94C952B3804092A855172C7AB943068CC0AF1* ___filter1, const RuntimeMethod* method) ;
// System.IObservable`1<TValue> UnityEngine.InputSystem.Utilities.Observable::Where<System.Object>(System.IObservable`1<TValue>,System.Func`2<TValue,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Where_TisRuntimeObject_m11983E5B11DDF0B892EB21AB9D34CB0A60B3F7BF_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::QueueEvent<UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent>(TEvent&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4_gshared (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* ___inputEvent0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::QueueEvent<UnityEngine.InputSystem.LowLevel.TextEvent>(TEvent&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570_gshared (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E* ___inputEvent0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::AddCallback(TDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, RuntimeObject* ___dlg0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::RemoveCallback(TDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, RuntimeObject* ___dlg0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared (const RuntimeMethod* method) ;
// T[] UnityEngine.Resources::FindObjectsOfTypeAll<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Resources_FindObjectsOfTypeAll_TisRuntimeObject_m5C85593AB0779ED746918A1F2DB94A678C17110A_gshared (const RuntimeMethod* method) ;
// TSource System.Linq.Enumerable::FirstOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_FirstOrDefault_TisRuntimeObject_m9A7C2BF942D2CE1640896A41290BBD682568B6C8_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E_gshared (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4_gshared (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F_gshared (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF ___item0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_gshared_inline (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475_gshared (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(TValue[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_gshared (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent<System.Single>(UnityEngine.InputSystem.InputControl`1<TValue>,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent1, float* ___value2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent<System.Single>(UnityEngine.InputSystem.InputControl`1<TValue>,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* ___control0, float ___value1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent<UnityEngine.Vector2>(UnityEngine.InputSystem.InputControl`1<TValue>,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___value2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent<UnityEngine.Vector2>(UnityEngine.InputSystem.InputControl`1<TValue>,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* ___control0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88_gshared (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_gshared_inline (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __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.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 System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, 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/InteractionState::get_startTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __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.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/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_timerStartTime()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, 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.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.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.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_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.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.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.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.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) ;
// 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.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.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.String System.UInt16::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5 (uint16_t* __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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_controlStartIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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.String System.Byte::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4 (uint8_t* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_controlCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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/BindingState::set_interactionStartIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_interactionCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_processorStartIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_processorCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_actionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_actionIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_mapIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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.InputActionState/BindingState::set_compositeOrCompositeBindingIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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) ;
// UnityEngine.InputSystem.InputActionState/BindingState/Flags UnityEngine.InputSystem.InputActionState/BindingState::get_flags()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_flags(UnityEngine.InputSystem.InputActionState/BindingState/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_chainsWithNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_chainsWithNext_m00FEE889165AC180623E3A8533AF0ECCD6776EF4 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_chainsWithNext(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_chainsWithNext_m9AAC2BB2EF364CB1CDAA2DFD76E3C877693F84EA (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isEndOfChain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isEndOfChain_m59E9D0EF4D791283BD3CD9B1EF8117643EED357B (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isEndOfChain(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isEndOfChain_mE946792711EF9EC38CE2AC659F2FA77B153306DE (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfChain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfChain_mC15742DAC4F2F8AAB802E2C3F0FF5A85AED8EB69 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, 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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isPartOfComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, 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.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.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/BindingState::set_wantsInitialStateCheck(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, 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 System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.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.InputActionState/BindingState::set_partIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/TriggerState::get_phase()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_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.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.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isWaiting_m70BAD5D823E2476E9CCA4AF3305FC762CFA76B3B (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, 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.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.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.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/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.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) ;
// 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.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.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.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.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.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/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.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.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.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.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.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.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.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.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.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.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.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/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_isPassThrough()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, 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) ;
// 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/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.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.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_mayNeedConflictResolution(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, 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.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.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_inProcessing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, 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.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.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::get_sizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnmanagedMemory_get_sizeInBytes_m31935EB8B9F97AA82D613DAFE14D50030154DDFD (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
// System.Void* Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Malloc(System.Int64,System.Int32,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_mA79BF3D6FC86F67D4354A6C8481DB0F13FD6777B (int64_t ___size0, int32_t ___alignment1, int32_t ___allocator2, const RuntimeMethod* method) ;
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemClear(System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m0535B03E39A2A8CF84AE517549902F0025F67460 (void* ___destination0, int64_t ___size1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Allocate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, int32_t ___mapCount0, int32_t ___actionCount1, int32_t ___bindingCount2, int32_t ___controlCount3, int32_t ___interactionCount4, int32_t ___compositeCount5, const RuntimeMethod* method) ;
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mA951B190894E1755DE821FCBD35F7AD9FB388F18 (void* ___memory0, int32_t ___allocator1, 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 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::CopyDataFrom(UnityEngine.InputSystem.InputActionState/UnmanagedMemory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m234422A66DA28C27C939932363F7DD3DB74B64F8 (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::ResetGlobals()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetGlobals_m8E89D5FC993708F3C39993700AEB4B6F6466BB2F (const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_name(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Guid::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___g0, const RuntimeMethod* method) ;
// System.Guid UnityEngine.InputSystem.InputBinding::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String System.Guid::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.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.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_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.String UnityEngine.InputSystem.InputBinding::get_overridePath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_overridePath(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_interactions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.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.String UnityEngine.InputSystem.InputBinding::get_overrideInteractions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_overrideInteractions(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_processors()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, 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.String UnityEngine.InputSystem.InputBinding::get_overrideProcessors()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::set_overrideProcessors(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.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.Void UnityEngine.InputSystem.InputBinding::set_groups(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.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.Void UnityEngine.InputSystem.InputBinding::set_action(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A (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.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.InputBinding::set_isPartOfComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::get_hasOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_hasOverrides_m56265C6FFDA358C043B984B6A561B9E75F3EE969 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding::.ctor(System.String,System.String,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding__ctor_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method) ;
// System.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.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387 (String_t* ___text0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::get_name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::GetNameOfComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Guid System.Guid::NewGuid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903 (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.Void UnityEngine.InputSystem.InputBinding::RemoveOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_RemoveOverrides_mF1EAE3A6E558B82C15655368EA66402F4712A61E (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.String,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184 (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline RuntimeObject* Enumerable_Where_TisString_t_m3AC8838FF43F171EDE6F84319C3CA82832F1D6A1 (RuntimeObject* ___source0, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* ___predicate1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m046DED489E38F15407F5825AD753C4090F103893_gshared)(___source0, ___predicate1, method);
}
// System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632 (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_effectiveInteractions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::get_effectiveProcessors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isEmpty_m97635DBF7F089D3D0070B75528235B6C16997F48 (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 UnityEngine.InputSystem.InputBinding::Equals(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_m0CF51E09F9B6A119A99353A964B96B9940AE44BD (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::op_Equality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___left0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___right1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBinding::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBinding_GetHashCode_m9B6CA9B7DD11C4334D3C61563079836B7551A58B (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToString_mF48054A83641CE696AC68ABFC8260D182DF8FBBF (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(System.String&,System.String&,UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control3, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_mBD0B1E38663D188F0BE578D1D2598C9E40170C78 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, int32_t ___options0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlPath::ToHumanReadableString(System.String,System.String&,System.String&,UnityEngine.InputSystem.InputControlPath/HumanReadableStringOptions,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_ToHumanReadableString_m1278644C62BAD4E14D880BE1DE4CF16CFE0784FF (String_t* ___path0, String_t** ___deviceLayoutName1, String_t** ___controlPath2, int32_t ___options3, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control4, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameAndParameters_ParseMultiple_mFBFEBD45DB299128EC5E49F052B21921046110D1 (String_t* ___text0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputInteraction::GetDisplayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputInteraction_GetDisplayName_m1A626578C2F793BB272C8CC971FD05A3764BC67A (String_t* ___interaction0, const RuntimeMethod* method) ;
// 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.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.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.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.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding&,UnityEngine.InputSystem.InputBinding/MatchOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___binding0, int32_t ___options1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::CharacterSeparatedListsHaveAtLeastOneCommonElement(System.String,System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64 (String_t* ___firstList0, String_t* ___secondList1, Il2CppChar ___separator2, const RuntimeMethod* method) ;
// System.Boolean System.Guid::op_Inequality(System.Guid,System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Inequality_mC58D6A865ACA29539AB8D911150E2F0B246595E7 (Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBinding/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mBCF30D0862FBB635A0F399A8BDD34B4676B38239 (U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Type UnityEngine.InputSystem.Utilities.TypeTable::LookupTypeRegistration(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A (TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Type UnityEngine.InputSystem.Utilities.TypeHelpers::GetGenericTypeArgumentFromHierarchy(System.Type,System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeHelpers_GetGenericTypeArgumentFromHierarchy_m025FA4B06F7A0E607C020A252C7E263BD000C848 (Type_t* ___type0, Type_t* ___genericTypeDefinition1, int32_t ___argumentIndex2, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Equality_m7EF1C2E8785AE9589DE1B96CB6B2EBF633404FA2 (FieldInfo_t* ___left0, FieldInfo_t* ___right1, const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Layouts.InputControlAttribute>(System.Reflection.MemberInfo,System.Boolean)
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mEDAE46D07A0C5D3DB60E2E556A13753124B613EF (MemberInfo_t* ___element0, bool ___inherit1, const RuntimeMethod* method)
{
return (( InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* (*) (MemberInfo_t*, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m1ABB7BFE3A35B2A28A19FC1A0C752D5F8F74E70E_gshared)(___element0, ___inherit1, method);
}
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_layout()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPartNamesU3Ed__12__ctor_m2AA24939B8D64681B10D6AEA5D5E0D7A7CA02136 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute>(System.Reflection.MemberInfo)
inline DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m43E2658400E7A58A44DA0D977DC49A174A8690CA (MemberInfo_t* ___element0, const RuntimeMethod* method)
{
return (( DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* (*) (MemberInfo_t*, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m4EC31174530940C18F3127D8C7E7260B2606F4A0_gshared)(___element0, method);
}
// System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::get_formatString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayStringFormatAttribute_get_formatString_mCB36763A3E35FBFF23E0010B14CCB693A8414519_inline (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, const RuntimeMethod* method) ;
// System.Int32 System.Environment::get_CurrentManagedThreadId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2 (const RuntimeMethod* method) ;
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Layouts.InputControlAttribute>(System.Reflection.MemberInfo)
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m10E105FAFCA71014DF6182D46CE5BC515B555F5D (MemberInfo_t* ___element0, const RuntimeMethod* method)
{
return (( InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* (*) (MemberInfo_t*, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m4EC31174530940C18F3127D8C7E7260B2606F4A0_gshared)(___element0, method);
}
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerator`1<System.String> UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPartNamesU3Ed__12_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m7BFAEBCC093EBA0409B8A97641FEF6CE6D7EF3C4 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_controlsU3Ed__2__ctor_mA490A28AF035861305CC5CB030340428BB2F9D72 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding> UnityEngine.InputSystem.InputBindingCompositeContext::get_controls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_get_controls_m142FECF8374D6E0E3B012C8D376AB913E9634C69 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, const RuntimeMethod* method) ;
// 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) ;
// System.Single UnityEngine.InputSystem.InputBindingCompositeContext::EvaluateMagnitude(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingCompositeContext_EvaluateMagnitude_m418436D265278E622B80FD3CB6E6366F5DDD2E1A (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.InputActionState::ReadCompositePartValue<System.Single,UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1<System.Single>>(System.Int32,System.Int32,System.Boolean*,System.Int32&,TComparer)
inline float InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, bool* ___buttonValuePtr2, int32_t* ___controlIndex3, DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 ___comparer4, const RuntimeMethod* method)
{
return (( float (*) (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, int32_t, int32_t, bool*, int32_t*, DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7, const RuntimeMethod*))InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_gshared)(__this, ___bindingIndex0, ___partNumber1, ___buttonValuePtr2, ___controlIndex3, ___comparer4, method);
}
// System.Boolean UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsButton(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::ReadCompositePartValue(System.Int32,System.Int32,System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ReadCompositePartValue_m32C8489F24CA743141F62FBAD1693E015B37AEDB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, void* ___buffer2, int32_t ___bufferSize3, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32,System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingCompositeContext_ReadValue_mC797CA9EDA827FF511B0771EEF21F1B271CF16D8 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.InputActionState::ReadCompositePartValueAsObject(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_ReadCompositePartValueAsObject_mC175F414768E9AB0B52C4319CFEE21EC402F1BC0 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___bindingIndex0, int32_t ___partNumber1, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::get_part()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PartBinding_get_part_m93F95BE7AAA2BF480FBD669060C2D1920D5B8943_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::set_part(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PartBinding_set_part_mD9893492A4A833272467606AC22234E31B567D0F_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, int32_t ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::get_control()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* PartBinding_get_control_m96F4C9715F4976504BB4B9BC15D9869E66DDB4F9_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::set_control(UnityEngine.InputSystem.InputControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PartBinding_set_control_m91F123896E06BE6857970D9661750DDF8610558F_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value0, 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) ;
// 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) ;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding> UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.InputBindingCompositeContext.PartBinding>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_controlsU3Ed__2_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_InputBindingCompositeContext_PartBindingU3E_GetEnumerator_mFB55177639A391DDA73D54C0F1A7F40D20E7134F (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalMapCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalActionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalActionCount_mDF2C631F3590551CB21B221C142F17A4672AE3CD (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalBindingCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalBindingCount_m0CD984F896B7529D8A747ECB09051C2937D1BBAE (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalControlCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalControlCount_m2BCE1D189B01717DF70CDCDC318270A3F36F38B5 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputBindingResolver::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_Dispose_mDC7473B352E66E950F4B80EF9C09E49AD365FEE8 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputActionState::get_isProcessingControlStateChange()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659_inline (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
// 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 System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
// 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.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.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.Void UnityEngine.InputSystem.InputBindingResolver::StartWithArraysFrom(UnityEngine.InputSystem.InputActionState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_StartWithArraysFrom_mAC95AFD079D114E62BE4E01ED9D8D8CDEF3A05F1 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___state0, const RuntimeMethod* method) ;
// System.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.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::.ctor(Unity.Collections.Allocator,System.Int32)
inline void InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___allocator0, int32_t ___initialCapacity1, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, int32_t, const RuntimeMethod*))InputControlList_1__ctor_m987A3431D9F93F50F147AB0255B875BA1C4151CA_gshared)(__this, ___allocator0, ___initialCapacity1, method);
}
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::Dispose()
inline void InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared)(__this, method);
}
// System.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.Int32 UnityEngine.InputSystem.InputActionMap::FindActionIndex(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindActionIndex_mBBCF54F3823A2B6C3F53069F441665022FC49C82 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___nameOrId0, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_HasValue()
inline bool Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44*, const RuntimeMethod*))Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_gshared_inline)(__this, method);
}
// T System.Nullable`1<UnityEngine.InputSystem.InputBinding>::get_Value()
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
return (( InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 (*) (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44*, const RuntimeMethod*))Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_gshared)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::get_Count()
inline int32_t InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline)(__this, method);
}
// System.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);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>::get_Item(System.Int32)
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43 (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared)(__this, ___index0, method);
}
// System.Boolean UnityEngine.InputSystem.InputDevice::get_added()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlPath::TryFindControls<UnityEngine.InputSystem.InputControl>(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1<TControl>&)
inline int32_t InputControlPath_TryFindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA784493D7D266BF0B156B48ADA47E53C5D5B2D4C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* ___matches3, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, int32_t, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlPath_TryFindControls_TisRuntimeObject_mE46D0AE97C9B2492D4E2DD3573053F2BB0A1A661_gshared)(___control0, ___path1, ___indexInPath2, ___matches3, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.InputSystem::FindControls<UnityEngine.InputSystem.InputControl>(System.String,UnityEngine.InputSystem.InputControlList`1<TControl>&)
inline int32_t InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB69EAB33E6FF70749F9D7B79C30C8F64736A8366 (String_t* ___path0, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* ___controls1, const RuntimeMethod* method)
{
return (( int32_t (*) (String_t*, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputSystem_FindControls_TisRuntimeObject_mE070D49F642AA20699066081226A3B841499EC8E_gshared)(___path0, ___controls1, method);
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::ResolveProcessors(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, String_t* ___processorString0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::ResolveInteractions(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, String_t* ___interactionString0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputBindingComposite UnityEngine.InputSystem.InputBindingResolver::InstantiateBindingComposite(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* InputBindingResolver_InstantiateBindingComposite_mCD52CB4638499F32AA5BAE1B79895B0C333F4363 (String_t* ___nameAndParameters0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.InputBindingComposite>(TValue[]&,System.Int32&,TValue,System.Int32)
inline int32_t ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mA05CFD9117E07678C7ED5770C54B976FABD4AB57 (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E** ___array0, int32_t* ___count1, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E**, int32_t*, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method);
}
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::AssignCompositePartIndex(System.Object,System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_AssignCompositePartIndex_m02C374BAD6396011B418A302CC273012A068CF4C (RuntimeObject* ___composite0, String_t* ___name1, int32_t* ___currentCompositePartCount2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputAction::get_wantsInitialStateCheck()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_wantsInitialStateCheck_m097A8E6608D976DA33702B0C6A48C2352EFE8DE6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Type System.Exception::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E (RuntimeObject* ___message0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m82E44FEC6B03BC34AFC2CAF6583051570C60CB9E (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.ExceptionHelpers::IsExceptionIndicatingBugInCode(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExceptionHelpers_IsExceptionIndicatingBugInCode_m88F6D36A7B60C1692C1C0894311C704877D541F6 (Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>>(TValue[]&,System.Int32&,TValues,System.Int32)
inline int32_t ArrayHelpers_AppendListWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA_mCE9C5D21B7A2A0874435AAD21D17BA32268696A2 (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** ___array0, int32_t* ___length1, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17**, int32_t*, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA, int32_t, const RuntimeMethod*))ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisInputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31_m13702CF8B30C7F090432D79482489791E200F43F_gshared)(___array0, ___length1, ___values2, ___capacityIncrement3, method);
}
// UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::get_type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.InputActionMap>(TValue[]&,System.Int32&,TValue,System.Int32)
inline int32_t ArrayHelpers_AppendWithCapacity_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4042F6D48329790393426690B9BA706883E80E63 (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** ___array0, int32_t* ___count1, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045**, int32_t*, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method);
}
// System.Void UnityEngine.InputSystem.InputBindingResolver::AddActionMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String,System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameAndParameters_ParseMultiple_m5C6E458816CCA0ECDD2A4120FA8908A0090AE72A (String_t* ___text0, List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** ___list1, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Item(System.Int32)
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291 (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, int32_t, const RuntimeMethod*))List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_gshared)(__this, ___index0, 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.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67 (Type_t* ___type0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>>(System.Object,TParameterList)
inline void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996 (RuntimeObject* ___instance0, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___parameters1, const RuntimeMethod* method)
{
(( void (*) (RuntimeObject*, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9, const RuntimeMethod*))NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_gshared)(___instance0, ___parameters1, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.IInputInteraction>(TValue[]&,System.Int32&,TValue,System.Int32)
inline int32_t ArrayHelpers_AppendWithCapacity_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_m9B939C4AC2554CD288536EEF45847F264E6BCC25 (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93** ___array0, int32_t* ___count1, RuntimeObject* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93**, int32_t*, RuntimeObject*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Count()
inline int32_t List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, const RuntimeMethod*))List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_gshared_inline)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.InputProcessor>(TValue[]&,System.Int32&,TValue,System.Int32)
inline int32_t ArrayHelpers_AppendWithCapacity_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m98E03B36E6E43A2C3B30550BC1B7967049724679 (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64** ___array0, int32_t* ___count1, InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method)
{
return (( int32_t (*) (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64**, int32_t*, InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m19BAAE7AED4E89978DEEE09ABC0C60F705B0C01E_gshared)(___array0, ___count1, ___value2, ___capacityIncrement3, method);
}
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C (FieldInfo_t* __this, RuntimeObject* ___obj0, RuntimeObject* ___value1, 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 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.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.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>::.ctor(TValue[])
inline void ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB (ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17* __this, DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___array0, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17*, DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB_gshared)(__this, ___array0, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement> UnityEngine.InputSystem.InputControlScheme::get_deviceRequirements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 InputControlScheme_get_deviceRequirements_m929C0596E04E640A4EFE64910967E86FB3C96512 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme::SetNameAndBindingGroup(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme_SetNameAndBindingGroup_mF2B59DE250038B1BDF78C6224EA44D67848E54A3 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___name0, String_t* ___bindingGroup1, const RuntimeMethod* method) ;
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>(System.Collections.Generic.IEnumerable`1<TSource>)
inline DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3 (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3_gshared)(___source0, 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.Boolean System.String::Contains(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_controlPath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlPath_TryFindControl_m3BD9BCEED46B32E39B0E8B35B1F1B3DC05A53FAD (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme::SupportsDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::op_Equality(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_op_Equality_mF0AF0A4201D4CEFEEC5DD02CD17EA42C565CD34C (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___left0, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___right1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m9FF567FCBD80FB19F8255A3C5BEAB4EEF3387D75 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlScheme::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlScheme_GetHashCode_m29E750C8B6CA317E3AA32A7E72D62A09465A7B7E (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
// System.String System.ValueType::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlScheme::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_ToString_mBBB91428F8AE252C570B40E74BC160206CD7A774 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::get_score()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MatchResult_get_score_m2BEB241784B596B49BEDAB59FAB319DF396A7B43_inline (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_isSuccessfulMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_isSuccessfulMatch_mD3CD4B3E8ECA8D9495A0319E2108A4B339F455A6 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_hasMissingRequiredDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_hasMissingRequiredDevices_m37CDCBA1C59FE00DE37573119DEB02BC3CC209B2 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_hasMissingOptionalDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_hasMissingOptionalDevices_m5FAC91762C6DF784EA13B12048C7FD503AE41B10 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice>::get_Count()
inline int32_t InputControlList_1_get_Count_m37ACCB9EDDB9D6A20611E97B741CF5E5F320A6EF_inline (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13*, const RuntimeMethod*))InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice>::set_Capacity(System.Int32)
inline void InputControlList_1_set_Capacity_mE7FE7A9DB33BA479AB289F84F3C0C69688674E4D (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13*, int32_t, const RuntimeMethod*))InputControlList_1_set_Capacity_m42D42F4C12EF4F0EEF03959C651B5A1597B0D316_gshared)(__this, ___value0, method);
}
// TControl UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::get_Item(System.Int32)
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, const RuntimeMethod*))InputControlList_1_get_Item_mA6D11AC01076BDE34EE9C019D4A348E3C404DBA6_gshared)(__this, ___index0, method);
}
// 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.Boolean UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice>::Contains(TControl)
inline bool InputControlList_1_Contains_mEAA1AA507D834E1E79290B9D086D5176A3B3D208 (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, const RuntimeMethod*))InputControlList_1_Contains_mCE8F97825DBC1EDD2AFBC9A72C468A8FDC91C104_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice>::Add(TControl)
inline void InputControlList_1_Add_m60FF9B2C262F1C205DE0AE0C493526281F4A26CC (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___item0, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, const RuntimeMethod*))InputControlList_1_Add_m3930D23218278EB62DFBF3004565C0139DCCD455_gshared)(__this, ___item0, method);
}
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputControlScheme/MatchResult::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 MatchResult_get_devices_m286EC331BCAECF22DA6A5C823F40800CAD1576D5 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Match UnityEngine.InputSystem.InputControlScheme/MatchResult::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 MatchResult_get_Item_m9778E0B242C196C2F0914BB8A705C175F8E8CAA7 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputControlScheme/MatchResult/Match> UnityEngine.InputSystem.InputControlScheme/MatchResult::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchResult_GetEnumerator_m9592FDAABF63DF6CBBD6E62AD41C0FA0AE972031 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Collections.IEnumerator UnityEngine.InputSystem.InputControlScheme/MatchResult::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchResult_System_Collections_IEnumerable_GetEnumerator_m79BA036A758E67721E03D88209DFED8B4C2B5B92 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice>::Dispose()
inline void InputControlList_1_Dispose_mCCACD95564CA8A502B22EB069B49F2CF2B4F3C2A (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* __this, const RuntimeMethod* method)
{
(( void (*) (InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13*, const RuntimeMethod*))InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchResult_Dispose_mCF6D04FAB6F12C99ACBD0A98C560E32943873EEB (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Match_get_control_mA65F6E8608C087E69E89DF22052636640D1ECD7B (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_device()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* Match_get_device_m7DC23AFC40C62B1E83B156733E077207FB6DB6D6 (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_requirementIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Match_get_requirementIndex_mF3B9FDB546FE860390D7425349D23C1C7E60189D_inline (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_requirement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 Match_get_requirement_mD6512BF7D4B7F056A448FB26D89D8770DDED6A98 (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_isOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Match_get_isOptional_mD6EDA922E3534A5593AF2ABBD88EAD1C9B4DE35B (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mEED67BC59D3376E26664E250F6321BFFA4FBB44C (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mA915EA08A4A1B29D9306C0C1996C1D24D875E985 (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Match UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m9DD85DA93085A315F35A3B9BC628E5244212D440 (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3B1909A7140C8C8F904228191EBE2BF435F1996E (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_controlPath(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceRequirement_set_controlPath_m1C566CDE2468E01E68437AEF7D481D46D6BF7493_inline (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_isOptional(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_isOptional_m591FCC560A08AC08BE33CAB3EA26A947C46AAAC9 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isOR()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isOR_m28BC9B35C6A085A381D03A9213CD36BB1F82631B (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isAND()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isAND_m0CE95D6B666BB8C1E24E120594B53825FEF370FA (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_isOR(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_isOR_m77F16CC96262C834B2201E71AD356A6980324A22 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_isAND(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_isAND_m4CC506A509287CBFD09B3D3FB7B375DF7D65C522 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, bool ___value0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceRequirement_ToString_m68725AFCE60EA9710346CE884F01569E4469DE60 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::Equals(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___other0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_Equals_m8B21D6C5F042071FE736CC9D3F360265AEE9F6D8 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.Int32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.Boolean::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeviceRequirement_GetHashCode_m46AFB754269A689D014F6F84D398AE2BBA0E3D62 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::ToDeviceEntry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 DeviceJson_ToDeviceEntry_mB7507A5487F3308A976014175906ECBF4497D914 (DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToScheme()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 SchemeJson_ToScheme_m2211E9DCE2FD944DE99461DF027892940CBD24DB (SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::From(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 DeviceJson_From_mA73371207DF5228083C21DFE0DA035212D0192E6 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___requirement0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlScheme/SchemeJson UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToJson(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 SchemeJson_ToJson_m87EC0A8E786BB130454015683E22187ACED2DEE5 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, const RuntimeMethod* 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) ;
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputInteractionContext::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputInteractionContext_get_action_m213E1CECCDEF5AC6448CFABD4A12BA0D7EBDDF0A (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// 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) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputInteractionContext::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputInteractionContext_get_control_m4CCA656C5AE3E407DC72A0E3B7A5D69E2699F790 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputInteractionContext::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputInteractionContext::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Double UnityEngine.InputSystem.InputInteractionContext::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputInteractionContext_get_startTime_mAEA116332D37EF638721319D0198B8AA84252E11 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_timerHasExpired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __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.Boolean UnityEngine.InputSystem.InputInteractionContext::get_isWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_isStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, 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.InputInteractionContext::ComputeMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputInteractionContext_ComputeMagnitude_mAE8CCDCF368532333B17840B1C9D60BC54625E53 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, 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) ;
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::ControlIsActuated(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___threshold0, 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.Void UnityEngine.InputSystem.InputInteractionContext::Started()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::Performed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::PerformedAndStayStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_PerformedAndStayStarted_mC063A53FE04BE5B579753A047346E383B948CB0F (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::PerformedAndStayPerformed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::Canceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::Waiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Waiting_mF66F1C6024E14E19867B809F3A0384AEA5E81B5C (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// 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) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::SetTimeout(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___seconds0, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.Void 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) ;
// System.Void UnityEngine.InputSystem.InputInteractionContext::SetTotalTimeoutCompletionTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___seconds0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_mapIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_mapIndex_mC1BC1412EB50C4F43A7ED416A6520E41167428C5 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_controlIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_controlIndex_m2BBBF8479C8DF606949829CFF58FF64C15345A2A (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_bindingIndex_mD80F545F0A623AC716025D3610318B1C9A2D6E5D (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_interactionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_interactionIndex_m5241ACBA015EB7CFA213E2F35DC20C0F25E0C2BD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4 (RuntimeObject* ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::add_onLayoutChange(System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onLayoutChange_m27767E3C808C5CDB25754FE18AF12F8BC4C39D19 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onLayoutChange(System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onLayoutChange_mC560DC1EEA42DD39C97EDA2FB85210C95B27AF44 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RegisterControlLayout(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RegisterControlLayout_m1482E761F375E98DFA54E5A4B3FCE2AAE12C9274 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___name0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>::get_HasValue()
inline bool Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_inline (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C*, const RuntimeMethod*))Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_gshared_inline)(__this, method);
}
// T System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>::get_Value()
inline InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2 (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C* __this, const RuntimeMethod* method)
{
return (( InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 (*) (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C*, const RuntimeMethod*))Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputManager::RegisterControlLayoutMatcher(System.String,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RegisterControlLayoutMatcher_m62365557971AA9A045BFB0BE5A8253806BC8B1CA (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___layoutName0, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___matcher1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RegisterControlLayout(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RegisterControlLayout_m97889AF0D5BBE63BFACA18ABAB23C8834A665211 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___json0, String_t* ___name1, bool ___isOverride2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RegisterControlLayoutBuilder(System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RegisterControlLayoutBuilder_mAB3368059F992F9078879198242BE92D86618363 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* ___method0, String_t* ___name1, String_t* ___baseLayout2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RemoveControlLayout(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveControlLayout_m5C37DE567FBADB4E4616CBD41F49C0D2A9DCDE63 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___name0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputManager::TryFindMatchingControlLayout(UnityEngine.InputSystem.Layouts.InputDeviceDescription&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputManager_TryFindMatchingControlLayout_m9780D131A4EB436A48A30306F386459D65850C42 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___deviceDescription0, int32_t ___deviceId1, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___str0, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputManager::ListControlLayouts(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputManager_ListControlLayouts_m3E12ACC443FD1CB4F393E0409DA18FE3E8C5FB2D (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___basedOn0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___text0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.InputManager::TryLoadControlLayout(UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputManager_TryLoadControlLayout_m30139BCF99CC5EDFD2DF8E330A324EED8134B172 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___name0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78 (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*, const RuntimeMethod*))Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m8463DC02FB5C92B3CDBC8E5AA21C4A6AB5673CAF (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___a0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___b1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsBasedOn(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___parentLayout0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___childLayout1, const RuntimeMethod* method) ;
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::get_Keys()
inline KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F* Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, const RuntimeMethod* method)
{
return (( KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F* (*) (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1*, const RuntimeMethod*))Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9 (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9_gshared)(__this, ___collection0, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.InternedString>::GetEnumerator()
inline Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5 (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6* __this, const RuntimeMethod* method)
{
return (( Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D (*) (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6*, const RuntimeMethod*))List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>::Dispose()
inline void Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D*, const RuntimeMethod*))Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>::get_Current()
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_inline (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method)
{
return (( InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 (*) (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D*, const RuntimeMethod*))Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_gshared_inline)(__this, method);
}
// TValue System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::get_Item(TKey)
inline PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63 Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key0, const RuntimeMethod* method)
{
return (( PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63 (*) (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE_gshared)(__this, ___key0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::Remove(TKey)
inline bool Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549 (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549_gshared)(__this, ___key0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.InputSystem.Utilities.InternedString>::MoveNext()
inline bool Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D*, const RuntimeMethod*))Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E_gshared)(__this, method);
}
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::get_processors()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E InputManager_get_processors_mA499729523CA372257D9C134EAECA7577856EB44_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.TypeTable::AddTypeRegistration(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeTable_AddTypeRegistration_mAC83549CC944F2EE8371A00B82B203B9B8DD5B7E (TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E* __this, String_t* ___name0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.Utilities.TypeTable::get_names()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeTable_get_names_mDE4C37C80FF83DA878F42A69F48AEB9656052F0A (TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputManager::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA InputManager_get_devices_m2C3974F1750002E781518E9010ADBF1E25C4FCF4 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// System.Void UnityEngine.InputSystem.InputManager::add_onDeviceChange(System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onDeviceChange_m1A16B643EBFE6071B227484232BE641EECAC3B95 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onDeviceChange(System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onDeviceChange_mB0EF43A57C43257EC56F9A36EF24361A44F8A981 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::add_onDeviceCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onDeviceCommand_m2CCBCD4ACE2DFBBB0B635EDB1B690AE2A12C2B06 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onDeviceCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onDeviceCommand_mF6012D11879F79F74C4BC3405EAB8DBF517D926A (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::add_onFindControlLayoutForDevice(UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onFindControlLayoutForDevice_m8B78BCAE64A7F4F3C2F169B4095B4792EFC0BA3F (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onFindControlLayoutForDevice(UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onFindControlLayoutForDevice_m3D423807954C3AB24AB474C46BF5A7922416ADFA (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___value0, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputManager::get_pollingFrequency()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputManager_get_pollingFrequency_m3494464A6698004677BEFAABE61C7E584694F94E_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::set_pollingFrequency(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_set_pollingFrequency_mC2F72FA477CD47FF2AD605B69399270BF22B66EF (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, float ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputManager::AddDevice(System.String,System.String,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputManager_AddDevice_m7C80C4B1359DFCC1EF80317013050D1209A2DD10 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___layout0, String_t* ___name1, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___variants2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_empty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_get_empty_m251FC7C1699ED57591E46C82D4D25D052C9633B7 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputManager::AddDevice(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputManager_AddDevice_mFDF304E8BA78FA2E3213FE47D1C06F4CEB36E906 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___description0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::AddDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddDevice_m95D74391F65270B36E9709C141F7B9928A0EB1F3 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RemoveDevice(UnityEngine.InputSystem.InputDevice,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveDevice_m09401A2F9BDCF904F4F54558A6C3D069FE929D8A (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, bool ___keepOnListOfAvailableDevices1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::FlushDisconnectedDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_FlushDisconnectedDevices_m538EF3CD3F6248510A139CF4A3B028131F46CAEC (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputManager::TryGetDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputManager_TryGetDevice_m96BAC8785D72655D0804FF02474302AD6979BEA8 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, String_t* ___nameOrLayout0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputSystem::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8 (const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>::GetEnumerator()
inline Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA* __this, const RuntimeMethod* method)
{
return (( Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B (*) (ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputDevice>::Dispose()
inline void Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method);
}
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputDevice>::get_Current()
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945 (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B* __this, const RuntimeMethod* method)
{
return (( InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* (*) (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method);
}
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputDevice>::MoveNext()
inline bool Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method);
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputManager::TryGetDeviceById(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputManager_TryGetDeviceById_mB04BB1B8B8341C53E99C7FC340FB35A984AE0C9F (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, int32_t ___id0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>::.ctor()
inline void List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5 (List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF*, const RuntimeMethod*))List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5_gshared)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.InputSystem::GetUnsupportedDevices(System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_GetUnsupportedDevices_mB8B238C7172F98B1DFFD1AC87D04C0B029DBFC5A (List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* ___descriptions0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputManager::GetUnsupportedDevices(System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputManager_GetUnsupportedDevices_mA860ADD6B9C04A1DD67AC49F99EB4116C83C11DE (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* ___descriptions0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::EnableOrDisableDevice(UnityEngine.InputSystem.InputDevice,System.Boolean,UnityEngine.InputSystem.InputManager/DeviceDisableScope)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_EnableOrDisableDevice_m5ADC9586CD3141A3BF62841B9F580C6ABB213051 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, bool ___enable1, int32_t ___scope2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputDevice::RequestSync()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_RequestSync_mF6FD91FB4982C24E0437DA878E7BB2796B7453EA (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::ResetDevice(UnityEngine.InputSystem.InputDevice,System.Boolean,System.Nullable`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_ResetDevice_m3AF149A13F62C9521E68E8AB51E6769E78A5558A (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, bool ___alsoResetDontResetControls1, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___issueResetCommand2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputDevice::RequestReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_RequestReset_m7CD1FFBE12FACF2155FD0A87588E44844EEABBD5 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::SetDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetDeviceUsage_m7C10140ECC04AFB9F994DFBA16DBD078521F481F (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::SetDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_SetDeviceUsage_mB902131D8DA62407CD601D93017FB24822CCF75F (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::AddDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddDeviceUsage_m200898C570A17D3707249E1D2BECF9EB0CED42AB (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::RemoveDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveDeviceUsage_m3FC8B4DDBDAFD4E3002764A89BF93EEA97FB9467 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlList`1<TControl> UnityEngine.InputSystem.InputSystem::FindControls<UnityEngine.InputSystem.InputControl>(System.String)
inline InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB61714A0E7BF3537CAEE4366FB9D8E9899B21EF4 (String_t* ___path0, const RuntimeMethod* method)
{
return (( InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA (*) (String_t*, const RuntimeMethod*))InputSystem_FindControls_TisRuntimeObject_m9AB971E45839B614A3AD44FC7A2126CB0409AB63_gshared)(___path0, method);
}
// System.Boolean UnityEngine.InputSystem.InputManager::get_isProcessingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputManager_get_isProcessingEvents_mCEE0643532491B4EEA1B376AA2FAE59762284B5E (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.InputSystem::get_onEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputSystem_get_onEvent_m69B71DB23BBEE4E244701D3A5A42D962C791AD18 (const RuntimeMethod* method) ;
// System.Void System.Func`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControl>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m4876C05CC44CA4EED39428D1826962705ACE5D96 (Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mAB29003103E0997CD1702EFEFB8E87677AB302BA_gshared)(__this, ___object0, ___method1, method);
}
// System.IObservable`1<TResult> UnityEngine.InputSystem.Utilities.Observable::Select<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControl>(System.IObservable`1<TSource>,System.Func`2<TSource,TResult>)
inline RuntimeObject* Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mBC4C47ABB7385AAF25F996054748BCC352A3012E (RuntimeObject* ___source0, Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* ___filter1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43*, const RuntimeMethod*))Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisRuntimeObject_m17B04D203DB378943C1E40103F87310CBCEF30B3_gshared)(___source0, ___filter1, method);
}
// System.Void System.Func`2<UnityEngine.InputSystem.InputControl,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m7B8C10666858C5184032C354C58D930FE246642E (Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.IObservable`1<TValue> UnityEngine.InputSystem.Utilities.Observable::Where<UnityEngine.InputSystem.InputControl>(System.IObservable`1<TValue>,System.Func`2<TValue,System.Boolean>)
inline RuntimeObject* Observable_Where_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m69FB84360CBAB3E1E93755C3BF31945D198C433F (RuntimeObject* ___source0, Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* ___predicate1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765*, const RuntimeMethod*))Observable_Where_TisRuntimeObject_m11983E5B11DDF0B892EB21AB9D34CB0A60B3F7BF_gshared)(___source0, ___predicate1, method);
}
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_valid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_QueueEvent_mDDBB79E5DE122DB91FD9C200D4122E826A086B75 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputDevice::get_deviceId()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::Create(System.Int32,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB DeviceConfigurationEvent_Create_m7F7FACD9DD5D3334A8BE2E23E1D7B5A918367ADF (int32_t ___deviceId0, double ___time1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::QueueEvent<UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent>(TEvent&)
inline void InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB* ___inputEvent0, const RuntimeMethod* method)
{
(( void (*) (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*, DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB*, const RuntimeMethod*))InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4_gshared)(__this, ___inputEvent0, method);
}
// UnityEngine.InputSystem.LowLevel.TextEvent UnityEngine.InputSystem.LowLevel.TextEvent::Create(System.Int32,System.Char,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E TextEvent_Create_m873A314731F0F7CE48C8C9EC886535EDEDEE6149 (int32_t ___deviceId0, Il2CppChar ___character1, double ___time2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::QueueEvent<UnityEngine.InputSystem.LowLevel.TextEvent>(TEvent&)
inline void InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E* ___inputEvent0, const RuntimeMethod* method)
{
(( void (*) (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*, TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E*, const RuntimeMethod*))InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570_gshared)(__this, ___inputEvent0, method);
}
// System.Void UnityEngine.InputSystem.InputManager::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_Update_mA43734098E91DBCE6E12DB57742AF274DFCDFBFA (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::get_updateMask()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputManager_get_updateMask_m36DDF9BF59730547371C012E507A308FD848F9E4_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputSystem::get_settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* InputSystem_get_settings_mFAFDCA4665DFE068CEBBBB379972A390BD0E45C7 (const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputSettings/UpdateMode UnityEngine.InputSystem.InputSettings::get_updateMode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputSettings_get_updateMode_mD37EABFC0678912846EABBC3CF31AC82E4ACE79E_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::Update(UnityEngine.InputSystem.LowLevel.InputUpdateType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_Update_m44A940B8281912DA4FED8816912874D3A235F25B (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, int32_t ___updateType0, 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) ;
// System.Void UnityEngine.InputSystem.InputManager::add_onAfterUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onAfterUpdate_m481942292B394025596D440AE8EB4B3DB71AE131 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onAfterUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onAfterUpdate_m34BB1902D804819F8B60552E44E3DDAAF4D410CD (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputManager::get_settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* InputManager_get_settings_m4616954AF63F2D3179515DED642544057433F42D (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::set_settings(UnityEngine.InputSystem.InputSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_set_settings_m06AFDB09FC193BD7C3702F2A842B7064A32D0F45 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::add_onSettingsChange(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_add_onSettingsChange_mC9FF709A0C7564E5A0EA2B3E4AD296859FBEC831 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::remove_onSettingsChange(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_remove_onSettingsChange_mED32BDA9C6993D727C34A9098C2AB39C07D769FE (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>::AddCallback(TDelegate)
inline void CallbackArray_1_AddCallback_m00BEB5CD4929CAD9FB853122DD749019391FA9EA (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* __this, Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___dlg0, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*, const RuntimeMethod*))CallbackArray_1_AddCallback_mB86EC6413C0AB2C12A88FA8141E3ACDA83DA2C6D_gshared)(__this, ___dlg0, method);
}
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>::RemoveCallback(TDelegate)
inline void CallbackArray_1_RemoveCallback_mD04F436C2B1F1E4B5EF2077A64991F648040B6A4 (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* __this, Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___dlg0, const RuntimeMethod* method)
{
(( void (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*, const RuntimeMethod*))CallbackArray_1_RemoveCallback_mDEEFD791C9654F4EE7C2586BD7DED83F74D897B2_gshared)(__this, ___dlg0, method);
}
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::get_interactions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E InputManager_get_interactions_mCAA2479DA537FED195F407F93B284D32458357DE_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::get_composites()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E InputManager_get_composites_m2C9D09520A1270B1D04149DB0BCD2EA3AD72DA43_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputActionState::DisableAllActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableAllActions_m3063245F1D2AD7D5AD60EE008421B76773832ADE (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::.ctor()
inline void List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6 (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Int32 UnityEngine.InputSystem.InputSystem::ListEnabledActions(System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_ListEnabledActions_m66CB601F7C8B85C4C3161B384EC932663200976D (List_1_tE1DF165936F3562084DB454140315041796A957F* ___actions0, const RuntimeMethod* method) ;
// 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) ;
// System.Void System.Version::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, String_t* ___version0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.InputMetrics UnityEngine.InputSystem.InputManager::get_metrics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 InputManager_get_metrics_m0AC40AF35A105CAD72355A6E0F94E06CAECB5D3E (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __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.InputRemoting::.ctor(UnityEngine.InputSystem.InputManager,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputRemoting__ctor_m38C3C13034148D32AA05F42C231356F10D639C29 (InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* __this, InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___manager0, bool ___startSendingOnConnect1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::SetUpRemotingInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetUpRemotingInternal_mA25025E7D97955F756F18D7D44D0583952E27203 (const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.InputSystem.RemoteInputPlayerConnection>()
inline RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* ScriptableObject_CreateInstance_TisRemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF_m8D7E8DE1431DFF7E75443F137B00D91741D4584F (const RuntimeMethod* method)
{
return (( RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared)(method);
}
// UnityEngine.Networking.PlayerConnection.PlayerConnection UnityEngine.Networking.PlayerConnection.PlayerConnection::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53* PlayerConnection_get_instance_m8F2B9C9F3AF41AC7A2FB617B5A700811E2444C14 (const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Networking.PlayerConnection.PlayerConnection::get_isConnected()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayerConnection_get_isConnected_mFDFB30D1AD4A7BFC66207092270E86B8D467209D (PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.RemoteInputPlayerConnection::Bind(UnityEngine.Networking.PlayerConnection.IEditorPlayerConnection,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteInputPlayerConnection_Bind_m4B086F28252861E96824793FE3B73BEB01B11B26 (RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* __this, RuntimeObject* ___connection0, bool ___isConnected1, const RuntimeMethod* method) ;
// System.IDisposable UnityEngine.InputSystem.InputRemoting::Subscribe(System.IObserver`1<UnityEngine.InputSystem.InputRemoting/Message>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputRemoting_Subscribe_m3174559EEEB0C3775FF4859E1F7D8AE22431DFFB (InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* __this, RuntimeObject* ___observer0, const RuntimeMethod* method) ;
// System.IDisposable UnityEngine.InputSystem.RemoteInputPlayerConnection::Subscribe(System.IObserver`1<UnityEngine.InputSystem.InputRemoting/Message>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemoteInputPlayerConnection_Subscribe_mA5989A7DA68D630D77A8A6ACFA9BD1E339FBF0CB (RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* __this, RuntimeObject* ___observer0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::InitializeInPlayer(UnityEngine.InputSystem.LowLevel.IInputRuntime,UnityEngine.InputSystem.InputSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_InitializeInPlayer_mC2C1995909AB8889BE09241EA4EDC873D1518393 (RuntimeObject* ___runtime0, InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___settings1, const RuntimeMethod* method) ;
// T[] UnityEngine.Resources::FindObjectsOfTypeAll<UnityEngine.InputSystem.InputSettings>()
inline InputSettingsU5BU5D_t6CC3C4AFBE4A23B0693A4EB44C4517E19FF73C2B* Resources_FindObjectsOfTypeAll_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_m26C7DAE3B2EE183FE951A6C8DC5CECA014F86CCB (const RuntimeMethod* method)
{
return (( InputSettingsU5BU5D_t6CC3C4AFBE4A23B0693A4EB44C4517E19FF73C2B* (*) (const RuntimeMethod*))Resources_FindObjectsOfTypeAll_TisRuntimeObject_m5C85593AB0779ED746918A1F2DB94A678C17110A_gshared)(method);
}
// TSource System.Linq.Enumerable::FirstOrDefault<UnityEngine.InputSystem.InputSettings>(System.Collections.Generic.IEnumerable`1<TSource>)
inline InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* Enumerable_FirstOrDefault_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD395830EB0F81577D1BFFA60163D5D45F2CD52CB (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_m9A7C2BF942D2CE1640896A41290BBD682568B6C8_gshared)(___source0, method);
}
// T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.InputSystem.InputSettings>()
inline InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A (const RuntimeMethod* method)
{
return (( InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared)(method);
}
// System.Void UnityEngine.InputSystem.InputManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager__ctor_mE910BF069A28A2B1F67135002AF34D92BD414161 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::Initialize(UnityEngine.InputSystem.LowLevel.IInputRuntime,UnityEngine.InputSystem.InputSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_Initialize_mE935313169497E7943DD1A10437278B98949A168 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, RuntimeObject* ___runtime0, InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___settings1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::PerformDefaultPluginInitialization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_PerformDefaultPluginInitialization_mDBA525D652629F57DEC7D08883DAB8BDBCCA99CC (const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputSystem::ShouldEnableRemoting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSystem_ShouldEnableRemoting_mE0E73279375591C932D04D4C91420B06F507BF53 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::SetUpRemoting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetUpRemoting_m2ABFD44E7884AED6C50289F32CB3175604D29197 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::RunInitialUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RunInitialUpdate_m298C469C7CB5E11B713733CD7E5055D4B8C8942A (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem::Update(UnityEngine.InputSystem.LowLevel.InputUpdateType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Update_mD87DF25F5324F12D14D9DF45F878271C2B81ED4D (int32_t ___updateType0, const RuntimeMethod* method) ;
// System.Void UISupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UISupport_Initialize_m6E6E7C8007C36DA3A1DF656DC804473AB50914C5 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XInput.XInputSupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XInputSupport_Initialize_m294CA96FDF126CD3CE48AC5AC8AF206D63343C1D (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.DualShock.DualShockSupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DualShockSupport_Initialize_m14272325FA9B14053E96E6B8EEFF98981CF8E45F (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Android.AndroidSupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidSupport_Initialize_m0FB97D3C59C5104CE5693D5FAE54343A4893BBC4 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.XR.XRSupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRSupport_Initialize_mBE4594B090AF69EA45D69F3557C3DF8DF76E7876 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.OnScreen.OnScreenSupport::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnScreenSupport_Initialize_m5A1702089120C24990E2E9E25DB53B7F4608E9D6 (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.Void UnityEngine.InputSystem.InputDevice::NotifyRemoved()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_NotifyRemoved_m32F85C8CE3A88D7C60CD7F46E4A609A457C5B91A (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::UninstallGlobals()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_UninstallGlobals_m443079C8E4EDCCC5A75A6172C423B9F832CD611F (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Users.InputUser::ResetGlobals()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUser_ResetGlobals_m8458571CA6621C22A30D87485436C5557C861C87 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.EnhancedTouch.EnhancedTouchSupport::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnhancedTouchSupport_Reset_m4F567C5F0DB05E21ACA15E175446FAA962B10B20 (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.InputManager::Destroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_Destroy_mF8DE88C4DD4F90D71F933A1A3A09CEEC1769493A (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m8249CABCDF344BE3A67EE765122EBB415DC2BC57 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::Peek()
inline State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method)
{
return (( State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF (*) (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*, const RuntimeMethod*))Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::.ctor()
inline void Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4 (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*, const RuntimeMethod*))Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4_gshared)(__this, method);
}
// UnityEngine.InputSystem.InputManager/SerializedState UnityEngine.InputSystem.InputManager::SaveState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46 InputManager_SaveState_m6C9920EE2B27C7A7A4C2A9A60C972F433796E34E (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputRemoting/SerializedState UnityEngine.InputSystem.InputRemoting::SaveState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5 InputRemoting_SaveState_m5A0F86156BD85DDF0A274C89B94F4DBD58C9088A (InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.InputActionState::SaveAndResetState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_SaveAndResetState_m45BAC4799C7ED3A1864FAAFB5F84F1F9F450355C (const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.EnhancedTouch.Touch::SaveAndResetState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Touch_SaveAndResetState_m85AE624238CD9718EA1F4C485DEB1BF4742BD565 (const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.Users.InputUser::SaveAndResetState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputUser_SaveAndResetState_m0B5FDECDEE72F014FCDB989F4A11FE7FEB6A123B (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::Push(T)
inline void Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF, const RuntimeMethod*))Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.InputSystem.InputSystem::Reset(System.Boolean,UnityEngine.InputSystem.LowLevel.IInputRuntime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Reset_mC650D7FB6964EC9B7E513FB45477263D3889CB9E (bool ___enableRemoting0, RuntimeObject* ___runtime1, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::get_Count()
inline int32_t Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_inline (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*, const RuntimeMethod*))Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_gshared_inline)(__this, method);
}
// T System.Collections.Generic.Stack`1<UnityEngine.InputSystem.InputSystem/State>::Pop()
inline State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475 (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method)
{
return (( State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF (*) (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*, const RuntimeMethod*))Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475_gshared)(__this, method);
}
// System.Void UnityEngine.InputSystem.InputSystem::Destroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Destroy_mCEF84070906DA2E5B23709A89F15C13B36AF5E93 (const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.LowLevel.InputUpdate::Restore(UnityEngine.InputSystem.LowLevel.InputUpdate/SerializedState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputUpdate_Restore_mF736A6E0FB54B98B599403D84A37808A62A98482 (SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 ___state0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::InstallRuntime(UnityEngine.InputSystem.LowLevel.IInputRuntime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_InstallRuntime_mE56741CAAC5245B96D192D64E3218D8ED1ACEC38 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, RuntimeObject* ___runtime0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::InstallGlobals()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_InstallGlobals_m1AE121B9AB8B0F236DA08874294E31E81058592C (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputManager::ApplySettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_ApplySettings_m98CCA0C352332E7DC117FB01F45EA7E4D6E03B00 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputDevice::NotifyAdded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_NotifyAdded_m7F4B2FB6C8247706A4912415C0C0FFA081C6E495 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputSystem/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE73FB8F7797F2519F982778D8931A8FD0252DE95 (U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions::GetFirstButtonPressOrNull(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlExtensions_GetFirstButtonPressOrNull_mDBF6D99AF1A3D8BB7C8A2FD530513D58676DB259 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControl::RefreshConfigurationIfNeeded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfigurationIfNeeded_mD40AAB0641091C8AFAA5C7B7B6F84A0BEE355368 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControlPath::Combine(UnityEngine.InputSystem.InputControl,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_Combine_mF1CEFBBBFE240812DA0A2581047CC81F583E890C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___parent0, String_t* ___path1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544 (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(TValue[],System.Int32,System.Int32)
inline void ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049 (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064*, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_gshared)(__this, ___array0, ___index1, ___length2, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControl::get_children()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::get_Item(System.Int32)
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.InputSystem.InputControl::set_noisy(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method);
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlPath_TryFindChild_mE95D77EB07CF515E6B19008A72438A8F9124E1D7 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControl::get_layout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, 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.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueAsObject(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_ReadValueAsObject_m325A49620BF51E5350B57B0F033053198F7C8959 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.InputControl::get_currentStatePtr()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::TryGetChildControl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_TryGetChildControl_m58063CCE18393E26D9AD1C5D902AA296DF39F0A6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControl::MakeChildPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_MakeChildPath_m526375DECEE43A7A56326786ED72A09978BA2385 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_byteOffset(System.UInt32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControl::get_isConfigUpToDate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isConfigUpToDate_m00C86818F1A72A86341DF61154C6FF4511092569 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControl::set_isConfigUpToDate(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isConfigUpToDate_mD984F5B9020422ED45E1B51219926210FF417A89 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.InputControl::GetDeviceIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControl_GetDeviceIndex_m2A94515297D9F90AFB8F08EAFD022E3CAEBBC2ED (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetFrontBufferForDevice(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputStateBuffers_GetFrontBufferForDevice_m12CC3E9C04BA622A3E58D9456095E88D2DCE8267 (int32_t ___deviceIndex0, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetBackBufferForDevice(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputStateBuffers_GetBackBufferForDevice_mC26A21DEC53F078923B000481F804B99ED63DB6F (int32_t ___deviceIndex0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_byteOffset()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControl::CallFinishSetupRecursive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_CallFinishSetupRecursive_mB80E1D02B5BC9030D8791A59C1900C9A4E110494 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControl::BakeOffsetIntoStateBlockRecursive(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_BakeOffsetIntoStateBlockRecursive_mBC0790413F113D658F541F4903457F9B89D49D04 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, uint32_t ___offset0, const RuntimeMethod* method) ;
// System.String UnityEngine.InputSystem.InputControl::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __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.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.InputControlExtensions::IsActuated(UnityEngine.InputSystem.InputControl,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_IsActuated_m29406D090C34F0CD32D9CC025F8C11692E669F93 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, float ___threshold1, 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.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.InputControl::get_defaultStatePtr()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, const RuntimeMethod* method) ;
// System.Object UnityEngine.InputSystem.InputControlExtensions::ReadDefaultValueAsObject(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_ReadDefaultValueAsObject_mEC81F84BFE4949BDBED188FF580288286BC3B05A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_alignedSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
// System.Int64 System.Math::Min(System.Int64,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Min_m5721B54E3DBEE8C9FC599B1561D098235B11EE81 (int64_t ___val10, int64_t ___val21, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareState(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareState_m63EE129118B8BB64238497446245F0C85889053F (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___firstStatePtr1, void* ___secondStatePtr2, void* ___maskPtr3, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefaultIgnoringNoise(UnityEngine.InputSystem.InputControl,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_mDBD83111A632E704F06834126683EAFF96EB370B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.InputControl::get_noiseMaskPtr()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_noiseMaskPtr_m6533A0D49EA674C04DADDA3EAAB0B258CC414278_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_sizeInBits()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_bitOffset()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7 (void* ___ptr0, uint32_t ___bitOffset1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCmpBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_MemCmpBitRegion_m3DA9A26EA034F79165261FA5A998DC3A181222E3 (void* ___ptr10, void* ___ptr21, uint32_t ___bitOffset2, uint32_t ___bitCount3, void* ___mask4, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventPtr::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEventUnchecked(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m55CB68F641C5CA778AAEC813075F7907013C31C6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___eventType2, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66 (int32_t ___i0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Equality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Equality_m1C2BB96D1AAB9E1D1B04D444F33C960D2502B674 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* StateEvent_FromUnchecked_mED4304E6B802FC734B206A997DDC49B12FEBB29D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.StateEvent::get_stateSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.LowLevel.StateEvent::get_state()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.LowLevel.DeltaStateEvent* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::FromUnchecked(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* DeltaStateEvent_FromUnchecked_m1E21FABAEA84C5B974E15AF1B91E09094A16EBC6 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___ptr0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaStateSizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2 (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) ;
// System.Void* UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_deltaState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E (DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::get_format()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Inequality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___left0, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___right1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputDevice::get_hasStateCallbacks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_hasStateCallbacks_mCDBC72CE6F69693BE32E835C97030B2DBFD4A38B (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveByteOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveByteOffset_m25A786194A52550CBC62B1A727EEA6F1CD0BFC3D (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCpyBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemCpyBitRegion_mEB77C08864260696B35791FFE2C4E7B20F9F3911 (void* ___destination0, void* ___source1, uint32_t ___bitOffset2, uint32_t ___bitCount3, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent<System.Single>(UnityEngine.InputSystem.InputControl`1<TValue>,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&)
inline bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10 (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent1, float* ___value2, const RuntimeMethod* method)
{
return (( bool (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, float*, const RuntimeMethod*))InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10_gshared)(___control0, ___inputEvent1, ___value2, method);
}
// System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent<System.Single>(UnityEngine.InputSystem.InputControl`1<TValue>,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr)
inline void InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593 (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* ___control0, float ___value1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, const RuntimeMethod* method)
{
(( void (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, float, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593_gshared)(___control0, ___value1, ___eventPtr2, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent<UnityEngine.Vector2>(UnityEngine.InputSystem.InputControl`1<TValue>,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&)
inline bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___value2, const RuntimeMethod* method)
{
return (( bool (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*, const RuntimeMethod*))InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D_gshared)(___control0, ___inputEvent1, ___value2, method);
}
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent<UnityEngine.Vector2>(UnityEngine.InputSystem.InputControl`1<TValue>,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr)
inline void InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* ___control0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr2, const RuntimeMethod* method)
{
(( void (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B_gshared)(___control0, ___value1, ___eventPtr2, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.InputControl::get_usages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 InputControl_get_usages_mE4B12715DEF946968F97853D52515463D3A3C555 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Item(System.Int32)
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88 (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 (*) (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88_gshared)(__this, ___index0, method);
}
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Count()
inline int32_t ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_gshared_inline)(__this, method);
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703 (StringBuilder_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_deviceId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDeviceById(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDeviceById_m0EC67530A5BB503DD302D95F1F48808D14DA3976 (int32_t ___deviceId0, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControlExtensions/Enumerate,UnityEngine.InputSystem.InputDevice,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, int32_t ___flags1, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device2, float ___magnitudeThreshold3, const RuntimeMethod* method) ;
// System.Single UnityEngine.InputSystem.InputSettings::get_defaultButtonPressPoint()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultButtonPressPoint_m9CE8BB174FB9E5A646BF42FF5E4AE02EB688ECA8_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB InputEventControlCollection_GetEnumerator_m04011F47500AE715F1268E93152514FBE4209869 (InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventControlEnumerator_Dispose_mE7168656062DFF53F7C09478087ADAA636EA2FAB (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ;
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControl::get_isButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isButton_m4634F4F40450AA969DA851B73E2A2226239F3BEF (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControlExtensions/InputEventControlEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventControlEnumerator_MoveNext_m0A9182DFD78818A01CC3B038519B8B9ACCC55107 (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions/<GetAllButtonPresses>d__43::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetAllButtonPressesU3Ed__43__ctor_m8FC014C8C0BE0A20DD9D112F1D2144C7C9FC31D3 (U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.InputSystem.InputControl::get_isSetupFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isSetupFinished_mAA17F2D21CFDE400351F45CF1E498E1C25092C59 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions/ControlBuilder::set_control(UnityEngine.InputSystem.InputControl)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlBuilder_set_control_m206AE879CEF76F98330141299A5F47EB367E9A51_inline (ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder::set_device(UnityEngine.InputSystem.InputDevice)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceBuilder_set_device_m440BEF445F66490BDA8A7E25CC3E0BD6B9507C90_inline (DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___value0, 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) ;
// 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.Vector2::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 UnityEngine.InputSystem.InputActionState/InteractionState::get_triggerControlIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TriggerControlIndex;
uint16_t L_0 = __this->___m_TriggerControlIndex_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
int32_t _returnValue;
_returnValue = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
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*)&_stringLiteralCBC825FEB4176BFBE9D87AEEC74EADF5E9F0FDDC);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
// Debug.Assert(value >= 0 && value <= ushort.MaxValue, "Trigger control index is out of range");
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0012;
}
}
{
int32_t L_1 = ___value0;
G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 0;
}
IL_0013:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)G_B3_0, _stringLiteralCBC825FEB4176BFBE9D87AEEC74EADF5E9F0FDDC, NULL);
// if (value < 0 || value > ushort.MaxValue)
int32_t L_2 = ___value0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_002c;
}
}
{
int32_t L_3 = ___value0;
G_B6_0 = ((((int32_t)L_3) > ((int32_t)((int32_t)65535)))? 1 : 0);
goto IL_002d;
}
IL_002c:
{
G_B6_0 = 1;
}
IL_002d:
{
V_0 = (bool)G_B6_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_003c;
}
}
{
// throw new NotSupportedException("Cannot have more than ushort.MaxValue controls in a single InputActionState");
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_5 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_5);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A1B42C0A766A1335521E3708588CD83892F828B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED_RuntimeMethod_var)));
}
IL_003c:
{
// m_TriggerControlIndex = (ushort)value;
int32_t L_6 = ___value0;
__this->___m_TriggerControlIndex_0 = (uint16_t)((int32_t)(uint16_t)L_6);
// }
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED(_thisAdjusted, ___value0, method);
}
// System.Double UnityEngine.InputSystem.InputActionState/InteractionState::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_StartTime;
double L_0 = __this->___m_StartTime_4;
return L_0;
}
}
IL2CPP_EXTERN_C double InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
double _returnValue;
_returnValue = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_startTime(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_StartTime = value;
double L_0 = ___value0;
__this->___m_StartTime_4 = L_0;
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline(_thisAdjusted, ___value0, method);
}
// System.Double UnityEngine.InputSystem.InputActionState/InteractionState::get_performedTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_PerformedTime;
double L_0 = __this->___m_PerformedTime_6;
return L_0;
}
}
IL2CPP_EXTERN_C double InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
double _returnValue;
_returnValue = InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_performedTime(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_PerformedTime = value;
double L_0 = ___value0;
__this->___m_PerformedTime_6 = L_0;
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline(_thisAdjusted, ___value0, method);
}
// System.Double UnityEngine.InputSystem.InputActionState/InteractionState::get_timerStartTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TimerStartTime;
double L_0 = __this->___m_TimerStartTime_5;
return L_0;
}
}
IL2CPP_EXTERN_C double InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
double _returnValue;
_returnValue = InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_timerStartTime(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_TimerStartTime = value;
double L_0 = ___value0;
__this->___m_TimerStartTime_5 = L_0;
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.InputSystem.InputActionState/InteractionState::get_timerDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TimerDuration;
float L_0 = __this->___m_TimerDuration_3;
return L_0;
}
}
IL2CPP_EXTERN_C float InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
float _returnValue;
_returnValue = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_timerDuration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set => m_TimerDuration = value;
float L_0 = ___value0;
__this->___m_TimerDuration_3 = L_0;
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.InputSystem.InputActionState/InteractionState::get_totalTimeoutCompletionDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TotalTimeoutCompletionTimeDone;
float L_0 = __this->___m_TotalTimeoutCompletionTimeDone_7;
return L_0;
}
}
IL2CPP_EXTERN_C float InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
float _returnValue;
_returnValue = InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_totalTimeoutCompletionDone(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set => m_TotalTimeoutCompletionTimeDone = value;
float L_0 = ___value0;
__this->___m_TotalTimeoutCompletionTimeDone_7 = L_0;
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.InputSystem.InputActionState/InteractionState::get_totalTimeoutCompletionTimeRemaining()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TotalTimeoutCompletionTimeRemaining;
float L_0 = __this->___m_TotalTimeoutCompletionTimeRemaining_8;
return L_0;
}
}
IL2CPP_EXTERN_C float InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
float _returnValue;
_returnValue = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_totalTimeoutCompletionTimeRemaining(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set => m_TotalTimeoutCompletionTimeRemaining = value;
float L_0 = ___value0;
__this->___m_TotalTimeoutCompletionTimeRemaining_8 = L_0;
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(_thisAdjusted, ___value0, 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)
{
{
// get => ((Flags)m_Flags & Flags.TimerRunning) == Flags.TimerRunning;
uint8_t L_0 = __this->___m_Flags_2;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&1))) == ((int32_t)1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
bool _returnValue;
_returnValue = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// m_Flags |= (byte)Flags.TimerRunning;
uint8_t L_2 = __this->___m_Flags_2;
__this->___m_Flags_2 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2|1)));
goto IL_002c;
}
IL_0017:
{
// var mask = ~Flags.TimerRunning;
V_1 = ((int32_t)-2);
// m_Flags &= (byte)mask;
uint8_t L_3 = __this->___m_Flags_2;
int32_t L_4 = V_1;
__this->___m_Flags_2 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_3&((int32_t)(uint8_t)L_4))));
}
IL_002c:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/InteractionState::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => (InputActionPhase)m_Phase;
uint8_t L_0 = __this->___m_Phase_1;
return (int32_t)(L_0);
}
}
IL2CPP_EXTERN_C int32_t InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
int32_t _returnValue;
_returnValue = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// set => m_Phase = (byte)value;
int32_t L_0 = ___value0;
__this->___m_Phase_1 = (uint8_t)((int32_t)(uint8_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(_thisAdjusted, ___value0, 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
#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/BindingState::get_controlStartIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_ControlStartIndex;
uint16_t L_0 = __this->___m_ControlStartIndex_10;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_controlStartIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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*)&_stringLiteral524AC5B5042AC1000F964E12B3FED918FAC56640);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
uint16_t V_1 = 0;
{
// Debug.Assert(value != kInvalidIndex, "Control state index is invalid");
int32_t L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral524AC5B5042AC1000F964E12B3FED918FAC56640, NULL);
// if (value >= ushort.MaxValue)
int32_t L_1 = ___value0;
V_0 = (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_003f;
}
}
{
// throw new NotSupportedException("Total control count in state cannot exceed byte.MaxValue=" + ushort.MaxValue);
V_1 = (uint16_t)((int32_t)65535);
String_t* L_3;
L_3 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_1), NULL);
String_t* L_4;
L_4 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12D642B27F33DC34EB2F4B85EB2C6E918959BC79)), L_3, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_5 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_5);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_5, L_4, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3_RuntimeMethod_var)));
}
IL_003f:
{
// m_ControlStartIndex = (ushort)value;
int32_t L_6 = ___value0;
__this->___m_ControlStartIndex_10 = (uint16_t)((int32_t)(uint16_t)L_6);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_ControlCount;
uint8_t L_0 = __this->___m_ControlCount_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_controlCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
uint8_t V_1 = 0x0;
{
// if (value >= byte.MaxValue)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002d;
}
}
{
// throw new NotSupportedException("Control count per binding cannot exceed byte.MaxValue=" + byte.MaxValue);
V_1 = (uint8_t)((int32_t)255);
String_t* L_2;
L_2 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_1), NULL);
String_t* L_3;
L_3 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D7EC1A1DA5CDACEB158D4329E42648E828EF12E)), L_2, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_4 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_4);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_4, L_3, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA_RuntimeMethod_var)));
}
IL_002d:
{
// m_ControlCount = (byte)value;
int32_t L_5 = ___value0;
__this->___m_ControlCount_0 = (uint8_t)((int32_t)(uint8_t)L_5);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA(_thisAdjusted, ___value0, 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_InteractionStartIndex == ushort.MaxValue)
uint16_t L_0 = __this->___m_InteractionStartIndex_9;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return kInvalidIndex;
V_1 = (-1);
goto IL_001f;
}
IL_0016:
{
// return m_InteractionStartIndex;
uint16_t L_2 = __this->___m_InteractionStartIndex_9;
V_1 = L_2;
goto IL_001f;
}
IL_001f:
{
// }
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_interactionStartIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
uint16_t V_2 = 0;
{
// if (value == kInvalidIndex)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_InteractionStartIndex = ushort.MaxValue;
__this->___m_InteractionStartIndex_9 = (uint16_t)((int32_t)65535);
goto IL_004c;
}
IL_0016:
{
// if (value >= ushort.MaxValue)
int32_t L_2 = ___value0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0043;
}
}
{
// throw new NotSupportedException("Interaction count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
V_2 = (uint16_t)((int32_t)65535);
String_t* L_4;
L_4 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_2), NULL);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13E5A09E90E8D32E985B42C9BEA2BCEC1B095C6C)), L_4, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_6 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_6);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_6, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4_RuntimeMethod_var)));
}
IL_0043:
{
// m_InteractionStartIndex = (ushort)value;
int32_t L_7 = ___value0;
__this->___m_InteractionStartIndex_9 = (uint16_t)((int32_t)(uint16_t)L_7);
}
IL_004c:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_interactionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_InteractionCount;
uint8_t L_0 = __this->___m_InteractionCount_1;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_interactionCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
uint8_t V_1 = 0x0;
{
// if (value >= byte.MaxValue)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002d;
}
}
{
// throw new NotSupportedException("Interaction count per binding cannot exceed byte.MaxValue=" + byte.MaxValue);
V_1 = (uint8_t)((int32_t)255);
String_t* L_2;
L_2 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_1), NULL);
String_t* L_3;
L_3 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FC56FFE7C0C861EE9BC69EEFD34282F2BE4BFE6)), L_2, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_4 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_4);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_4, L_3, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F_RuntimeMethod_var)));
}
IL_002d:
{
// m_InteractionCount = (byte)value;
int32_t L_5 = ___value0;
__this->___m_InteractionCount_1 = (uint8_t)((int32_t)(uint8_t)L_5);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F(_thisAdjusted, ___value0, 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_ProcessorStartIndex == ushort.MaxValue)
uint16_t L_0 = __this->___m_ProcessorStartIndex_8;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return kInvalidIndex;
V_1 = (-1);
goto IL_001f;
}
IL_0016:
{
// return m_ProcessorStartIndex;
uint16_t L_2 = __this->___m_ProcessorStartIndex_8;
V_1 = L_2;
goto IL_001f;
}
IL_001f:
{
// }
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_processorStartIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
uint16_t V_2 = 0;
{
// if (value == kInvalidIndex)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_ProcessorStartIndex = ushort.MaxValue;
__this->___m_ProcessorStartIndex_8 = (uint16_t)((int32_t)65535);
goto IL_004c;
}
IL_0016:
{
// if (value >= ushort.MaxValue)
int32_t L_2 = ___value0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0043;
}
}
{
// throw new NotSupportedException("Processor count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
V_2 = (uint16_t)((int32_t)65535);
String_t* L_4;
L_4 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_2), NULL);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0799B561CE278919C40BB1C34D2F98E8CD4729A9)), L_4, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_6 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_6);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_6, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE_RuntimeMethod_var)));
}
IL_0043:
{
// m_ProcessorStartIndex = (ushort)value;
int32_t L_7 = ___value0;
__this->___m_ProcessorStartIndex_8 = (uint16_t)((int32_t)(uint16_t)L_7);
}
IL_004c:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_ProcessorCount;
uint8_t L_0 = __this->___m_ProcessorCount_2;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_processorCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
uint8_t V_1 = 0x0;
{
// if (value >= byte.MaxValue)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002d;
}
}
{
// throw new NotSupportedException("Processor count per binding cannot exceed byte.MaxValue=" + byte.MaxValue);
V_1 = (uint8_t)((int32_t)255);
String_t* L_2;
L_2 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_1), NULL);
String_t* L_3;
L_3 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3687F6C34127AA343C8699F486E8CA91D14A5E23)), L_2, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_4 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_4);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_4, L_3, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD_RuntimeMethod_var)));
}
IL_002d:
{
// m_ProcessorCount = (byte)value;
int32_t L_5 = ___value0;
__this->___m_ProcessorCount_2 = (uint8_t)((int32_t)(uint8_t)L_5);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD(_thisAdjusted, ___value0, 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_ActionIndex == ushort.MaxValue)
uint16_t L_0 = __this->___m_ActionIndex_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return kInvalidIndex;
V_1 = (-1);
goto IL_001f;
}
IL_0016:
{
// return m_ActionIndex;
uint16_t L_2 = __this->___m_ActionIndex_6;
V_1 = L_2;
goto IL_001f;
}
IL_001f:
{
// }
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_actionIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
uint16_t V_2 = 0;
{
// if (value == kInvalidIndex)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_ActionIndex = ushort.MaxValue;
__this->___m_ActionIndex_6 = (uint16_t)((int32_t)65535);
goto IL_004c;
}
IL_0016:
{
// if (value >= ushort.MaxValue)
int32_t L_2 = ___value0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0043;
}
}
{
// throw new NotSupportedException("Action count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
V_2 = (uint16_t)((int32_t)65535);
String_t* L_4;
L_4 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_2), NULL);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55AEF7F30385EB8DF1314ED507CF01BBFD2FF24F)), L_4, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_6 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_6);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_6, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A_RuntimeMethod_var)));
}
IL_0043:
{
// m_ActionIndex = (ushort)value;
int32_t L_7 = ___value0;
__this->___m_ActionIndex_6 = (uint16_t)((int32_t)(uint16_t)L_7);
}
IL_004c:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_mapIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_MapIndex;
uint8_t L_0 = __this->___m_MapIndex_3;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_mapIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, 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*)&_stringLiteralC7D13C38898C8464508B4C88C310B56A7B3B38E1);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
uint8_t V_1 = 0x0;
{
// Debug.Assert(value != kInvalidIndex, "Map index is invalid");
int32_t L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralC7D13C38898C8464508B4C88C310B56A7B3B38E1, NULL);
// if (value >= byte.MaxValue)
int32_t L_1 = ___value0;
V_0 = (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_003f;
}
}
{
// throw new NotSupportedException("Map count cannot exceed byte.MaxValue=" + byte.MaxValue);
V_1 = (uint8_t)((int32_t)255);
String_t* L_3;
L_3 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_1), NULL);
String_t* L_4;
L_4 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99DD0A50F36BDC54A835CF8C3BF1EB797BD6412F)), L_3, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_5 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_5);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_5, L_4, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A_RuntimeMethod_var)));
}
IL_003f:
{
// m_MapIndex = (byte)value;
int32_t L_6 = ___value0;
__this->___m_MapIndex_3 = (uint8_t)((int32_t)(uint8_t)L_6);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A(_thisAdjusted, ___value0, 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_CompositeOrCompositeBindingIndex == ushort.MaxValue)
uint16_t L_0 = __this->___m_CompositeOrCompositeBindingIndex_7;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return kInvalidIndex;
V_1 = (-1);
goto IL_001f;
}
IL_0016:
{
// return m_CompositeOrCompositeBindingIndex;
uint16_t L_2 = __this->___m_CompositeOrCompositeBindingIndex_7;
V_1 = L_2;
goto IL_001f;
}
IL_001f:
{
// }
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_compositeOrCompositeBindingIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
uint16_t V_2 = 0;
{
// if (value == kInvalidIndex)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_CompositeOrCompositeBindingIndex = ushort.MaxValue;
__this->___m_CompositeOrCompositeBindingIndex_7 = (uint16_t)((int32_t)65535);
goto IL_004c;
}
IL_0016:
{
// if (value >= ushort.MaxValue)
int32_t L_2 = ___value0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0043;
}
}
{
// throw new NotSupportedException("Composite count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
V_2 = (uint16_t)((int32_t)65535);
String_t* L_4;
L_4 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_2), NULL);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6A3E1DB935CF25A980156D5C40EDF5E3DAB7FE0)), L_4, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_6 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_6);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_6, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488_RuntimeMethod_var)));
}
IL_0043:
{
// m_CompositeOrCompositeBindingIndex = (ushort)value;
int32_t L_7 = ___value0;
__this->___m_CompositeOrCompositeBindingIndex_7 = (uint16_t)((int32_t)(uint16_t)L_7);
}
IL_004c:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_triggerEventIdForComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_TriggerEventIdForComposite;
int32_t L_0 = __this->___m_TriggerEventIdForComposite_11;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_triggerEventIdForComposite(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307 (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_EXTERN_C void BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.InputActionState/BindingState/Flags UnityEngine.InputSystem.InputActionState/BindingState::get_flags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => (Flags)m_Flags;
uint8_t L_0 = __this->___m_Flags_4;
return (int32_t)(L_0);
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_flags(UnityEngine.InputSystem.InputActionState/BindingState/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set => m_Flags = (byte)value;
int32_t L_0 = ___value0;
__this->___m_Flags_4 = (uint8_t)((int32_t)(uint8_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_chainsWithNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_chainsWithNext_m00FEE889165AC180623E3A8533AF0ECCD6776EF4 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => (flags & Flags.ChainsWithNext) == Flags.ChainsWithNext;
int32_t L_0;
L_0 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_0&1))) == ((int32_t)1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BindingState_get_chainsWithNext_m00FEE889165AC180623E3A8533AF0ECCD6776EF4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_chainsWithNext_m00FEE889165AC180623E3A8533AF0ECCD6776EF4(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_chainsWithNext(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_chainsWithNext_m9AAC2BB2EF364CB1CDAA2DFD76E3C877693F84EA (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.ChainsWithNext;
int32_t L_2;
L_2 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_2|1)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.ChainsWithNext;
int32_t L_3;
L_3 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_3&((int32_t)-2))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_chainsWithNext_m9AAC2BB2EF364CB1CDAA2DFD76E3C877693F84EA_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_chainsWithNext_m9AAC2BB2EF364CB1CDAA2DFD76E3C877693F84EA(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isEndOfChain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isEndOfChain_m59E9D0EF4D791283BD3CD9B1EF8117643EED357B (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => (flags & Flags.EndOfChain) == Flags.EndOfChain;
int32_t L_0;
L_0 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_0&2))) == ((int32_t)2))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BindingState_get_isEndOfChain_m59E9D0EF4D791283BD3CD9B1EF8117643EED357B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_isEndOfChain_m59E9D0EF4D791283BD3CD9B1EF8117643EED357B(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isEndOfChain(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isEndOfChain_mE946792711EF9EC38CE2AC659F2FA77B153306DE (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.EndOfChain;
int32_t L_2;
L_2 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_2|2)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.EndOfChain;
int32_t L_3;
L_3 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_3&((int32_t)-3))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_isEndOfChain_mE946792711EF9EC38CE2AC659F2FA77B153306DE_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_isEndOfChain_mE946792711EF9EC38CE2AC659F2FA77B153306DE(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfChain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfChain_mC15742DAC4F2F8AAB802E2C3F0FF5A85AED8EB69 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
// public bool isPartOfChain => chainsWithNext || isEndOfChain;
bool L_0;
L_0 = BindingState_get_chainsWithNext_m00FEE889165AC180623E3A8533AF0ECCD6776EF4(__this, NULL);
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = BindingState_get_isEndOfChain_m59E9D0EF4D791283BD3CD9B1EF8117643EED357B(__this, NULL);
G_B3_0 = ((int32_t)(L_1));
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 1;
}
IL_0011:
{
return (bool)G_B3_0;
}
}
IL2CPP_EXTERN_C bool BindingState_get_isPartOfChain_mC15742DAC4F2F8AAB802E2C3F0FF5A85AED8EB69_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_isPartOfChain_mC15742DAC4F2F8AAB802E2C3F0FF5A85AED8EB69(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// get => (flags & Flags.Composite) == Flags.Composite;
int32_t L_0;
L_0 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_0&4))) == ((int32_t)4))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.Composite;
int32_t L_2;
L_2 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_2|4)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.Composite;
int32_t L_3;
L_3 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_3&((int32_t)-5))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.PartOfComposite) == Flags.PartOfComposite;
int32_t L_0;
L_0 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_0&8))) == ((int32_t)8))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isPartOfComposite(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.PartOfComposite;
int32_t L_2;
L_2 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_2|8)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.PartOfComposite;
int32_t L_3;
L_3 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_3&((int32_t)-9))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.InitialStateCheckPending) != 0;
int32_t L_0;
L_0 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BindingState_get_initialStateCheckPending_m71EFD1D03180986B04065A6549A1DC2C1C168E70_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_initialStateCheckPending_m71EFD1D03180986B04065A6549A1DC2C1C168E70(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
// flags |= Flags.InitialStateCheckPending;
int32_t L_2;
L_2 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_2|((int32_t)16))), NULL);
goto IL_0028;
}
IL_0018:
{
// flags &= ~Flags.InitialStateCheckPending;
int32_t L_3;
L_3 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_3&((int32_t)-17))), NULL);
}
IL_0028:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.WantsInitialStateCheck) != 0;
int32_t L_0;
L_0 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
bool _returnValue;
_returnValue = BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_wantsInitialStateCheck(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
// flags |= Flags.WantsInitialStateCheck;
int32_t L_2;
L_2 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_2|((int32_t)32))), NULL);
goto IL_0028;
}
IL_0018:
{
// flags &= ~Flags.WantsInitialStateCheck;
int32_t L_3;
L_3 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_3&((int32_t)-33))), NULL);
}
IL_0028:
{
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_partIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => m_PartIndex;
uint8_t L_0 = __this->___m_PartIndex_5;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
int32_t _returnValue;
_returnValue = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_partIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
uint8_t V_2 = 0x0;
{
// if (partIndex < 0)
int32_t L_0;
L_0 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(__this, NULL);
V_0 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(value), "Part index must not be negative");
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9D47BEBDBAAC54A8BF7B3E3E36CE2A742352FB5)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_RuntimeMethod_var)));
}
IL_001e:
{
// if (partIndex > byte.MaxValue)
int32_t L_3;
L_3 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(__this, NULL);
V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)255)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_004c;
}
}
{
// throw new InvalidOperationException("Part count must not exceed byte.MaxValue=" + byte.MaxValue);
V_2 = (uint8_t)((int32_t)255);
String_t* L_5;
L_5 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_2), NULL);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE975D50E8C238280C509E19EC40AF46A2E29C0F5)), L_5, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_7);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, L_6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_RuntimeMethod_var)));
}
IL_004c:
{
// m_PartIndex = (byte)value;
int32_t L_8 = ___value0;
__this->___m_PartIndex_5 = (uint8_t)((int32_t)(uint8_t)L_8);
// }
return;
}
}
IL2CPP_EXTERN_C void BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93(_thisAdjusted, ___value0, 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
#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.InputActionPhase UnityEngine.InputSystem.InputActionState/TriggerState::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => (InputActionPhase)m_Phase;
uint8_t L_0 = __this->___m_Phase_0;
return (int32_t)(L_0);
}
}
IL2CPP_EXTERN_C int32_t TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
int32_t _returnValue;
_returnValue = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// set => m_Phase = (byte)value;
int32_t L_0 = ___value0;
__this->___m_Phase_0 = (uint8_t)((int32_t)(uint8_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(_thisAdjusted, ___value0, 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)
{
{
// public bool isDisabled => phase == InputActionPhase.Disabled;
int32_t L_0;
L_0 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isWaiting_m70BAD5D823E2476E9CCA4AF3305FC762CFA76B3B (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// public bool isWaiting => phase == InputActionPhase.Waiting;
int32_t L_0;
L_0 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isWaiting_m70BAD5D823E2476E9CCA4AF3305FC762CFA76B3B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isWaiting_m70BAD5D823E2476E9CCA4AF3305FC762CFA76B3B(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// public bool isStarted => phase == InputActionPhase.Started;
int32_t L_0;
L_0 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isStarted_m23B262849C63E8D5D16B14A777859FB709281444_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isStarted_m23B262849C63E8D5D16B14A777859FB709281444(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// public bool isPerformed => phase == InputActionPhase.Performed;
int32_t L_0;
L_0 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isPerformed_mAAF778642D1CFEB0B6D5186AFFC86AEF5F8F4746_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isPerformed_mAAF778642D1CFEB0B6D5186AFFC86AEF5F8F4746(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// public bool isCanceled => phase == InputActionPhase.Canceled;
int32_t L_0;
L_0 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isCanceled_m5121EDE98435C75EAE5F305F893175A9FF5C1AEA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isCanceled_m5121EDE98435C75EAE5F305F893175A9FF5C1AEA(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_Time;
double L_0 = __this->___m_Time_3;
return L_0;
}
}
IL2CPP_EXTERN_C double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
double _returnValue;
_returnValue = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_time(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_Time = value;
double L_0 = ___value0;
__this->___m_Time_3 = L_0;
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline(_thisAdjusted, ___value0, method);
}
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_StartTime;
double L_0 = __this->___m_StartTime_4;
return L_0;
}
}
IL2CPP_EXTERN_C double TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
double _returnValue;
_returnValue = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_startTime(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___value0, const RuntimeMethod* method)
{
{
// set => m_StartTime = value;
double L_0 = ___value0;
__this->___m_StartTime_4 = L_0;
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.InputSystem.InputActionState/TriggerState::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_Magnitude;
float L_0 = __this->___m_Magnitude_8;
return L_0;
}
}
IL2CPP_EXTERN_C float TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
float _returnValue;
_returnValue = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// flags |= Flags.HaveMagnitude;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_0|1)), NULL);
// m_Magnitude = value;
float L_1 = ___value0;
__this->___m_Magnitude_8 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(_thisAdjusted, ___value0, 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)
{
{
// public bool haveMagnitude => (flags & Flags.HaveMagnitude) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_haveMagnitude_mA486155C0EC79DF22DB8942A29C0A42B4B9E0E41_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_haveMagnitude_mA486155C0EC79DF22DB8942A29C0A42B4B9E0E41(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_mapIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_MapIndex;
uint8_t L_0 = __this->___m_MapIndex_2;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
int32_t _returnValue;
_returnValue = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// if (value < 0 || value > byte.MaxValue)
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000f;
}
}
{
int32_t L_1 = ___value0;
G_B3_0 = ((((int32_t)L_1) > ((int32_t)((int32_t)255)))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 1;
}
IL_0010:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
// throw new NotSupportedException("More than byte.MaxValue InputActionMaps in a single InputActionState");
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_3 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_3);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A709BF7D084A4E4C1731842F3480E6ED73FABD0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923_RuntimeMethod_var)));
}
IL_001f:
{
// m_MapIndex = (byte)value;
int32_t L_4 = ___value0;
__this->___m_MapIndex_2 = (uint8_t)((int32_t)(uint8_t)L_4);
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923(_thisAdjusted, ___value0, 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_ControlIndex == ushort.MaxValue)
uint16_t L_0 = __this->___m_ControlIndex_5;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return kInvalidIndex;
V_1 = (-1);
goto IL_001f;
}
IL_0016:
{
// return m_ControlIndex;
uint16_t L_2 = __this->___m_ControlIndex_5;
V_1 = L_2;
goto IL_001f;
}
IL_001f:
{
// }
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_EXTERN_C int32_t TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
int32_t _returnValue;
_returnValue = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
// if (value == kInvalidIndex)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_ControlIndex = ushort.MaxValue;
__this->___m_ControlIndex_5 = (uint16_t)((int32_t)65535);
goto IL_0041;
}
IL_0016:
{
// if (value < 0 || value >= ushort.MaxValue)
int32_t L_2 = ___value0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0028;
}
}
{
int32_t L_3 = ___value0;
G_B5_0 = ((((int32_t)((((int32_t)L_3) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0029;
}
IL_0028:
{
G_B5_0 = 1;
}
IL_0029:
{
V_1 = (bool)G_B5_0;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0038;
}
}
{
// throw new NotSupportedException("More than ushort.MaxValue-1 controls in a single InputActionState");
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_5 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_5);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC360CD99585D695B6C7BA42BE764C75440AD047)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266_RuntimeMethod_var)));
}
IL_0038:
{
// m_ControlIndex = (ushort)value;
int32_t L_6 = ___value0;
__this->___m_ControlIndex_5 = (uint16_t)((int32_t)(uint16_t)L_6);
}
IL_0041:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266(_thisAdjusted, ___value0, method);
}
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_BindingIndex;
uint16_t L_0 = __this->___m_BindingIndex_6;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
int32_t _returnValue;
_returnValue = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// if (value < 0 || value > ushort.MaxValue)
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000f;
}
}
{
int32_t L_1 = ___value0;
G_B3_0 = ((((int32_t)L_1) > ((int32_t)((int32_t)65535)))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 1;
}
IL_0010:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
// throw new NotSupportedException("More than ushort.MaxValue bindings in a single InputActionState");
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_3 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_3);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DADDC5FA7ADD49716435B7FC12C954EA15FE32F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494_RuntimeMethod_var)));
}
IL_001f:
{
// m_BindingIndex = (ushort)value;
int32_t L_4 = ___value0;
__this->___m_BindingIndex_6 = (uint16_t)((int32_t)(uint16_t)L_4);
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494(_thisAdjusted, ___value0, 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)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_InteractionIndex == ushort.MaxValue)
uint16_t L_0 = __this->___m_InteractionIndex_7;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)65535)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return kInvalidIndex;
V_1 = (-1);
goto IL_001f;
}
IL_0016:
{
// return m_InteractionIndex;
uint16_t L_2 = __this->___m_InteractionIndex_7;
V_1 = L_2;
goto IL_001f;
}
IL_001f:
{
// }
int32_t L_3 = V_1;
return L_3;
}
}
IL2CPP_EXTERN_C int32_t TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
int32_t _returnValue;
_returnValue = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
// if (value == kInvalidIndex)
int32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_InteractionIndex = ushort.MaxValue;
__this->___m_InteractionIndex_7 = (uint16_t)((int32_t)65535);
goto IL_0041;
}
IL_0016:
{
// if (value < 0 || value >= ushort.MaxValue)
int32_t L_2 = ___value0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0028;
}
}
{
int32_t L_3 = ___value0;
G_B5_0 = ((((int32_t)((((int32_t)L_3) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0029;
}
IL_0028:
{
G_B5_0 = 1;
}
IL_0029:
{
V_1 = (bool)G_B5_0;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0038;
}
}
{
// throw new NotSupportedException("More than ushort.MaxValue-1 interactions in a single InputActionState");
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_5 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_5);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2CAED8E78EF5B137FB8738FFD8A8CBD38B16A8EF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164_RuntimeMethod_var)));
}
IL_0038:
{
// m_InteractionIndex = (ushort)value;
int32_t L_6 = ___value0;
__this->___m_InteractionIndex_7 = (uint16_t)((int32_t)(uint16_t)L_6);
}
IL_0041:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164(_thisAdjusted, ___value0, method);
}
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_lastPerformedInUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_LastPerformedInUpdate;
uint32_t L_0 = __this->___m_LastPerformedInUpdate_9;
return L_0;
}
}
IL2CPP_EXTERN_C uint32_t TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
uint32_t _returnValue;
_returnValue = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_lastPerformedInUpdate(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629 (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_EXTERN_C void TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline(_thisAdjusted, ___value0, method);
}
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_lastCanceledInUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_LastCanceledInUpdate;
uint32_t L_0 = __this->___m_LastCanceledInUpdate_10;
return L_0;
}
}
IL2CPP_EXTERN_C uint32_t TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
uint32_t _returnValue;
_returnValue = TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_lastCanceledInUpdate(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481 (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_EXTERN_C void TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline(_thisAdjusted, ___value0, method);
}
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_pressedInUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_PressedInUpdate;
uint32_t L_0 = __this->___m_PressedInUpdate_11;
return L_0;
}
}
IL2CPP_EXTERN_C uint32_t TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
uint32_t _returnValue;
_returnValue = TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_pressedInUpdate(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B (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_EXTERN_C void TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline(_thisAdjusted, ___value0, method);
}
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::get_releasedInUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_ReleasedInUpdate;
uint32_t L_0 = __this->___m_ReleasedInUpdate_12;
return L_0;
}
}
IL2CPP_EXTERN_C uint32_t TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
uint32_t _returnValue;
_returnValue = TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_releasedInUpdate(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737 (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_EXTERN_C void TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.PassThrough) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.PassThrough;
int32_t L_2;
L_2 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_2|2)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.PassThrough;
int32_t L_3;
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_3&((int32_t)-3))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.Button) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
// flags |= Flags.Button;
int32_t L_2;
L_2 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_2|((int32_t)32))), NULL);
goto IL_0028;
}
IL_0018:
{
// flags &= ~Flags.Button;
int32_t L_3;
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_3&((int32_t)-33))), NULL);
}
IL_0028:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.Pressed) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
// flags |= Flags.Pressed;
int32_t L_2;
L_2 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_2|((int32_t)64))), NULL);
goto IL_0028;
}
IL_0018:
{
// flags &= ~Flags.Pressed;
int32_t L_3;
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_3&((int32_t)-65))), NULL);
}
IL_0028:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.MayNeedConflictResolution) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_mayNeedConflictResolution(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.MayNeedConflictResolution;
int32_t L_2;
L_2 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_2|4)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.MayNeedConflictResolution;
int32_t L_3;
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_3&((int32_t)-5))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.HasMultipleConcurrentActuations) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_hasMultipleConcurrentActuations_mF4D0F4CBCD1335CB209F2DC6A7B5C200DAC6037B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_hasMultipleConcurrentActuations_mF4D0F4CBCD1335CB209F2DC6A7B5C200DAC6037B(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// flags |= Flags.HasMultipleConcurrentActuations;
int32_t L_2;
L_2 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_2|8)), NULL);
goto IL_0027;
}
IL_0017:
{
// flags &= ~Flags.HasMultipleConcurrentActuations;
int32_t L_3;
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_3&((int32_t)-9))), NULL);
}
IL_0027:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9(_thisAdjusted, ___value0, 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)
{
{
// get => (flags & Flags.InProcessing) != 0;
int32_t L_0;
L_0 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
bool _returnValue;
_returnValue = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
// flags |= Flags.InProcessing;
int32_t L_2;
L_2 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_2|((int32_t)16))), NULL);
goto IL_0028;
}
IL_0018:
{
// flags &= ~Flags.InProcessing;
int32_t L_3;
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_3&((int32_t)-17))), NULL);
}
IL_0028:
{
// }
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.InputActionState/TriggerState/Flags UnityEngine.InputSystem.InputActionState/TriggerState::get_flags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => (Flags)m_Flags;
uint8_t L_0 = __this->___m_Flags_1;
return (int32_t)(L_0);
}
}
IL2CPP_EXTERN_C int32_t TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
int32_t _returnValue;
_returnValue = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// set => m_Flags = (byte)value;
int32_t L_0 = ___value0;
__this->___m_Flags_1 = (uint8_t)((int32_t)(uint8_t)L_0);
return;
}
}
IL2CPP_EXTERN_C void TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(_thisAdjusted, ___value0, 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.InputSystem.InputActionState/UnmanagedMemory::get_isAllocated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method)
{
{
// public bool isAllocated => basePtr != null;
void* L_0 = __this->___basePtr_0;
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
bool _returnValue;
_returnValue = UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::get_sizeInBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnmanagedMemory_get_sizeInBytes_m31935EB8B9F97AA82D613DAFE14D50030154DDFD (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method)
{
{
// mapCount * sizeof(ActionMapIndices) + // mapIndices
// actionCount * sizeof(TriggerState) + // actionStates
// bindingCount * sizeof(BindingState) + // bindingStates
// interactionCount * sizeof(InteractionState) + // interactionStates
// controlCount * sizeof(float) + // controlMagnitudes
// compositeCount * sizeof(float) + // compositeMagnitudes
// controlCount * sizeof(int) + // controlIndexToBindingIndex
// actionCount * sizeof(ushort) * 2 + // actionBindingIndicesAndCounts
// bindingCount * sizeof(ushort) + // actionBindingIndices
// (controlCount + 31) / 32 * sizeof(int); // enabledControlsArray
int32_t L_0 = __this->___mapCount_1;
uint32_t L_1 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
int32_t L_2 = __this->___actionCount_2;
uint32_t L_3 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
int32_t L_4 = __this->___bindingCount_4;
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_6 = __this->___interactionCount_3;
uint32_t L_7 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
int32_t L_8 = __this->___controlCount_5;
int32_t L_9 = __this->___compositeCount_6;
int32_t L_10 = __this->___controlCount_5;
int32_t L_11 = __this->___actionCount_2;
int32_t L_12 = __this->___bindingCount_4;
int32_t L_13 = __this->___controlCount_5;
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_0, (int32_t)L_1)), ((int32_t)il2cpp_codegen_multiply(L_2, (int32_t)L_3)))), ((int32_t)il2cpp_codegen_multiply(L_4, (int32_t)L_5)))), ((int32_t)il2cpp_codegen_multiply(L_6, (int32_t)L_7)))), ((int32_t)il2cpp_codegen_multiply(L_8, 4)))), ((int32_t)il2cpp_codegen_multiply(L_9, 4)))), ((int32_t)il2cpp_codegen_multiply(L_10, 4)))), ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_11, 2)), 2)))), ((int32_t)il2cpp_codegen_multiply(L_12, 2)))), ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_13, ((int32_t)31)))/((int32_t)32))), 4))));
}
}
IL2CPP_EXTERN_C int32_t UnmanagedMemory_get_sizeInBytes_m31935EB8B9F97AA82D613DAFE14D50030154DDFD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
int32_t _returnValue;
_returnValue = UnmanagedMemory_get_sizeInBytes_m31935EB8B9F97AA82D613DAFE14D50030154DDFD(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Allocate(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, int32_t ___mapCount0, int32_t ___actionCount1, int32_t ___bindingCount2, int32_t ___controlCount3, int32_t ___interactionCount4, int32_t ___compositeCount5, 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*)&_stringLiteral170E2DA15543140F87EC43EFA91BB1FC98CFDE49);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33B1390C0EE06C42DD880C6913D5FA1620057D6B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EF445186E7567F96B817E8586541056F74E8160);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41154F1449DCD19866D144DEF949F7351BE2B8C8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A9F8ADDABC778C8B2E27D79A32993D387E44846);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF24C1390D64EB50B39B62910B009AAEE08842BE9);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
{
// Debug.Assert(basePtr == null, "Memory already allocated! Free first!");
void* L_0 = __this->___basePtr_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0), _stringLiteral33B1390C0EE06C42DD880C6913D5FA1620057D6B, NULL);
// Debug.Assert(mapCount >= 1, "Map count out of range");
int32_t L_1 = ___mapCount0;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_1) < ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral9A9F8ADDABC778C8B2E27D79A32993D387E44846, NULL);
// Debug.Assert(actionCount >= 0, "Action count out of range");
int32_t L_2 = ___actionCount1;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral170E2DA15543140F87EC43EFA91BB1FC98CFDE49, NULL);
// Debug.Assert(bindingCount >= 0, "Binding count out of range");
int32_t L_3 = ___bindingCount2;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral41154F1449DCD19866D144DEF949F7351BE2B8C8, NULL);
// Debug.Assert(interactionCount >= 0, "Interaction count out of range");
int32_t L_4 = ___interactionCount4;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_4) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralF24C1390D64EB50B39B62910B009AAEE08842BE9, NULL);
// Debug.Assert(compositeCount >= 0, "Composite count out of range");
int32_t L_5 = ___compositeCount5;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_5) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral3EF445186E7567F96B817E8586541056F74E8160, NULL);
// this.mapCount = mapCount;
int32_t L_6 = ___mapCount0;
__this->___mapCount_1 = L_6;
// this.actionCount = actionCount;
int32_t L_7 = ___actionCount1;
__this->___actionCount_2 = L_7;
// this.interactionCount = interactionCount;
int32_t L_8 = ___interactionCount4;
__this->___interactionCount_3 = L_8;
// this.bindingCount = bindingCount;
int32_t L_9 = ___bindingCount2;
__this->___bindingCount_4 = L_9;
// this.controlCount = controlCount;
int32_t L_10 = ___controlCount3;
__this->___controlCount_5 = L_10;
// this.compositeCount = compositeCount;
int32_t L_11 = ___compositeCount5;
__this->___compositeCount_6 = L_11;
// var numBytes = sizeInBytes;
int32_t L_12;
L_12 = UnmanagedMemory_get_sizeInBytes_m31935EB8B9F97AA82D613DAFE14D50030154DDFD(__this, NULL);
V_0 = L_12;
// var ptr = (byte*)UnsafeUtility.Malloc(numBytes, 4, Allocator.Persistent);
int32_t L_13 = V_0;
void* L_14;
L_14 = UnsafeUtility_Malloc_mA79BF3D6FC86F67D4354A6C8481DB0F13FD6777B(((int64_t)L_13), 4, 4, NULL);
V_1 = (uint8_t*)L_14;
// UnsafeUtility.MemClear(ptr, numBytes);
uint8_t* L_15 = V_1;
int32_t L_16 = V_0;
UnsafeUtility_MemClear_m0535B03E39A2A8CF84AE517549902F0025F67460((void*)L_15, ((int64_t)L_16), NULL);
// basePtr = ptr;
uint8_t* L_17 = V_1;
__this->___basePtr_0 = (void*)L_17;
// mapIndices = (ActionMapIndices*)ptr; ptr += mapCount * sizeof(ActionMapIndices);
uint8_t* L_18 = V_1;
__this->___mapIndices_16 = (ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)L_18;
// mapIndices = (ActionMapIndices*)ptr; ptr += mapCount * sizeof(ActionMapIndices);
uint8_t* L_19 = V_1;
int32_t L_20 = ___mapCount0;
uint32_t L_21 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, ((int32_t)il2cpp_codegen_multiply(L_20, (int32_t)L_21))));
// actionStates = (TriggerState*)ptr; ptr += actionCount * sizeof(TriggerState);
uint8_t* L_22 = V_1;
__this->___actionStates_7 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_22;
// actionStates = (TriggerState*)ptr; ptr += actionCount * sizeof(TriggerState);
uint8_t* L_23 = V_1;
int32_t L_24 = ___actionCount1;
uint32_t L_25 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, ((int32_t)il2cpp_codegen_multiply(L_24, (int32_t)L_25))));
// interactionStates = (InteractionState*)ptr; ptr += interactionCount * sizeof(InteractionState);
uint8_t* L_26 = V_1;
__this->___interactionStates_9 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_26;
// interactionStates = (InteractionState*)ptr; ptr += interactionCount * sizeof(InteractionState);
uint8_t* L_27 = V_1;
int32_t L_28 = ___interactionCount4;
uint32_t L_29 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, ((int32_t)il2cpp_codegen_multiply(L_28, (int32_t)L_29))));
// bindingStates = (BindingState*)ptr; ptr += bindingCount * sizeof(BindingState);
uint8_t* L_30 = V_1;
__this->___bindingStates_8 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_30;
// bindingStates = (BindingState*)ptr; ptr += bindingCount * sizeof(BindingState);
uint8_t* L_31 = V_1;
int32_t L_32 = ___bindingCount2;
uint32_t L_33 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, ((int32_t)il2cpp_codegen_multiply(L_32, (int32_t)L_33))));
// controlMagnitudes = (float*)ptr; ptr += controlCount * sizeof(float);
uint8_t* L_34 = V_1;
__this->___controlMagnitudes_10 = (float*)L_34;
// controlMagnitudes = (float*)ptr; ptr += controlCount * sizeof(float);
uint8_t* L_35 = V_1;
int32_t L_36 = ___controlCount3;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, ((int32_t)il2cpp_codegen_multiply(L_36, 4))));
// compositeMagnitudes = (float*)ptr; ptr += compositeCount * sizeof(float);
uint8_t* L_37 = V_1;
__this->___compositeMagnitudes_11 = (float*)L_37;
// compositeMagnitudes = (float*)ptr; ptr += compositeCount * sizeof(float);
uint8_t* L_38 = V_1;
int32_t L_39 = ___compositeCount5;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, ((int32_t)il2cpp_codegen_multiply(L_39, 4))));
// controlIndexToBindingIndex = (int*)ptr; ptr += controlCount * sizeof(int);
uint8_t* L_40 = V_1;
__this->___controlIndexToBindingIndex_15 = (int32_t*)L_40;
// controlIndexToBindingIndex = (int*)ptr; ptr += controlCount * sizeof(int);
uint8_t* L_41 = V_1;
int32_t L_42 = ___controlCount3;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, ((int32_t)il2cpp_codegen_multiply(L_42, 4))));
// actionBindingIndicesAndCounts = (ushort*)ptr; ptr += actionCount * sizeof(ushort) * 2;
uint8_t* L_43 = V_1;
__this->___actionBindingIndicesAndCounts_13 = (uint16_t*)L_43;
// actionBindingIndicesAndCounts = (ushort*)ptr; ptr += actionCount * sizeof(ushort) * 2;
uint8_t* L_44 = V_1;
int32_t L_45 = ___actionCount1;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_45, 2)), 2))));
// actionBindingIndices = (ushort*)ptr; ptr += bindingCount * sizeof(ushort);
uint8_t* L_46 = V_1;
__this->___actionBindingIndices_14 = (uint16_t*)L_46;
// actionBindingIndices = (ushort*)ptr; ptr += bindingCount * sizeof(ushort);
uint8_t* L_47 = V_1;
int32_t L_48 = ___bindingCount2;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_47, ((int32_t)il2cpp_codegen_multiply(L_48, 2))));
// enabledControls = (int*)ptr; ptr += (controlCount + 31) / 32 * sizeof(int);
uint8_t* L_49 = V_1;
__this->___enabledControls_12 = (int32_t*)L_49;
// enabledControls = (int*)ptr; ptr += (controlCount + 31) / 32 * sizeof(int);
uint8_t* L_50 = V_1;
int32_t L_51 = ___controlCount3;
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_50, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_51, ((int32_t)31)))/((int32_t)32))), 4))));
// }
return;
}
}
IL2CPP_EXTERN_C void UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A_AdjustorThunk (RuntimeObject* __this, int32_t ___mapCount0, int32_t ___actionCount1, int32_t ___bindingCount2, int32_t ___controlCount3, int32_t ___interactionCount4, int32_t ___compositeCount5, const RuntimeMethod* method)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A(_thisAdjusted, ___mapCount0, ___actionCount1, ___bindingCount2, ___controlCount3, ___interactionCount4, ___compositeCount5, method);
}
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783 (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (basePtr == null)
void* L_0 = __this->___basePtr_0;
V_0 = (bool)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// return;
goto IL_009b;
}
IL_0014:
{
// UnsafeUtility.Free(basePtr, Allocator.Persistent);
void* L_2 = __this->___basePtr_0;
UnsafeUtility_Free_mA951B190894E1755DE821FCBD35F7AD9FB388F18(L_2, 4, NULL);
// basePtr = null;
__this->___basePtr_0 = (void*)((uintptr_t)0);
// actionStates = null;
__this->___actionStates_7 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)0);
// interactionStates = null;
__this->___interactionStates_9 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((uintptr_t)0);
// bindingStates = null;
__this->___bindingStates_8 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)0);
// mapIndices = null;
__this->___mapIndices_16 = (ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)((uintptr_t)0);
// controlMagnitudes = null;
__this->___controlMagnitudes_10 = (float*)((uintptr_t)0);
// compositeMagnitudes = null;
__this->___compositeMagnitudes_11 = (float*)((uintptr_t)0);
// controlIndexToBindingIndex = null;
__this->___controlIndexToBindingIndex_15 = (int32_t*)((uintptr_t)0);
// actionBindingIndices = null;
__this->___actionBindingIndices_14 = (uint16_t*)((uintptr_t)0);
// actionBindingIndicesAndCounts = null;
__this->___actionBindingIndicesAndCounts_13 = (uint16_t*)((uintptr_t)0);
// mapCount = 0;
__this->___mapCount_1 = 0;
// actionCount = 0;
__this->___actionCount_2 = 0;
// bindingCount = 0;
__this->___bindingCount_4 = 0;
// controlCount = 0;
__this->___controlCount_5 = 0;
// interactionCount = 0;
__this->___interactionCount_3 = 0;
// compositeCount = 0;
__this->___compositeCount_6 = 0;
}
IL_009b:
{
// }
return;
}
}
IL2CPP_EXTERN_C void UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::CopyDataFrom(UnityEngine.InputSystem.InputActionState/UnmanagedMemory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory0, 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*)&_stringLiteral36F44A1222D4244BB8C694669C6BE3CD0AA21F65);
s_Il2CppMethodInitialized = true;
}
{
// Debug.Assert(memory.basePtr != null, "Given struct has no allocated data");
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_0 = ___memory0;
void* L_1 = L_0.___basePtr_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((intptr_t)L_1) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral36F44A1222D4244BB8C694669C6BE3CD0AA21F65, NULL);
// UnsafeUtility.MemCpy(mapIndices, memory.mapIndices, memory.mapCount * sizeof(ActionMapIndices));
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_2 = __this->___mapIndices_16;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_3 = ___memory0;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_4 = L_3.___mapIndices_16;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_5 = ___memory0;
int32_t L_6 = L_5.___mapCount_1;
uint32_t L_7 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_2, (void*)L_4, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_6, (int32_t)L_7))), NULL);
// UnsafeUtility.MemCpy(actionStates, memory.actionStates, memory.actionCount * sizeof(TriggerState));
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = __this->___actionStates_7;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_9 = ___memory0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = L_9.___actionStates_7;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_11 = ___memory0;
int32_t L_12 = L_11.___actionCount_2;
uint32_t L_13 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_8, (void*)L_10, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_12, (int32_t)L_13))), NULL);
// UnsafeUtility.MemCpy(bindingStates, memory.bindingStates, memory.bindingCount * sizeof(BindingState));
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_14 = __this->___bindingStates_8;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_15 = ___memory0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16 = L_15.___bindingStates_8;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_17 = ___memory0;
int32_t L_18 = L_17.___bindingCount_4;
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_14, (void*)L_16, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_18, (int32_t)L_19))), NULL);
// UnsafeUtility.MemCpy(interactionStates, memory.interactionStates, memory.interactionCount * sizeof(InteractionState));
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_20 = __this->___interactionStates_9;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_21 = ___memory0;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_22 = L_21.___interactionStates_9;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_23 = ___memory0;
int32_t L_24 = L_23.___interactionCount_3;
uint32_t L_25 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_20, (void*)L_22, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_24, (int32_t)L_25))), NULL);
// UnsafeUtility.MemCpy(controlMagnitudes, memory.controlMagnitudes, memory.controlCount * sizeof(float));
float* L_26 = __this->___controlMagnitudes_10;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_27 = ___memory0;
float* L_28 = L_27.___controlMagnitudes_10;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_29 = ___memory0;
int32_t L_30 = L_29.___controlCount_5;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_26, (void*)L_28, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_30, 4))), NULL);
// UnsafeUtility.MemCpy(compositeMagnitudes, memory.compositeMagnitudes, memory.compositeCount * sizeof(float));
float* L_31 = __this->___compositeMagnitudes_11;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_32 = ___memory0;
float* L_33 = L_32.___compositeMagnitudes_11;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_34 = ___memory0;
int32_t L_35 = L_34.___compositeCount_6;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_31, (void*)L_33, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_35, 4))), NULL);
// UnsafeUtility.MemCpy(controlIndexToBindingIndex, memory.controlIndexToBindingIndex, memory.controlCount * sizeof(int));
int32_t* L_36 = __this->___controlIndexToBindingIndex_15;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_37 = ___memory0;
int32_t* L_38 = L_37.___controlIndexToBindingIndex_15;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_39 = ___memory0;
int32_t L_40 = L_39.___controlCount_5;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_36, (void*)L_38, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_40, 4))), NULL);
// UnsafeUtility.MemCpy(actionBindingIndicesAndCounts, memory.actionBindingIndicesAndCounts, memory.actionCount * sizeof(ushort) * 2);
uint16_t* L_41 = __this->___actionBindingIndicesAndCounts_13;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_42 = ___memory0;
uint16_t* L_43 = L_42.___actionBindingIndicesAndCounts_13;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_44 = ___memory0;
int32_t L_45 = L_44.___actionCount_2;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_41, (void*)L_43, ((int64_t)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_45, 2)), 2))), NULL);
// UnsafeUtility.MemCpy(actionBindingIndices, memory.actionBindingIndices, memory.bindingCount * sizeof(ushort));
uint16_t* L_46 = __this->___actionBindingIndices_14;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_47 = ___memory0;
uint16_t* L_48 = L_47.___actionBindingIndices_14;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_49 = ___memory0;
int32_t L_50 = L_49.___bindingCount_4;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_46, (void*)L_48, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_50, 2))), NULL);
// UnsafeUtility.MemCpy(enabledControls, memory.enabledControls, (memory.controlCount + 31) / 32 * sizeof(int));
int32_t* L_51 = __this->___enabledControls_12;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_52 = ___memory0;
int32_t* L_53 = L_52.___enabledControls_12;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_54 = ___memory0;
int32_t L_55 = L_54.___controlCount_5;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B((void*)L_51, (void*)L_53, ((int64_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_55, ((int32_t)31)))/((int32_t)32))), 4))), NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C_AdjustorThunk (RuntimeObject* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___memory0, const RuntimeMethod* method)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C(_thisAdjusted, ___memory0, 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)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_2;
memset((&V_2), 0, sizeof(V_2));
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
{
// if (!isAllocated)
bool L_0;
L_0 = UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001a;
}
}
{
// return new UnmanagedMemory();
il2cpp_codegen_initobj((&V_2), sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_2 = V_2;
V_3 = L_2;
goto IL_0064;
}
IL_001a:
{
// var clone = new UnmanagedMemory();
il2cpp_codegen_initobj((&V_0), sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
// clone.Allocate(
// mapCount: mapCount,
// actionCount: actionCount,
// controlCount: controlCount,
// bindingCount: bindingCount,
// interactionCount: interactionCount,
// compositeCount: compositeCount);
int32_t L_3 = __this->___mapCount_1;
int32_t L_4 = __this->___actionCount_2;
int32_t L_5 = __this->___controlCount_5;
V_4 = L_5;
int32_t L_6 = __this->___bindingCount_4;
int32_t L_7 = V_4;
int32_t L_8 = __this->___interactionCount_3;
int32_t L_9 = __this->___compositeCount_6;
UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A((&V_0), L_3, L_4, L_6, L_7, L_8, L_9, NULL);
// clone.CopyDataFrom(this);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_10 = (*(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*)__this);
UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C((&V_0), L_10, NULL);
// return clone;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_11 = V_0;
V_3 = L_11;
goto IL_0064;
}
IL_0064:
{
// }
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_12 = V_3;
return L_12;
}
}
IL2CPP_EXTERN_C UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 _returnValue;
_returnValue = UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionState/GlobalState
IL2CPP_EXTERN_C void GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshal_pinvoke(const GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A& unmarshaled, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_pinvoke& marshaled)
{
Exception_t* ___globalList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'globalList' of type 'GlobalState'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___globalList_0Exception, NULL);
}
IL2CPP_EXTERN_C void GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshal_pinvoke_back(const GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_pinvoke& marshaled, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A& unmarshaled)
{
Exception_t* ___globalList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'globalList' of type 'GlobalState'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___globalList_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionState/GlobalState
IL2CPP_EXTERN_C void GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshal_pinvoke_cleanup(GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionState/GlobalState
IL2CPP_EXTERN_C void GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshal_com(const GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A& unmarshaled, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_com& marshaled)
{
Exception_t* ___globalList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'globalList' of type 'GlobalState'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___globalList_0Exception, NULL);
}
IL2CPP_EXTERN_C void GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshal_com_back(const GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_com& marshaled, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A& unmarshaled)
{
Exception_t* ___globalList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'globalList' of type 'GlobalState'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___globalList_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionState/GlobalState
IL2CPP_EXTERN_C void GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshal_com_cleanup(GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.InputActionState/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mEA61C590D983E60D585F933E3F26C74CD7C2F4BE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* L_0 = (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5*)il2cpp_codegen_object_new(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m234422A66DA28C27C939932363F7DD3DB74B64F8(L_0, NULL);
((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m234422A66DA28C27C939932363F7DD3DB74B64F8 (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState/<>c::<SaveAndResetState>b__121_0(UnityEngine.InputSystem.InputActionState/GlobalState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSaveAndResetStateU3Eb__121_0_m8EC8F7387C89C4913332A1D50CCFA479A55B17F3 (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* __this, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* ___state0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// (ref GlobalState state) => s_GlobalState = state, // restore
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* L_0 = ___state0;
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A L_1 = (*(GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A*)L_0);
((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___globalList_0))->___additionalValues_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionChange_1))->___m_Callbacks_1))->___firstValue_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionChange_1))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionChange_1))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionChange_1))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionChange_1))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionChange_1))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionControlsChanged_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionControlsChanged_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL);
#endif
return;
}
}
// System.Void UnityEngine.InputSystem.InputActionState/<>c::<SaveAndResetState>b__121_1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSaveAndResetStateU3Eb__121_1_mDE62EF6101E22029936255CA0D1F29D6F8D4EA2B (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* __this, const RuntimeMethod* method)
{
{
// () => ResetGlobals()); // static dispose
InputActionState_ResetGlobals_m8E89D5FC993708F3C39993700AEB4B6F6466BB2F(NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBinding
IL2CPP_EXTERN_C void InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshal_pinvoke(const InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5& unmarshaled, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke& marshaled)
{
marshaled.___m_Name_2 = il2cpp_codegen_marshal_string(unmarshaled.___m_Name_2);
marshaled.___m_Id_3 = il2cpp_codegen_marshal_string(unmarshaled.___m_Id_3);
marshaled.___m_Path_4 = il2cpp_codegen_marshal_string(unmarshaled.___m_Path_4);
marshaled.___m_Interactions_5 = il2cpp_codegen_marshal_string(unmarshaled.___m_Interactions_5);
marshaled.___m_Processors_6 = il2cpp_codegen_marshal_string(unmarshaled.___m_Processors_6);
marshaled.___m_Groups_7 = il2cpp_codegen_marshal_string(unmarshaled.___m_Groups_7);
marshaled.___m_Action_8 = il2cpp_codegen_marshal_string(unmarshaled.___m_Action_8);
marshaled.___m_Flags_9 = unmarshaled.___m_Flags_9;
marshaled.___m_OverridePath_10 = il2cpp_codegen_marshal_string(unmarshaled.___m_OverridePath_10);
marshaled.___m_OverrideInteractions_11 = il2cpp_codegen_marshal_string(unmarshaled.___m_OverrideInteractions_11);
marshaled.___m_OverrideProcessors_12 = il2cpp_codegen_marshal_string(unmarshaled.___m_OverrideProcessors_12);
}
IL2CPP_EXTERN_C void InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshal_pinvoke_back(const InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke& marshaled, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5& unmarshaled)
{
unmarshaled.___m_Name_2 = il2cpp_codegen_marshal_string_result(marshaled.___m_Name_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Name_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Name_2));
unmarshaled.___m_Id_3 = il2cpp_codegen_marshal_string_result(marshaled.___m_Id_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Id_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Id_3));
unmarshaled.___m_Path_4 = il2cpp_codegen_marshal_string_result(marshaled.___m_Path_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Path_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Path_4));
unmarshaled.___m_Interactions_5 = il2cpp_codegen_marshal_string_result(marshaled.___m_Interactions_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Interactions_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Interactions_5));
unmarshaled.___m_Processors_6 = il2cpp_codegen_marshal_string_result(marshaled.___m_Processors_6);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Processors_6), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Processors_6));
unmarshaled.___m_Groups_7 = il2cpp_codegen_marshal_string_result(marshaled.___m_Groups_7);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Groups_7), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Groups_7));
unmarshaled.___m_Action_8 = il2cpp_codegen_marshal_string_result(marshaled.___m_Action_8);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Action_8), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Action_8));
int32_t unmarshaledm_Flags_temp_7 = 0;
unmarshaledm_Flags_temp_7 = marshaled.___m_Flags_9;
unmarshaled.___m_Flags_9 = unmarshaledm_Flags_temp_7;
unmarshaled.___m_OverridePath_10 = il2cpp_codegen_marshal_string_result(marshaled.___m_OverridePath_10);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_OverridePath_10), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_OverridePath_10));
unmarshaled.___m_OverrideInteractions_11 = il2cpp_codegen_marshal_string_result(marshaled.___m_OverrideInteractions_11);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_OverrideInteractions_11), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_OverrideInteractions_11));
unmarshaled.___m_OverrideProcessors_12 = il2cpp_codegen_marshal_string_result(marshaled.___m_OverrideProcessors_12);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_OverrideProcessors_12), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_OverrideProcessors_12));
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBinding
IL2CPP_EXTERN_C void InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshal_pinvoke_cleanup(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_Name_2);
marshaled.___m_Name_2 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_Id_3);
marshaled.___m_Id_3 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_Path_4);
marshaled.___m_Path_4 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_Interactions_5);
marshaled.___m_Interactions_5 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_Processors_6);
marshaled.___m_Processors_6 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_Groups_7);
marshaled.___m_Groups_7 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_Action_8);
marshaled.___m_Action_8 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_OverridePath_10);
marshaled.___m_OverridePath_10 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_OverrideInteractions_11);
marshaled.___m_OverrideInteractions_11 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_OverrideProcessors_12);
marshaled.___m_OverrideProcessors_12 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBinding
IL2CPP_EXTERN_C void InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshal_com(const InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5& unmarshaled, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com& marshaled)
{
marshaled.___m_Name_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Name_2);
marshaled.___m_Id_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Id_3);
marshaled.___m_Path_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Path_4);
marshaled.___m_Interactions_5 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Interactions_5);
marshaled.___m_Processors_6 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Processors_6);
marshaled.___m_Groups_7 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Groups_7);
marshaled.___m_Action_8 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Action_8);
marshaled.___m_Flags_9 = unmarshaled.___m_Flags_9;
marshaled.___m_OverridePath_10 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_OverridePath_10);
marshaled.___m_OverrideInteractions_11 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_OverrideInteractions_11);
marshaled.___m_OverrideProcessors_12 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_OverrideProcessors_12);
}
IL2CPP_EXTERN_C void InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshal_com_back(const InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com& marshaled, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5& unmarshaled)
{
unmarshaled.___m_Name_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Name_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_2));
unmarshaled.___m_Id_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Id_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Id_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Id_3));
unmarshaled.___m_Path_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Path_4);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Path_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Path_4));
unmarshaled.___m_Interactions_5 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Interactions_5);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Interactions_5), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Interactions_5));
unmarshaled.___m_Processors_6 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Processors_6);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Processors_6), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Processors_6));
unmarshaled.___m_Groups_7 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Groups_7);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Groups_7), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Groups_7));
unmarshaled.___m_Action_8 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Action_8);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Action_8), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Action_8));
int32_t unmarshaledm_Flags_temp_7 = 0;
unmarshaledm_Flags_temp_7 = marshaled.___m_Flags_9;
unmarshaled.___m_Flags_9 = unmarshaledm_Flags_temp_7;
unmarshaled.___m_OverridePath_10 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverridePath_10);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_OverridePath_10), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverridePath_10));
unmarshaled.___m_OverrideInteractions_11 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverrideInteractions_11);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_OverrideInteractions_11), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverrideInteractions_11));
unmarshaled.___m_OverrideProcessors_12 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverrideProcessors_12);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_OverrideProcessors_12), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_OverrideProcessors_12));
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBinding
IL2CPP_EXTERN_C void InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshal_com_cleanup(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Name_2);
marshaled.___m_Name_2 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Id_3);
marshaled.___m_Id_3 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Path_4);
marshaled.___m_Path_4 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Interactions_5);
marshaled.___m_Interactions_5 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Processors_6);
marshaled.___m_Processors_6 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Groups_7);
marshaled.___m_Groups_7 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Action_8);
marshaled.___m_Action_8 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_OverridePath_10);
marshaled.___m_OverridePath_10 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_OverrideInteractions_11);
marshaled.___m_OverrideInteractions_11 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_OverrideProcessors_12);
marshaled.___m_OverrideProcessors_12 = NULL;
}
// System.String UnityEngine.InputSystem.InputBinding::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Name;
String_t* L_0 = __this->___m_Name_2;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997 (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_EXTERN_C void InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(_thisAdjusted, ___value0, method);
}
// System.Guid UnityEngine.InputSystem.InputBinding::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Guid_t V_1;
memset((&V_1), 0, sizeof(V_1));
Guid_t V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (string.IsNullOrEmpty(m_Id))
String_t* L_0 = __this->___m_Id_3;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001c;
}
}
{
// return default;
il2cpp_codegen_initobj((&V_1), sizeof(Guid_t));
Guid_t L_3 = V_1;
V_2 = L_3;
goto IL_002a;
}
IL_001c:
{
// return new Guid(m_Id);
String_t* L_4 = __this->___m_Id_3;
Guid_t L_5;
memset((&L_5), 0, sizeof(L_5));
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_5), L_4, /*hidden argument*/NULL);
V_2 = L_5;
goto IL_002a;
}
IL_002a:
{
// }
Guid_t L_6 = V_2;
return L_6;
}
}
IL2CPP_EXTERN_C Guid_t InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
Guid_t _returnValue;
_returnValue = InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
{
// set => m_Id = value.ToString();
String_t* L_0;
L_0 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&___value0), NULL);
__this->___m_Id_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Id_3), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void InputBinding_set_id_m2127BEF40BFD2193AC28E155D15A2BF077974069_AdjustorThunk (RuntimeObject* __this, Guid_t ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_id_m2127BEF40BFD2193AC28E155D15A2BF077974069(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Path;
String_t* L_0 = __this->___m_Path_4;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_path(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592 (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_EXTERN_C void InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_overridePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverridePath;
String_t* L_0 = __this->___m_OverridePath_10;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_overridePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverridePath = value;
String_t* L_0 = ___value0;
__this->___m_OverridePath_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverridePath_10), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_interactions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Interactions;
String_t* L_0 = __this->___m_Interactions_5;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_interactions(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6 (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_EXTERN_C void InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_overrideInteractions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverrideInteractions;
String_t* L_0 = __this->___m_OverrideInteractions_11;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_overrideInteractions(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverrideInteractions = value;
String_t* L_0 = ___value0;
__this->___m_OverrideInteractions_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideInteractions_11), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_processors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Processors;
String_t* L_0 = __this->___m_Processors_6;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_processors(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B (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_EXTERN_C void InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_overrideProcessors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverrideProcessors;
String_t* L_0 = __this->___m_OverrideProcessors_12;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_overrideProcessors(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverrideProcessors = value;
String_t* L_0 = ___value0;
__this->___m_OverrideProcessors_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideProcessors_12), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_groups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Groups;
String_t* L_0 = __this->___m_Groups_7;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_groups(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0 (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_EXTERN_C void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputBinding::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_Action;
String_t* L_0 = __this->___m_Action_8;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::set_action(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376 (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_EXTERN_C void InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(_thisAdjusted, ___value0, 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)
{
{
// get => (m_Flags & Flags.Composite) == Flags.Composite;
int32_t L_0 = __this->___m_Flags_9;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&4))) == ((int32_t)4))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_Flags |= Flags.Composite;
int32_t L_2 = __this->___m_Flags_9;
__this->___m_Flags_9 = ((int32_t)((int32_t)L_2|4));
goto IL_0025;
}
IL_0016:
{
// m_Flags &= ~Flags.Composite;
int32_t L_3 = __this->___m_Flags_9;
__this->___m_Flags_9 = ((int32_t)((int32_t)L_3&((int32_t)-5)));
}
IL_0025:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0(_thisAdjusted, ___value0, 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)
{
{
// get => (m_Flags & Flags.PartOfComposite) == Flags.PartOfComposite;
int32_t L_0 = __this->___m_Flags_9;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&8))) == ((int32_t)8))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_Flags |= Flags.PartOfComposite;
int32_t L_2 = __this->___m_Flags_9;
__this->___m_Flags_9 = ((int32_t)((int32_t)L_2|8));
goto IL_0025;
}
IL_0016:
{
// m_Flags &= ~Flags.PartOfComposite;
int32_t L_3 = __this->___m_Flags_9;
__this->___m_Flags_9 = ((int32_t)((int32_t)L_3&((int32_t)-9)));
}
IL_0025:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputBinding::get_hasOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_hasOverrides_m56265C6FFDA358C043B984B6A561B9E75F3EE969 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
int32_t G_B4_0 = 0;
{
// public bool hasOverrides => overridePath != null || overrideProcessors != null || overrideInteractions != null;
String_t* L_0;
L_0 = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline(__this, NULL);
if (L_0)
{
goto IL_001b;
}
}
{
String_t* L_1;
L_1 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline(__this, NULL);
if (L_1)
{
goto IL_001b;
}
}
{
String_t* L_2;
L_2 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline(__this, NULL);
G_B4_0 = ((!(((RuntimeObject*)(String_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_001c;
}
IL_001b:
{
G_B4_0 = 1;
}
IL_001c:
{
return (bool)G_B4_0;
}
}
IL2CPP_EXTERN_C bool InputBinding_get_hasOverrides_m56265C6FFDA358C043B984B6A561B9E75F3EE969_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_get_hasOverrides_m56265C6FFDA358C043B984B6A561B9E75F3EE969(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::.ctor(System.String,System.String,System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding__ctor_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method)
{
{
// m_Path = path;
String_t* L_0 = ___path0;
__this->___m_Path_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Path_4), (void*)L_0);
// m_Action = action;
String_t* L_1 = ___action1;
__this->___m_Action_8 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_8), (void*)L_1);
// m_Groups = groups;
String_t* L_2 = ___groups2;
__this->___m_Groups_7 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Groups_7), (void*)L_2);
// m_Processors = processors;
String_t* L_3 = ___processors3;
__this->___m_Processors_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Processors_6), (void*)L_3);
// m_Interactions = interactions;
String_t* L_4 = ___interactions4;
__this->___m_Interactions_5 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Interactions_5), (void*)L_4);
// m_Name = name;
String_t* L_5 = ___name5;
__this->___m_Name_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_2), (void*)L_5);
// m_Id = default;
__this->___m_Id_3 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Id_3), (void*)(String_t*)NULL);
// m_Flags = default;
__this->___m_Flags_9 = 0;
// m_OverridePath = default;
__this->___m_OverridePath_10 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverridePath_10), (void*)(String_t*)NULL);
// m_OverrideInteractions = default;
__this->___m_OverrideInteractions_11 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideInteractions_11), (void*)(String_t*)NULL);
// m_OverrideProcessors = default;
__this->___m_OverrideProcessors_12 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideProcessors_12), (void*)(String_t*)NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputBinding__ctor_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C_AdjustorThunk (RuntimeObject* __this, String_t* ___path0, String_t* ___action1, String_t* ___groups2, String_t* ___processors3, String_t* ___interactions4, String_t* ___name5, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding__ctor_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C(_thisAdjusted, ___path0, ___action1, ___groups2, ___processors3, ___interactions4, ___name5, method);
}
// System.String UnityEngine.InputSystem.InputBinding::GetNameOfComposite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
bool V_0 = false;
String_t* V_1 = NULL;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (!isComposite)
bool L_0;
L_0 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(__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 null;
V_1 = (String_t*)NULL;
goto IL_0028;
}
IL_0012:
{
// return NameAndParameters.Parse(effectivePath).name;
String_t* L_2;
L_2 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_3;
L_3 = NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387(L_2, NULL);
V_2 = L_3;
String_t* L_4;
L_4 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_2), NULL);
V_1 = L_4;
goto IL_0028;
}
IL_0028:
{
// }
String_t* L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBinding::GenerateId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
{
// m_Id = Guid.NewGuid().ToString();
Guid_t L_0;
L_0 = Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903(NULL);
V_0 = L_0;
String_t* L_1;
L_1 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL);
__this->___m_Id_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Id_3), (void*)L_1);
// }
return;
}
}
IL2CPP_EXTERN_C void InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputBinding::RemoveOverrides()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_RemoveOverrides_mF1EAE3A6E558B82C15655368EA66402F4712A61E (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// m_OverridePath = null;
__this->___m_OverridePath_10 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverridePath_10), (void*)(String_t*)NULL);
// m_OverrideInteractions = null;
__this->___m_OverrideInteractions_11 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideInteractions_11), (void*)(String_t*)NULL);
// m_OverrideProcessors = null;
__this->___m_OverrideProcessors_12 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideProcessors_12), (void*)(String_t*)NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputBinding_RemoveOverrides_mF1EAE3A6E558B82C15655368EA66402F4712A61E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
InputBinding_RemoveOverrides_mF1EAE3A6E558B82C15655368EA66402F4712A61E(_thisAdjusted, method);
}
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputBinding::MaskByGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 InputBinding_MaskByGroup_m264FDE0C8C762CD1203CEDE6B8912B51F582A192 (String_t* ___group0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new InputBinding {groups = group};
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
String_t* L_0 = ___group0;
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_0, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = V_0;
V_1 = L_1;
goto IL_0016;
}
IL_0016:
{
// }
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_2 = V_1;
return L_2;
}
}
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputBinding::MaskByGroups(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 InputBinding_MaskByGroups_m2DC188CB4551FCAEBEA8B4DF07377A81DE8A6EBA (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___groups0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisString_t_m3AC8838FF43F171EDE6F84319C3CA82832F1D6A1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m1D648E19F83E89AB48D0493E0C363D0E226904CA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
s_Il2CppMethodInitialized = true;
}
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
memset((&V_1), 0, sizeof(V_1));
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* G_B2_0 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_1 = NULL;
String_t* G_B2_2 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B2_3 = NULL;
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* G_B1_0 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_1 = NULL;
String_t* G_B1_2 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* G_B1_3 = NULL;
{
// return new InputBinding {groups = string.Join(kSeparatorString, groups.Where(x => !string.IsNullOrEmpty(x)))};
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___groups0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var);
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_1 = ((U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var))->___U3CU3E9__45_0_1;
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_2 = L_1;
G_B1_0 = L_2;
G_B1_1 = L_0;
G_B1_2 = _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
G_B1_3 = (&V_0);
if (L_2)
{
G_B2_0 = L_2;
G_B2_1 = L_0;
G_B2_2 = _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
G_B2_3 = (&V_0);
goto IL_0030;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var);
U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93* L_3 = ((U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_4 = (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*)il2cpp_codegen_object_new(Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
NullCheck(L_4);
Func_2__ctor_m247D5044A4E1F518CA84A38B9A9F30E66BDD8184(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m1D648E19F83E89AB48D0493E0C363D0E226904CA_RuntimeMethod_var), NULL);
Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* L_5 = L_4;
((U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var))->___U3CU3E9__45_0_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var))->___U3CU3E9__45_0_1), (void*)L_5);
G_B2_0 = L_5;
G_B2_1 = G_B1_1;
G_B2_2 = G_B1_2;
G_B2_3 = G_B1_3;
}
IL_0030:
{
RuntimeObject* L_6;
L_6 = Enumerable_Where_TisString_t_m3AC8838FF43F171EDE6F84319C3CA82832F1D6A1((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Where_TisString_t_m3AC8838FF43F171EDE6F84319C3CA82832F1D6A1_RuntimeMethod_var);
String_t* L_7;
L_7 = String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632(G_B2_2, L_6, NULL);
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(G_B2_3, L_7, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_8 = V_0;
V_1 = L_8;
goto IL_0044;
}
IL_0044:
{
// }
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_9 = V_1;
return L_9;
}
}
// 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)
{
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
// public string effectivePath => overridePath ?? path;
String_t* L_0;
L_0 = InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline(__this, NULL);
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0010;
}
}
{
String_t* L_2;
L_2 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
G_B2_0 = L_2;
}
IL_0010:
{
return G_B2_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputBinding::get_effectiveInteractions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
// public string effectiveInteractions => overrideInteractions ?? interactions;
String_t* L_0;
L_0 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline(__this, NULL);
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0010;
}
}
{
String_t* L_2;
L_2 = InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline(__this, NULL);
G_B2_0 = L_2;
}
IL_0010:
{
return G_B2_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputBinding::get_effectiveProcessors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
// public string effectiveProcessors => overrideProcessors ?? processors;
String_t* L_0;
L_0 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline(__this, NULL);
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0010;
}
}
{
String_t* L_2;
L_2 = InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline(__this, NULL);
G_B2_0 = L_2;
}
IL_0010:
{
return G_B2_0;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isEmpty_m97635DBF7F089D3D0070B75528235B6C16997F48 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
int32_t G_B4_0 = 0;
{
// string.IsNullOrEmpty(effectivePath) && string.IsNullOrEmpty(action) &&
// string.IsNullOrEmpty(groups);
String_t* L_0;
L_0 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
if (!L_1)
{
goto IL_0027;
}
}
{
String_t* L_2;
L_2 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
bool L_3;
L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
String_t* L_4;
L_4 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
G_B4_0 = ((int32_t)(L_5));
goto IL_0028;
}
IL_0027:
{
G_B4_0 = 0;
}
IL_0028:
{
return (bool)G_B4_0;
}
}
IL2CPP_EXTERN_C bool InputBinding_get_isEmpty_m97635DBF7F089D3D0070B75528235B6C16997F48_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_get_isEmpty_m97635DBF7F089D3D0070B75528235B6C16997F48(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::Equals(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B6_0 = 0;
{
// return string.Equals(effectivePath, other.effectivePath, StringComparison.InvariantCultureIgnoreCase) &&
// string.Equals(effectiveInteractions, other.effectiveInteractions, StringComparison.InvariantCultureIgnoreCase) &&
// string.Equals(effectiveProcessors, other.effectiveProcessors, StringComparison.InvariantCultureIgnoreCase) &&
// string.Equals(groups, other.groups, StringComparison.InvariantCultureIgnoreCase) &&
// string.Equals(action, other.action, StringComparison.InvariantCultureIgnoreCase);
String_t* L_0;
L_0 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
String_t* L_1;
L_1 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F((&___other0), NULL);
bool L_2;
L_2 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_0, L_1, 3, NULL);
if (!L_2)
{
goto IL_006a;
}
}
{
String_t* L_3;
L_3 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
String_t* L_4;
L_4 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA((&___other0), NULL);
bool L_5;
L_5 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_3, L_4, 3, NULL);
if (!L_5)
{
goto IL_006a;
}
}
{
String_t* L_6;
L_6 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(__this, NULL);
String_t* L_7;
L_7 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB((&___other0), NULL);
bool L_8;
L_8 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_6, L_7, 3, NULL);
if (!L_8)
{
goto IL_006a;
}
}
{
String_t* L_9;
L_9 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
String_t* L_10;
L_10 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline((&___other0), NULL);
bool L_11;
L_11 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_9, L_10, 3, NULL);
if (!L_11)
{
goto IL_006a;
}
}
{
String_t* L_12;
L_12 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
String_t* L_13;
L_13 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline((&___other0), NULL);
bool L_14;
L_14 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_12, L_13, 3, NULL);
G_B6_0 = ((int32_t)(L_14));
goto IL_006b;
}
IL_006a:
{
G_B6_0 = 0;
}
IL_006b:
{
V_0 = (bool)G_B6_0;
goto IL_006e;
}
IL_006e:
{
// }
bool L_15 = V_0;
return L_15;
}
}
IL2CPP_EXTERN_C bool InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___other0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_m0CF51E09F9B6A119A99353A964B96B9940AE44BD (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
int32_t G_B5_0 = 0;
{
// if (ReferenceEquals(null, obj))
RuntimeObject* L_0 = ___obj0;
V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0029;
}
IL_000d:
{
// return obj is InputBinding binding && Equals(binding);
RuntimeObject* L_2 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
RuntimeObject* L_3 = ___obj0;
V_0 = ((*(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)((InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)UnBox(L_3, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var))));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = V_0;
bool L_5;
L_5 = InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8(__this, L_4, NULL);
G_B5_0 = ((int32_t)(L_5));
goto IL_0026;
}
IL_0025:
{
G_B5_0 = 0;
}
IL_0026:
{
V_2 = (bool)G_B5_0;
goto IL_0029;
}
IL_0029:
{
// }
bool L_6 = V_2;
return L_6;
}
}
IL2CPP_EXTERN_C bool InputBinding_Equals_m0CF51E09F9B6A119A99353A964B96B9940AE44BD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_Equals_m0CF51E09F9B6A119A99353A964B96B9940AE44BD(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::op_Equality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___left0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___right1;
bool L_1;
L_1 = InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.InputBinding::op_Inequality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Inequality_mAEC1F1B063B399C5FE94BDB030B1B1CBE2BE470B (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___left0, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !(left == right);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___left0;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = ___right1;
bool L_2;
L_2 = InputBinding_op_Equality_m2B9D4A59E330EC0B11BD502CADCC035108B24FC9(L_0, L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
// }
bool L_3 = V_0;
return L_3;
}
}
// System.Int32 UnityEngine.InputSystem.InputBinding::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBinding_GetHashCode_m9B6CA9B7DD11C4334D3C61563079836B7551A58B (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B11_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B12_1 = 0;
int32_t G_B14_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B15_1 = 0;
{
// var hashCode = (effectivePath != null ? effectivePath.GetHashCode() : 0);
String_t* L_0;
L_0 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
if (L_0)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0018;
}
IL_000d:
{
String_t* L_1;
L_1 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
G_B3_0 = L_2;
}
IL_0018:
{
V_0 = G_B3_0;
// hashCode = (hashCode * 397) ^ (effectiveInteractions != null ? effectiveInteractions.GetHashCode() : 0);
int32_t L_3 = V_0;
String_t* L_4;
L_4 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)));
if (L_4)
{
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)));
goto IL_002b;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0036;
}
IL_002b:
{
String_t* L_5;
L_5 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
NullCheck(L_5);
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
G_B6_0 = L_6;
G_B6_1 = G_B5_0;
}
IL_0036:
{
V_0 = ((int32_t)(G_B6_1^G_B6_0));
// hashCode = (hashCode * 397) ^ (effectiveProcessors != null ? effectiveProcessors.GetHashCode() : 0);
int32_t L_7 = V_0;
String_t* L_8;
L_8 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(__this, NULL);
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)397)));
if (L_8)
{
G_B8_0 = ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)397)));
goto IL_004a;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0055;
}
IL_004a:
{
String_t* L_9;
L_9 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(__this, NULL);
NullCheck(L_9);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_9);
G_B9_0 = L_10;
G_B9_1 = G_B8_0;
}
IL_0055:
{
V_0 = ((int32_t)(G_B9_1^G_B9_0));
// hashCode = (hashCode * 397) ^ (groups != null ? groups.GetHashCode() : 0);
int32_t L_11 = V_0;
String_t* L_12;
L_12 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
G_B10_0 = ((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)));
if (L_12)
{
G_B11_0 = ((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)));
goto IL_0069;
}
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_0074;
}
IL_0069:
{
String_t* L_13;
L_13 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13);
G_B12_0 = L_14;
G_B12_1 = G_B11_0;
}
IL_0074:
{
V_0 = ((int32_t)(G_B12_1^G_B12_0));
// hashCode = (hashCode * 397) ^ (action != null ? action.GetHashCode() : 0);
int32_t L_15 = V_0;
String_t* L_16;
L_16 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
G_B13_0 = ((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)397)));
if (L_16)
{
G_B14_0 = ((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)397)));
goto IL_0088;
}
}
{
G_B15_0 = 0;
G_B15_1 = G_B13_0;
goto IL_0093;
}
IL_0088:
{
String_t* L_17;
L_17 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17);
G_B15_0 = L_18;
G_B15_1 = G_B14_0;
}
IL_0093:
{
V_0 = ((int32_t)(G_B15_1^G_B15_0));
// return hashCode;
int32_t L_19 = V_0;
V_1 = L_19;
goto IL_0099;
}
IL_0099:
{
// }
int32_t L_20 = V_1;
return L_20;
}
}
IL2CPP_EXTERN_C int32_t InputBinding_GetHashCode_m9B6CA9B7DD11C4334D3C61563079836B7551A58B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBinding_GetHashCode_m9B6CA9B7DD11C4334D3C61563079836B7551A58B(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputBinding::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToString_mF48054A83641CE696AC68ABFC8260D182DF8FBBF (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
String_t* V_5 = NULL;
{
// var builder = new StringBuilder();
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
// if (!string.IsNullOrEmpty(action))
String_t* L_1;
L_1 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
bool L_2;
L_2 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_1, NULL);
V_2 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0031;
}
}
{
// builder.Append(action);
StringBuilder_t* L_4 = V_0;
String_t* L_5;
L_5 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
NullCheck(L_4);
StringBuilder_t* L_6;
L_6 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_4, L_5, NULL);
// builder.Append(':');
StringBuilder_t* L_7 = V_0;
NullCheck(L_7);
StringBuilder_t* L_8;
L_8 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_7, ((int32_t)58), NULL);
}
IL_0031:
{
// var path = effectivePath;
String_t* L_9;
L_9 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
V_1 = L_9;
// if (!string.IsNullOrEmpty(path))
String_t* L_10 = V_1;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
V_3 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
bool L_12 = V_3;
if (!L_12)
{
goto IL_004d;
}
}
{
// builder.Append(path);
StringBuilder_t* L_13 = V_0;
String_t* L_14 = V_1;
NullCheck(L_13);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_13, L_14, NULL);
}
IL_004d:
{
// if (!string.IsNullOrEmpty(groups))
String_t* L_16;
L_16 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
bool L_17;
L_17 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_16, NULL);
V_4 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
bool L_18 = V_4;
if (!L_18)
{
goto IL_0082;
}
}
{
// builder.Append('[');
StringBuilder_t* L_19 = V_0;
NullCheck(L_19);
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_19, ((int32_t)91), NULL);
// builder.Append(groups);
StringBuilder_t* L_21 = V_0;
String_t* L_22;
L_22 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
NullCheck(L_21);
StringBuilder_t* L_23;
L_23 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, L_22, NULL);
// builder.Append(']');
StringBuilder_t* L_24 = V_0;
NullCheck(L_24);
StringBuilder_t* L_25;
L_25 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_24, ((int32_t)93), NULL);
}
IL_0082:
{
// return builder.ToString();
StringBuilder_t* L_26 = V_0;
NullCheck(L_26);
String_t* L_27;
L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26);
V_5 = L_27;
goto IL_008c;
}
IL_008c:
{
// }
String_t* L_28 = V_5;
return L_28;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_ToString_mF48054A83641CE696AC68ABFC8260D182DF8FBBF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_ToString_mF48054A83641CE696AC68ABFC8260D182DF8FBBF(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_mBD0B1E38663D188F0BE578D1D2598C9E40170C78 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, int32_t ___options0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
{
// return ToDisplayString(out var _, out var _, options, control);
int32_t L_0 = ___options0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = ___control1;
String_t* L_2;
L_2 = InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0(__this, (&V_0), (&V_1), L_0, L_1, NULL);
V_2 = L_2;
goto IL_0010;
}
IL_0010:
{
// }
String_t* L_3 = V_2;
return L_3;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_ToDisplayString_mBD0B1E38663D188F0BE578D1D2598C9E40170C78_AdjustorThunk (RuntimeObject* __this, int32_t ___options0, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control1, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_ToDisplayString_mBD0B1E38663D188F0BE578D1D2598C9E40170C78(_thisAdjusted, ___options0, ___control1, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputBinding::ToDisplayString(System.String&,System.String&,UnityEngine.InputSystem.InputBinding/DisplayStringOptions,UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tBBAE7A086BB8551DBC40DA5D2D737592B6A23443_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
bool V_3 = false;
String_t* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
String_t* V_8 = NULL;
RuntimeObject* V_9 = NULL;
RuntimeObject* V_10 = NULL;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_11;
memset((&V_11), 0, sizeof(V_11));
String_t* V_12 = NULL;
String_t* V_13 = NULL;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
String_t* G_B9_0 = NULL;
int32_t G_B12_0 = 0;
{
// if (isComposite)
bool L_0;
L_0 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(__this, NULL);
V_3 = L_0;
bool L_1 = V_3;
if (!L_1)
{
goto IL_001e;
}
}
{
// deviceLayoutName = null;
String_t** L_2 = ___deviceLayoutName0;
*((RuntimeObject**)L_2) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)NULL);
// controlPath = null;
String_t** L_3 = ___controlPath1;
*((RuntimeObject**)L_3) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)NULL);
// return string.Empty;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_4 = L_4;
goto IL_012e;
}
IL_001e:
{
// var readableStringOptions = default(InputControlPath.HumanReadableStringOptions);
V_0 = 0;
// if ((options & DisplayStringOptions.DontOmitDevice) == 0)
int32_t L_5 = ___options2;
V_5 = (bool)((((int32_t)((int32_t)((int32_t)L_5&2))) == ((int32_t)0))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_0030;
}
}
{
// readableStringOptions |= InputControlPath.HumanReadableStringOptions.OmitDevice;
int32_t L_7 = V_0;
V_0 = ((int32_t)((int32_t)L_7|2));
}
IL_0030:
{
// if ((options & DisplayStringOptions.DontUseShortDisplayNames) == 0)
int32_t L_8 = ___options2;
V_6 = (bool)((((int32_t)((int32_t)((int32_t)L_8&1))) == ((int32_t)0))? 1 : 0);
bool L_9 = V_6;
if (!L_9)
{
goto IL_0040;
}
}
{
// readableStringOptions |= InputControlPath.HumanReadableStringOptions.UseShortNames;
int32_t L_10 = V_0;
V_0 = ((int32_t)((int32_t)L_10|4));
}
IL_0040:
{
// var pathToUse = (options & DisplayStringOptions.IgnoreBindingOverrides) != 0
// ? path
// : effectivePath;
int32_t L_11 = ___options2;
if (((int32_t)((int32_t)L_11&8)))
{
goto IL_004d;
}
}
{
String_t* L_12;
L_12 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
G_B9_0 = L_12;
goto IL_0053;
}
IL_004d:
{
String_t* L_13;
L_13 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
G_B9_0 = L_13;
}
IL_0053:
{
V_1 = G_B9_0;
// var result = InputControlPath.ToHumanReadableString(pathToUse, out deviceLayoutName, out controlPath, readableStringOptions, control);
String_t* L_14 = V_1;
String_t** L_15 = ___deviceLayoutName0;
String_t** L_16 = ___controlPath1;
int32_t L_17 = V_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = ___control3;
String_t* L_19;
L_19 = InputControlPath_ToHumanReadableString_m1278644C62BAD4E14D880BE1DE4CF16CFE0784FF(L_14, L_15, L_16, L_17, L_18, NULL);
V_2 = L_19;
// if (!string.IsNullOrEmpty(effectiveInteractions) && (options & DisplayStringOptions.DontIncludeInteractions) == 0)
String_t* L_20;
L_20 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
bool L_21;
L_21 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_20, NULL);
if (L_21)
{
goto IL_0075;
}
}
{
int32_t L_22 = ___options2;
G_B12_0 = ((((int32_t)((int32_t)((int32_t)L_22&4))) == ((int32_t)0))? 1 : 0);
goto IL_0076;
}
IL_0075:
{
G_B12_0 = 0;
}
IL_0076:
{
V_7 = (bool)G_B12_0;
bool L_23 = V_7;
if (!L_23)
{
goto IL_0129;
}
}
{
// var interactionString = string.Empty;
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_8 = L_24;
// var parsedInteractions = NameAndParameters.ParseMultiple(effectiveInteractions);
String_t* L_25;
L_25 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
RuntimeObject* L_26;
L_26 = NameAndParameters_ParseMultiple_mFBFEBD45DB299128EC5E49F052B21921046110D1(L_25, NULL);
V_9 = L_26;
// foreach (var element in parsedInteractions)
RuntimeObject* L_27 = V_9;
NullCheck(L_27);
RuntimeObject* L_28;
L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::GetEnumerator() */, IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424_il2cpp_TypeInfo_var, L_27);
V_10 = L_28;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00fd:
{// begin finally (depth: 1)
{
RuntimeObject* L_29 = V_10;
if (!L_29)
{
goto IL_0109;
}
}
{
RuntimeObject* L_30 = V_10;
NullCheck(L_30);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_30);
}
IL_0109:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00f2_1;
}
IL_00a0_1:
{
// foreach (var element in parsedInteractions)
RuntimeObject* L_31 = V_10;
NullCheck(L_31);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_32;
L_32 = InterfaceFuncInvoker0< NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Current() */, IEnumerator_1_tBBAE7A086BB8551DBC40DA5D2D737592B6A23443_il2cpp_TypeInfo_var, L_31);
V_11 = L_32;
// var interaction = element.name;
String_t* L_33;
L_33 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_11), NULL);
V_12 = L_33;
// var interactionDisplayName = InputInteraction.GetDisplayName(interaction);
String_t* L_34 = V_12;
String_t* L_35;
L_35 = InputInteraction_GetDisplayName_m1A626578C2F793BB272C8CC971FD05A3764BC67A(L_34, NULL);
V_13 = L_35;
// if (string.IsNullOrEmpty(interactionDisplayName))
String_t* L_36 = V_13;
bool L_37;
L_37 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_36, NULL);
V_14 = L_37;
bool L_38 = V_14;
if (!L_38)
{
goto IL_00cb_1;
}
}
{
// continue;
goto IL_00f2_1;
}
IL_00cb_1:
{
// if (!string.IsNullOrEmpty(interactionString))
String_t* L_39 = V_8;
bool L_40;
L_40 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_39, NULL);
V_15 = (bool)((((int32_t)L_40) == ((int32_t)0))? 1 : 0);
bool L_41 = V_15;
if (!L_41)
{
goto IL_00ed_1;
}
}
{
// interactionString = $"{interactionString} or {interactionDisplayName}";
String_t* L_42 = V_8;
String_t* L_43 = V_13;
String_t* L_44;
L_44 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_42, _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68, L_43, NULL);
V_8 = L_44;
goto IL_00f1_1;
}
IL_00ed_1:
{
// interactionString = interactionDisplayName;
String_t* L_45 = V_13;
V_8 = L_45;
}
IL_00f1_1:
{
}
IL_00f2_1:
{
// foreach (var element in parsedInteractions)
RuntimeObject* L_46 = V_10;
NullCheck(L_46);
bool L_47;
L_47 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_46);
if (L_47)
{
goto IL_00a0_1;
}
}
{
goto IL_010a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_010a:
{
// if (!string.IsNullOrEmpty(interactionString))
String_t* L_48 = V_8;
bool L_49;
L_49 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_48, NULL);
V_16 = (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0);
bool L_50 = V_16;
if (!L_50)
{
goto IL_0128;
}
}
{
// result = $"{interactionString} {result}";
String_t* L_51 = V_8;
String_t* L_52 = V_2;
String_t* L_53;
L_53 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_51, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_52, NULL);
V_2 = L_53;
}
IL_0128:
{
}
IL_0129:
{
// return result;
String_t* L_54 = V_2;
V_4 = L_54;
goto IL_012e;
}
IL_012e:
{
// }
String_t* L_55 = V_4;
return L_55;
}
}
IL2CPP_EXTERN_C String_t* InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0_AdjustorThunk (RuntimeObject* __this, String_t** ___deviceLayoutName0, String_t** ___controlPath1, int32_t ___options2, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control3, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0(_thisAdjusted, ___deviceLayoutName0, ___controlPath1, ___options2, ___control3, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::TriggersAction(UnityEngine.InputSystem.InputAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// return string.Compare(action.name, this.action, StringComparison.InvariantCultureIgnoreCase) == 0
// || this.action == action.m_Id;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___action0;
NullCheck(L_0);
String_t* L_1;
L_1 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_0, NULL);
String_t* L_2;
L_2 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
int32_t L_3;
L_3 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_2, 3, NULL);
if (!L_3)
{
goto IL_0028;
}
}
{
String_t* L_4;
L_4 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___action0;
NullCheck(L_5);
String_t* L_6 = L_5->___m_Id_3;
bool L_7;
L_7 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_4, L_6, NULL);
G_B3_0 = ((int32_t)(L_7));
goto IL_0029;
}
IL_0028:
{
G_B3_0 = 1;
}
IL_0029:
{
V_0 = (bool)G_B3_0;
goto IL_002c;
}
IL_002c:
{
// }
bool L_8 = V_0;
return L_8;
}
}
IL2CPP_EXTERN_C bool InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___action0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(_thisAdjusted, ___action0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return Matches(ref binding);
bool L_0;
L_0 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F(__this, (&___binding0), 0, NULL);
V_0 = L_0;
goto IL_000d;
}
IL_000d:
{
// }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding0, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3(_thisAdjusted, ___binding0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBinding::Matches(UnityEngine.InputSystem.InputBinding&,UnityEngine.InputSystem.InputBinding/MatchOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___binding0, int32_t ___options1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
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;
int32_t G_B4_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B18_0 = 0;
int32_t G_B25_0 = 0;
int32_t G_B30_0 = 0;
{
// if (name != null)
String_t* L_0;
L_0 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_003c;
}
}
{
// if (binding.name == null
// || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(name, binding.name, Separator))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_2 = ___binding0;
String_t* L_3;
L_3 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_2, NULL);
if (!L_3)
{
goto IL_002f;
}
}
{
String_t* L_4;
L_4 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(__this, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_5 = ___binding0;
String_t* L_6;
L_6 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_5, NULL);
bool L_7;
L_7 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64(L_4, L_6, ((int32_t)59), NULL);
G_B4_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
goto IL_0030;
}
IL_002f:
{
G_B4_0 = 1;
}
IL_0030:
{
V_1 = (bool)G_B4_0;
bool L_8 = V_1;
if (!L_8)
{
goto IL_003b;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_014c;
}
IL_003b:
{
}
IL_003c:
{
// if (path != null)
String_t* L_9;
L_9 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
V_3 = (bool)((!(((RuntimeObject*)(String_t*)L_9) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_0079;
}
}
{
// if (binding.path == null
// || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(path, binding.path, Separator))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_11 = ___binding0;
String_t* L_12;
L_12 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_11, NULL);
if (!L_12)
{
goto IL_006a;
}
}
{
String_t* L_13;
L_13 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_14 = ___binding0;
String_t* L_15;
L_15 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_14, NULL);
bool L_16;
L_16 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64(L_13, L_15, ((int32_t)59), NULL);
G_B11_0 = ((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
goto IL_006b;
}
IL_006a:
{
G_B11_0 = 1;
}
IL_006b:
{
V_4 = (bool)G_B11_0;
bool L_17 = V_4;
if (!L_17)
{
goto IL_0078;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_014c;
}
IL_0078:
{
}
IL_0079:
{
// if (action != null)
String_t* L_18;
L_18 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
V_5 = (bool)((!(((RuntimeObject*)(String_t*)L_18) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_19 = V_5;
if (!L_19)
{
goto IL_00b8;
}
}
{
// if (binding.action == null
// || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(action, binding.action, Separator))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_20 = ___binding0;
String_t* L_21;
L_21 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_20, NULL);
if (!L_21)
{
goto IL_00a9;
}
}
{
String_t* L_22;
L_22 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_23 = ___binding0;
String_t* L_24;
L_24 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_23, NULL);
bool L_25;
L_25 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64(L_22, L_24, ((int32_t)59), NULL);
G_B18_0 = ((((int32_t)L_25) == ((int32_t)0))? 1 : 0);
goto IL_00aa;
}
IL_00a9:
{
G_B18_0 = 1;
}
IL_00aa:
{
V_6 = (bool)G_B18_0;
bool L_26 = V_6;
if (!L_26)
{
goto IL_00b7;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_014c;
}
IL_00b7:
{
}
IL_00b8:
{
// if (groups != null)
String_t* L_27;
L_27 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
V_7 = (bool)((!(((RuntimeObject*)(String_t*)L_27) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_28 = V_7;
if (!L_28)
{
goto IL_0117;
}
}
{
// var haveGroupsOnBinding = !string.IsNullOrEmpty(binding.groups);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_29 = ___binding0;
String_t* L_30;
L_30 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(L_29, NULL);
bool L_31;
L_31 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_30, NULL);
V_8 = (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0);
// if (!haveGroupsOnBinding && (options & MatchOptions.EmptyGroupMatchesAny) == 0)
bool L_32 = V_8;
if (L_32)
{
goto IL_00e4;
}
}
{
int32_t L_33 = ___options1;
G_B25_0 = ((((int32_t)((int32_t)((int32_t)L_33&1))) == ((int32_t)0))? 1 : 0);
goto IL_00e5;
}
IL_00e4:
{
G_B25_0 = 0;
}
IL_00e5:
{
V_9 = (bool)G_B25_0;
bool L_34 = V_9;
if (!L_34)
{
goto IL_00ef;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_014c;
}
IL_00ef:
{
// if (haveGroupsOnBinding
// && !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(groups, binding.groups, Separator))
bool L_35 = V_8;
if (!L_35)
{
goto IL_010b;
}
}
{
String_t* L_36;
L_36 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_37 = ___binding0;
String_t* L_38;
L_38 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(L_37, NULL);
bool L_39;
L_39 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64(L_36, L_38, ((int32_t)59), NULL);
G_B30_0 = ((((int32_t)L_39) == ((int32_t)0))? 1 : 0);
goto IL_010c;
}
IL_010b:
{
G_B30_0 = 0;
}
IL_010c:
{
V_10 = (bool)G_B30_0;
bool L_40 = V_10;
if (!L_40)
{
goto IL_0116;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_014c;
}
IL_0116:
{
}
IL_0117:
{
// if (!string.IsNullOrEmpty(m_Id))
String_t* L_41 = __this->___m_Id_3;
bool L_42;
L_42 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_41, NULL);
V_11 = (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0);
bool L_43 = V_11;
if (!L_43)
{
goto IL_0148;
}
}
{
// if (binding.id != id)
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_44 = ___binding0;
Guid_t L_45;
L_45 = InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71(L_44, NULL);
Guid_t L_46;
L_46 = InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71(__this, NULL);
bool L_47;
L_47 = Guid_op_Inequality_mC58D6A865ACA29539AB8D911150E2F0B246595E7(L_45, L_46, NULL);
V_12 = L_47;
bool L_48 = V_12;
if (!L_48)
{
goto IL_0147;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_014c;
}
IL_0147:
{
}
IL_0148:
{
// return true;
V_2 = (bool)1;
goto IL_014c;
}
IL_014c:
{
// }
bool L_49 = V_2;
return L_49;
}
}
IL2CPP_EXTERN_C bool InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___binding0, int32_t ___options1, const RuntimeMethod* method)
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
bool _returnValue;
_returnValue = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F(_thisAdjusted, ___binding0, ___options1, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.InputBinding/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCF69D81A36FF2DC851F0383188F0D4FF8624A616 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93* L_0 = (U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93*)il2cpp_codegen_object_new(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mBCF30D0862FBB635A0F399A8BDD34B4676B38239(L_0, NULL);
((U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.InputSystem.InputBinding/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mBCF30D0862FBB635A0F399A8BDD34B4676B38239 (U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputBinding/<>c::<MaskByGroups>b__45_0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CMaskByGroupsU3Eb__45_0_m1D648E19F83E89AB48D0493E0C363D0E226904CA (U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93* __this, String_t* ___x0, const RuntimeMethod* method)
{
{
// return new InputBinding {groups = string.Join(kSeparatorString, groups.Where(x => !string.IsNullOrEmpty(x)))};
String_t* L_0 = ___x0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single UnityEngine.InputSystem.InputBindingComposite::EvaluateMagnitude(UnityEngine.InputSystem.InputBindingCompositeContext&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingComposite_EvaluateMagnitude_mDDE19517E2A1544679C8C0AD2877055D24CCD988 (InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* __this, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* ___context0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return -1;
V_0 = (-1.0f);
goto IL_0009;
}
IL_0009:
{
// }
float L_0 = V_0;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputBindingComposite::FinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite_FinishSetup_mFCFC44BF82CC9A3F7F382D2D13F265C4F7265AF5 (InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* __this, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* ___context0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// 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)
{
{
// FinishSetup(ref context);
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_0 = ___context0;
VirtualActionInvoker1< InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputBindingComposite::FinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&) */, __this, L_0);
// }
return;
}
}
// System.Type UnityEngine.InputSystem.InputBindingComposite::GetValueType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputBindingComposite_GetValueType_mC549C4C3B349426F2F2EDC4051A4C088C72EC0DA (String_t* ___composite0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_1_tBDF5298257039EEDB07762B01F3C2729012FBFB3_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Type_t* V_3 = NULL;
{
// if (string.IsNullOrEmpty(composite))
String_t* L_0 = ___composite0;
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(composite));
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetValueType_mC549C4C3B349426F2F2EDC4051A4C088C72EC0DA_RuntimeMethod_var)));
}
IL_0016:
{
// var compositeType = s_Composites.LookupTypeRegistration(composite);
String_t* L_4 = ___composite0;
Type_t* L_5;
L_5 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_4, NULL);
V_0 = L_5;
// if (compositeType == null)
Type_t* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_6, (Type_t*)NULL, NULL);
V_2 = L_7;
bool L_8 = V_2;
if (!L_8)
{
goto IL_0031;
}
}
{
// return null;
V_3 = (Type_t*)NULL;
goto IL_0045;
}
IL_0031:
{
// return TypeHelpers.GetGenericTypeArgumentFromHierarchy(compositeType, typeof(InputBindingComposite<>), 0);
Type_t* L_9 = V_0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast<intptr_t> (InputBindingComposite_1_tBDF5298257039EEDB07762B01F3C2729012FBFB3_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_11;
L_11 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_10, NULL);
Type_t* L_12;
L_12 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_m025FA4B06F7A0E607C020A252C7E263BD000C848(L_9, L_11, 0, NULL);
V_3 = L_12;
goto IL_0045;
}
IL_0045:
{
// }
Type_t* L_13 = V_3;
return L_13;
}
}
// System.String UnityEngine.InputSystem.InputBindingComposite::GetExpectedControlLayoutName(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetExpectedControlLayoutName_m6F7E47F3CB3E271623A89C988C3B52C8C472A6AA (String_t* ___composite0, String_t* ___part1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mEDAE46D07A0C5D3DB60E2E556A13753124B613EF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
FieldInfo_t* V_1 = NULL;
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
String_t* V_6 = NULL;
bool V_7 = false;
String_t* G_B11_0 = NULL;
{
// if (string.IsNullOrEmpty(composite))
String_t* L_0 = ___composite0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_3 = L_1;
bool L_2 = V_3;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(composite));
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetExpectedControlLayoutName_m6F7E47F3CB3E271623A89C988C3B52C8C472A6AA_RuntimeMethod_var)));
}
IL_0016:
{
// if (string.IsNullOrEmpty(part))
String_t* L_4 = ___part1;
bool L_5;
L_5 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_4, NULL);
V_4 = L_5;
bool L_6 = V_4;
if (!L_6)
{
goto IL_002d;
}
}
{
// throw new ArgumentNullException(nameof(part));
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*)&_stringLiteral9BD8BFCCD034050ABDF24FC357095653412B69BB)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetExpectedControlLayoutName_m6F7E47F3CB3E271623A89C988C3B52C8C472A6AA_RuntimeMethod_var)));
}
IL_002d:
{
// var compositeType = s_Composites.LookupTypeRegistration(composite);
String_t* L_8 = ___composite0;
Type_t* L_9;
L_9 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_8, NULL);
V_0 = L_9;
// if (compositeType == null)
Type_t* L_10 = V_0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_10, (Type_t*)NULL, NULL);
V_5 = L_11;
bool L_12 = V_5;
if (!L_12)
{
goto IL_004b;
}
}
{
// return null;
V_6 = (String_t*)NULL;
goto IL_007f;
}
IL_004b:
{
// var field = compositeType.GetField(part,
// BindingFlags.Instance | BindingFlags.IgnoreCase | BindingFlags.Public);
Type_t* L_13 = V_0;
String_t* L_14 = ___part1;
NullCheck(L_13);
FieldInfo_t* L_15;
L_15 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(87 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_13, L_14, ((int32_t)21));
V_1 = L_15;
// if (field == null)
FieldInfo_t* L_16 = V_1;
bool L_17;
L_17 = FieldInfo_op_Equality_m7EF1C2E8785AE9589DE1B96CB6B2EBF633404FA2(L_16, (FieldInfo_t*)NULL, NULL);
V_7 = L_17;
bool L_18 = V_7;
if (!L_18)
{
goto IL_0067;
}
}
{
// return null;
V_6 = (String_t*)NULL;
goto IL_007f;
}
IL_0067:
{
// var attribute = field.GetCustomAttribute<InputControlAttribute>(false);
FieldInfo_t* L_19 = V_1;
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_20;
L_20 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mEDAE46D07A0C5D3DB60E2E556A13753124B613EF(L_19, (bool)0, CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mEDAE46D07A0C5D3DB60E2E556A13753124B613EF_RuntimeMethod_var);
V_2 = L_20;
// return attribute?.layout;
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_21 = V_2;
if (L_21)
{
goto IL_0075;
}
}
{
G_B11_0 = ((String_t*)(NULL));
goto IL_007b;
}
IL_0075:
{
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_22 = V_2;
NullCheck(L_22);
String_t* L_23;
L_23 = InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline(L_22, NULL);
G_B11_0 = L_23;
}
IL_007b:
{
V_6 = G_B11_0;
goto IL_007f;
}
IL_007f:
{
// }
String_t* L_24 = V_6;
return L_24;
}
}
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputBindingComposite::GetPartNames(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingComposite_GetPartNames_mD868C3DAAD6D38111A84BAB3C02A25E65EDAEDAE (String_t* ___composite0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* L_0 = (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996*)il2cpp_codegen_object_new(U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CGetPartNamesU3Ed__12__ctor_m2AA24939B8D64681B10D6AEA5D5E0D7A7CA02136(L_0, ((int32_t)-2), NULL);
U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* L_1 = L_0;
String_t* L_2 = ___composite0;
NullCheck(L_1);
L_1->___U3CU3E3__composite_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E3__composite_4), (void*)L_2);
return L_1;
}
}
// System.String UnityEngine.InputSystem.InputBindingComposite::GetDisplayFormatString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetDisplayFormatString_mE9BEA60D2315D8476E1E2ADA3894B2C361BF38DD (String_t* ___composite0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m43E2658400E7A58A44DA0D977DC49A174A8690CA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
bool V_5 = false;
{
// if (string.IsNullOrEmpty(composite))
String_t* L_0 = ___composite0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(composite));
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetDisplayFormatString_mE9BEA60D2315D8476E1E2ADA3894B2C361BF38DD_RuntimeMethod_var)));
}
IL_0016:
{
// var compositeType = s_Composites.LookupTypeRegistration(composite);
String_t* L_4 = ___composite0;
Type_t* L_5;
L_5 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_4, NULL);
V_0 = L_5;
// if (compositeType == null)
Type_t* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_6, (Type_t*)NULL, NULL);
V_3 = L_7;
bool L_8 = V_3;
if (!L_8)
{
goto IL_0032;
}
}
{
// return null;
V_4 = (String_t*)NULL;
goto IL_0052;
}
IL_0032:
{
// var displayFormatAttribute = compositeType.GetCustomAttribute<DisplayStringFormatAttribute>();
Type_t* L_9 = V_0;
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* L_10;
L_10 = CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m43E2658400E7A58A44DA0D977DC49A174A8690CA(L_9, CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m43E2658400E7A58A44DA0D977DC49A174A8690CA_RuntimeMethod_var);
V_1 = L_10;
// if (displayFormatAttribute == null)
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* L_11 = V_1;
V_5 = (bool)((((RuntimeObject*)(DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B*)L_11) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_12 = V_5;
if (!L_12)
{
goto IL_0048;
}
}
{
// return null;
V_4 = (String_t*)NULL;
goto IL_0052;
}
IL_0048:
{
// return displayFormatAttribute.formatString;
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* L_13 = V_1;
NullCheck(L_13);
String_t* L_14;
L_14 = DisplayStringFormatAttribute_get_formatString_mCB36763A3E35FBFF23E0010B14CCB693A8414519_inline(L_13, NULL);
V_4 = L_14;
goto IL_0052;
}
IL_0052:
{
// }
String_t* L_15 = V_4;
return L_15;
}
}
// System.Void UnityEngine.InputSystem.InputBindingComposite::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite__ctor_m911F4FDF8BFA44468F8D0493531190FE15242A4A (InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* __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.InputBindingComposite/<GetPartNames>d__12::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPartNamesU3Ed__12__ctor_m2AA24939B8D64681B10D6AEA5D5E0D7A7CA02136 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
int32_t L_1;
L_1 = Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2(NULL);
__this->___U3CU3El__initialThreadId_2 = L_1;
return;
}
}
// System.Void UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPartNamesU3Ed__12_System_IDisposable_Dispose_m4A0149256AFB68C3BF55207F8EBE8E7C56B6B376 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetPartNamesU3Ed__12_MoveNext_m39491A355CB6AF575DD77D9549115D15EF8789BD (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m10E105FAFCA71014DF6182D46CE5BC515B555F5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0019;
}
IL_0012:
{
goto IL_001b;
}
IL_0014:
{
goto IL_00ce;
}
IL_0019:
{
return (bool)0;
}
IL_001b:
{
__this->___U3CU3E1__state_0 = (-1);
// if (string.IsNullOrEmpty(composite))
String_t* L_3 = __this->___composite_3;
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_003d;
}
}
{
// throw new ArgumentNullException(nameof(composite));
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetPartNamesU3Ed__12_MoveNext_m39491A355CB6AF575DD77D9549115D15EF8789BD_RuntimeMethod_var)));
}
IL_003d:
{
// var compositeType = s_Composites.LookupTypeRegistration(composite);
String_t* L_7 = __this->___composite_3;
Type_t* L_8;
L_8 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_7, NULL);
__this->___U3CcompositeTypeU3E5__1_5 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcompositeTypeU3E5__1_5), (void*)L_8);
// if (compositeType == null)
Type_t* L_9 = __this->___U3CcompositeTypeU3E5__1_5;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_9, (Type_t*)NULL, NULL);
V_2 = L_10;
bool L_11 = V_2;
if (!L_11)
{
goto IL_0065;
}
}
{
// yield break;
return (bool)0;
}
IL_0065:
{
// foreach (var field in compositeType.GetFields(BindingFlags.Instance | BindingFlags.Public))
Type_t* L_12 = __this->___U3CcompositeTypeU3E5__1_5;
NullCheck(L_12);
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_13;
L_13 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(89 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_12, ((int32_t)20));
__this->___U3CU3Es__2_6 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__2_6), (void*)L_13);
__this->___U3CU3Es__3_7 = 0;
goto IL_00f2;
}
IL_0082:
{
// foreach (var field in compositeType.GetFields(BindingFlags.Instance | BindingFlags.Public))
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_14 = __this->___U3CU3Es__2_6;
int32_t L_15 = __this->___U3CU3Es__3_7;
NullCheck(L_14);
int32_t L_16 = L_15;
FieldInfo_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
__this->___U3CfieldU3E5__4_8 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfieldU3E5__4_8), (void*)L_17);
// var controlAttribute = field.GetCustomAttribute<InputControlAttribute>();
FieldInfo_t* L_18 = __this->___U3CfieldU3E5__4_8;
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_19;
L_19 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m10E105FAFCA71014DF6182D46CE5BC515B555F5D(L_18, CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m10E105FAFCA71014DF6182D46CE5BC515B555F5D_RuntimeMethod_var);
__this->___U3CcontrolAttributeU3E5__5_9 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolAttributeU3E5__5_9), (void*)L_19);
// if (controlAttribute != null)
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_20 = __this->___U3CcontrolAttributeU3E5__5_9;
V_3 = (bool)((!(((RuntimeObject*)(InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D*)L_20) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_21 = V_3;
if (!L_21)
{
goto IL_00d5;
}
}
{
// yield return field.Name;
FieldInfo_t* L_22 = __this->___U3CfieldU3E5__4_8;
NullCheck(L_22);
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_22);
__this->___U3CU3E2__current_1 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_23);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_00ce:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_00d5:
{
__this->___U3CcontrolAttributeU3E5__5_9 = (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolAttributeU3E5__5_9), (void*)(InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D*)NULL);
__this->___U3CfieldU3E5__4_8 = (FieldInfo_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfieldU3E5__4_8), (void*)(FieldInfo_t*)NULL);
int32_t L_24 = __this->___U3CU3Es__3_7;
__this->___U3CU3Es__3_7 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_00f2:
{
// foreach (var field in compositeType.GetFields(BindingFlags.Instance | BindingFlags.Public))
int32_t L_25 = __this->___U3CU3Es__3_7;
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_26 = __this->___U3CU3Es__2_6;
NullCheck(L_26);
if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
{
goto IL_0082;
}
}
{
__this->___U3CU3Es__2_6 = (FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3Es__2_6), (void*)(FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*)NULL);
// }
return (bool)0;
}
}
// System.String UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.Collections.Generic.IEnumerator<System.String>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CGetPartNamesU3Ed__12_System_Collections_Generic_IEnumeratorU3CSystem_StringU3E_get_Current_m149F660B8D93C704041DABB1A4F1776A682E3A42 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetPartNamesU3Ed__12_System_Collections_IEnumerator_Reset_m43624ACE49229E7359C245BBA5A805EB50CAF51A (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetPartNamesU3Ed__12_System_Collections_IEnumerator_Reset_m43624ACE49229E7359C245BBA5A805EB50CAF51A_RuntimeMethod_var)));
}
}
// System.Object UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPartNamesU3Ed__12_System_Collections_IEnumerator_get_Current_mCA5489C23B25472F5A17889760FAF1C4B361CB9B (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Collections.Generic.IEnumerator`1<System.String> UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPartNamesU3Ed__12_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m7BFAEBCC093EBA0409B8A97641FEF6CE6D7EF3C4 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* V_0 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2)))))
{
goto IL_0022;
}
}
{
int32_t L_1 = __this->___U3CU3El__initialThreadId_2;
int32_t L_2;
L_2 = Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2(NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_0022;
}
}
{
__this->___U3CU3E1__state_0 = 0;
V_0 = __this;
goto IL_0029;
}
IL_0022:
{
U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* L_3 = (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996*)il2cpp_codegen_object_new(U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996_il2cpp_TypeInfo_var);
NullCheck(L_3);
U3CGetPartNamesU3Ed__12__ctor_m2AA24939B8D64681B10D6AEA5D5E0D7A7CA02136(L_3, 0, NULL);
V_0 = L_3;
}
IL_0029:
{
U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* L_4 = V_0;
String_t* L_5 = __this->___U3CU3E3__composite_4;
NullCheck(L_4);
L_4->___composite_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___composite_3), (void*)L_5);
U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* L_6 = V_0;
return L_6;
}
}
// System.Collections.IEnumerator UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPartNamesU3Ed__12_System_Collections_IEnumerable_GetEnumerator_m4FBF48804287CACB125505A6ABFD107A6BF6DD31 (U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0;
L_0 = U3CGetPartNamesU3Ed__12_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m7BFAEBCC093EBA0409B8A97641FEF6CE6D7EF3C4(__this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext
IL2CPP_EXTERN_C void InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshal_pinvoke(const InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390& unmarshaled, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshal_pinvoke_back(const InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_pinvoke& marshaled, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext
IL2CPP_EXTERN_C void InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshal_pinvoke_cleanup(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext
IL2CPP_EXTERN_C void InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshal_com(const InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390& unmarshaled, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_com& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshal_com_back(const InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_com& marshaled, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputBindingCompositeContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext
IL2CPP_EXTERN_C void InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshal_com_cleanup(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_com& marshaled)
{
}
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding> UnityEngine.InputSystem.InputBindingCompositeContext::get_controls()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_get_controls_m142FECF8374D6E0E3B012C8D376AB913E9634C69 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_0 = (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717*)il2cpp_codegen_object_new(U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3Cget_controlsU3Ed__2__ctor_mA490A28AF035861305CC5CB030340428BB2F9D72(L_0, ((int32_t)-2), NULL);
V_0 = L_0;
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_1 = V_0;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_2 = (*(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*)__this);
NullCheck(L_1);
L_1->___U3CU3E3__U3CU3E4__this_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_4))->___m_State_0), (void*)NULL);
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_3 = V_0;
V_1 = L_3;
RuntimeObject* L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C RuntimeObject* InputBindingCompositeContext_get_controls_m142FECF8374D6E0E3B012C8D376AB913E9634C69_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = InputBindingCompositeContext_get_controls_m142FECF8374D6E0E3B012C8D376AB913E9634C69(_thisAdjusted, method);
return _returnValue;
}
// System.Single UnityEngine.InputSystem.InputBindingCompositeContext::EvaluateMagnitude(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingCompositeContext_EvaluateMagnitude_m418436D265278E622B80FD3CB6E6366F5DDD2E1A (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return m_State.EvaluateCompositePartMagnitude(m_BindingIndex, partNumber);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
int32_t L_1 = __this->___m_BindingIndex_1;
int32_t L_2 = ___partNumber0;
NullCheck(L_0);
float L_3;
L_3 = InputActionState_EvaluateCompositePartMagnitude_m75015048EFB32626A744C538A8962B78B3E3D8C8(L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_0016;
}
IL_0016:
{
// }
float L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C float InputBindingCompositeContext_EvaluateMagnitude_m418436D265278E622B80FD3CB6E6366F5DDD2E1A_AdjustorThunk (RuntimeObject* __this, int32_t ___partNumber0, const RuntimeMethod* method)
{
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
float _returnValue;
_returnValue = InputBindingCompositeContext_EvaluateMagnitude_m418436D265278E622B80FD3CB6E6366F5DDD2E1A(_thisAdjusted, ___partNumber0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsButton(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// if (m_State == null)
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
V_1 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
// return default;
V_2 = (bool)0;
goto IL_003a;
}
IL_0012:
{
// var buttonValue = false;
V_0 = (bool)0;
// m_State.ReadCompositePartValue<float, DefaultComparer<float>>(m_BindingIndex, partNumber, &buttonValue,
// out _);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_0;
int32_t L_3 = __this->___m_BindingIndex_1;
int32_t L_4 = ___partNumber0;
il2cpp_codegen_initobj((&V_4), sizeof(DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7));
DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 L_5 = V_4;
NullCheck(L_2);
float L_6;
L_6 = InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91(L_2, L_3, L_4, (bool*)((uintptr_t)(&V_0)), (&V_3), L_5, InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_RuntimeMethod_var);
// return buttonValue;
bool L_7 = V_0;
V_2 = L_7;
goto IL_003a;
}
IL_003a:
{
// }
bool L_8 = V_2;
return L_8;
}
}
IL2CPP_EXTERN_C bool InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB_AdjustorThunk (RuntimeObject* __this, int32_t ___partNumber0, const RuntimeMethod* method)
{
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
bool _returnValue;
_returnValue = InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB(_thisAdjusted, ___partNumber0, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32,System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingCompositeContext_ReadValue_mC797CA9EDA827FF511B0771EEF21F1B271CF16D8 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method)
{
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B2_0 = NULL;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* G_B1_0 = NULL;
{
// m_State?.ReadCompositePartValue(m_BindingIndex, partNumber, buffer, bufferSize);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
goto IL_001c;
}
IL_000d:
{
int32_t L_2 = __this->___m_BindingIndex_1;
int32_t L_3 = ___partNumber0;
void* L_4 = ___buffer1;
int32_t L_5 = ___bufferSize2;
NullCheck(G_B2_0);
bool L_6;
L_6 = InputActionState_ReadCompositePartValue_m32C8489F24CA743141F62FBAD1693E015B37AEDB(G_B2_0, L_2, L_3, L_4, L_5, NULL);
}
IL_001c:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputBindingCompositeContext_ReadValue_mC797CA9EDA827FF511B0771EEF21F1B271CF16D8_AdjustorThunk (RuntimeObject* __this, int32_t ___partNumber0, void* ___buffer1, int32_t ___bufferSize2, const RuntimeMethod* method)
{
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
InputBindingCompositeContext_ReadValue_mC797CA9EDA827FF511B0771EEF21F1B271CF16D8(_thisAdjusted, ___partNumber0, ___buffer1, ___bufferSize2, method);
}
// System.Object UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___partNumber0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return m_State.ReadCompositePartValueAsObject(m_BindingIndex, partNumber);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
int32_t L_1 = __this->___m_BindingIndex_1;
int32_t L_2 = ___partNumber0;
NullCheck(L_0);
RuntimeObject* L_3;
L_3 = InputActionState_ReadCompositePartValueAsObject_mC175F414768E9AB0B52C4319CFEE21EC402F1BC0(L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_0016;
}
IL_0016:
{
// }
RuntimeObject* L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C RuntimeObject* InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882_AdjustorThunk (RuntimeObject* __this, int32_t ___partNumber0, const RuntimeMethod* method)
{
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882(_thisAdjusted, ___partNumber0, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
IL2CPP_EXTERN_C void PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshal_pinvoke(const PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38& unmarshaled, PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_pinvoke& marshaled)
{
Exception_t* ___U3CcontrolU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<control>k__BackingField' of type 'PartBinding': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CcontrolU3Ek__BackingField_1Exception, NULL);
}
IL2CPP_EXTERN_C void PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshal_pinvoke_back(const PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_pinvoke& marshaled, PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38& unmarshaled)
{
Exception_t* ___U3CcontrolU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<control>k__BackingField' of type 'PartBinding': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CcontrolU3Ek__BackingField_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
IL2CPP_EXTERN_C void PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshal_pinvoke_cleanup(PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
IL2CPP_EXTERN_C void PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshal_com(const PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38& unmarshaled, PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_com& marshaled)
{
Exception_t* ___U3CcontrolU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<control>k__BackingField' of type 'PartBinding': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CcontrolU3Ek__BackingField_1Exception, NULL);
}
IL2CPP_EXTERN_C void PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshal_com_back(const PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_com& marshaled, PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38& unmarshaled)
{
Exception_t* ___U3CcontrolU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<control>k__BackingField' of type 'PartBinding': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CcontrolU3Ek__BackingField_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
IL2CPP_EXTERN_C void PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshal_com_cleanup(PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::get_part()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PartBinding_get_part_m93F95BE7AAA2BF480FBD669060C2D1920D5B8943 (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, const RuntimeMethod* method)
{
{
// public int part { get; set; }
int32_t L_0 = __this->___U3CpartU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t PartBinding_get_part_m93F95BE7AAA2BF480FBD669060C2D1920D5B8943_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38*>(__this + _offset);
int32_t _returnValue;
_returnValue = PartBinding_get_part_m93F95BE7AAA2BF480FBD669060C2D1920D5B8943_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::set_part(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartBinding_set_part_mD9893492A4A833272467606AC22234E31B567D0F (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int part { get; set; }
int32_t L_0 = ___value0;
__this->___U3CpartU3Ek__BackingField_0 = L_0;
return;
}
}
IL2CPP_EXTERN_C void PartBinding_set_part_mD9893492A4A833272467606AC22234E31B567D0F_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38*>(__this + _offset);
PartBinding_set_part_mD9893492A4A833272467606AC22234E31B567D0F_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* PartBinding_get_control_m96F4C9715F4976504BB4B9BC15D9869E66DDB4F9 (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, const RuntimeMethod* method)
{
{
// public InputControl control { get; set; }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___U3CcontrolU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* PartBinding_get_control_m96F4C9715F4976504BB4B9BC15D9869E66DDB4F9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38*>(__this + _offset);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
_returnValue = PartBinding_get_control_m96F4C9715F4976504BB4B9BC15D9869E66DDB4F9_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::set_control(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PartBinding_set_control_m91F123896E06BE6857970D9661750DDF8610558F (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value0, const RuntimeMethod* method)
{
{
// public InputControl control { get; set; }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___value0;
__this->___U3CcontrolU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolU3Ek__BackingField_1), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void PartBinding_set_control_m91F123896E06BE6857970D9661750DDF8610558F_AdjustorThunk (RuntimeObject* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value0, const RuntimeMethod* method)
{
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38*>(__this + _offset);
PartBinding_set_control_m91F123896E06BE6857970D9661750DDF8610558F_inline(_thisAdjusted, ___value0, 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.InputBindingCompositeContext/<get_controls>d__2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_controlsU3Ed__2__ctor_mA490A28AF035861305CC5CB030340428BB2F9D72 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
int32_t L_1;
L_1 = Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2(NULL);
__this->___U3CU3El__initialThreadId_2 = L_1;
return;
}
}
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_controlsU3Ed__2_System_IDisposable_Dispose_m689592D6917A5578432BB705DB1D5819CD03BDA4 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3Cget_controlsU3Ed__2_MoveNext_mA9F9547B22C1F4099EFCEDEAC94A248D1DE3400F (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0019;
}
IL_0012:
{
goto IL_001b;
}
IL_0014:
{
goto IL_0111;
}
IL_0019:
{
return (bool)0;
}
IL_001b:
{
__this->___U3CU3E1__state_0 = (-1);
// if (m_State == null)
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_3 = (&__this->___U3CU3E4__this_3);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = L_3->___m_State_0;
V_1 = (bool)((((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0037;
}
}
{
// yield break;
return (bool)0;
}
IL_0037:
{
// var totalBindingCount = m_State.totalBindingCount;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_6 = (&__this->___U3CU3E4__this_3);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = L_6->___m_State_0;
NullCheck(L_7);
int32_t L_8;
L_8 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(L_7, NULL);
__this->___U3CtotalBindingCountU3E5__1_5 = L_8;
// for (var bindingIndex = m_BindingIndex + 1; bindingIndex < totalBindingCount; ++bindingIndex)
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_9 = (&__this->___U3CU3E4__this_3);
int32_t L_10 = L_9->___m_BindingIndex_1;
__this->___U3CbindingIndexU3E5__2_6 = ((int32_t)il2cpp_codegen_add(L_10, 1));
goto IL_0161;
}
IL_0065:
{
// var bindingState = m_State.GetBindingState(bindingIndex);
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_11 = (&__this->___U3CU3E4__this_3);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_12 = L_11->___m_State_0;
int32_t L_13 = __this->___U3CbindingIndexU3E5__2_6;
NullCheck(L_12);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA L_14;
L_14 = InputActionState_GetBindingState_m2EAAEA370D8B7DAD4039F2AADABE9D886426F291(L_12, L_13, NULL);
__this->___U3CbindingStateU3E5__3_7 = L_14;
// if (!bindingState.isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15 = (&__this->___U3CbindingStateU3E5__3_7);
bool L_16;
L_16 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533(L_15, NULL);
V_2 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
bool L_17 = V_2;
if (!L_17)
{
goto IL_0099;
}
}
{
// break;
goto IL_0178;
}
IL_0099:
{
// var controlStartIndex = bindingState.controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_18 = (&__this->___U3CbindingStateU3E5__3_7);
int32_t L_19;
L_19 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline(L_18, NULL);
__this->___U3CcontrolStartIndexU3E5__4_8 = L_19;
// for (var i = 0; i < bindingState.controlCount; ++i)
__this->___U3CiU3E5__5_9 = 0;
goto IL_0132;
}
IL_00b3:
{
// var control = m_State.controls[controlStartIndex + i];
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_20 = (&__this->___U3CU3E4__this_3);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_21 = L_20->___m_State_0;
NullCheck(L_21);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_22 = L_21->___controls_2;
int32_t L_23 = __this->___U3CcontrolStartIndexU3E5__4_8;
int32_t L_24 = __this->___U3CiU3E5__5_9;
NullCheck(L_22);
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_23, L_24));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
__this->___U3CcontrolU3E5__6_10 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolU3E5__6_10), (void*)L_26);
// yield return new PartBinding
// {
// part = bindingState.partIndex,
// control = control
// };
il2cpp_codegen_initobj((&V_3), sizeof(PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38));
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_27 = (&__this->___U3CbindingStateU3E5__3_7);
int32_t L_28;
L_28 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(L_27, NULL);
PartBinding_set_part_mD9893492A4A833272467606AC22234E31B567D0F_inline((&V_3), L_28, NULL);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = __this->___U3CcontrolU3E5__6_10;
PartBinding_set_control_m91F123896E06BE6857970D9661750DDF8610558F_inline((&V_3), L_29, NULL);
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 L_30 = V_3;
__this->___U3CU3E2__current_1 = L_30;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___U3CcontrolU3Ek__BackingField_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_0111:
{
__this->___U3CU3E1__state_0 = (-1);
__this->___U3CcontrolU3E5__6_10 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolU3E5__6_10), (void*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL);
// for (var i = 0; i < bindingState.controlCount; ++i)
int32_t L_31 = __this->___U3CiU3E5__5_9;
V_4 = ((int32_t)il2cpp_codegen_add(L_31, 1));
int32_t L_32 = V_4;
__this->___U3CiU3E5__5_9 = L_32;
}
IL_0132:
{
// for (var i = 0; i < bindingState.controlCount; ++i)
int32_t L_33 = __this->___U3CiU3E5__5_9;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_34 = (&__this->___U3CbindingStateU3E5__3_7);
int32_t L_35;
L_35 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline(L_34, NULL);
V_5 = (bool)((((int32_t)L_33) < ((int32_t)L_35))? 1 : 0);
bool L_36 = V_5;
if (L_36)
{
goto IL_00b3;
}
}
{
// for (var bindingIndex = m_BindingIndex + 1; bindingIndex < totalBindingCount; ++bindingIndex)
int32_t L_37 = __this->___U3CbindingIndexU3E5__2_6;
V_4 = ((int32_t)il2cpp_codegen_add(L_37, 1));
int32_t L_38 = V_4;
__this->___U3CbindingIndexU3E5__2_6 = L_38;
}
IL_0161:
{
// for (var bindingIndex = m_BindingIndex + 1; bindingIndex < totalBindingCount; ++bindingIndex)
int32_t L_39 = __this->___U3CbindingIndexU3E5__2_6;
int32_t L_40 = __this->___U3CtotalBindingCountU3E5__1_5;
V_6 = (bool)((((int32_t)L_39) < ((int32_t)L_40))? 1 : 0);
bool L_41 = V_6;
if (L_41)
{
goto IL_0065;
}
}
IL_0178:
{
// }
return (bool)0;
}
}
// UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.Collections.Generic.IEnumerator<UnityEngine.InputSystem.InputBindingCompositeContext.PartBinding>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 U3Cget_controlsU3Ed__2_System_Collections_Generic_IEnumeratorU3CUnityEngine_InputSystem_InputBindingCompositeContext_PartBindingU3E_get_Current_m3E6531E936C886AF95178CA5CBE5CB29A1791545 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
{
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_controlsU3Ed__2_System_Collections_IEnumerator_Reset_mB12DE0383C8618FA22C1004F2804523CA625FCE6 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3Cget_controlsU3Ed__2_System_Collections_IEnumerator_Reset_mB12DE0383C8618FA22C1004F2804523CA625FCE6_RuntimeMethod_var)));
}
}
// System.Object UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_controlsU3Ed__2_System_Collections_IEnumerator_get_Current_mB342738ED8F6F5419E22B0B15DE6DCDFBD35FCB6 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 L_0 = __this->___U3CU3E2__current_1;
PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38 L_1 = L_0;
RuntimeObject* L_2 = Box(PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding> UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.InputBindingCompositeContext.PartBinding>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_controlsU3Ed__2_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_InputBindingCompositeContext_PartBindingU3E_GetEnumerator_mFB55177639A391DDA73D54C0F1A7F40D20E7134F (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* V_0 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2)))))
{
goto IL_0022;
}
}
{
int32_t L_1 = __this->___U3CU3El__initialThreadId_2;
int32_t L_2;
L_2 = Environment_get_CurrentManagedThreadId_mEC09D20ED666BC3277AC9D16B68AA287E5AFE1B2(NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_0022;
}
}
{
__this->___U3CU3E1__state_0 = 0;
V_0 = __this;
goto IL_0029;
}
IL_0022:
{
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_3 = (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717*)il2cpp_codegen_object_new(U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717_il2cpp_TypeInfo_var);
NullCheck(L_3);
U3Cget_controlsU3Ed__2__ctor_mA490A28AF035861305CC5CB030340428BB2F9D72(L_3, 0, NULL);
V_0 = L_3;
}
IL_0029:
{
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_4 = V_0;
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_5 = __this->___U3CU3E3__U3CU3E4__this_4;
NullCheck(L_4);
L_4->___U3CU3E4__this_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_3))->___m_State_0), (void*)NULL);
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_6 = V_0;
return L_6;
}
}
// System.Collections.IEnumerator UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_controlsU3Ed__2_System_Collections_IEnumerable_GetEnumerator_m1113C017E4ADB7E6ADB74113AC7BA164D1C13471 (U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0;
L_0 = U3Cget_controlsU3Ed__2_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_InputBindingCompositeContext_PartBindingU3E_GetEnumerator_mFB55177639A391DDA73D54C0F1A7F40D20E7134F(__this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingResolver
IL2CPP_EXTERN_C void InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshal_pinvoke(const InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56& unmarshaled, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_pinvoke& marshaled)
{
Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL);
}
IL2CPP_EXTERN_C void InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshal_pinvoke_back(const InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_pinvoke& marshaled, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56& unmarshaled)
{
Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingResolver
IL2CPP_EXTERN_C void InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshal_pinvoke_cleanup(InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputBindingResolver
IL2CPP_EXTERN_C void InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshal_com(const InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56& unmarshaled, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_com& marshaled)
{
Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL);
}
IL2CPP_EXTERN_C void InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshal_com_back(const InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_com& marshaled, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56& unmarshaled)
{
Exception_t* ___maps_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'maps' of type 'InputBindingResolver': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___maps_3Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputBindingResolver
IL2CPP_EXTERN_C void InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshal_com_cleanup(InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalMapCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method)
{
{
// public int totalMapCount => memory.mapCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_5);
int32_t L_1 = L_0->___mapCount_1;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalActionCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalActionCount_mDF2C631F3590551CB21B221C142F17A4672AE3CD (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method)
{
{
// public int totalActionCount => memory.actionCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_5);
int32_t L_1 = L_0->___actionCount_2;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalActionCount_mDF2C631F3590551CB21B221C142F17A4672AE3CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBindingResolver_get_totalActionCount_mDF2C631F3590551CB21B221C142F17A4672AE3CD(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalBindingCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalBindingCount_m0CD984F896B7529D8A747ECB09051C2937D1BBAE (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method)
{
{
// public int totalBindingCount => memory.bindingCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_5);
int32_t L_1 = L_0->___bindingCount_4;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalBindingCount_m0CD984F896B7529D8A747ECB09051C2937D1BBAE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBindingResolver_get_totalBindingCount_m0CD984F896B7529D8A747ECB09051C2937D1BBAE(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::get_totalControlCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_get_totalControlCount_m2BCE1D189B01717DF70CDCDC318270A3F36F38B5 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method)
{
{
// public int totalControlCount => memory.controlCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_5);
int32_t L_1 = L_0->___controlCount_5;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputBindingResolver_get_totalControlCount_m2BCE1D189B01717DF70CDCDC318270A3F36F38B5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBindingResolver_get_totalControlCount_m2BCE1D189B01717DF70CDCDC318270A3F36F38B5(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputBindingResolver::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_Dispose_mDC7473B352E66E950F4B80EF9C09E49AD365FEE8 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, const RuntimeMethod* method)
{
{
// memory.Dispose();
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_5);
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783(L_0, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputBindingResolver_Dispose_mDC7473B352E66E950F4B80EF9C09E49AD365FEE8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
InputBindingResolver_Dispose_mDC7473B352E66E950F4B80EF9C09E49AD365FEE8(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputBindingResolver::StartWithArraysFrom(UnityEngine.InputSystem.InputActionState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_StartWithArraysFrom_mAC95AFD079D114E62BE4E01ED9D8D8CDEF3A05F1 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___state0, const RuntimeMethod* method)
{
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*)&_stringLiteral83248627E240A976B8C87FAC89C304F3CDCCDB68);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7677672164954277242A6E897790CE8427CE3D4);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// Debug.Assert(state != null, "Received null state");
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = ___state0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((!(((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), _stringLiteral83248627E240A976B8C87FAC89C304F3CDCCDB68, NULL);
// Debug.Assert(!state.isProcessingControlStateChange,
// "Cannot re-resolve bindings for an InputActionState that is currently executing an action callback; binding resolution must be deferred to until after the callback has completed");
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = ___state0;
NullCheck(L_1);
bool L_2;
L_2 = InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659_inline(L_1, NULL);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0), _stringLiteralD7677672164954277242A6E897790CE8427CE3D4, NULL);
// maps = state.maps;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = ___state0;
NullCheck(L_3);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_4 = L_3->___maps_1;
__this->___maps_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___maps_3), (void*)L_4);
// interactions = state.interactions;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = ___state0;
NullCheck(L_5);
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_6 = L_5->___interactions_3;
__this->___interactions_6 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___interactions_6), (void*)L_6);
// processors = state.processors;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = ___state0;
NullCheck(L_7);
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_8 = L_7->___processors_4;
__this->___processors_7 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___processors_7), (void*)L_8);
// composites = state.composites;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_9 = ___state0;
NullCheck(L_9);
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_10 = L_9->___composites_5;
__this->___composites_8 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___composites_8), (void*)L_10);
// controls = state.controls;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_11 = ___state0;
NullCheck(L_11);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_12 = L_11->___controls_2;
__this->___controls_4 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___controls_4), (void*)L_12);
// if (maps != null)
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_13 = __this->___maps_3;
V_0 = (bool)((!(((RuntimeObject*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)L_13) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_14 = V_0;
if (!L_14)
{
goto IL_0080;
}
}
{
// Array.Clear(maps, 0, state.totalMapCount);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_15 = __this->___maps_3;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = ___state0;
NullCheck(L_16);
int32_t L_17;
L_17 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_16, NULL);
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_15, 0, L_17, NULL);
}
IL_0080:
{
// if (interactions != null)
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_18 = __this->___interactions_6;
V_1 = (bool)((!(((RuntimeObject*)(IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93*)L_18) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_19 = V_1;
if (!L_19)
{
goto IL_00a0;
}
}
{
// Array.Clear(interactions, 0, state.totalInteractionCount);
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_20 = __this->___interactions_6;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_21 = ___state0;
NullCheck(L_21);
int32_t L_22;
L_22 = InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB(L_21, NULL);
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_20, 0, L_22, NULL);
}
IL_00a0:
{
// if (processors != null)
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_23 = __this->___processors_7;
V_2 = (bool)((!(((RuntimeObject*)(InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64*)L_23) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_24 = V_2;
if (!L_24)
{
goto IL_00c0;
}
}
{
// Array.Clear(processors, 0, state.totalProcessorCount);
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_25 = __this->___processors_7;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_26 = ___state0;
NullCheck(L_26);
int32_t L_27 = L_26->___totalProcessorCount_6;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_25, 0, L_27, NULL);
}
IL_00c0:
{
// if (composites != null)
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_28 = __this->___composites_8;
V_3 = (bool)((!(((RuntimeObject*)(InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_29 = V_3;
if (!L_29)
{
goto IL_00e0;
}
}
{
// Array.Clear(composites, 0, state.totalCompositeCount);
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_30 = __this->___composites_8;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_31 = ___state0;
NullCheck(L_31);
int32_t L_32;
L_32 = InputActionState_get_totalCompositeCount_mA94813CAA6B9B1662AA2224792F20AF88152B9E9(L_31, NULL);
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_30, 0, L_32, NULL);
}
IL_00e0:
{
// if (controls != null)
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_33 = __this->___controls_4;
V_4 = (bool)((!(((RuntimeObject*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)L_33) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_34 = V_4;
if (!L_34)
{
goto IL_0102;
}
}
{
// Array.Clear(controls, 0, state.totalControlCount);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_35 = __this->___controls_4;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_36 = ___state0;
NullCheck(L_36);
int32_t L_37;
L_37 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(L_36, NULL);
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_35, 0, L_37, NULL);
}
IL_0102:
{
// state.maps = null;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_38 = ___state0;
NullCheck(L_38);
L_38->___maps_1 = (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_38->___maps_1), (void*)(InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*)NULL);
// state.interactions = null;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_39 = ___state0;
NullCheck(L_39);
L_39->___interactions_3 = (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_39->___interactions_3), (void*)(IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93*)NULL);
// state.processors = null;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_40 = ___state0;
NullCheck(L_40);
L_40->___processors_4 = (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_40->___processors_4), (void*)(InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64*)NULL);
// state.composites = null;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_41 = ___state0;
NullCheck(L_41);
L_41->___composites_5 = (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_41->___composites_5), (void*)(InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E*)NULL);
// state.controls = null;
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_42 = ___state0;
NullCheck(L_42);
L_42->___controls_2 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_42->___controls_2), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputBindingResolver_StartWithArraysFrom_mAC95AFD079D114E62BE4E01ED9D8D8CDEF3A05F1_AdjustorThunk (RuntimeObject* __this, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___state0, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
InputBindingResolver_StartWithArraysFrom_mAC95AFD079D114E62BE4E01ED9D8D8CDEF3A05F1(_thisAdjusted, ___state0, method);
}
// System.Void UnityEngine.InputSystem.InputBindingResolver::AddActionMap(UnityEngine.InputSystem.InputActionMap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendListWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA_mCE9C5D21B7A2A0874435AAD21D17BA32268696A2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4042F6D48329790393426690B9BA706883E80E63_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mA05CFD9117E07678C7ED5770C54B976FABD4AB57_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlPath_TryFindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA784493D7D266BF0B156B48ADA47E53C5D5B2D4C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB69EAB33E6FF70749F9D7B79C30C8F64736A8366_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_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_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DE7BBE2708401E6352D318B50425BA24C77F710);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758BB62F5BEB5443A464E189DFA9FDAACFF41108);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD263B899C291EBC77E3A63FE4E42990E7FA64FAE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2EE6FC9BFC212F0283557EAD5986E37A5116E32);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE51A06667D5121A3A6BFB6F6186E31C639798CDD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9285755EB9E2FE0BD69343819D2463AF9BAC893);
s_Il2CppMethodInitialized = true;
}
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_0 = NULL;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_16 = NULL;
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 V_17;
memset((&V_17), 0, sizeof(V_17));
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_18;
memset((&V_18), 0, sizeof(V_18));
bool V_19 = false;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA V_20;
memset((&V_20), 0, sizeof(V_20));
int32_t V_21 = 0;
int32_t V_22 = 0;
bool V_23 = false;
int32_t V_24 = 0;
int32_t V_25 = 0;
int32_t V_26 = 0;
int32_t V_27 = 0;
int32_t V_28 = 0;
int32_t V_29 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_30 = NULL;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_31 = NULL;
int32_t V_32 = 0;
bool V_33 = false;
bool V_34 = false;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_35 = NULL;
int32_t V_36 = 0;
int32_t V_37 = 0;
int32_t V_38 = 0;
int32_t V_39 = 0;
int32_t V_40 = 0;
int32_t V_41 = 0;
int32_t V_42 = 0;
int32_t V_43 = 0;
int32_t V_44 = 0;
String_t* V_45 = NULL;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_46 = NULL;
String_t* V_47 = NULL;
bool V_48 = false;
bool V_49 = false;
bool V_50 = false;
bool V_51 = false;
bool V_52 = false;
bool V_53 = false;
bool V_54 = false;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_55;
memset((&V_55), 0, sizeof(V_55));
bool V_56 = false;
bool V_57 = false;
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_58;
memset((&V_58), 0, sizeof(V_58));
int32_t V_59 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_60 = NULL;
bool V_61 = false;
bool V_62 = false;
bool V_63 = false;
bool V_64 = false;
String_t* V_65 = NULL;
String_t* V_66 = NULL;
bool V_67 = false;
bool V_68 = false;
bool V_69 = false;
int32_t V_70 = 0;
bool V_71 = false;
bool V_72 = false;
bool V_73 = false;
bool V_74 = false;
bool V_75 = false;
int32_t V_76 = 0;
bool V_77 = false;
bool V_78 = false;
bool V_79 = false;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_80 = NULL;
bool V_81 = false;
bool V_82 = false;
bool V_83 = false;
bool V_84 = false;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA V_85;
memset((&V_85), 0, sizeof(V_85));
Exception_t* V_86 = NULL;
bool V_87 = false;
bool V_88 = false;
bool V_89 = false;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_90;
memset((&V_90), 0, sizeof(V_90));
int32_t V_91 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_92 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_93 = NULL;
int32_t V_94 = 0;
int32_t V_95 = 0;
int32_t V_96 = 0;
bool V_97 = false;
bool V_98 = false;
int32_t V_99 = 0;
bool V_100 = false;
int32_t V_101 = 0;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_102 = NULL;
int32_t V_103 = 0;
int32_t V_104 = 0;
int32_t V_105 = 0;
int32_t V_106 = 0;
bool V_107 = false;
bool V_108 = false;
bool V_109 = false;
int32_t V_110 = 0;
int32_t V_111 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_112 = NULL;
bool V_113 = false;
bool V_114 = false;
bool V_115 = false;
bool V_116 = false;
bool V_117 = false;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_118;
memset((&V_118), 0, sizeof(V_118));
bool V_119 = false;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD V_120;
memset((&V_120), 0, sizeof(V_120));
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 2> __active_exceptions;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B43_0 = 0;
int32_t G_B45_0 = 0;
int32_t G_B48_0 = 0;
int32_t G_B87_0 = 0;
int32_t G_B95_0 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B103_0 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B103_1 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B102_0 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B102_1 = NULL;
int32_t G_B104_0 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B104_1 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B104_2 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B106_0 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B106_1 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B105_0 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B105_1 = NULL;
int32_t G_B107_0 = 0;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B107_1 = NULL;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* G_B107_2 = NULL;
int32_t G_B117_0 = 0;
int32_t G_B145_0 = 0;
{
// Debug.Assert(map != null, "Received null map");
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), _stringLiteralF9285755EB9E2FE0BD69343819D2463AF9BAC893, NULL);
// var actionsInThisMap = map.m_Actions;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___map0;
NullCheck(L_1);
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_2 = L_1->___m_Actions_3;
V_0 = L_2;
// var bindingsInThisMap = map.m_Bindings;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___map0;
NullCheck(L_3);
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
V_1 = L_4;
// var bindingCountInThisMap = bindingsInThisMap?.Length ?? 0;
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = V_1;
if (L_5)
{
goto IL_0024;
}
}
{
G_B3_0 = 0;
goto IL_0027;
}
IL_0024:
{
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = V_1;
NullCheck(L_6);
G_B3_0 = ((int32_t)(((RuntimeArray*)L_6)->max_length));
}
IL_0027:
{
V_2 = G_B3_0;
// var actionCountInThisMap = actionsInThisMap?.Length ?? 0;
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_7 = V_0;
if (L_7)
{
goto IL_002e;
}
}
{
G_B6_0 = 0;
goto IL_0031;
}
IL_002e:
{
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_8 = V_0;
NullCheck(L_8);
G_B6_0 = ((int32_t)(((RuntimeArray*)L_8)->max_length));
}
IL_0031:
{
V_3 = G_B6_0;
// var mapIndex = totalMapCount;
int32_t L_9;
L_9 = InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7(__this, NULL);
V_4 = L_9;
// var actionStartIndex = totalActionCount;
int32_t L_10;
L_10 = InputBindingResolver_get_totalActionCount_mDF2C631F3590551CB21B221C142F17A4672AE3CD(__this, NULL);
V_5 = L_10;
// var bindingStartIndex = totalBindingCount;
int32_t L_11;
L_11 = InputBindingResolver_get_totalBindingCount_m0CD984F896B7529D8A747ECB09051C2937D1BBAE(__this, NULL);
V_6 = L_11;
// var controlStartIndex = totalControlCount;
int32_t L_12;
L_12 = InputBindingResolver_get_totalControlCount_m2BCE1D189B01717DF70CDCDC318270A3F36F38B5(__this, NULL);
V_7 = L_12;
// var interactionStartIndex = totalInteractionCount;
int32_t L_13 = __this->___totalInteractionCount_2;
V_8 = L_13;
// var processorStartIndex = totalProcessorCount;
int32_t L_14 = __this->___totalProcessorCount_0;
V_9 = L_14;
// var compositeStartIndex = totalCompositeCount;
int32_t L_15 = __this->___totalCompositeCount_1;
V_10 = L_15;
// var newMemory = new InputActionState.UnmanagedMemory();
il2cpp_codegen_initobj((&V_11), sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
// newMemory.Allocate(
// mapCount: totalMapCount + 1,
// actionCount: totalActionCount + actionCountInThisMap,
// bindingCount: totalBindingCount + bindingCountInThisMap,
// // We reallocate for the following once we know the final count.
// interactionCount: totalInteractionCount,
// compositeCount: totalCompositeCount,
// controlCount: totalControlCount);
int32_t L_16;
L_16 = InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7(__this, NULL);
int32_t L_17;
L_17 = InputBindingResolver_get_totalActionCount_mDF2C631F3590551CB21B221C142F17A4672AE3CD(__this, NULL);
int32_t L_18 = V_3;
int32_t L_19;
L_19 = InputBindingResolver_get_totalBindingCount_m0CD984F896B7529D8A747ECB09051C2937D1BBAE(__this, NULL);
int32_t L_20 = V_2;
int32_t L_21 = __this->___totalInteractionCount_2;
V_21 = L_21;
int32_t L_22 = __this->___totalCompositeCount_1;
V_22 = L_22;
int32_t L_23;
L_23 = InputBindingResolver_get_totalControlCount_m2BCE1D189B01717DF70CDCDC318270A3F36F38B5(__this, NULL);
int32_t L_24 = V_21;
int32_t L_25 = V_22;
UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A((&V_11), ((int32_t)il2cpp_codegen_add(L_16, 1)), ((int32_t)il2cpp_codegen_add(L_17, L_18)), ((int32_t)il2cpp_codegen_add(L_19, L_20)), L_23, L_24, L_25, NULL);
// if (memory.isAllocated)
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_26 = (&__this->___memory_5);
bool L_27;
L_27 = UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F(L_26, NULL);
V_23 = L_27;
bool L_28 = V_23;
if (!L_28)
{
goto IL_00cb;
}
}
{
// newMemory.CopyDataFrom(memory);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_29 = __this->___memory_5;
UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C((&V_11), L_29, NULL);
}
IL_00cb:
{
// var currentCompositeBindingIndex = InputActionState.kInvalidIndex;
V_12 = (-1);
// var currentCompositeIndex = InputActionState.kInvalidIndex;
V_13 = (-1);
// var currentCompositePartCount = 0;
V_14 = 0;
// var currentCompositeActionIndexInMap = InputActionState.kInvalidIndex;
V_15 = (-1);
// InputAction currentCompositeAction = null;
V_16 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
// var bindingMaskOnThisMap = map.m_BindingMask;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = ___map0;
NullCheck(L_30);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 L_31 = L_30->___m_BindingMask_12;
V_17 = L_31;
// var devicesForThisMap = map.devices;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = ___map0;
NullCheck(L_32);
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_33;
L_33 = InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961(L_32, NULL);
V_18 = L_33;
// var isSingletonAction = map.m_SingletonAction != null;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34 = ___map0;
NullCheck(L_34);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_35 = L_34->___m_SingletonAction_8;
V_19 = (bool)((!(((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_35) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
// var resolvedControls = new InputControlList<InputControl>(Allocator.Temp);
InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1((&V_20), 2, 0, InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1_RuntimeMethod_var);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0b28:
{// begin finally (depth: 1)
// resolvedControls.Dispose();
InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82((&V_20), InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
try
{// begin try (depth: 2)
{
// for (var n = 0; n < bindingCountInThisMap; ++n)
V_29 = 0;
goto IL_06b2_2;
}
IL_0107_2:
{
// var bindingStatesPtr = newMemory.bindingStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_36 = V_11;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_37 = L_36.___bindingStates_8;
V_30 = L_37;
// ref var unresolvedBinding = ref bindingsInThisMap[n];
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_38 = V_1;
int32_t L_39 = V_29;
NullCheck(L_38);
V_31 = ((L_38)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_39)));
// var bindingIndex = bindingStartIndex + n;
int32_t L_40 = V_6;
int32_t L_41 = V_29;
V_32 = ((int32_t)il2cpp_codegen_add(L_40, L_41));
// var isComposite = unresolvedBinding.isComposite;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_42 = V_31;
bool L_43;
L_43 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(L_42, NULL);
V_33 = L_43;
// var isPartOfComposite = !isComposite && unresolvedBinding.isPartOfComposite;
bool L_44 = V_33;
if (L_44)
{
goto IL_0138_2;
}
}
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_45 = V_31;
bool L_46;
L_46 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498(L_45, NULL);
G_B13_0 = ((int32_t)(L_46));
goto IL_0139_2;
}
IL_0138_2:
{
G_B13_0 = 0;
}
IL_0139_2:
{
V_34 = (bool)G_B13_0;
// var bindingState = &bindingStatesPtr[bindingIndex];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_47 = V_30;
int32_t L_48 = V_32;
uint32_t L_49 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_35 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_48), (int32_t)L_49)))));
}
try
{// begin try (depth: 3)
{
// var firstControlIndex = 0; // numControls dictates whether this is a valid index or not.
V_36 = 0;
// var firstInteractionIndex = InputActionState.kInvalidIndex;
V_37 = (-1);
// var firstProcessorIndex = InputActionState.kInvalidIndex;
V_38 = (-1);
// var actionIndexForBinding = InputActionState.kInvalidIndex;
V_39 = (-1);
// var partIndex = InputActionState.kInvalidIndex;
V_40 = (-1);
// var numControls = 0;
V_41 = 0;
// var numInteractions = 0;
V_42 = 0;
// var numProcessors = 0;
V_43 = 0;
// if (isPartOfComposite && currentCompositeBindingIndex == InputActionState.kInvalidIndex)
bool L_50 = V_34;
if (!L_50)
{
goto IL_016f_3;
}
}
{
int32_t L_51 = V_12;
G_B17_0 = ((((int32_t)L_51) == ((int32_t)(-1)))? 1 : 0);
goto IL_0170_3;
}
IL_016f_3:
{
G_B17_0 = 0;
}
IL_0170_3:
{
V_49 = (bool)G_B17_0;
bool L_52 = V_49;
if (!L_52)
{
goto IL_0192_3;
}
}
{
// throw new InvalidOperationException(
// $"Binding '{unresolvedBinding}' is marked as being part of a composite but the preceding binding is not a composite");
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_53 = V_31;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_54 = (*(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)L_53);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_55 = L_54;
RuntimeObject* L_56 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var)), &L_55);
String_t* L_57;
L_57 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFCCC13D0E7868905982D0B60AF70D9084074D66)), L_56, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_58 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_58);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_58, L_57, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757_RuntimeMethod_var)));
}
IL_0192_3:
{
// var actionIndexInMap = InputActionState.kInvalidIndex;
V_44 = (-1);
// var actionName = unresolvedBinding.action;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_59 = V_31;
String_t* L_60;
L_60 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_59, NULL);
V_45 = L_60;
// InputAction action = null;
V_46 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
// if (!isPartOfComposite)
bool L_61 = V_34;
V_50 = (bool)((((int32_t)L_61) == ((int32_t)0))? 1 : 0);
bool L_62 = V_50;
if (!L_62)
{
goto IL_01ef_3;
}
}
{
// if (isSingletonAction)
bool L_63 = V_19;
V_51 = L_63;
bool L_64 = V_51;
if (!L_64)
{
goto IL_01bc_3;
}
}
{
// actionIndexInMap = 0;
V_44 = 0;
goto IL_01d8_3;
}
IL_01bc_3:
{
// else if (!string.IsNullOrEmpty(actionName))
String_t* L_65 = V_45;
bool L_66;
L_66 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_65, NULL);
V_52 = (bool)((((int32_t)L_66) == ((int32_t)0))? 1 : 0);
bool L_67 = V_52;
if (!L_67)
{
goto IL_01d8_3;
}
}
{
// actionIndexInMap = map.FindActionIndex(actionName);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_68 = ___map0;
String_t* L_69 = V_45;
NullCheck(L_68);
int32_t L_70;
L_70 = InputActionMap_FindActionIndex_mBBCF54F3823A2B6C3F53069F441665022FC49C82(L_68, L_69, NULL);
V_44 = L_70;
}
IL_01d8_3:
{
// if (actionIndexInMap != InputActionState.kInvalidIndex)
int32_t L_71 = V_44;
V_53 = (bool)((((int32_t)((((int32_t)L_71) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_72 = V_53;
if (!L_72)
{
goto IL_01ec_3;
}
}
{
// action = actionsInThisMap[actionIndexInMap];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_73 = V_0;
int32_t L_74 = V_44;
NullCheck(L_73);
int32_t L_75 = L_74;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_76 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
V_46 = L_76;
}
IL_01ec_3:
{
goto IL_01f9_3;
}
IL_01ef_3:
{
// actionIndexInMap = currentCompositeActionIndexInMap;
int32_t L_77 = V_15;
V_44 = L_77;
// action = currentCompositeAction;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_78 = V_16;
V_46 = L_78;
}
IL_01f9_3:
{
// if (isComposite)
bool L_79 = V_33;
V_54 = L_79;
bool L_80 = V_54;
if (!L_80)
{
goto IL_020f_3;
}
}
{
// currentCompositeBindingIndex = bindingIndex;
int32_t L_81 = V_32;
V_12 = L_81;
// currentCompositeAction = action;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_82 = V_46;
V_16 = L_82;
// currentCompositeActionIndexInMap = actionIndexInMap;
int32_t L_83 = V_44;
V_15 = L_83;
}
IL_020f_3:
{
// var path = unresolvedBinding.effectivePath;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_84 = V_31;
String_t* L_85;
L_85 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(L_84, NULL);
V_47 = L_85;
// var bindingIsDisabled = string.IsNullOrEmpty(path)
//
// // Also, if we can't find the action to trigger for the binding, we just go and disable
// // the binding.
// || action == null
//
// // Also, disabled if binding doesn't match with our binding mask (might be empty).
// || (!isComposite && bindingMask != null &&
// !bindingMask.Value.Matches(ref unresolvedBinding,
// InputBinding.MatchOptions.EmptyGroupMatchesAny))
//
// // Also, disabled if binding doesn't match the binding mask on the map (might be empty).
// || (!isComposite && bindingMaskOnThisMap != null &&
// !bindingMaskOnThisMap.Value.Matches(ref unresolvedBinding,
// InputBinding.MatchOptions.EmptyGroupMatchesAny))
//
// // Finally, also disabled if binding doesn't match the binding mask on the action (might be empty).
// || (!isComposite && action?.m_BindingMask != null &&
// !action.m_BindingMask.Value.Matches(ref unresolvedBinding,
// InputBinding.MatchOptions.EmptyGroupMatchesAny));
String_t* L_86 = V_47;
bool L_87;
L_87 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_86, NULL);
if (L_87)
{
goto IL_02ad_3;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_88 = V_46;
if (!L_88)
{
goto IL_02ad_3;
}
}
{
bool L_89 = V_33;
if (L_89)
{
goto IL_0255_3;
}
}
{
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_90 = (&__this->___bindingMask_9);
bool L_91;
L_91 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline(L_90, Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if (!L_91)
{
goto IL_0255_3;
}
}
{
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_92 = (&__this->___bindingMask_9);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_93;
L_93 = Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C(L_92, Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
V_55 = L_93;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_94 = V_31;
bool L_95;
L_95 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F((&V_55), L_94, 1, NULL);
if (!L_95)
{
goto IL_02ad_3;
}
}
IL_0255_3:
{
bool L_96 = V_33;
if (L_96)
{
goto IL_0277_3;
}
}
{
bool L_97;
L_97 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline((&V_17), Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if (!L_97)
{
goto IL_0277_3;
}
}
{
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_98;
L_98 = Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C((&V_17), Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
V_55 = L_98;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_99 = V_31;
bool L_100;
L_100 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F((&V_55), L_99, 1, NULL);
if (!L_100)
{
goto IL_02ad_3;
}
}
IL_0277_3:
{
bool L_101 = V_33;
if (L_101)
{
goto IL_02aa_3;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_102 = V_46;
if (!L_102)
{
goto IL_02aa_3;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_103 = V_46;
NullCheck(L_103);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_104 = (&L_103->___m_BindingMask_8);
bool L_105;
L_105 = Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_inline(L_104, Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_RuntimeMethod_var);
if (!L_105)
{
goto IL_02aa_3;
}
}
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_106 = V_46;
NullCheck(L_106);
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* L_107 = (&L_106->___m_BindingMask_8);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_108;
L_108 = Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C(L_107, Nullable_1_get_Value_m380D2E8669F0F04ED245C812CAA56833B4F5593C_RuntimeMethod_var);
V_55 = L_108;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_109 = V_31;
bool L_110;
L_110 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F((&V_55), L_109, 1, NULL);
G_B43_0 = ((((int32_t)L_110) == ((int32_t)0))? 1 : 0);
goto IL_02ab_3;
}
IL_02aa_3:
{
G_B43_0 = 0;
}
IL_02ab_3:
{
G_B45_0 = G_B43_0;
goto IL_02ae_3;
}
IL_02ad_3:
{
G_B45_0 = 1;
}
IL_02ae_3:
{
V_48 = (bool)G_B45_0;
// if (!bindingIsDisabled && !isComposite)
bool L_111 = V_48;
if (L_111)
{
goto IL_02bb_3;
}
}
{
bool L_112 = V_33;
G_B48_0 = ((((int32_t)L_112) == ((int32_t)0))? 1 : 0);
goto IL_02bc_3;
}
IL_02bb_3:
{
G_B48_0 = 0;
}
IL_02bc_3:
{
V_56 = (bool)G_B48_0;
bool L_113 = V_56;
if (!L_113)
{
goto IL_035d_3;
}
}
{
// firstControlIndex = memory.controlCount + resolvedControls.Count;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_114 = (&__this->___memory_5);
int32_t L_115 = L_114->___controlCount_5;
int32_t L_116;
L_116 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline((&V_20), InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_36 = ((int32_t)il2cpp_codegen_add(L_115, L_116));
// if (devicesForThisMap != null)
bool L_117;
L_117 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&V_18), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
V_57 = L_117;
bool L_118 = V_57;
if (!L_118)
{
goto IL_0341_3;
}
}
{
// var list = devicesForThisMap.Value;
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_119;
L_119 = Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133((&V_18), Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
V_58 = L_119;
// for (var i = 0; i < list.Count; ++i)
V_59 = 0;
goto IL_032d_3;
}
IL_02f7_3:
{
// var device = list[i];
int32_t L_120 = V_59;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_121;
L_121 = ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43((&V_58), L_120, ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
V_60 = L_121;
// if (!device.added)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_122 = V_60;
NullCheck(L_122);
bool L_123;
L_123 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_122, NULL);
V_61 = (bool)((((int32_t)L_123) == ((int32_t)0))? 1 : 0);
bool L_124 = V_61;
if (!L_124)
{
goto IL_0315_3;
}
}
{
// continue; // Skip devices that have been removed.
goto IL_0327_3;
}
IL_0315_3:
{
// numControls += InputControlPath.TryFindControls(device, path, 0, ref resolvedControls);
int32_t L_125 = V_41;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_126 = V_60;
String_t* L_127 = V_47;
int32_t L_128;
L_128 = InputControlPath_TryFindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA784493D7D266BF0B156B48ADA47E53C5D5B2D4C(L_126, L_127, 0, (&V_20), InputControlPath_TryFindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mA784493D7D266BF0B156B48ADA47E53C5D5B2D4C_RuntimeMethod_var);
V_41 = ((int32_t)il2cpp_codegen_add(L_125, L_128));
}
IL_0327_3:
{
// for (var i = 0; i < list.Count; ++i)
int32_t L_129 = V_59;
V_59 = ((int32_t)il2cpp_codegen_add(L_129, 1));
}
IL_032d_3:
{
// for (var i = 0; i < list.Count; ++i)
int32_t L_130 = V_59;
int32_t L_131;
L_131 = ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline((&V_58), ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
V_62 = (bool)((((int32_t)L_130) < ((int32_t)L_131))? 1 : 0);
bool L_132 = V_62;
if (L_132)
{
goto IL_02f7_3;
}
}
{
goto IL_034e_3;
}
IL_0341_3:
{
// numControls = InputSystem.FindControls(path, ref resolvedControls);
String_t* L_133 = V_47;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
int32_t L_134;
L_134 = InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB69EAB33E6FF70749F9D7B79C30C8F64736A8366(L_133, (&V_20), InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB69EAB33E6FF70749F9D7B79C30C8F64736A8366_RuntimeMethod_var);
V_41 = L_134;
}
IL_034e_3:
{
// if (numControls == 0)
int32_t L_135 = V_41;
V_63 = (bool)((((int32_t)L_135) == ((int32_t)0))? 1 : 0);
bool L_136 = V_63;
if (!L_136)
{
goto IL_035c_3;
}
}
{
// bindingIsDisabled = true;
V_48 = (bool)1;
}
IL_035c_3:
{
}
IL_035d_3:
{
// if (!bindingIsDisabled)
bool L_137 = V_48;
V_64 = (bool)((((int32_t)L_137) == ((int32_t)0))? 1 : 0);
bool L_138 = V_64;
if (!L_138)
{
goto IL_04fd_3;
}
}
{
// var processorString = unresolvedBinding.effectiveProcessors;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_139 = V_31;
String_t* L_140;
L_140 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(L_139, NULL);
V_65 = L_140;
// if (!string.IsNullOrEmpty(processorString))
String_t* L_141 = V_65;
bool L_142;
L_142 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_141, NULL);
V_67 = (bool)((((int32_t)L_142) == ((int32_t)0))? 1 : 0);
bool L_143 = V_67;
if (!L_143)
{
goto IL_03aa_3;
}
}
{
// firstProcessorIndex = ResolveProcessors(processorString);
String_t* L_144 = V_65;
int32_t L_145;
L_145 = InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41(__this, L_144, NULL);
V_38 = L_145;
// if (firstProcessorIndex != InputActionState.kInvalidIndex)
int32_t L_146 = V_38;
V_68 = (bool)((((int32_t)((((int32_t)L_146) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_147 = V_68;
if (!L_147)
{
goto IL_03a9_3;
}
}
{
// numProcessors = totalProcessorCount - firstProcessorIndex;
int32_t L_148 = __this->___totalProcessorCount_0;
int32_t L_149 = V_38;
V_43 = ((int32_t)il2cpp_codegen_subtract(L_148, L_149));
}
IL_03a9_3:
{
}
IL_03aa_3:
{
// if (!string.IsNullOrEmpty(action.m_Processors))
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_150 = V_46;
NullCheck(L_150);
String_t* L_151 = L_150->___m_Processors_4;
bool L_152;
L_152 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_151, NULL);
V_69 = (bool)((((int32_t)L_152) == ((int32_t)0))? 1 : 0);
bool L_153 = V_69;
if (!L_153)
{
goto IL_03fd_3;
}
}
{
// var index = ResolveProcessors(action.m_Processors);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_154 = V_46;
NullCheck(L_154);
String_t* L_155 = L_154->___m_Processors_4;
int32_t L_156;
L_156 = InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41(__this, L_155, NULL);
V_70 = L_156;
// if (index != InputActionState.kInvalidIndex)
int32_t L_157 = V_70;
V_71 = (bool)((((int32_t)((((int32_t)L_157) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_158 = V_71;
if (!L_158)
{
goto IL_03fc_3;
}
}
{
// if (firstProcessorIndex == InputActionState.kInvalidIndex)
int32_t L_159 = V_38;
V_72 = (bool)((((int32_t)L_159) == ((int32_t)(-1)))? 1 : 0);
bool L_160 = V_72;
if (!L_160)
{
goto IL_03ed_3;
}
}
{
// firstProcessorIndex = index;
int32_t L_161 = V_70;
V_38 = L_161;
}
IL_03ed_3:
{
// numProcessors += totalProcessorCount - index;
int32_t L_162 = V_43;
int32_t L_163 = __this->___totalProcessorCount_0;
int32_t L_164 = V_70;
V_43 = ((int32_t)il2cpp_codegen_add(L_162, ((int32_t)il2cpp_codegen_subtract(L_163, L_164))));
}
IL_03fc_3:
{
}
IL_03fd_3:
{
// var interactionString = unresolvedBinding.effectiveInteractions;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_165 = V_31;
String_t* L_166;
L_166 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(L_165, NULL);
V_66 = L_166;
// if (!string.IsNullOrEmpty(interactionString))
String_t* L_167 = V_66;
bool L_168;
L_168 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_167, NULL);
V_73 = (bool)((((int32_t)L_168) == ((int32_t)0))? 1 : 0);
bool L_169 = V_73;
if (!L_169)
{
goto IL_043b_3;
}
}
{
// firstInteractionIndex = ResolveInteractions(interactionString);
String_t* L_170 = V_66;
int32_t L_171;
L_171 = InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74(__this, L_170, NULL);
V_37 = L_171;
// if (firstInteractionIndex != InputActionState.kInvalidIndex)
int32_t L_172 = V_37;
V_74 = (bool)((((int32_t)((((int32_t)L_172) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_173 = V_74;
if (!L_173)
{
goto IL_043a_3;
}
}
{
// numInteractions = totalInteractionCount - firstInteractionIndex;
int32_t L_174 = __this->___totalInteractionCount_2;
int32_t L_175 = V_37;
V_42 = ((int32_t)il2cpp_codegen_subtract(L_174, L_175));
}
IL_043a_3:
{
}
IL_043b_3:
{
// if (!string.IsNullOrEmpty(action.m_Interactions))
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_176 = V_46;
NullCheck(L_176);
String_t* L_177 = L_176->___m_Interactions_5;
bool L_178;
L_178 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_177, NULL);
V_75 = (bool)((((int32_t)L_178) == ((int32_t)0))? 1 : 0);
bool L_179 = V_75;
if (!L_179)
{
goto IL_048e_3;
}
}
{
// var index = ResolveInteractions(action.m_Interactions);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_180 = V_46;
NullCheck(L_180);
String_t* L_181 = L_180->___m_Interactions_5;
int32_t L_182;
L_182 = InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74(__this, L_181, NULL);
V_76 = L_182;
// if (index != InputActionState.kInvalidIndex)
int32_t L_183 = V_76;
V_77 = (bool)((((int32_t)((((int32_t)L_183) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_184 = V_77;
if (!L_184)
{
goto IL_048d_3;
}
}
{
// if (firstInteractionIndex == InputActionState.kInvalidIndex)
int32_t L_185 = V_37;
V_78 = (bool)((((int32_t)L_185) == ((int32_t)(-1)))? 1 : 0);
bool L_186 = V_78;
if (!L_186)
{
goto IL_047e_3;
}
}
{
// firstInteractionIndex = index;
int32_t L_187 = V_76;
V_37 = L_187;
}
IL_047e_3:
{
// numInteractions += totalInteractionCount - index;
int32_t L_188 = V_42;
int32_t L_189 = __this->___totalInteractionCount_2;
int32_t L_190 = V_76;
V_42 = ((int32_t)il2cpp_codegen_add(L_188, ((int32_t)il2cpp_codegen_subtract(L_189, L_190))));
}
IL_048d_3:
{
}
IL_048e_3:
{
// if (isComposite)
bool L_191 = V_33;
V_79 = L_191;
bool L_192 = V_79;
if (!L_192)
{
goto IL_04d4_3;
}
}
{
// var composite = InstantiateBindingComposite(unresolvedBinding.path);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_193 = V_31;
String_t* L_194;
L_194 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_193, NULL);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_195;
L_195 = InputBindingResolver_InstantiateBindingComposite_mCD52CB4638499F32AA5BAE1B79895B0C333F4363(L_194, NULL);
V_80 = L_195;
// currentCompositeIndex =
// ArrayHelpers.AppendWithCapacity(ref composites, ref totalCompositeCount, composite);
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E** L_196 = (&__this->___composites_8);
int32_t* L_197 = (&__this->___totalCompositeCount_1);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_198 = V_80;
int32_t L_199;
L_199 = ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mA05CFD9117E07678C7ED5770C54B976FABD4AB57(L_196, L_197, L_198, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mA05CFD9117E07678C7ED5770C54B976FABD4AB57_RuntimeMethod_var);
V_13 = L_199;
// firstControlIndex = memory.controlCount + resolvedControls.Count;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_200 = (&__this->___memory_5);
int32_t L_201 = L_200->___controlCount_5;
int32_t L_202;
L_202 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline((&V_20), InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_36 = ((int32_t)il2cpp_codegen_add(L_201, L_202));
goto IL_04fc_3;
}
IL_04d4_3:
{
// if (!isPartOfComposite && currentCompositeBindingIndex != InputActionState.kInvalidIndex)
bool L_203 = V_34;
if (L_203)
{
goto IL_04e3_3;
}
}
{
int32_t L_204 = V_12;
G_B87_0 = ((((int32_t)((((int32_t)L_204) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_04e4_3;
}
IL_04e3_3:
{
G_B87_0 = 0;
}
IL_04e4_3:
{
V_81 = (bool)G_B87_0;
bool L_205 = V_81;
if (!L_205)
{
goto IL_04fb_3;
}
}
{
// currentCompositePartCount = 0;
V_14 = 0;
// currentCompositeBindingIndex = InputActionState.kInvalidIndex;
V_12 = (-1);
// currentCompositeIndex = InputActionState.kInvalidIndex;
V_13 = (-1);
// currentCompositeAction = null;
V_16 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
// currentCompositeActionIndexInMap = InputActionState.kInvalidIndex;
V_15 = (-1);
}
IL_04fb_3:
{
}
IL_04fc_3:
{
}
IL_04fd_3:
{
// if (isPartOfComposite && currentCompositeBindingIndex != InputActionState.kInvalidIndex && numControls > 0)
bool L_206 = V_34;
if (!L_206)
{
goto IL_050d_3;
}
}
{
int32_t L_207 = V_12;
if ((((int32_t)L_207) == ((int32_t)(-1))))
{
goto IL_050d_3;
}
}
{
int32_t L_208 = V_41;
G_B95_0 = ((((int32_t)L_208) > ((int32_t)0))? 1 : 0);
goto IL_050e_3;
}
IL_050d_3:
{
G_B95_0 = 0;
}
IL_050e_3:
{
V_82 = (bool)G_B95_0;
bool L_209 = V_82;
if (!L_209)
{
goto IL_059b_3;
}
}
{
// if (string.IsNullOrEmpty(unresolvedBinding.name))
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_210 = V_31;
String_t* L_211;
L_211 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_210, NULL);
bool L_212;
L_212 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_211, NULL);
V_83 = L_212;
bool L_213 = V_83;
if (!L_213)
{
goto IL_054f_3;
}
}
{
// throw new InvalidOperationException(
// $"Binding '{unresolvedBinding}' that is part of composite '{composites[currentCompositeIndex]}' is missing a name");
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_214 = V_31;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_215 = (*(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)L_214);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_216 = L_215;
RuntimeObject* L_217 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var)), &L_216);
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_218 = __this->___composites_8;
int32_t L_219 = V_13;
NullCheck(L_218);
int32_t L_220 = L_219;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_221 = (L_218)->GetAt(static_cast<il2cpp_array_size_t>(L_220));
String_t* L_222;
L_222 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46FE71343C8DEBCF6B78E9C5D708A6B06287395C)), L_217, L_221, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_223 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_223);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_223, L_222, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_223, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757_RuntimeMethod_var)));
}
IL_054f_3:
{
// partIndex = AssignCompositePartIndex(composites[currentCompositeIndex], unresolvedBinding.name,
// ref currentCompositePartCount);
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_224 = __this->___composites_8;
int32_t L_225 = V_13;
NullCheck(L_224);
int32_t L_226 = L_225;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_227 = (L_224)->GetAt(static_cast<il2cpp_array_size_t>(L_226));
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_228 = V_31;
String_t* L_229;
L_229 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_228, NULL);
int32_t L_230;
L_230 = InputBindingResolver_AssignCompositePartIndex_m02C374BAD6396011B418A302CC273012A068CF4C(L_227, L_229, (&V_14), NULL);
V_40 = L_230;
// bindingStatesPtr[currentCompositeBindingIndex].controlCount += numControls;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_231 = V_30;
int32_t L_232 = V_12;
uint32_t L_233 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_234 = ((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_231, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_232), (int32_t)L_233))));
int32_t L_235;
L_235 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_234, NULL);
int32_t L_236 = V_41;
BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_234, ((int32_t)il2cpp_codegen_add(L_235, L_236)), NULL);
// actionIndexForBinding = bindingStatesPtr[currentCompositeBindingIndex].actionIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_237 = V_30;
int32_t L_238 = V_12;
uint32_t L_239 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
int32_t L_240;
L_240 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_237, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_238), (int32_t)L_239)))), NULL);
V_39 = L_240;
goto IL_05b2_3;
}
IL_059b_3:
{
// else if (actionIndexInMap != InputActionState.kInvalidIndex)
int32_t L_241 = V_44;
V_84 = (bool)((((int32_t)((((int32_t)L_241) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_242 = V_84;
if (!L_242)
{
goto IL_05b2_3;
}
}
{
// actionIndexForBinding = actionStartIndex + actionIndexInMap;
int32_t L_243 = V_5;
int32_t L_244 = V_44;
V_39 = ((int32_t)il2cpp_codegen_add(L_243, L_244));
}
IL_05b2_3:
{
// *bindingState = new InputActionState.BindingState
// {
// controlStartIndex = firstControlIndex,
// // For composites, this will be adjusted as we add each part.
// controlCount = numControls,
// interactionStartIndex = firstInteractionIndex,
// interactionCount = numInteractions,
// processorStartIndex = firstProcessorIndex,
// processorCount = numProcessors,
// isComposite = isComposite,
// isPartOfComposite = unresolvedBinding.isPartOfComposite,
// partIndex = partIndex,
// actionIndex = actionIndexForBinding,
// compositeOrCompositeBindingIndex = isComposite ? currentCompositeIndex : currentCompositeBindingIndex,
// mapIndex = totalMapCount,
// wantsInitialStateCheck = action?.wantsInitialStateCheck ?? false
// };
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_245 = V_35;
il2cpp_codegen_initobj((&V_85), sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA));
int32_t L_246 = V_36;
BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3((&V_85), L_246, NULL);
int32_t L_247 = V_41;
BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA((&V_85), L_247, NULL);
int32_t L_248 = V_37;
BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4((&V_85), L_248, NULL);
int32_t L_249 = V_42;
BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F((&V_85), L_249, NULL);
int32_t L_250 = V_38;
BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE((&V_85), L_250, NULL);
int32_t L_251 = V_43;
BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD((&V_85), L_251, NULL);
bool L_252 = V_33;
BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A((&V_85), L_252, NULL);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_253 = V_31;
bool L_254;
L_254 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498(L_253, NULL);
BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11((&V_85), L_254, NULL);
int32_t L_255 = V_40;
BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93((&V_85), L_255, NULL);
int32_t L_256 = V_39;
BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A((&V_85), L_256, NULL);
bool L_257 = V_33;
G_B102_0 = (&V_85);
G_B102_1 = L_245;
if (L_257)
{
G_B103_0 = (&V_85);
G_B103_1 = L_245;
goto IL_062f_3;
}
}
{
int32_t L_258 = V_12;
G_B104_0 = L_258;
G_B104_1 = G_B102_0;
G_B104_2 = G_B102_1;
goto IL_0631_3;
}
IL_062f_3:
{
int32_t L_259 = V_13;
G_B104_0 = L_259;
G_B104_1 = G_B103_0;
G_B104_2 = G_B103_1;
}
IL_0631_3:
{
BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488(G_B104_1, G_B104_0, NULL);
int32_t L_260;
L_260 = InputBindingResolver_get_totalMapCount_mC417A1DF16BFAE7F4DE08BB7AC15AFFF98B5A3F7(__this, NULL);
BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A((&V_85), L_260, NULL);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_261 = V_46;
G_B105_0 = (&V_85);
G_B105_1 = G_B104_2;
if (L_261)
{
G_B106_0 = (&V_85);
G_B106_1 = G_B104_2;
goto IL_064e_3;
}
}
{
G_B107_0 = 0;
G_B107_1 = G_B105_0;
G_B107_2 = G_B105_1;
goto IL_0655_3;
}
IL_064e_3:
{
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_262 = V_46;
NullCheck(L_262);
bool L_263;
L_263 = InputAction_get_wantsInitialStateCheck_m097A8E6608D976DA33702B0C6A48C2352EFE8DE6(L_262, NULL);
G_B107_0 = ((int32_t)(L_263));
G_B107_1 = G_B106_0;
G_B107_2 = G_B106_1;
}
IL_0655_3:
{
BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D(G_B107_1, (bool)G_B107_0, NULL);
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA L_264 = V_85;
*(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)G_B107_2 = L_264;
goto IL_06ab_2;
}
}// end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0665_2;
}
throw e;
}
CATCH_0665_2:
{// begin catch(System.Exception)
{
// catch (Exception exception)
V_86 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
// Debug.LogError(
// $"{exception.GetType().Name} while resolving binding '{unresolvedBinding}' in action map '{map}'");
Exception_t* L_265 = V_86;
NullCheck(L_265);
Type_t* L_266;
L_266 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_265, NULL);
NullCheck(L_266);
String_t* L_267;
L_267 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_266);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_268 = V_31;
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_269 = (*(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)L_268);
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_270 = L_269;
RuntimeObject* L_271 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var)), &L_270);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_272 = ___map0;
String_t* L_273;
L_273 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCDE3F83E09FA8D9A5FF936FFA898EF95969AC8B9)), L_267, L_271, L_272, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_273, NULL);
// Debug.LogException(exception);
Exception_t* L_274 = V_86;
Debug_LogException_m82E44FEC6B03BC34AFC2CAF6583051570C60CB9E(L_274, NULL);
// if (exception.IsExceptionIndicatingBugInCode())
Exception_t* L_275 = V_86;
bool L_276;
L_276 = ExceptionHelpers_IsExceptionIndicatingBugInCode_m88F6D36A7B60C1692C1C0894311C704877D541F6(L_275, NULL);
V_87 = L_276;
bool L_277 = V_87;
if (!L_277)
{
goto IL_06a8_2;
}
}
{
// throw;
IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757_RuntimeMethod_var)));
}
IL_06a8_2:
{
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_06ab_2;
}
}// end catch (depth: 3)
IL_06ab_2:
{
// for (var n = 0; n < bindingCountInThisMap; ++n)
int32_t L_278 = V_29;
V_29 = ((int32_t)il2cpp_codegen_add(L_278, 1));
}
IL_06b2_2:
{
// for (var n = 0; n < bindingCountInThisMap; ++n)
int32_t L_279 = V_29;
int32_t L_280 = V_2;
V_88 = (bool)((((int32_t)L_279) < ((int32_t)L_280))? 1 : 0);
bool L_281 = V_88;
if (L_281)
{
goto IL_0107_2;
}
}
{
// var controlCountInThisMap = resolvedControls.Count;
int32_t L_282;
L_282 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline((&V_20), InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_24 = L_282;
// var newTotalControlCount = memory.controlCount + controlCountInThisMap;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_283 = (&__this->___memory_5);
int32_t L_284 = L_283->___controlCount_5;
int32_t L_285 = V_24;
V_25 = ((int32_t)il2cpp_codegen_add(L_284, L_285));
// if (newMemory.interactionCount != totalInteractionCount ||
// newMemory.compositeCount != totalCompositeCount ||
// newMemory.controlCount != newTotalControlCount)
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_286 = V_11;
int32_t L_287 = L_286.___interactionCount_3;
int32_t L_288 = __this->___totalInteractionCount_2;
if ((!(((uint32_t)L_287) == ((uint32_t)L_288))))
{
goto IL_0707_2;
}
}
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_289 = V_11;
int32_t L_290 = L_289.___compositeCount_6;
int32_t L_291 = __this->___totalCompositeCount_1;
if ((!(((uint32_t)L_290) == ((uint32_t)L_291))))
{
goto IL_0707_2;
}
}
{
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_292 = V_11;
int32_t L_293 = L_292.___controlCount_5;
int32_t L_294 = V_25;
G_B117_0 = ((((int32_t)((((int32_t)L_293) == ((int32_t)L_294))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0708_2;
}
IL_0707_2:
{
G_B117_0 = 1;
}
IL_0708_2:
{
V_89 = (bool)G_B117_0;
bool L_295 = V_89;
if (!L_295)
{
goto IL_0759_2;
}
}
{
// var finalMemory = new InputActionState.UnmanagedMemory();
il2cpp_codegen_initobj((&V_90), sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
// finalMemory.Allocate(
// mapCount: newMemory.mapCount,
// actionCount: newMemory.actionCount,
// bindingCount: newMemory.bindingCount,
// controlCount: newTotalControlCount,
// interactionCount: totalInteractionCount,
// compositeCount: totalCompositeCount);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_296 = V_11;
int32_t L_297 = L_296.___mapCount_1;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_298 = V_11;
int32_t L_299 = L_298.___actionCount_2;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_300 = V_11;
int32_t L_301 = L_300.___bindingCount_4;
int32_t L_302 = V_25;
int32_t L_303 = __this->___totalInteractionCount_2;
int32_t L_304 = __this->___totalCompositeCount_1;
UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A((&V_90), L_297, L_299, L_301, L_302, L_303, L_304, NULL);
// finalMemory.CopyDataFrom(newMemory);
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_305 = V_11;
UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C((&V_90), L_305, NULL);
// newMemory.Dispose();
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783((&V_11), NULL);
// newMemory = finalMemory;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_306 = V_90;
V_11 = L_306;
}
IL_0759_2:
{
// var controlCountInArray = memory.controlCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_307 = (&__this->___memory_5);
int32_t L_308 = L_307->___controlCount_5;
V_26 = L_308;
// ArrayHelpers.AppendListWithCapacity(ref controls, ref controlCountInArray, resolvedControls);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_309 = (&__this->___controls_4);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_310 = V_20;
int32_t L_311;
L_311 = ArrayHelpers_AppendListWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA_mCE9C5D21B7A2A0874435AAD21D17BA32268696A2(L_309, (&V_26), L_310, ((int32_t)10), ArrayHelpers_AppendListWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA_mCE9C5D21B7A2A0874435AAD21D17BA32268696A2_RuntimeMethod_var);
// Debug.Assert(controlCountInArray == newTotalControlCount,
// "Control array should have combined count of old and new controls");
int32_t L_312 = V_26;
int32_t L_313 = V_25;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_312) == ((int32_t)L_313))? 1 : 0), _stringLiteralD263B899C291EBC77E3A63FE4E42990E7FA64FAE, NULL);
// for (var i = 0; i < bindingCountInThisMap; ++i)
V_91 = 0;
goto IL_07f1_2;
}
IL_078e_2:
{
// var bindingStatesPtr = newMemory.bindingStates;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_314 = V_11;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_315 = L_314.___bindingStates_8;
V_92 = L_315;
// var bindingState = &bindingStatesPtr[bindingStartIndex + i];
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_316 = V_92;
int32_t L_317 = V_6;
int32_t L_318 = V_91;
uint32_t L_319 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_93 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_316, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_317, L_318))), (int32_t)L_319)))));
// var numControls = bindingState->controlCount;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_320 = V_93;
int32_t L_321;
L_321 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_320, NULL);
V_94 = L_321;
// var startIndex = bindingState->controlStartIndex;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_322 = V_93;
int32_t L_323;
L_323 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_322, NULL);
V_95 = L_323;
// for (var n = 0; n < numControls; ++n)
V_96 = 0;
goto IL_07de_2;
}
IL_07c2_2:
{
// newMemory.controlIndexToBindingIndex[startIndex + n] = bindingStartIndex + i;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_324 = V_11;
int32_t* L_325 = L_324.___controlIndexToBindingIndex_15;
int32_t L_326 = V_95;
int32_t L_327 = V_96;
int32_t L_328 = V_6;
int32_t L_329 = V_91;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_325, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_326, L_327))), 4))))) = (int32_t)((int32_t)il2cpp_codegen_add(L_328, L_329));
// for (var n = 0; n < numControls; ++n)
int32_t L_330 = V_96;
V_96 = ((int32_t)il2cpp_codegen_add(L_330, 1));
}
IL_07de_2:
{
// for (var n = 0; n < numControls; ++n)
int32_t L_331 = V_96;
int32_t L_332 = V_94;
V_97 = (bool)((((int32_t)L_331) < ((int32_t)L_332))? 1 : 0);
bool L_333 = V_97;
if (L_333)
{
goto IL_07c2_2;
}
}
{
// for (var i = 0; i < bindingCountInThisMap; ++i)
int32_t L_334 = V_91;
V_91 = ((int32_t)il2cpp_codegen_add(L_334, 1));
}
IL_07f1_2:
{
// for (var i = 0; i < bindingCountInThisMap; ++i)
int32_t L_335 = V_91;
int32_t L_336 = V_2;
V_98 = (bool)((((int32_t)L_335) < ((int32_t)L_336))? 1 : 0);
bool L_337 = V_98;
if (L_337)
{
goto IL_078e_2;
}
}
{
// for (var i = memory.interactionCount; i < newMemory.interactionCount; ++i)
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_338 = (&__this->___memory_5);
int32_t L_339 = L_338->___interactionCount_3;
V_99 = L_339;
goto IL_082a_2;
}
IL_080b_2:
{
// newMemory.interactionStates[i].phase = InputActionPhase.Waiting;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_340 = V_11;
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_341 = L_340.___interactionStates_9;
int32_t L_342 = V_99;
uint32_t L_343 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_341, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_342), (int32_t)L_343)))), 1, NULL);
// for (var i = memory.interactionCount; i < newMemory.interactionCount; ++i)
int32_t L_344 = V_99;
V_99 = ((int32_t)il2cpp_codegen_add(L_344, 1));
}
IL_082a_2:
{
// for (var i = memory.interactionCount; i < newMemory.interactionCount; ++i)
int32_t L_345 = V_99;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_346 = V_11;
int32_t L_347 = L_346.___interactionCount_3;
V_100 = (bool)((((int32_t)L_345) < ((int32_t)L_347))? 1 : 0);
bool L_348 = V_100;
if (L_348)
{
goto IL_080b_2;
}
}
{
// var runningIndexInBindingIndices = memory.bindingCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_349 = (&__this->___memory_5);
int32_t L_350 = L_349->___bindingCount_4;
V_27 = L_350;
// for (var i = 0; i < actionCountInThisMap; ++i)
V_101 = 0;
goto IL_0a1a_2;
}
IL_0850_2:
{
// var action = actionsInThisMap[i];
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_351 = V_0;
int32_t L_352 = V_101;
NullCheck(L_351);
int32_t L_353 = L_352;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_354 = (L_351)->GetAt(static_cast<il2cpp_array_size_t>(L_353));
V_102 = L_354;
// var actionIndex = actionStartIndex + i;
int32_t L_355 = V_5;
int32_t L_356 = V_101;
V_103 = ((int32_t)il2cpp_codegen_add(L_355, L_356));
// action.m_ActionIndexInState = actionIndex;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_357 = V_102;
int32_t L_358 = V_103;
NullCheck(L_357);
L_357->___m_ActionIndexInState_13 = L_358;
// var bindingStartIndexForAction = runningIndexInBindingIndices;
int32_t L_359 = V_27;
V_104 = L_359;
// var bindingCountForAction = 0;
V_105 = 0;
// var numPossibleConcurrentActuations = 0;
V_106 = 0;
// for (var n = 0; n < bindingCountInThisMap; ++n)
V_110 = 0;
goto IL_092b_2;
}
IL_0879_2:
{
// var bindingIndex = bindingStartIndex + n;
int32_t L_360 = V_6;
int32_t L_361 = V_110;
V_111 = ((int32_t)il2cpp_codegen_add(L_360, L_361));
// var bindingState = &newMemory.bindingStates[bindingIndex];
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_362 = V_11;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_363 = L_362.___bindingStates_8;
int32_t L_364 = V_111;
uint32_t L_365 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
V_112 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_363, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_364), (int32_t)L_365)))));
// if (bindingState->actionIndex != actionIndex)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_366 = V_112;
int32_t L_367;
L_367 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_366, NULL);
int32_t L_368 = V_103;
V_113 = (bool)((((int32_t)((((int32_t)L_367) == ((int32_t)L_368))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_369 = V_113;
if (!L_369)
{
goto IL_08ac_2;
}
}
{
// continue;
goto IL_0925_2;
}
IL_08ac_2:
{
// if (bindingState->isPartOfComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_370 = V_112;
bool L_371;
L_371 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_370, NULL);
V_114 = L_371;
bool L_372 = V_114;
if (!L_372)
{
goto IL_08bb_2;
}
}
{
// continue;
goto IL_0925_2;
}
IL_08bb_2:
{
// Debug.Assert(bindingIndex <= ushort.MaxValue, "Binding index exceeds limit");
int32_t L_373 = V_111;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)((((int32_t)L_373) > ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteral3DE7BBE2708401E6352D318B50425BA24C77F710, NULL);
// newMemory.actionBindingIndices[runningIndexInBindingIndices] = (ushort)bindingIndex;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_374 = V_11;
uint16_t* L_375 = L_374.___actionBindingIndices_14;
int32_t L_376 = V_27;
int32_t L_377 = V_111;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_375, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_376), 2))))) = (int16_t)((int32_t)(uint16_t)L_377);
// ++runningIndexInBindingIndices;
int32_t L_378 = V_27;
V_27 = ((int32_t)il2cpp_codegen_add(L_378, 1));
// ++bindingCountForAction;
int32_t L_379 = V_105;
V_105 = ((int32_t)il2cpp_codegen_add(L_379, 1));
// if (bindingState->isComposite)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_380 = V_112;
bool L_381;
L_381 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_380, NULL);
V_115 = L_381;
bool L_382 = V_115;
if (!L_382)
{
goto IL_0916_2;
}
}
{
// if (bindingState->controlCount > 0)
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_383 = V_112;
int32_t L_384;
L_384 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_383, NULL);
V_116 = (bool)((((int32_t)L_384) > ((int32_t)0))? 1 : 0);
bool L_385 = V_116;
if (!L_385)
{
goto IL_0913_2;
}
}
{
// ++numPossibleConcurrentActuations;
int32_t L_386 = V_106;
V_106 = ((int32_t)il2cpp_codegen_add(L_386, 1));
}
IL_0913_2:
{
goto IL_0924_2;
}
IL_0916_2:
{
// numPossibleConcurrentActuations += bindingState->controlCount;
int32_t L_387 = V_106;
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_388 = V_112;
int32_t L_389;
L_389 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_388, NULL);
V_106 = ((int32_t)il2cpp_codegen_add(L_387, L_389));
}
IL_0924_2:
{
}
IL_0925_2:
{
// for (var n = 0; n < bindingCountInThisMap; ++n)
int32_t L_390 = V_110;
V_110 = ((int32_t)il2cpp_codegen_add(L_390, 1));
}
IL_092b_2:
{
// for (var n = 0; n < bindingCountInThisMap; ++n)
int32_t L_391 = V_110;
int32_t L_392 = V_2;
V_117 = (bool)((((int32_t)L_391) < ((int32_t)L_392))? 1 : 0);
bool L_393 = V_117;
if (L_393)
{
goto IL_0879_2;
}
}
{
// Debug.Assert(bindingStartIndexForAction < ushort.MaxValue, "Binding start index on action exceeds limit");
int32_t L_394 = V_104;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_394) < ((int32_t)((int32_t)65535)))? 1 : 0), _stringLiteralE51A06667D5121A3A6BFB6F6186E31C639798CDD, NULL);
// Debug.Assert(bindingCountForAction < ushort.MaxValue, "Binding count on action exceeds limit");
int32_t L_395 = V_105;
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_395) < ((int32_t)((int32_t)65535)))? 1 : 0), _stringLiteral758BB62F5BEB5443A464E189DFA9FDAACFF41108, NULL);
// newMemory.actionBindingIndicesAndCounts[actionIndex * 2] = (ushort)bindingStartIndexForAction;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_396 = V_11;
uint16_t* L_397 = L_396.___actionBindingIndicesAndCounts_13;
int32_t L_398 = V_103;
int32_t L_399 = V_104;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_397, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_398, 2))), 2))))) = (int16_t)((int32_t)(uint16_t)L_399);
// newMemory.actionBindingIndicesAndCounts[actionIndex * 2 + 1] = (ushort)bindingCountForAction;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_400 = V_11;
uint16_t* L_401 = L_400.___actionBindingIndicesAndCounts_13;
int32_t L_402 = V_103;
int32_t L_403 = V_105;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_401, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_402, 2)), 1))), 2))))) = (int16_t)((int32_t)(uint16_t)L_403);
// var isPassThroughAction = action.type == InputActionType.PassThrough;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_404 = V_102;
NullCheck(L_404);
int32_t L_405;
L_405 = InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline(L_404, NULL);
V_107 = (bool)((((int32_t)L_405) == ((int32_t)2))? 1 : 0);
// var isButtonAction = action.type == InputActionType.Button;
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_406 = V_102;
NullCheck(L_406);
int32_t L_407;
L_407 = InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline(L_406, NULL);
V_108 = (bool)((((int32_t)L_407) == ((int32_t)1))? 1 : 0);
// var mayNeedConflictResolution = !isPassThroughAction && numPossibleConcurrentActuations > 1;
bool L_408 = V_107;
if (L_408)
{
goto IL_09ac_2;
}
}
{
int32_t L_409 = V_106;
G_B145_0 = ((((int32_t)L_409) > ((int32_t)1))? 1 : 0);
goto IL_09ad_2;
}
IL_09ac_2:
{
G_B145_0 = 0;
}
IL_09ad_2:
{
V_109 = (bool)G_B145_0;
// newMemory.actionStates[actionIndex] =
// new InputActionState.TriggerState
// {
// phase = InputActionPhase.Disabled,
// mapIndex = mapIndex,
// controlIndex = InputActionState.kInvalidIndex,
// interactionIndex = InputActionState.kInvalidIndex,
// isPassThrough = isPassThroughAction,
// isButton = isButtonAction,
// mayNeedConflictResolution = mayNeedConflictResolution,
// };
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_410 = V_11;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_411 = L_410.___actionStates_7;
int32_t L_412 = V_103;
uint32_t L_413 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
il2cpp_codegen_initobj((&V_118), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_118), 0, NULL);
int32_t L_414 = V_4;
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_118), L_414, NULL);
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_118), (-1), NULL);
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_118), (-1), NULL);
bool L_415 = V_107;
TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8((&V_118), L_415, NULL);
bool L_416 = V_108;
TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D((&V_118), L_416, NULL);
bool L_417 = V_109;
TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0((&V_118), L_417, NULL);
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_418 = V_118;
*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_411, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_412), (int32_t)L_413)))) = L_418;
// for (var i = 0; i < actionCountInThisMap; ++i)
int32_t L_419 = V_101;
V_101 = ((int32_t)il2cpp_codegen_add(L_419, 1));
}
IL_0a1a_2:
{
// for (var i = 0; i < actionCountInThisMap; ++i)
int32_t L_420 = V_101;
int32_t L_421 = V_3;
V_119 = (bool)((((int32_t)L_420) < ((int32_t)L_421))? 1 : 0);
bool L_422 = V_119;
if (L_422)
{
goto IL_0850_2;
}
}
{
// newMemory.mapIndices[mapIndex] =
// new InputActionState.ActionMapIndices
// {
// actionStartIndex = actionStartIndex,
// actionCount = actionCountInThisMap,
// controlStartIndex = controlStartIndex,
// controlCount = controlCountInThisMap,
// bindingStartIndex = bindingStartIndex,
// bindingCount = bindingCountInThisMap,
// interactionStartIndex = interactionStartIndex,
// interactionCount = totalInteractionCount - interactionStartIndex,
// processorStartIndex = processorStartIndex,
// processorCount = totalProcessorCount - processorStartIndex,
// compositeStartIndex = compositeStartIndex,
// compositeCount = totalCompositeCount - compositeStartIndex,
// };
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_423 = V_11;
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_424 = L_423.___mapIndices_16;
int32_t L_425 = V_4;
uint32_t L_426 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
il2cpp_codegen_initobj((&V_120), sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD));
int32_t L_427 = V_5;
(&V_120)->___actionStartIndex_0 = L_427;
int32_t L_428 = V_3;
(&V_120)->___actionCount_1 = L_428;
int32_t L_429 = V_7;
(&V_120)->___controlStartIndex_2 = L_429;
int32_t L_430 = V_24;
(&V_120)->___controlCount_3 = L_430;
int32_t L_431 = V_6;
(&V_120)->___bindingStartIndex_4 = L_431;
int32_t L_432 = V_2;
(&V_120)->___bindingCount_5 = L_432;
int32_t L_433 = V_8;
(&V_120)->___interactionStartIndex_6 = L_433;
int32_t L_434 = __this->___totalInteractionCount_2;
int32_t L_435 = V_8;
(&V_120)->___interactionCount_7 = ((int32_t)il2cpp_codegen_subtract(L_434, L_435));
int32_t L_436 = V_9;
(&V_120)->___processorStartIndex_8 = L_436;
int32_t L_437 = __this->___totalProcessorCount_0;
int32_t L_438 = V_9;
(&V_120)->___processorCount_9 = ((int32_t)il2cpp_codegen_subtract(L_437, L_438));
int32_t L_439 = V_10;
(&V_120)->___compositeStartIndex_10 = L_439;
int32_t L_440 = __this->___totalCompositeCount_1;
int32_t L_441 = V_10;
(&V_120)->___compositeCount_11 = ((int32_t)il2cpp_codegen_subtract(L_440, L_441));
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_442 = V_120;
*(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_424, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_425), (int32_t)L_426)))) = L_442;
// map.m_MapIndexInState = mapIndex;
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_443 = ___map0;
int32_t L_444 = V_4;
NullCheck(L_443);
L_443->___m_MapIndexInState_9 = L_444;
// var finalActionMapCount = memory.mapCount;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_445 = (&__this->___memory_5);
int32_t L_446 = L_445->___mapCount_1;
V_28 = L_446;
// ArrayHelpers.AppendWithCapacity(ref maps, ref finalActionMapCount, map, capacityIncrement: 4);
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** L_447 = (&__this->___maps_3);
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_448 = ___map0;
int32_t L_449;
L_449 = ArrayHelpers_AppendWithCapacity_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4042F6D48329790393426690B9BA706883E80E63(L_447, (&V_28), L_448, 4, ArrayHelpers_AppendWithCapacity_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m4042F6D48329790393426690B9BA706883E80E63_RuntimeMethod_var);
// Debug.Assert(finalActionMapCount == newMemory.mapCount,
// "Final action map count should match old action map count plus one");
int32_t L_450 = V_28;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_451 = V_11;
int32_t L_452 = L_451.___mapCount_1;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806((bool)((((int32_t)L_450) == ((int32_t)L_452))? 1 : 0), _stringLiteralE2EE6FC9BFC212F0283557EAD5986E37A5116E32, NULL);
// memory.Dispose();
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_453 = (&__this->___memory_5);
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783(L_453, NULL);
// memory = newMemory;
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_454 = V_11;
__this->___memory_5 = L_454;
goto IL_0b26_1;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0b1a_1;
}
throw e;
}
CATCH_0b1a_1:
{// begin catch(System.Exception)
// catch (Exception)
// newMemory.Dispose();
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783((&V_11), NULL);
// throw;
IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757_RuntimeMethod_var)));
}// end catch (depth: 2)
IL_0b26_1:
{
goto IL_0b33;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0b33:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757_AdjustorThunk (RuntimeObject* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___map0, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
InputBindingResolver_AddActionMap_m51B2CA15121C281C666025BAA35DDED29D71B757(_thisAdjusted, ___map0, method);
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::ResolveInteractions(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, String_t* ___interactionString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_m9B939C4AC2554CD288536EEF45847F264E6BCC25_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
Type_t* V_4 = NULL;
RuntimeObject* V_5 = NULL;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
{
// if (!NameAndParameters.ParseMultiple(interactionString, ref m_Parameters))
String_t* L_0 = ___interactionString0;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_1 = (&__this->___m_Parameters_10);
bool L_2;
L_2 = NameAndParameters_ParseMultiple_m5C6E458816CCA0ECDD2A4120FA8908A0090AE72A(L_0, L_1, NULL);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001b;
}
}
{
// return InputActionState.kInvalidIndex;
V_2 = (-1);
goto IL_0152;
}
IL_001b:
{
// var firstInteractionIndex = totalInteractionCount;
int32_t L_4 = __this->___totalInteractionCount_2;
V_0 = L_4;
// for (var i = 0; i < m_Parameters.Count; ++i)
V_3 = 0;
goto IL_0137;
}
IL_0029:
{
// var type = InputInteraction.s_Interactions.LookupTypeRegistration(m_Parameters[i].name);
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_5 = __this->___m_Parameters_10;
int32_t L_6 = V_3;
NullCheck(L_5);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_7;
L_7 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_5, L_6, List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var);
V_6 = L_7;
String_t* L_8;
L_8 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
Type_t* L_9;
L_9 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_StaticFields*)il2cpp_codegen_static_fields_for(InputInteraction_t4743B8B29C5C3AAA7D61E7E9E6C4C5091E169EA3_il2cpp_TypeInfo_var))->___s_Interactions_0), L_8, NULL);
V_4 = L_9;
// if (type == null)
Type_t* L_10 = V_4;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_10, (Type_t*)NULL, NULL);
V_7 = L_11;
bool L_12 = V_7;
if (!L_12)
{
goto IL_009e;
}
}
{
// throw new InvalidOperationException(
// $"No interaction with name '{m_Parameters[i].name}' (mentioned in '{interactionString}') has been registered");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = (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_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D6465A73D1D3329627A34CECBF5AFAE633EBD38)));
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D6465A73D1D3329627A34CECBF5AFAE633EBD38)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_16 = __this->___m_Parameters_10;
int32_t L_17 = V_3;
NullCheck(L_16);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_18;
L_18 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_16, L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var)));
V_6 = L_18;
String_t* L_19;
L_19 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_19);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_19);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_15;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
String_t* L_22 = ___interactionString0;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_22);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_21;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04)));
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04)));
String_t* L_24;
L_24 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_23, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_25 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_25);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_25, L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74_RuntimeMethod_var)));
}
IL_009e:
{
// if (!(Activator.CreateInstance(type) is IInputInteraction interaction))
Type_t* L_26 = V_4;
RuntimeObject* L_27;
L_27 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_26, NULL);
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var));
RuntimeObject* L_28 = V_5;
V_8 = (bool)((((int32_t)((!(((RuntimeObject*)(RuntimeObject*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_29 = V_8;
if (!L_29)
{
goto IL_00ff;
}
}
{
// throw new InvalidOperationException($"Interaction '{m_Parameters[i].name}' (mentioned in '{interactionString}') is not an IInputInteraction");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = (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_31 = L_30;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16CF6FDB487FE61863304793081A0A369116D6C6)));
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16CF6FDB487FE61863304793081A0A369116D6C6)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_33 = __this->___m_Parameters_10;
int32_t L_34 = V_3;
NullCheck(L_33);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_35;
L_35 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_33, L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var)));
V_6 = L_35;
String_t* L_36;
L_36 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_36);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_36);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_32;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37;
String_t* L_39 = ___interactionString0;
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_39);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(3), (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*)&_stringLiteralCB9250248513FD707C4336E1C33BE1988615A6BE)));
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB9250248513FD707C4336E1C33BE1988615A6BE)));
String_t* L_41;
L_41 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_40, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_42 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_42);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_42, L_41, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74_RuntimeMethod_var)));
}
IL_00ff:
{
// NamedValue.ApplyAllToObject(interaction, m_Parameters[i].parameters);
RuntimeObject* L_43 = V_5;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_44 = __this->___m_Parameters_10;
int32_t L_45 = V_3;
NullCheck(L_44);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_46;
L_46 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_44, L_45, List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var);
V_6 = L_46;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_47;
L_47 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline((&V_6), NULL);
NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996(L_43, L_47, NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var);
// ArrayHelpers.AppendWithCapacity(ref interactions, ref totalInteractionCount, interaction);
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93** L_48 = (&__this->___interactions_6);
int32_t* L_49 = (&__this->___totalInteractionCount_2);
RuntimeObject* L_50 = V_5;
int32_t L_51;
L_51 = ArrayHelpers_AppendWithCapacity_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_m9B939C4AC2554CD288536EEF45847F264E6BCC25(L_48, L_49, L_50, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_m9B939C4AC2554CD288536EEF45847F264E6BCC25_RuntimeMethod_var);
// for (var i = 0; i < m_Parameters.Count; ++i)
int32_t L_52 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_52, 1));
}
IL_0137:
{
// for (var i = 0; i < m_Parameters.Count; ++i)
int32_t L_53 = V_3;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_54 = __this->___m_Parameters_10;
NullCheck(L_54);
int32_t L_55;
L_55 = List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_inline(L_54, List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_RuntimeMethod_var);
V_9 = (bool)((((int32_t)L_53) < ((int32_t)L_55))? 1 : 0);
bool L_56 = V_9;
if (L_56)
{
goto IL_0029;
}
}
{
// return firstInteractionIndex;
int32_t L_57 = V_0;
V_2 = L_57;
goto IL_0152;
}
IL_0152:
{
// }
int32_t L_58 = V_2;
return L_58;
}
}
IL2CPP_EXTERN_C int32_t InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74_AdjustorThunk (RuntimeObject* __this, String_t* ___interactionString0, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBindingResolver_ResolveInteractions_m1F6393B31AFA7FF26F0016971523287912298B74(_thisAdjusted, ___interactionString0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::ResolveProcessors(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41 (InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* __this, String_t* ___processorString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m98E03B36E6E43A2C3B30550BC1B7967049724679_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
Type_t* V_4 = NULL;
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* V_5 = NULL;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
{
// if (!NameAndParameters.ParseMultiple(processorString, ref m_Parameters))
String_t* L_0 = ___processorString0;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_1 = (&__this->___m_Parameters_10);
bool L_2;
L_2 = NameAndParameters_ParseMultiple_m5C6E458816CCA0ECDD2A4120FA8908A0090AE72A(L_0, L_1, NULL);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001b;
}
}
{
// return InputActionState.kInvalidIndex;
V_2 = (-1);
goto IL_0164;
}
IL_001b:
{
// var firstProcessorIndex = totalProcessorCount;
int32_t L_4 = __this->___totalProcessorCount_0;
V_0 = L_4;
// for (var i = 0; i < m_Parameters.Count; ++i)
V_3 = 0;
goto IL_0149;
}
IL_0029:
{
// var type = InputProcessor.s_Processors.LookupTypeRegistration(m_Parameters[i].name);
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_5 = __this->___m_Parameters_10;
int32_t L_6 = V_3;
NullCheck(L_5);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_7;
L_7 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_5, L_6, List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var);
V_6 = L_7;
String_t* L_8;
L_8 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
Type_t* L_9;
L_9 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_StaticFields*)il2cpp_codegen_static_fields_for(InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var))->___s_Processors_0), L_8, NULL);
V_4 = L_9;
// if (type == null)
Type_t* L_10 = V_4;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_10, (Type_t*)NULL, NULL);
V_7 = L_11;
bool L_12 = V_7;
if (!L_12)
{
goto IL_009e;
}
}
{
// throw new InvalidOperationException(
// $"No processor with name '{m_Parameters[i].name}' (mentioned in '{processorString}') has been registered");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = (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_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD6A2BAEBDD6B059CE3B83EC934FAB73509637A)));
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD6A2BAEBDD6B059CE3B83EC934FAB73509637A)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_16 = __this->___m_Parameters_10;
int32_t L_17 = V_3;
NullCheck(L_16);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_18;
L_18 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_16, L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var)));
V_6 = L_18;
String_t* L_19;
L_19 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_19);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_19);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_15;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
String_t* L_22 = ___processorString0;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_22);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_21;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04)));
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04)));
String_t* L_24;
L_24 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_23, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_25 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_25);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_25, L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41_RuntimeMethod_var)));
}
IL_009e:
{
// if (!(Activator.CreateInstance(type) is InputProcessor processor))
Type_t* L_26 = V_4;
RuntimeObject* L_27;
L_27 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_26, NULL);
V_5 = ((InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457*)IsInstClass((RuntimeObject*)L_27, InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var));
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_28 = V_5;
V_8 = (bool)((((int32_t)((!(((RuntimeObject*)(InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_29 = V_8;
if (!L_29)
{
goto IL_0111;
}
}
{
// throw new InvalidOperationException(
// $"Type '{type.Name}' registered as processor called '{m_Parameters[i].name}' (mentioned in '{processorString}') is not an InputProcessor");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)7);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_30;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7)));
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31;
Type_t* L_33 = V_4;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_33);
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_34);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_34);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = L_32;
NullCheck(L_35);
ArrayElementTypeCheck (L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A079F98767BFF74FF40F2EC4BED1ED367FDEF9B)));
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A079F98767BFF74FF40F2EC4BED1ED367FDEF9B)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = L_35;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_37 = __this->___m_Parameters_10;
int32_t L_38 = V_3;
NullCheck(L_37);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_39;
L_39 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_37, L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var)));
V_6 = L_39;
String_t* L_40;
L_40 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_40);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_40);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_36;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_42 = L_41;
String_t* L_43 = ___processorString0;
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_43);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_43);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = L_42;
NullCheck(L_44);
ArrayElementTypeCheck (L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DA823FD1A5519CB12DEB52F6ABAD69BB52B3897)));
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DA823FD1A5519CB12DEB52F6ABAD69BB52B3897)));
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*)&InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41_RuntimeMethod_var)));
}
IL_0111:
{
// NamedValue.ApplyAllToObject(processor, m_Parameters[i].parameters);
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_47 = V_5;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_48 = __this->___m_Parameters_10;
int32_t L_49 = V_3;
NullCheck(L_48);
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_50;
L_50 = List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291(L_48, L_49, List_1_get_Item_mDD8BE2B393D70FB5938EC815B0EA1B3E52B5C291_RuntimeMethod_var);
V_6 = L_50;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_51;
L_51 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline((&V_6), NULL);
NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996(L_47, L_51, NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var);
// ArrayHelpers.AppendWithCapacity(ref processors, ref totalProcessorCount, processor);
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64** L_52 = (&__this->___processors_7);
int32_t* L_53 = (&__this->___totalProcessorCount_0);
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_54 = V_5;
int32_t L_55;
L_55 = ArrayHelpers_AppendWithCapacity_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m98E03B36E6E43A2C3B30550BC1B7967049724679(L_52, L_53, L_54, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m98E03B36E6E43A2C3B30550BC1B7967049724679_RuntimeMethod_var);
// for (var i = 0; i < m_Parameters.Count; ++i)
int32_t L_56 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_56, 1));
}
IL_0149:
{
// for (var i = 0; i < m_Parameters.Count; ++i)
int32_t L_57 = V_3;
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_58 = __this->___m_Parameters_10;
NullCheck(L_58);
int32_t L_59;
L_59 = List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_inline(L_58, List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_RuntimeMethod_var);
V_9 = (bool)((((int32_t)L_57) < ((int32_t)L_59))? 1 : 0);
bool L_60 = V_9;
if (L_60)
{
goto IL_0029;
}
}
{
// return firstProcessorIndex;
int32_t L_61 = V_0;
V_2 = L_61;
goto IL_0164;
}
IL_0164:
{
// }
int32_t L_62 = V_2;
return L_62;
}
}
IL2CPP_EXTERN_C int32_t InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41_AdjustorThunk (RuntimeObject* __this, String_t* ___processorString0, const RuntimeMethod* method)
{
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputBindingResolver_ResolveProcessors_m1F30B8C51F065425727AF45F00D2FB0BF7E6EA41(_thisAdjusted, ___processorString0, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputBindingComposite UnityEngine.InputSystem.InputBindingResolver::InstantiateBindingComposite(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* InputBindingResolver_InstantiateBindingComposite_mCD52CB4638499F32AA5BAE1B79895B0C333F4363 (String_t* ___nameAndParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_0;
memset((&V_0), 0, sizeof(V_0));
Type_t* V_1 = NULL;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_5 = NULL;
{
// var nameAndParametersParsed = NameAndParameters.Parse(nameAndParameters);
String_t* L_0 = ___nameAndParameters0;
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_1;
L_1 = NameAndParameters_Parse_m3054A9E080B7A76D7A3FBEF2EF0F7F42A6958387(L_0, NULL);
V_0 = L_1;
// var type = InputBindingComposite.s_Composites.LookupTypeRegistration(nameAndParametersParsed.name);
String_t* L_2;
L_2 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_0), NULL);
Type_t* L_3;
L_3 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_2, NULL);
V_1 = L_3;
// if (type == null)
Type_t* L_4 = V_1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_4, (Type_t*)NULL, NULL);
V_3 = L_5;
bool L_6 = V_3;
if (!L_6)
{
goto IL_0041;
}
}
{
// throw new InvalidOperationException(
// $"No binding composite with name '{nameAndParametersParsed.name}' has been registered");
String_t* L_7;
L_7 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_0), NULL);
String_t* L_8;
L_8 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral031EDEA3235FDF00759EB2911A563AD03089E25D)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCBAB5C977DCEA977E3523589EC03FFA6223F48F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_9);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_InstantiateBindingComposite_mCD52CB4638499F32AA5BAE1B79895B0C333F4363_RuntimeMethod_var)));
}
IL_0041:
{
// if (!(Activator.CreateInstance(type) is InputBindingComposite instance))
Type_t* L_10 = V_1;
RuntimeObject* L_11;
L_11 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_10, NULL);
V_2 = ((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)IsInstClass((RuntimeObject*)L_11, InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var));
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_12 = V_2;
V_4 = (bool)((((int32_t)((!(((RuntimeObject*)(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_0096;
}
}
{
// throw new InvalidOperationException(
// $"Registered type '{type.Name}' used for '{nameAndParametersParsed.name}' is not an InputBindingComposite");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = (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_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE401ACE5A5341728744D0B85FE6F1CEB6B85775E)));
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE401ACE5A5341728744D0B85FE6F1CEB6B85775E)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
Type_t* L_17 = V_1;
NullCheck(L_17);
String_t* L_18;
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_18);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_16;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D24D1F9C2B780184F8AB89F887E73CF3478A74C)));
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D24D1F9C2B780184F8AB89F887E73CF3478A74C)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19;
String_t* L_21;
L_21 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_0), NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_21);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_20;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF3035221EDE7802CCF1B6B56275F50021F141EE)));
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF3035221EDE7802CCF1B6B56275F50021F141EE)));
String_t* L_23;
L_23 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_22, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_24 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_24);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_24, L_23, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_InstantiateBindingComposite_mCD52CB4638499F32AA5BAE1B79895B0C333F4363_RuntimeMethod_var)));
}
IL_0096:
{
// NamedValue.ApplyAllToObject(instance, nameAndParametersParsed.parameters);
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_25 = V_2;
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_26;
L_26 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline((&V_0), NULL);
NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996(L_25, L_26, NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m7622AFF8CE1E21EA72CDD1D17DBF91043835F996_RuntimeMethod_var);
// return instance;
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_27 = V_2;
V_5 = L_27;
goto IL_00a9;
}
IL_00a9:
{
// }
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_28 = V_5;
return L_28;
}
}
// System.Int32 UnityEngine.InputSystem.InputBindingResolver::AssignCompositePartIndex(System.Object,System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_AssignCompositePartIndex_m02C374BAD6396011B418A302CC273012A068CF4C (RuntimeObject* ___composite0, String_t* ___name1, int32_t* ___currentCompositePartCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
FieldInfo_t* V_1 = NULL;
Type_t* V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
int32_t V_8 = 0;
{
// var type = composite.GetType();
RuntimeObject* L_0 = ___composite0;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
V_0 = L_1;
// var field = type.GetField(name,
// BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
Type_t* L_2 = V_0;
String_t* L_3 = ___name1;
NullCheck(L_2);
FieldInfo_t* L_4;
L_4 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(87 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_2, L_3, ((int32_t)53));
V_1 = L_4;
// if (field == null)
FieldInfo_t* L_5 = V_1;
bool L_6;
L_6 = FieldInfo_op_Equality_m7EF1C2E8785AE9589DE1B96CB6B2EBF633404FA2(L_5, (FieldInfo_t*)NULL, NULL);
V_4 = L_6;
bool L_7 = V_4;
if (!L_7)
{
goto IL_0032;
}
}
{
// throw new InvalidOperationException(
// $"Cannot find public field '{name}' used as parameter of binding composite '{composite}' of type '{type}'");
String_t* L_8 = ___name1;
RuntimeObject* L_9 = ___composite0;
Type_t* L_10 = V_0;
String_t* L_11;
L_11 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E67B9ACDFC44C91C96EA98590958FDCEC692638)), L_8, L_9, L_10, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_12 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_12);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_12, L_11, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AssignCompositePartIndex_m02C374BAD6396011B418A302CC273012A068CF4C_RuntimeMethod_var)));
}
IL_0032:
{
// var fieldType = field.FieldType;
FieldInfo_t* L_13 = V_1;
NullCheck(L_13);
Type_t* L_14;
L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_13);
V_2 = L_14;
// if (fieldType != typeof(int))
Type_t* L_15 = V_2;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_17;
L_17 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_16, NULL);
bool L_18;
L_18 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_15, L_17, NULL);
V_5 = L_18;
bool L_19 = V_5;
if (!L_19)
{
goto IL_0067;
}
}
{
// throw new InvalidOperationException(
// $"Field '{name}' used as a parameter of binding composite '{composite}' must be of type 'int' but is of type '{type.Name}' instead");
String_t* L_20 = ___name1;
RuntimeObject* L_21 = ___composite0;
Type_t* L_22 = V_0;
NullCheck(L_22);
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_22);
String_t* L_24;
L_24 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56A75E04CD97B6A418FE40346BF926E16071CF55)), L_20, L_21, L_23, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_25 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_25);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_25, L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingResolver_AssignCompositePartIndex_m02C374BAD6396011B418A302CC273012A068CF4C_RuntimeMethod_var)));
}
IL_0067:
{
// var partIndex = (int)field.GetValue(composite);
FieldInfo_t* L_26 = V_1;
RuntimeObject* L_27 = ___composite0;
NullCheck(L_26);
RuntimeObject* L_28;
L_28 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_26, L_27);
V_3 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_28, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
// if (partIndex == 0)
int32_t L_29 = V_3;
V_6 = (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0);
bool L_30 = V_6;
if (!L_30)
{
goto IL_009b;
}
}
{
// partIndex = ++currentCompositePartCount;
int32_t* L_31 = ___currentCompositePartCount2;
int32_t* L_32 = ___currentCompositePartCount2;
int32_t L_33 = *((int32_t*)L_32);
V_7 = ((int32_t)il2cpp_codegen_add(L_33, 1));
int32_t L_34 = V_7;
*((int32_t*)L_31) = (int32_t)L_34;
int32_t L_35 = V_7;
V_3 = L_35;
// field.SetValue(composite, partIndex);
FieldInfo_t* L_36 = V_1;
RuntimeObject* L_37 = ___composite0;
int32_t L_38 = V_3;
int32_t L_39 = L_38;
RuntimeObject* L_40 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_39);
NullCheck(L_36);
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(L_36, L_37, L_40, NULL);
}
IL_009b:
{
// return partIndex;
int32_t L_41 = V_3;
V_8 = L_41;
goto IL_00a0;
}
IL_00a0:
{
// }
int32_t L_42 = V_8;
return L_42;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled)
{
marshaled.___m_Name_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_Name_0);
marshaled.___m_BindingGroup_1 = il2cpp_codegen_marshal_string(unmarshaled.___m_BindingGroup_1);
if (unmarshaled.___m_DeviceRequirements_2 != NULL)
{
il2cpp_array_size_t _unmarshaledm_DeviceRequirements_Length = (unmarshaled.___m_DeviceRequirements_2)->max_length;
marshaled.___m_DeviceRequirements_2 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke>(_unmarshaledm_DeviceRequirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_DeviceRequirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke((unmarshaled.___m_DeviceRequirements_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_DeviceRequirements_2)[i]);
}
}
else
{
marshaled.___m_DeviceRequirements_2 = NULL;
}
}
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke_back(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___m_Name_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_Name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Name_0));
unmarshaled.___m_BindingGroup_1 = il2cpp_codegen_marshal_string_result(marshaled.___m_BindingGroup_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_BindingGroup_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_BindingGroup_1));
if (marshaled.___m_DeviceRequirements_2 != NULL)
{
if (unmarshaled.___m_DeviceRequirements_2 == NULL)
{
unmarshaled.___m_DeviceRequirements_2 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_DeviceRequirements_2), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_DeviceRequirements_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_DeviceRequirements_2_i__unmarshaled;
memset((&_marshaled____m_DeviceRequirements_2_i__unmarshaled), 0, sizeof(_marshaled____m_DeviceRequirements_2_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_back((marshaled.___m_DeviceRequirements_2)[i], _marshaled____m_DeviceRequirements_2_i__unmarshaled);
(unmarshaled.___m_DeviceRequirements_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_DeviceRequirements_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke_cleanup(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_Name_0);
marshaled.___m_Name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___m_BindingGroup_1);
marshaled.___m_BindingGroup_1 = NULL;
if (marshaled.___m_DeviceRequirements_2 != NULL)
{
const il2cpp_array_size_t marshaled____m_DeviceRequirements_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_DeviceRequirements_2_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_cleanup((marshaled.___m_DeviceRequirements_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_DeviceRequirements_2);
marshaled.___m_DeviceRequirements_2 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled)
{
marshaled.___m_Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Name_0);
marshaled.___m_BindingGroup_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_BindingGroup_1);
if (unmarshaled.___m_DeviceRequirements_2 != NULL)
{
il2cpp_array_size_t _unmarshaledm_DeviceRequirements_Length = (unmarshaled.___m_DeviceRequirements_2)->max_length;
marshaled.___m_DeviceRequirements_2 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com>(_unmarshaledm_DeviceRequirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_DeviceRequirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com((unmarshaled.___m_DeviceRequirements_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_DeviceRequirements_2)[i]);
}
}
else
{
marshaled.___m_DeviceRequirements_2 = NULL;
}
}
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com_back(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___m_Name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Name_0));
unmarshaled.___m_BindingGroup_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_BindingGroup_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_BindingGroup_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_BindingGroup_1));
if (marshaled.___m_DeviceRequirements_2 != NULL)
{
if (unmarshaled.___m_DeviceRequirements_2 == NULL)
{
unmarshaled.___m_DeviceRequirements_2 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_DeviceRequirements_2), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_DeviceRequirements_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_DeviceRequirements_2_i__unmarshaled;
memset((&_marshaled____m_DeviceRequirements_2_i__unmarshaled), 0, sizeof(_marshaled____m_DeviceRequirements_2_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_back((marshaled.___m_DeviceRequirements_2)[i], _marshaled____m_DeviceRequirements_2_i__unmarshaled);
(unmarshaled.___m_DeviceRequirements_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_DeviceRequirements_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com_cleanup(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Name_0);
marshaled.___m_Name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___m_BindingGroup_1);
marshaled.___m_BindingGroup_1 = NULL;
if (marshaled.___m_DeviceRequirements_2 != NULL)
{
const il2cpp_array_size_t marshaled____m_DeviceRequirements_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_DeviceRequirements_2_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_cleanup((marshaled.___m_DeviceRequirements_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_DeviceRequirements_2);
marshaled.___m_DeviceRequirements_2 = NULL;
}
}
// System.String UnityEngine.InputSystem.InputControlScheme::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
String_t* L_0 = __this->___m_Name_0;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputControlScheme::get_bindingGroup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
{
// get => m_BindingGroup;
String_t* L_0 = __this->___m_BindingGroup_1;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme::set_bindingGroup(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021 (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_EXTERN_C void InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement> UnityEngine.InputSystem.InputControlScheme::get_deviceRequirements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 InputControlScheme_get_deviceRequirements_m929C0596E04E640A4EFE64910967E86FB3C96512 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// new ReadOnlyArray<DeviceRequirement>(m_DeviceRequirements);
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_0 = __this->___m_DeviceRequirements_2;
ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 L_1;
memset((&L_1), 0, sizeof(L_1));
ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_mCDC30729EAB328BF0846F6F48F42DFBAB6B561AB_RuntimeMethod_var);
return L_1;
}
}
IL2CPP_EXTERN_C ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 InputControlScheme_get_deviceRequirements_m929C0596E04E640A4EFE64910967E86FB3C96512_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
ReadOnlyArray_1_t3389F7460233E259F0CCA6A6D86C359BD8271B17 _returnValue;
_returnValue = InputControlScheme_get_deviceRequirements_m929C0596E04E640A4EFE64910967E86FB3C96512(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// : this()
il2cpp_codegen_initobj(__this, sizeof(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434));
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7_RuntimeMethod_var)));
}
IL_001d:
{
// SetNameAndBindingGroup(name, bindingGroup);
String_t* L_4 = ___name0;
String_t* L_5 = ___bindingGroup2;
InputControlScheme_SetNameAndBindingGroup_mF2B59DE250038B1BDF78C6224EA44D67848E54A3(__this, L_4, L_5, NULL);
// m_DeviceRequirements = null;
__this->___m_DeviceRequirements_2 = (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceRequirements_2), (void*)(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)NULL);
// if (devices != null)
RuntimeObject* L_6 = ___devices1;
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0058;
}
}
{
// m_DeviceRequirements = devices.ToArray();
RuntimeObject* L_8 = ___devices1;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_9;
L_9 = Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3(L_8, Enumerable_ToArray_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_m008818FAA94D321358F3EC92FF51E7B38321C6A3_RuntimeMethod_var);
__this->___m_DeviceRequirements_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceRequirements_2), (void*)L_9);
// if (m_DeviceRequirements.Length == 0)
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_10 = __this->___m_DeviceRequirements_2;
NullCheck(L_10);
V_2 = (bool)((((int32_t)(((RuntimeArray*)L_10)->max_length)) == ((int32_t)0))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_0057;
}
}
{
// m_DeviceRequirements = null;
__this->___m_DeviceRequirements_2 = (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceRequirements_2), (void*)(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)NULL);
}
IL_0057:
{
}
IL_0058:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7_AdjustorThunk (RuntimeObject* __this, String_t* ___name0, RuntimeObject* ___devices1, String_t* ___bindingGroup2, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7(_thisAdjusted, ___name0, ___devices1, ___bindingGroup2, method);
}
// System.Void UnityEngine.InputSystem.InputControlScheme::SetNameAndBindingGroup(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme_SetNameAndBindingGroup_mF2B59DE250038B1BDF78C6224EA44D67848E54A3 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___name0, String_t* ___bindingGroup1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B4_0 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B3_0 = NULL;
String_t* G_B5_0 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B5_1 = NULL;
{
// m_Name = name;
String_t* L_0 = ___name0;
__this->___m_Name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_0), (void*)L_0);
// if (!string.IsNullOrEmpty(bindingGroup))
String_t* L_1 = ___bindingGroup1;
bool L_2;
L_2 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_001e;
}
}
{
// m_BindingGroup = bindingGroup;
String_t* L_4 = ___bindingGroup1;
__this->___m_BindingGroup_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingGroup_1), (void*)L_4);
goto IL_0041;
}
IL_001e:
{
// m_BindingGroup = name.Contains(InputBinding.Separator)
// ? name.Replace(InputBinding.kSeparatorString, "")
// : name;
String_t* L_5 = ___name0;
NullCheck(L_5);
bool L_6;
L_6 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_5, ((int32_t)59), NULL);
G_B3_0 = __this;
if (L_6)
{
G_B4_0 = __this;
goto IL_002c;
}
}
{
String_t* L_7 = ___name0;
G_B5_0 = L_7;
G_B5_1 = G_B3_0;
goto IL_003c;
}
IL_002c:
{
String_t* L_8 = ___name0;
NullCheck(L_8);
String_t* L_9;
L_9 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_8, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
G_B5_0 = L_9;
G_B5_1 = G_B4_0;
}
IL_003c:
{
G_B5_1->___m_BindingGroup_1 = G_B5_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B5_1->___m_BindingGroup_1), (void*)G_B5_0);
}
IL_0041:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputControlScheme_SetNameAndBindingGroup_mF2B59DE250038B1BDF78C6224EA44D67848E54A3_AdjustorThunk (RuntimeObject* __this, String_t* ___name0, String_t* ___bindingGroup1, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
InputControlScheme_SetNameAndBindingGroup_mF2B59DE250038B1BDF78C6224EA44D67848E54A3(_thisAdjusted, ___name0, ___bindingGroup1, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme::SupportsDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_0 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7_RuntimeMethod_var)));
}
IL_0014:
{
// for (var i = 0; i < m_DeviceRequirements.Length; ++i)
V_1 = 0;
goto IL_0044;
}
IL_0018:
{
// var control = InputControlPath.TryFindControl(device, m_DeviceRequirements[i].controlPath);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_4 = __this->___m_DeviceRequirements_2;
int32_t L_5 = V_1;
NullCheck(L_4);
String_t* L_6;
L_6 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), NULL);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7;
L_7 = InputControlPath_TryFindControl_m3BD9BCEED46B32E39B0E8B35B1F1B3DC05A53FAD(L_3, L_6, 0, NULL);
V_2 = L_7;
// if (control != null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = V_2;
V_3 = (bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_003f;
}
}
{
// return true;
V_4 = (bool)1;
goto IL_005a;
}
IL_003f:
{
// for (var i = 0; i < m_DeviceRequirements.Length; ++i)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_0044:
{
// for (var i = 0; i < m_DeviceRequirements.Length; ++i)
int32_t L_11 = V_1;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_12 = __this->___m_DeviceRequirements_2;
NullCheck(L_12);
V_5 = (bool)((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))? 1 : 0);
bool L_13 = V_5;
if (L_13)
{
goto IL_0018;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_005a;
}
IL_005a:
{
// }
bool L_14 = V_4;
return L_14;
}
}
IL2CPP_EXTERN_C bool InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7_AdjustorThunk (RuntimeObject* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
bool _returnValue;
_returnValue = InputControlScheme_SupportsDevice_mA78955A144EA4B6388CAC5F0027CD94358B776A7(_thisAdjusted, ___device0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___other0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
int32_t V_8 = 0;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B16_0 = 0;
{
// if (!(string.Equals(m_Name, other.m_Name, StringComparison.InvariantCultureIgnoreCase) &&
// string.Equals(m_BindingGroup, other.m_BindingGroup, StringComparison.InvariantCultureIgnoreCase)))
String_t* L_0 = __this->___m_Name_0;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_1 = ___other0;
String_t* L_2 = L_1.___m_Name_0;
bool L_3;
L_3 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_0, L_2, 3, NULL);
if (!L_3)
{
goto IL_002c;
}
}
{
String_t* L_4 = __this->___m_BindingGroup_1;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = ___other0;
String_t* L_6 = L_5.___m_BindingGroup_1;
bool L_7;
L_7 = String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43(L_4, L_6, 3, NULL);
G_B3_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
goto IL_002d;
}
IL_002c:
{
G_B3_0 = 1;
}
IL_002d:
{
V_1 = (bool)G_B3_0;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0038;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0114;
}
IL_0038:
{
// if (m_DeviceRequirements == null || m_DeviceRequirements.Length == 0)
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_9 = __this->___m_DeviceRequirements_2;
if (!L_9)
{
goto IL_004c;
}
}
{
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_10 = __this->___m_DeviceRequirements_2;
NullCheck(L_10);
G_B8_0 = ((((int32_t)(((RuntimeArray*)L_10)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_004d;
}
IL_004c:
{
G_B8_0 = 1;
}
IL_004d:
{
V_3 = (bool)G_B8_0;
bool L_11 = V_3;
if (!L_11)
{
goto IL_006c;
}
}
{
// return other.m_DeviceRequirements == null || other.m_DeviceRequirements.Length == 0;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_12 = ___other0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_13 = L_12.___m_DeviceRequirements_2;
if (!L_13)
{
goto IL_0065;
}
}
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_14 = ___other0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_15 = L_14.___m_DeviceRequirements_2;
NullCheck(L_15);
G_B12_0 = ((((int32_t)(((RuntimeArray*)L_15)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_0066;
}
IL_0065:
{
G_B12_0 = 1;
}
IL_0066:
{
V_2 = (bool)G_B12_0;
goto IL_0114;
}
IL_006c:
{
// if (other.m_DeviceRequirements == null || m_DeviceRequirements.Length != other.m_DeviceRequirements.Length)
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_16 = ___other0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_17 = L_16.___m_DeviceRequirements_2;
if (!L_17)
{
goto IL_008b;
}
}
{
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_18 = __this->___m_DeviceRequirements_2;
NullCheck(L_18);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_19 = ___other0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_20 = L_19.___m_DeviceRequirements_2;
NullCheck(L_20);
G_B16_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_008c;
}
IL_008b:
{
G_B16_0 = 1;
}
IL_008c:
{
V_4 = (bool)G_B16_0;
bool L_21 = V_4;
if (!L_21)
{
goto IL_0096;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0114;
}
IL_0096:
{
// var deviceCount = m_DeviceRequirements.Length;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_22 = __this->___m_DeviceRequirements_2;
NullCheck(L_22);
V_0 = ((int32_t)(((RuntimeArray*)L_22)->max_length));
// for (var i = 0; i < deviceCount; ++i)
V_5 = 0;
goto IL_0105;
}
IL_00a4:
{
// var device = m_DeviceRequirements[i];
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_23 = __this->___m_DeviceRequirements_2;
int32_t L_24 = V_5;
NullCheck(L_23);
int32_t L_25 = L_24;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
V_6 = L_26;
// var haveMatch = false;
V_7 = (bool)0;
// for (var n = 0; n < deviceCount; ++n)
V_8 = 0;
goto IL_00e4;
}
IL_00bc:
{
// if (other.m_DeviceRequirements[n] == device)
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_27 = ___other0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_28 = L_27.___m_DeviceRequirements_2;
int32_t L_29 = V_8;
NullCheck(L_28);
int32_t L_30 = L_29;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_32 = V_6;
bool L_33;
L_33 = DeviceRequirement_op_Equality_mF0AF0A4201D4CEFEEC5DD02CD17EA42C565CD34C(L_31, L_32, NULL);
V_9 = L_33;
bool L_34 = V_9;
if (!L_34)
{
goto IL_00dd;
}
}
{
// haveMatch = true;
V_7 = (bool)1;
// break;
goto IL_00ef;
}
IL_00dd:
{
// for (var n = 0; n < deviceCount; ++n)
int32_t L_35 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00e4:
{
// for (var n = 0; n < deviceCount; ++n)
int32_t L_36 = V_8;
int32_t L_37 = V_0;
V_10 = (bool)((((int32_t)L_36) < ((int32_t)L_37))? 1 : 0);
bool L_38 = V_10;
if (L_38)
{
goto IL_00bc;
}
}
IL_00ef:
{
// if (!haveMatch)
bool L_39 = V_7;
V_11 = (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0);
bool L_40 = V_11;
if (!L_40)
{
goto IL_00fe;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0114;
}
IL_00fe:
{
// for (var i = 0; i < deviceCount; ++i)
int32_t L_41 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_41, 1));
}
IL_0105:
{
// for (var i = 0; i < deviceCount; ++i)
int32_t L_42 = V_5;
int32_t L_43 = V_0;
V_12 = (bool)((((int32_t)L_42) < ((int32_t)L_43))? 1 : 0);
bool L_44 = V_12;
if (L_44)
{
goto IL_00a4;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0114;
}
IL_0114:
{
// }
bool L_45 = V_2;
return L_45;
}
}
IL2CPP_EXTERN_C bool InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887_AdjustorThunk (RuntimeObject* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___other0, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
bool _returnValue;
_returnValue = InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_Equals_m9FF567FCBD80FB19F8255A3C5BEAB4EEF3387D75 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
// if (ReferenceEquals(null, obj))
RuntimeObject* L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
// return obj is InputControlScheme && Equals((InputControlScheme)obj);
RuntimeObject* L_2 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_il2cpp_TypeInfo_var)))
{
goto IL_0023;
}
}
{
RuntimeObject* L_3 = ___obj0;
bool L_4;
L_4 = InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887(__this, ((*(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*)((InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*)(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*)UnBox(L_3, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_il2cpp_TypeInfo_var)))), NULL);
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
// }
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool InputControlScheme_Equals_m9FF567FCBD80FB19F8255A3C5BEAB4EEF3387D75_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
bool _returnValue;
_returnValue = InputControlScheme_Equals_m9FF567FCBD80FB19F8255A3C5BEAB4EEF3387D75(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputControlScheme::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlScheme_GetHashCode_m29E750C8B6CA317E3AA32A7E72D62A09465A7B7E (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
{
// var hashCode = (m_Name != null ? m_Name.GetHashCode() : 0);
String_t* L_0 = __this->___m_Name_0;
if (L_0)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0018;
}
IL_000d:
{
String_t* L_1 = __this->___m_Name_0;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
G_B3_0 = L_2;
}
IL_0018:
{
V_0 = G_B3_0;
// hashCode = (hashCode * 397) ^ (m_BindingGroup != null ? m_BindingGroup.GetHashCode() : 0);
int32_t L_3 = V_0;
String_t* L_4 = __this->___m_BindingGroup_1;
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)));
if (L_4)
{
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)));
goto IL_002b;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0036;
}
IL_002b:
{
String_t* L_5 = __this->___m_BindingGroup_1;
NullCheck(L_5);
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
G_B6_0 = L_6;
G_B6_1 = G_B5_0;
}
IL_0036:
{
V_0 = ((int32_t)(G_B6_1^G_B6_0));
// hashCode = (hashCode * 397) ^ (m_DeviceRequirements != null ? m_DeviceRequirements.GetHashCode() : 0);
int32_t L_7 = V_0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_8 = __this->___m_DeviceRequirements_2;
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)397)));
if (L_8)
{
G_B8_0 = ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)397)));
goto IL_004a;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0055;
}
IL_004a:
{
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_9 = __this->___m_DeviceRequirements_2;
NullCheck((RuntimeObject*)L_9);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject*)L_9);
G_B9_0 = L_10;
G_B9_1 = G_B8_0;
}
IL_0055:
{
V_0 = ((int32_t)(G_B9_1^G_B9_0));
// return hashCode;
int32_t L_11 = V_0;
V_1 = L_11;
goto IL_005b;
}
IL_005b:
{
// }
int32_t L_12 = V_1;
return L_12;
}
}
IL2CPP_EXTERN_C int32_t InputControlScheme_GetHashCode_m29E750C8B6CA317E3AA32A7E72D62A09465A7B7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputControlScheme_GetHashCode_m29E750C8B6CA317E3AA32A7E72D62A09465A7B7E(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.InputSystem.InputControlScheme::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlScheme_ToString_mBBB91428F8AE252C570B40E74BC160206CD7A774 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
String_t* V_3 = NULL;
bool V_4 = false;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* V_5 = NULL;
int32_t V_6 = 0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
{
// if (string.IsNullOrEmpty(m_Name))
String_t* L_0 = __this->___m_Name_0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0026;
}
}
{
// return base.ToString();
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_3 = (*(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*)__this);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4 = L_3;
RuntimeObject* L_5 = Box(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_il2cpp_TypeInfo_var, &L_4);
String_t* L_6;
L_6 = ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_5, NULL);
V_3 = L_6;
goto IL_00ba;
}
IL_0026:
{
// if (m_DeviceRequirements == null)
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_7 = __this->___m_DeviceRequirements_2;
V_4 = (bool)((((RuntimeObject*)(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_8 = V_4;
if (!L_8)
{
goto IL_003e;
}
}
{
// return m_Name;
String_t* L_9 = __this->___m_Name_0;
V_3 = L_9;
goto IL_00ba;
}
IL_003e:
{
// var builder = new StringBuilder();
StringBuilder_t* L_10 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_10);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_10, NULL);
V_0 = L_10;
// builder.Append(m_Name);
StringBuilder_t* L_11 = V_0;
String_t* L_12 = __this->___m_Name_0;
NullCheck(L_11);
StringBuilder_t* L_13;
L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, L_12, NULL);
// builder.Append('(');
StringBuilder_t* L_14 = V_0;
NullCheck(L_14);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_14, ((int32_t)40), NULL);
// var isFirst = true;
V_1 = (bool)1;
// foreach (var device in m_DeviceRequirements)
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_16 = __this->___m_DeviceRequirements_2;
V_5 = L_16;
V_6 = 0;
goto IL_00a0;
}
IL_006a:
{
// foreach (var device in m_DeviceRequirements)
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_17 = V_5;
int32_t L_18 = V_6;
NullCheck(L_17);
int32_t L_19 = L_18;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_7 = L_20;
// if (!isFirst)
bool L_21 = V_1;
V_8 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_0089;
}
}
{
// builder.Append(',');
StringBuilder_t* L_23 = V_0;
NullCheck(L_23);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_23, ((int32_t)44), NULL);
}
IL_0089:
{
// builder.Append(device.controlPath);
StringBuilder_t* L_25 = V_0;
String_t* L_26;
L_26 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline((&V_7), NULL);
NullCheck(L_25);
StringBuilder_t* L_27;
L_27 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_25, L_26, NULL);
// isFirst = false;
V_1 = (bool)0;
int32_t L_28 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00a0:
{
// foreach (var device in m_DeviceRequirements)
int32_t L_29 = V_6;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_30 = V_5;
NullCheck(L_30);
if ((((int32_t)L_29) < ((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))
{
goto IL_006a;
}
}
{
// builder.Append(')');
StringBuilder_t* L_31 = V_0;
NullCheck(L_31);
StringBuilder_t* L_32;
L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_31, ((int32_t)41), NULL);
// return builder.ToString();
StringBuilder_t* L_33 = V_0;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
V_3 = L_34;
goto IL_00ba;
}
IL_00ba:
{
// }
String_t* L_35 = V_3;
return L_35;
}
}
IL2CPP_EXTERN_C String_t* InputControlScheme_ToString_mBBB91428F8AE252C570B40E74BC160206CD7A774_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434*>(__this + _offset);
String_t* _returnValue;
_returnValue = InputControlScheme_ToString_mBBB91428F8AE252C570B40E74BC160206CD7A774(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme::op_Equality(UnityEngine.InputSystem.InputControlScheme,UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_op_Equality_mE57A6FBA3311CD3599906F04FF154B222146B456 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___left0, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___right1;
bool L_1;
L_1 = InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme::op_Inequality(UnityEngine.InputSystem.InputControlScheme,UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_op_Inequality_m645CAD28B91E8775849F1540B3C0EF182B015863 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___left0, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___right1;
bool L_1;
L_1 = InputControlScheme_Equals_m124562DA96AA9B557FA142BBC3F80DF7B77C2887((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult
IL2CPP_EXTERN_C void MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshal_pinvoke(const MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27& unmarshaled, MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_pinvoke& marshaled)
{
marshaled.___m_Result_0 = unmarshaled.___m_Result_0;
marshaled.___m_Score_1 = unmarshaled.___m_Score_1;
marshaled.___m_Devices_2 = unmarshaled.___m_Devices_2;
marshaled.___m_Controls_3 = unmarshaled.___m_Controls_3;
if (unmarshaled.___m_Requirements_4 != NULL)
{
il2cpp_array_size_t _unmarshaledm_Requirements_Length = (unmarshaled.___m_Requirements_4)->max_length;
marshaled.___m_Requirements_4 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke>(_unmarshaledm_Requirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_Requirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke((unmarshaled.___m_Requirements_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_Requirements_4)[i]);
}
}
else
{
marshaled.___m_Requirements_4 = NULL;
}
}
IL2CPP_EXTERN_C void MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshal_pinvoke_back(const MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_pinvoke& marshaled, MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledm_Result_temp_0 = 0;
unmarshaledm_Result_temp_0 = marshaled.___m_Result_0;
unmarshaled.___m_Result_0 = unmarshaledm_Result_temp_0;
float unmarshaledm_Score_temp_1 = 0.0f;
unmarshaledm_Score_temp_1 = marshaled.___m_Score_1;
unmarshaled.___m_Score_1 = unmarshaledm_Score_temp_1;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 unmarshaledm_Devices_temp_2;
memset((&unmarshaledm_Devices_temp_2), 0, sizeof(unmarshaledm_Devices_temp_2));
unmarshaledm_Devices_temp_2 = marshaled.___m_Devices_2;
unmarshaled.___m_Devices_2 = unmarshaledm_Devices_temp_2;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA unmarshaledm_Controls_temp_3;
memset((&unmarshaledm_Controls_temp_3), 0, sizeof(unmarshaledm_Controls_temp_3));
unmarshaledm_Controls_temp_3 = marshaled.___m_Controls_3;
unmarshaled.___m_Controls_3 = unmarshaledm_Controls_temp_3;
if (marshaled.___m_Requirements_4 != NULL)
{
if (unmarshaled.___m_Requirements_4 == NULL)
{
unmarshaled.___m_Requirements_4 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Requirements_4), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_Requirements_4)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_Requirements_4_i__unmarshaled;
memset((&_marshaled____m_Requirements_4_i__unmarshaled), 0, sizeof(_marshaled____m_Requirements_4_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_back((marshaled.___m_Requirements_4)[i], _marshaled____m_Requirements_4_i__unmarshaled);
(unmarshaled.___m_Requirements_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_Requirements_4_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult
IL2CPP_EXTERN_C void MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshal_pinvoke_cleanup(MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_pinvoke& marshaled)
{
if (marshaled.___m_Requirements_4 != NULL)
{
const il2cpp_array_size_t marshaled____m_Requirements_4_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_Requirements_4_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_cleanup((marshaled.___m_Requirements_4)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_Requirements_4);
marshaled.___m_Requirements_4 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult
IL2CPP_EXTERN_C void MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshal_com(const MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27& unmarshaled, MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_com& marshaled)
{
marshaled.___m_Result_0 = unmarshaled.___m_Result_0;
marshaled.___m_Score_1 = unmarshaled.___m_Score_1;
marshaled.___m_Devices_2 = unmarshaled.___m_Devices_2;
marshaled.___m_Controls_3 = unmarshaled.___m_Controls_3;
if (unmarshaled.___m_Requirements_4 != NULL)
{
il2cpp_array_size_t _unmarshaledm_Requirements_Length = (unmarshaled.___m_Requirements_4)->max_length;
marshaled.___m_Requirements_4 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com>(_unmarshaledm_Requirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_Requirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com((unmarshaled.___m_Requirements_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_Requirements_4)[i]);
}
}
else
{
marshaled.___m_Requirements_4 = NULL;
}
}
IL2CPP_EXTERN_C void MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshal_com_back(const MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_com& marshaled, MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledm_Result_temp_0 = 0;
unmarshaledm_Result_temp_0 = marshaled.___m_Result_0;
unmarshaled.___m_Result_0 = unmarshaledm_Result_temp_0;
float unmarshaledm_Score_temp_1 = 0.0f;
unmarshaledm_Score_temp_1 = marshaled.___m_Score_1;
unmarshaled.___m_Score_1 = unmarshaledm_Score_temp_1;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 unmarshaledm_Devices_temp_2;
memset((&unmarshaledm_Devices_temp_2), 0, sizeof(unmarshaledm_Devices_temp_2));
unmarshaledm_Devices_temp_2 = marshaled.___m_Devices_2;
unmarshaled.___m_Devices_2 = unmarshaledm_Devices_temp_2;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA unmarshaledm_Controls_temp_3;
memset((&unmarshaledm_Controls_temp_3), 0, sizeof(unmarshaledm_Controls_temp_3));
unmarshaledm_Controls_temp_3 = marshaled.___m_Controls_3;
unmarshaled.___m_Controls_3 = unmarshaledm_Controls_temp_3;
if (marshaled.___m_Requirements_4 != NULL)
{
if (unmarshaled.___m_Requirements_4 == NULL)
{
unmarshaled.___m_Requirements_4 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Requirements_4), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_Requirements_4)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_Requirements_4_i__unmarshaled;
memset((&_marshaled____m_Requirements_4_i__unmarshaled), 0, sizeof(_marshaled____m_Requirements_4_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_back((marshaled.___m_Requirements_4)[i], _marshaled____m_Requirements_4_i__unmarshaled);
(unmarshaled.___m_Requirements_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_Requirements_4_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult
IL2CPP_EXTERN_C void MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshal_com_cleanup(MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27_marshaled_com& marshaled)
{
if (marshaled.___m_Requirements_4 != NULL)
{
const il2cpp_array_size_t marshaled____m_Requirements_4_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_Requirements_4_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_cleanup((marshaled.___m_Requirements_4)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_Requirements_4);
marshaled.___m_Requirements_4 = NULL;
}
}
// System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::get_score()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MatchResult_get_score_m2BEB241784B596B49BEDAB59FAB319DF396A7B43 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
{
// public float score => m_Score;
float L_0 = __this->___m_Score_1;
return L_0;
}
}
IL2CPP_EXTERN_C float MatchResult_get_score_m2BEB241784B596B49BEDAB59FAB319DF396A7B43_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
float _returnValue;
_returnValue = MatchResult_get_score_m2BEB241784B596B49BEDAB59FAB319DF396A7B43_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_isSuccessfulMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_isSuccessfulMatch_mD3CD4B3E8ECA8D9495A0319E2108A4B339F455A6 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
{
// public bool isSuccessfulMatch => m_Result != Result.MissingRequired;
int32_t L_0 = __this->___m_Result_0;
return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool MatchResult_get_isSuccessfulMatch_mD3CD4B3E8ECA8D9495A0319E2108A4B339F455A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
bool _returnValue;
_returnValue = MatchResult_get_isSuccessfulMatch_mD3CD4B3E8ECA8D9495A0319E2108A4B339F455A6(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_hasMissingRequiredDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_hasMissingRequiredDevices_m37CDCBA1C59FE00DE37573119DEB02BC3CC209B2 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
{
// public bool hasMissingRequiredDevices => m_Result == Result.MissingRequired;
int32_t L_0 = __this->___m_Result_0;
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool MatchResult_get_hasMissingRequiredDevices_m37CDCBA1C59FE00DE37573119DEB02BC3CC209B2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
bool _returnValue;
_returnValue = MatchResult_get_hasMissingRequiredDevices_m37CDCBA1C59FE00DE37573119DEB02BC3CC209B2(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_hasMissingOptionalDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_hasMissingOptionalDevices_m5FAC91762C6DF784EA13B12048C7FD503AE41B10 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
{
// public bool hasMissingOptionalDevices => m_Result == Result.MissingOptional;
int32_t L_0 = __this->___m_Result_0;
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool MatchResult_get_hasMissingOptionalDevices_m5FAC91762C6DF784EA13B12048C7FD503AE41B10_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
bool _returnValue;
_returnValue = MatchResult_get_hasMissingOptionalDevices_m5FAC91762C6DF784EA13B12048C7FD503AE41B10(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputControlScheme/MatchResult::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 MatchResult_get_devices_m286EC331BCAECF22DA6A5C823F40800CAD1576D5 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_m60FF9B2C262F1C205DE0AE0C493526281F4A26CC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_mEAA1AA507D834E1E79290B9D086D5176A3B3D208_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m37ACCB9EDDB9D6A20611E97B741CF5E5F320A6EF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_set_Capacity_mE7FE7A9DB33BA479AB289F84F3C0C69688674E4D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_4 = NULL;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t G_B3_0 = 0;
{
// if (m_Devices.Count == 0 && !hasMissingRequiredDevices)
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* L_0 = (&__this->___m_Devices_2);
int32_t L_1;
L_1 = InputControlList_1_get_Count_m37ACCB9EDDB9D6A20611E97B741CF5E5F320A6EF_inline(L_0, InputControlList_1_get_Count_m37ACCB9EDDB9D6A20611E97B741CF5E5F320A6EF_RuntimeMethod_var);
if (L_1)
{
goto IL_0019;
}
}
{
bool L_2;
L_2 = MatchResult_get_hasMissingRequiredDevices_m37CDCBA1C59FE00DE37573119DEB02BC3CC209B2(__this, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_00a1;
}
}
{
// var controlCount = m_Controls.Count;
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_4 = (&__this->___m_Controls_3);
int32_t L_5;
L_5 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline(L_4, InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
V_1 = L_5;
// if (controlCount != 0)
int32_t L_6 = V_1;
V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_00a0;
}
}
{
// m_Devices.Capacity = controlCount;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* L_8 = (&__this->___m_Devices_2);
int32_t L_9 = V_1;
InputControlList_1_set_Capacity_mE7FE7A9DB33BA479AB289F84F3C0C69688674E4D(L_8, L_9, InputControlList_1_set_Capacity_mE7FE7A9DB33BA479AB289F84F3C0C69688674E4D_RuntimeMethod_var);
// for (var i = 0; i < controlCount; ++i)
V_3 = 0;
goto IL_0095;
}
IL_0048:
{
// var control = m_Controls[i];
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_10 = (&__this->___m_Controls_3);
int32_t L_11 = V_3;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12;
L_12 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A(L_10, L_11, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
V_4 = L_12;
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = V_4;
V_6 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_13) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_14 = V_6;
if (!L_14)
{
goto IL_0064;
}
}
{
// continue;
goto IL_0091;
}
IL_0064:
{
// var device = control.device;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = V_4;
NullCheck(L_15);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_16;
L_16 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_15, NULL);
V_5 = L_16;
// if (m_Devices.Contains(device))
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* L_17 = (&__this->___m_Devices_2);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_18 = V_5;
bool L_19;
L_19 = InputControlList_1_Contains_mEAA1AA507D834E1E79290B9D086D5176A3B3D208(L_17, L_18, InputControlList_1_Contains_mEAA1AA507D834E1E79290B9D086D5176A3B3D208_RuntimeMethod_var);
V_7 = L_19;
bool L_20 = V_7;
if (!L_20)
{
goto IL_0082;
}
}
{
// continue; // Duplicate match of same device.
goto IL_0091;
}
IL_0082:
{
// m_Devices.Add(device);
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* L_21 = (&__this->___m_Devices_2);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_22 = V_5;
InputControlList_1_Add_m60FF9B2C262F1C205DE0AE0C493526281F4A26CC(L_21, L_22, InputControlList_1_Add_m60FF9B2C262F1C205DE0AE0C493526281F4A26CC_RuntimeMethod_var);
}
IL_0091:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_23 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0095:
{
// for (var i = 0; i < controlCount; ++i)
int32_t L_24 = V_3;
int32_t L_25 = V_1;
V_8 = (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0);
bool L_26 = V_8;
if (L_26)
{
goto IL_0048;
}
}
{
}
IL_00a0:
{
}
IL_00a1:
{
// return m_Devices;
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 L_27 = __this->___m_Devices_2;
V_9 = L_27;
goto IL_00ab;
}
IL_00ab:
{
// }
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 L_28 = V_9;
return L_28;
}
}
IL2CPP_EXTERN_C InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 MatchResult_get_devices_m286EC331BCAECF22DA6A5C823F40800CAD1576D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13 _returnValue;
_returnValue = MatchResult_get_devices_m286EC331BCAECF22DA6A5C823F40800CAD1576D5(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Match UnityEngine.InputSystem.InputControlScheme/MatchResult::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 MatchResult_get_Item_m9778E0B242C196C2F0914BB8A705C175F8E8CAA7 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, int32_t ___index0, const RuntimeMethod* method)
{
bool V_0 = false;
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 V_1;
memset((&V_1), 0, sizeof(V_1));
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B4_0 = 0;
{
// if (index < 0 || m_Requirements == null || index >= m_Requirements.Length)
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_1 = __this->___m_Requirements_4;
if (!L_1)
{
goto IL_001d;
}
}
{
int32_t L_2 = ___index0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_3 = __this->___m_Requirements_4;
NullCheck(L_3);
G_B4_0 = ((((int32_t)((((int32_t)L_2) < ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_001e;
}
IL_001d:
{
G_B4_0 = 1;
}
IL_001e:
{
V_0 = (bool)G_B4_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_002d;
}
}
{
// throw new ArgumentOutOfRangeException("index");
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_5);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchResult_get_Item_m9778E0B242C196C2F0914BB8A705C175F8E8CAA7_RuntimeMethod_var)));
}
IL_002d:
{
// return new Match
// {
// m_RequirementIndex = index,
// m_Requirements = m_Requirements,
// m_Controls = m_Controls,
// };
il2cpp_codegen_initobj((&V_1), sizeof(Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3));
int32_t L_6 = ___index0;
(&V_1)->___m_RequirementIndex_0 = L_6;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_7 = __this->___m_Requirements_4;
(&V_1)->___m_Requirements_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_Requirements_1), (void*)L_7);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_8 = __this->___m_Controls_3;
(&V_1)->___m_Controls_2 = L_8;
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 L_9 = V_1;
V_2 = L_9;
goto IL_005b;
}
IL_005b:
{
// }
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 L_10 = V_2;
return L_10;
}
}
IL2CPP_EXTERN_C Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 MatchResult_get_Item_m9778E0B242C196C2F0914BB8A705C175F8E8CAA7_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 _returnValue;
_returnValue = MatchResult_get_Item_m9778E0B242C196C2F0914BB8A705C175F8E8CAA7(_thisAdjusted, ___index0, method);
return _returnValue;
}
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.InputControlScheme/MatchResult/Match> UnityEngine.InputSystem.InputControlScheme/MatchResult::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchResult_GetEnumerator_m9592FDAABF63DF6CBBD6E62AD41C0FA0AE972031 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject* V_1 = NULL;
{
// return new Enumerator
// {
// m_Index = -1,
// m_Requirements = m_Requirements,
// m_Controls = m_Controls,
// };
il2cpp_codegen_initobj((&V_0), sizeof(Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD));
(&V_0)->___m_Index_0 = (-1);
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_0 = __this->___m_Requirements_4;
(&V_0)->___m_Requirements_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___m_Requirements_1), (void*)L_0);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_1 = __this->___m_Controls_3;
(&V_0)->___m_Controls_2 = L_1;
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD L_2 = V_0;
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD L_3 = L_2;
RuntimeObject* L_4 = Box(Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_il2cpp_TypeInfo_var, &L_3);
V_1 = (RuntimeObject*)L_4;
goto IL_0034;
}
IL_0034:
{
// }
RuntimeObject* L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C RuntimeObject* MatchResult_GetEnumerator_m9592FDAABF63DF6CBBD6E62AD41C0FA0AE972031_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = MatchResult_GetEnumerator_m9592FDAABF63DF6CBBD6E62AD41C0FA0AE972031(_thisAdjusted, method);
return _returnValue;
}
// System.Collections.IEnumerator UnityEngine.InputSystem.InputControlScheme/MatchResult::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchResult_System_Collections_IEnumerable_GetEnumerator_m79BA036A758E67721E03D88209DFED8B4C2B5B92 (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
// return GetEnumerator();
RuntimeObject* L_0;
L_0 = MatchResult_GetEnumerator_m9592FDAABF63DF6CBBD6E62AD41C0FA0AE972031(__this, NULL);
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
RuntimeObject* L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C RuntimeObject* MatchResult_System_Collections_IEnumerable_GetEnumerator_m79BA036A758E67721E03D88209DFED8B4C2B5B92_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = MatchResult_System_Collections_IEnumerable_GetEnumerator_m79BA036A758E67721E03D88209DFED8B4C2B5B92(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchResult_Dispose_mCF6D04FAB6F12C99ACBD0A98C560E32943873EEB (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_mCCACD95564CA8A502B22EB069B49F2CF2B4F3C2A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// m_Controls.Dispose();
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_0 = (&__this->___m_Controls_3);
InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82(L_0, InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
// m_Devices.Dispose();
InputControlList_1_tE5EA4873D06A889C726FE4CC90A6D26CAC2EEE13* L_1 = (&__this->___m_Devices_2);
InputControlList_1_Dispose_mCCACD95564CA8A502B22EB069B49F2CF2B4F3C2A(L_1, InputControlList_1_Dispose_mCCACD95564CA8A502B22EB069B49F2CF2B4F3C2A_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void MatchResult_Dispose_mCF6D04FAB6F12C99ACBD0A98C560E32943873EEB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27*>(__this + _offset);
MatchResult_Dispose_mCF6D04FAB6F12C99ACBD0A98C560E32943873EEB(_thisAdjusted, 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
IL2CPP_EXTERN_C void Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshal_pinvoke(const Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3& unmarshaled, Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_pinvoke& marshaled)
{
marshaled.___m_RequirementIndex_0 = unmarshaled.___m_RequirementIndex_0;
if (unmarshaled.___m_Requirements_1 != NULL)
{
il2cpp_array_size_t _unmarshaledm_Requirements_Length = (unmarshaled.___m_Requirements_1)->max_length;
marshaled.___m_Requirements_1 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke>(_unmarshaledm_Requirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_Requirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke((unmarshaled.___m_Requirements_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_Requirements_1)[i]);
}
}
else
{
marshaled.___m_Requirements_1 = NULL;
}
marshaled.___m_Controls_2 = unmarshaled.___m_Controls_2;
}
IL2CPP_EXTERN_C void Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshal_pinvoke_back(const Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_pinvoke& marshaled, Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledm_RequirementIndex_temp_0 = 0;
unmarshaledm_RequirementIndex_temp_0 = marshaled.___m_RequirementIndex_0;
unmarshaled.___m_RequirementIndex_0 = unmarshaledm_RequirementIndex_temp_0;
if (marshaled.___m_Requirements_1 != NULL)
{
if (unmarshaled.___m_Requirements_1 == NULL)
{
unmarshaled.___m_Requirements_1 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Requirements_1), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_Requirements_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_Requirements_1_i__unmarshaled;
memset((&_marshaled____m_Requirements_1_i__unmarshaled), 0, sizeof(_marshaled____m_Requirements_1_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_back((marshaled.___m_Requirements_1)[i], _marshaled____m_Requirements_1_i__unmarshaled);
(unmarshaled.___m_Requirements_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_Requirements_1_i__unmarshaled);
}
}
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA unmarshaledm_Controls_temp_2;
memset((&unmarshaledm_Controls_temp_2), 0, sizeof(unmarshaledm_Controls_temp_2));
unmarshaledm_Controls_temp_2 = marshaled.___m_Controls_2;
unmarshaled.___m_Controls_2 = unmarshaledm_Controls_temp_2;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
IL2CPP_EXTERN_C void Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshal_pinvoke_cleanup(Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_pinvoke& marshaled)
{
if (marshaled.___m_Requirements_1 != NULL)
{
const il2cpp_array_size_t marshaled____m_Requirements_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_Requirements_1_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_cleanup((marshaled.___m_Requirements_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_Requirements_1);
marshaled.___m_Requirements_1 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
IL2CPP_EXTERN_C void Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshal_com(const Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3& unmarshaled, Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_com& marshaled)
{
marshaled.___m_RequirementIndex_0 = unmarshaled.___m_RequirementIndex_0;
if (unmarshaled.___m_Requirements_1 != NULL)
{
il2cpp_array_size_t _unmarshaledm_Requirements_Length = (unmarshaled.___m_Requirements_1)->max_length;
marshaled.___m_Requirements_1 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com>(_unmarshaledm_Requirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_Requirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com((unmarshaled.___m_Requirements_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_Requirements_1)[i]);
}
}
else
{
marshaled.___m_Requirements_1 = NULL;
}
marshaled.___m_Controls_2 = unmarshaled.___m_Controls_2;
}
IL2CPP_EXTERN_C void Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshal_com_back(const Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_com& marshaled, Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledm_RequirementIndex_temp_0 = 0;
unmarshaledm_RequirementIndex_temp_0 = marshaled.___m_RequirementIndex_0;
unmarshaled.___m_RequirementIndex_0 = unmarshaledm_RequirementIndex_temp_0;
if (marshaled.___m_Requirements_1 != NULL)
{
if (unmarshaled.___m_Requirements_1 == NULL)
{
unmarshaled.___m_Requirements_1 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Requirements_1), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_Requirements_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_Requirements_1_i__unmarshaled;
memset((&_marshaled____m_Requirements_1_i__unmarshaled), 0, sizeof(_marshaled____m_Requirements_1_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_back((marshaled.___m_Requirements_1)[i], _marshaled____m_Requirements_1_i__unmarshaled);
(unmarshaled.___m_Requirements_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_Requirements_1_i__unmarshaled);
}
}
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA unmarshaledm_Controls_temp_2;
memset((&unmarshaledm_Controls_temp_2), 0, sizeof(unmarshaledm_Controls_temp_2));
unmarshaledm_Controls_temp_2 = marshaled.___m_Controls_2;
unmarshaled.___m_Controls_2 = unmarshaledm_Controls_temp_2;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Match
IL2CPP_EXTERN_C void Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshal_com_cleanup(Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_marshaled_com& marshaled)
{
if (marshaled.___m_Requirements_1 != NULL)
{
const il2cpp_array_size_t marshaled____m_Requirements_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_Requirements_1_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_cleanup((marshaled.___m_Requirements_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_Requirements_1);
marshaled.___m_Requirements_1 = NULL;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Match_get_control_mA65F6E8608C087E69E89DF22052636640D1ECD7B (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public InputControl control => m_Controls[m_RequirementIndex];
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_0 = (&__this->___m_Controls_2);
int32_t L_1 = __this->___m_RequirementIndex_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
L_2 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A(L_0, L_1, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
return L_2;
}
}
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Match_get_control_mA65F6E8608C087E69E89DF22052636640D1ECD7B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3*>(__this + _offset);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
_returnValue = Match_get_control_mA65F6E8608C087E69E89DF22052636640D1ECD7B(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_device()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* Match_get_device_m7DC23AFC40C62B1E83B156733E077207FB6DB6D6 (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method)
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_1 = NULL;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B3_0 = NULL;
{
// var control = this.control;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0;
L_0 = Match_get_control_mA65F6E8608C087E69E89DF22052636640D1ECD7B(__this, NULL);
V_0 = L_0;
// return control?.device;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = V_0;
if (L_1)
{
goto IL_000e;
}
}
{
G_B3_0 = ((InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)(NULL));
goto IL_0014;
}
IL_000e:
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = V_0;
NullCheck(L_2);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3;
L_3 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_2, NULL);
G_B3_0 = L_3;
}
IL_0014:
{
V_1 = G_B3_0;
goto IL_0017;
}
IL_0017:
{
// }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* Match_get_device_m7DC23AFC40C62B1E83B156733E077207FB6DB6D6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3*>(__this + _offset);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* _returnValue;
_returnValue = Match_get_device_m7DC23AFC40C62B1E83B156733E077207FB6DB6D6(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_requirementIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Match_get_requirementIndex_mF3B9FDB546FE860390D7425349D23C1C7E60189D (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method)
{
{
// public int requirementIndex => m_RequirementIndex;
int32_t L_0 = __this->___m_RequirementIndex_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t Match_get_requirementIndex_mF3B9FDB546FE860390D7425349D23C1C7E60189D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3*>(__this + _offset);
int32_t _returnValue;
_returnValue = Match_get_requirementIndex_mF3B9FDB546FE860390D7425349D23C1C7E60189D_inline(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_requirement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 Match_get_requirement_mD6512BF7D4B7F056A448FB26D89D8770DDED6A98 (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method)
{
{
// public DeviceRequirement requirement => m_Requirements[m_RequirementIndex];
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_0 = __this->___m_Requirements_1;
int32_t L_1 = __this->___m_RequirementIndex_0;
NullCheck(L_0);
int32_t L_2 = L_1;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
IL2CPP_EXTERN_C DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 Match_get_requirement_mD6512BF7D4B7F056A448FB26D89D8770DDED6A98_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3*>(__this + _offset);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _returnValue;
_returnValue = Match_get_requirement_mD6512BF7D4B7F056A448FB26D89D8770DDED6A98(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::get_isOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Match_get_isOptional_mD6EDA922E3534A5593AF2ABBD88EAD1C9B4DE35B (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public bool isOptional => requirement.isOptional;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_0;
L_0 = Match_get_requirement_mD6512BF7D4B7F056A448FB26D89D8770DDED6A98(__this, NULL);
V_0 = L_0;
bool L_1;
L_1 = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C((&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool Match_get_isOptional_mD6EDA922E3534A5593AF2ABBD88EAD1C9B4DE35B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3*>(__this + _offset);
bool _returnValue;
_returnValue = Match_get_isOptional_mD6EDA922E3534A5593AF2ABBD88EAD1C9B4DE35B(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
IL2CPP_EXTERN_C void Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshal_pinvoke(const Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD& unmarshaled, Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_pinvoke& marshaled)
{
marshaled.___m_Index_0 = unmarshaled.___m_Index_0;
if (unmarshaled.___m_Requirements_1 != NULL)
{
il2cpp_array_size_t _unmarshaledm_Requirements_Length = (unmarshaled.___m_Requirements_1)->max_length;
marshaled.___m_Requirements_1 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke>(_unmarshaledm_Requirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_Requirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke((unmarshaled.___m_Requirements_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_Requirements_1)[i]);
}
}
else
{
marshaled.___m_Requirements_1 = NULL;
}
marshaled.___m_Controls_2 = unmarshaled.___m_Controls_2;
}
IL2CPP_EXTERN_C void Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshal_pinvoke_back(const Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_pinvoke& marshaled, Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledm_Index_temp_0 = 0;
unmarshaledm_Index_temp_0 = marshaled.___m_Index_0;
unmarshaled.___m_Index_0 = unmarshaledm_Index_temp_0;
if (marshaled.___m_Requirements_1 != NULL)
{
if (unmarshaled.___m_Requirements_1 == NULL)
{
unmarshaled.___m_Requirements_1 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Requirements_1), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_Requirements_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_Requirements_1_i__unmarshaled;
memset((&_marshaled____m_Requirements_1_i__unmarshaled), 0, sizeof(_marshaled____m_Requirements_1_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_back((marshaled.___m_Requirements_1)[i], _marshaled____m_Requirements_1_i__unmarshaled);
(unmarshaled.___m_Requirements_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_Requirements_1_i__unmarshaled);
}
}
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA unmarshaledm_Controls_temp_2;
memset((&unmarshaledm_Controls_temp_2), 0, sizeof(unmarshaledm_Controls_temp_2));
unmarshaledm_Controls_temp_2 = marshaled.___m_Controls_2;
unmarshaled.___m_Controls_2 = unmarshaledm_Controls_temp_2;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
IL2CPP_EXTERN_C void Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshal_pinvoke_cleanup(Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_pinvoke& marshaled)
{
if (marshaled.___m_Requirements_1 != NULL)
{
const il2cpp_array_size_t marshaled____m_Requirements_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_Requirements_1_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_cleanup((marshaled.___m_Requirements_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_Requirements_1);
marshaled.___m_Requirements_1 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
IL2CPP_EXTERN_C void Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshal_com(const Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD& unmarshaled, Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_com& marshaled)
{
marshaled.___m_Index_0 = unmarshaled.___m_Index_0;
if (unmarshaled.___m_Requirements_1 != NULL)
{
il2cpp_array_size_t _unmarshaledm_Requirements_Length = (unmarshaled.___m_Requirements_1)->max_length;
marshaled.___m_Requirements_1 = il2cpp_codegen_marshal_allocate_array<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com>(_unmarshaledm_Requirements_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledm_Requirements_Length); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com((unmarshaled.___m_Requirements_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___m_Requirements_1)[i]);
}
}
else
{
marshaled.___m_Requirements_1 = NULL;
}
marshaled.___m_Controls_2 = unmarshaled.___m_Controls_2;
}
IL2CPP_EXTERN_C void Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshal_com_back(const Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_com& marshaled, Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledm_Index_temp_0 = 0;
unmarshaledm_Index_temp_0 = marshaled.___m_Index_0;
unmarshaled.___m_Index_0 = unmarshaledm_Index_temp_0;
if (marshaled.___m_Requirements_1 != NULL)
{
if (unmarshaled.___m_Requirements_1 == NULL)
{
unmarshaled.___m_Requirements_1 = reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Requirements_1), (void*)reinterpret_cast<DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*>((DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___m_Requirements_1)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _marshaled____m_Requirements_1_i__unmarshaled;
memset((&_marshaled____m_Requirements_1_i__unmarshaled), 0, sizeof(_marshaled____m_Requirements_1_i__unmarshaled));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_back((marshaled.___m_Requirements_1)[i], _marshaled____m_Requirements_1_i__unmarshaled);
(unmarshaled.___m_Requirements_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____m_Requirements_1_i__unmarshaled);
}
}
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA unmarshaledm_Controls_temp_2;
memset((&unmarshaledm_Controls_temp_2), 0, sizeof(unmarshaledm_Controls_temp_2));
unmarshaledm_Controls_temp_2 = marshaled.___m_Controls_2;
unmarshaled.___m_Controls_2 = unmarshaledm_Controls_temp_2;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator
IL2CPP_EXTERN_C void Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshal_com_cleanup(Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD_marshaled_com& marshaled)
{
if (marshaled.___m_Requirements_1 != NULL)
{
const il2cpp_array_size_t marshaled____m_Requirements_1_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____m_Requirements_1_CleanupLoopCount); i++)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_cleanup((marshaled.___m_Requirements_1)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___m_Requirements_1);
marshaled.___m_Requirements_1 = NULL;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mEED67BC59D3376E26664E250F6321BFFA4FBB44C (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// ++m_Index;
int32_t L_0 = __this->___m_Index_0;
__this->___m_Index_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
// return m_Requirements != null && m_Index < m_Requirements.Length;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_1 = __this->___m_Requirements_1;
if (!L_1)
{
goto IL_0029;
}
}
{
int32_t L_2 = __this->___m_Index_0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_3 = __this->___m_Requirements_1;
NullCheck(L_3);
G_B3_0 = ((((int32_t)L_2) < ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 0;
}
IL_002a:
{
V_0 = (bool)G_B3_0;
goto IL_002d;
}
IL_002d:
{
// }
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_mEED67BC59D3376E26664E250F6321BFFA4FBB44C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD*>(__this + _offset);
bool _returnValue;
_returnValue = Enumerator_MoveNext_mEED67BC59D3376E26664E250F6321BFFA4FBB44C(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mA915EA08A4A1B29D9306C0C1996C1D24D875E985 (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method)
{
{
// m_Index = -1;
__this->___m_Index_0 = (-1);
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_mA915EA08A4A1B29D9306C0C1996C1D24D875E985_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD*>(__this + _offset);
Enumerator_Reset_mA915EA08A4A1B29D9306C0C1996C1D24D875E985(_thisAdjusted, method);
}
// UnityEngine.InputSystem.InputControlScheme/MatchResult/Match UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 V_1;
memset((&V_1), 0, sizeof(V_1));
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B4_0 = 0;
{
// if (m_Requirements == null || m_Index < 0 || m_Index >= m_Requirements.Length)
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_0 = __this->___m_Requirements_1;
if (!L_0)
{
goto IL_0027;
}
}
{
int32_t L_1 = __this->___m_Index_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0027;
}
}
{
int32_t L_2 = __this->___m_Index_0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_3 = __this->___m_Requirements_1;
NullCheck(L_3);
G_B4_0 = ((((int32_t)((((int32_t)L_2) < ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0028;
}
IL_0027:
{
G_B4_0 = 1;
}
IL_0028:
{
V_0 = (bool)G_B4_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0037;
}
}
{
// throw new InvalidOperationException("Enumerator is not valid");
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_5 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_5);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral670CBAB5C8A30A4C8DC68337B78F13CC30BC704D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B_RuntimeMethod_var)));
}
IL_0037:
{
// return new Match
// {
// m_RequirementIndex = m_Index,
// m_Requirements = m_Requirements,
// m_Controls = m_Controls,
// };
il2cpp_codegen_initobj((&V_1), sizeof(Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3));
int32_t L_6 = __this->___m_Index_0;
(&V_1)->___m_RequirementIndex_0 = L_6;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_7 = __this->___m_Requirements_1;
(&V_1)->___m_Requirements_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_Requirements_1), (void*)L_7);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_8 = __this->___m_Controls_2;
(&V_1)->___m_Controls_2 = L_8;
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 L_9 = V_1;
V_2 = L_9;
goto IL_006a;
}
IL_006a:
{
// }
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 L_10 = V_2;
return L_10;
}
}
IL2CPP_EXTERN_C Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD*>(__this + _offset);
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 _returnValue;
_returnValue = Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B(_thisAdjusted, method);
return _returnValue;
}
// System.Object UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m9DD85DA93085A315F35A3B9BC628E5244212D440 (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// object IEnumerator.Current => Current;
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 L_0;
L_0 = Enumerator_get_Current_mC9347231AA671B5873B7120F3AF7ADEC55F58B4B(__this, NULL);
Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3 L_1 = L_0;
RuntimeObject* L_2 = Box(Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m9DD85DA93085A315F35A3B9BC628E5244212D440_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD*>(__this + _offset);
RuntimeObject* _returnValue;
_returnValue = Enumerator_System_Collections_IEnumerator_get_Current_m9DD85DA93085A315F35A3B9BC628E5244212D440(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult/Enumerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3B1909A7140C8C8F904228191EBE2BF435F1996E (Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_m3B1909A7140C8C8F904228191EBE2BF435F1996E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Enumerator_t12372C0811581ED8FA3477994D9F8D6EF973A0AD*>(__this + _offset);
Enumerator_Dispose_m3B1909A7140C8C8F904228191EBE2BF435F1996E(_thisAdjusted, 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
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke& marshaled)
{
marshaled.___m_ControlPath_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_ControlPath_0);
marshaled.___m_Flags_1 = unmarshaled.___m_Flags_1;
}
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_back(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke& marshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled)
{
unmarshaled.___m_ControlPath_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_ControlPath_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_ControlPath_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_ControlPath_0));
int32_t unmarshaledm_Flags_temp_1 = 0;
unmarshaledm_Flags_temp_1 = marshaled.___m_Flags_1;
unmarshaled.___m_Flags_1 = unmarshaledm_Flags_temp_1;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_pinvoke_cleanup(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_ControlPath_0);
marshaled.___m_ControlPath_0 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com& marshaled)
{
marshaled.___m_ControlPath_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_ControlPath_0);
marshaled.___m_Flags_1 = unmarshaled.___m_Flags_1;
}
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_back(const DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com& marshaled, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056& unmarshaled)
{
unmarshaled.___m_ControlPath_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_ControlPath_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_ControlPath_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_ControlPath_0));
int32_t unmarshaledm_Flags_temp_1 = 0;
unmarshaledm_Flags_temp_1 = marshaled.___m_Flags_1;
unmarshaled.___m_Flags_1 = unmarshaledm_Flags_temp_1;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
IL2CPP_EXTERN_C void DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshal_com_cleanup(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_ControlPath_0);
marshaled.___m_ControlPath_0 = NULL;
}
// System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_controlPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
{
// get => m_ControlPath;
String_t* L_0 = __this->___m_ControlPath_0;
return L_0;
}
}
IL2CPP_EXTERN_C String_t* DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
String_t* _returnValue;
_returnValue = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_controlPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_controlPath_m1C566CDE2468E01E68437AEF7D481D46D6BF7493 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_ControlPath = value;
String_t* L_0 = ___value0;
__this->___m_ControlPath_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlPath_0), (void*)L_0);
return;
}
}
IL2CPP_EXTERN_C void DeviceRequirement_set_controlPath_m1C566CDE2468E01E68437AEF7D481D46D6BF7493_AdjustorThunk (RuntimeObject* __this, String_t* ___value0, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
DeviceRequirement_set_controlPath_m1C566CDE2468E01E68437AEF7D481D46D6BF7493_inline(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isOptional()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
{
// get => (m_Flags & Flags.Optional) != 0;
int32_t L_0 = __this->___m_Flags_1;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_isOptional(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_isOptional_m591FCC560A08AC08BE33CAB3EA26A947C46AAAC9 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_Flags |= Flags.Optional;
int32_t L_2 = __this->___m_Flags_1;
__this->___m_Flags_1 = ((int32_t)((int32_t)L_2|1));
goto IL_0025;
}
IL_0016:
{
// m_Flags &= ~Flags.Optional;
int32_t L_3 = __this->___m_Flags_1;
__this->___m_Flags_1 = ((int32_t)((int32_t)L_3&((int32_t)-2)));
}
IL_0025:
{
// }
return;
}
}
IL2CPP_EXTERN_C void DeviceRequirement_set_isOptional_m591FCC560A08AC08BE33CAB3EA26A947C46AAAC9_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
DeviceRequirement_set_isOptional_m591FCC560A08AC08BE33CAB3EA26A947C46AAAC9(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isAND()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isAND_m0CE95D6B666BB8C1E24E120594B53825FEF370FA (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
{
// get => !isOR;
bool L_0;
L_0 = DeviceRequirement_get_isOR_m28BC9B35C6A085A381D03A9213CD36BB1F82631B(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool DeviceRequirement_get_isAND_m0CE95D6B666BB8C1E24E120594B53825FEF370FA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceRequirement_get_isAND_m0CE95D6B666BB8C1E24E120594B53825FEF370FA(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_isAND(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_isAND_m4CC506A509287CBFD09B3D3FB7B375DF7D65C522 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set => isOR = !value;
bool L_0 = ___value0;
DeviceRequirement_set_isOR_m77F16CC96262C834B2201E71AD356A6980324A22(__this, (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0), NULL);
return;
}
}
IL2CPP_EXTERN_C void DeviceRequirement_set_isAND_m4CC506A509287CBFD09B3D3FB7B375DF7D65C522_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
DeviceRequirement_set_isAND_m4CC506A509287CBFD09B3D3FB7B375DF7D65C522(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isOR()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isOR_m28BC9B35C6A085A381D03A9213CD36BB1F82631B (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
{
// get => (m_Flags & Flags.Or) != 0;
int32_t L_0 = __this->___m_Flags_1;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool DeviceRequirement_get_isOR_m28BC9B35C6A085A381D03A9213CD36BB1F82631B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceRequirement_get_isOR_m28BC9B35C6A085A381D03A9213CD36BB1F82631B(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::set_isOR(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceRequirement_set_isOR_m77F16CC96262C834B2201E71AD356A6980324A22 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_Flags |= Flags.Or;
int32_t L_2 = __this->___m_Flags_1;
__this->___m_Flags_1 = ((int32_t)((int32_t)L_2|2));
goto IL_0025;
}
IL_0016:
{
// m_Flags &= ~Flags.Or;
int32_t L_3 = __this->___m_Flags_1;
__this->___m_Flags_1 = ((int32_t)((int32_t)L_3&((int32_t)-3)));
}
IL_0025:
{
// }
return;
}
}
IL2CPP_EXTERN_C void DeviceRequirement_set_isOR_m77F16CC96262C834B2201E71AD356A6980324A22_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
DeviceRequirement_set_isOR_m77F16CC96262C834B2201E71AD356A6980324A22(_thisAdjusted, ___value0, method);
}
// System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceRequirement_ToString_m68725AFCE60EA9710346CE884F01569E4469DE60 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0829D104A55BDE3143216482A8BF980286C6E26F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C8D8661F13BDD4FA26A750EBEF788D1C8F7AD8A);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
String_t* V_2 = NULL;
{
// if (!string.IsNullOrEmpty(controlPath))
String_t* L_0;
L_0 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(__this, NULL);
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(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_0044;
}
}
{
// if (isOptional)
bool L_3;
L_3 = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C(__this, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0031;
}
}
{
// return controlPath + " (Optional)";
String_t* L_5;
L_5 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(__this, NULL);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_5, _stringLiteral5C8D8661F13BDD4FA26A750EBEF788D1C8F7AD8A, NULL);
V_2 = L_6;
goto IL_0057;
}
IL_0031:
{
// return controlPath + " (Required)";
String_t* L_7;
L_7 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(__this, NULL);
String_t* L_8;
L_8 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_7, _stringLiteral0829D104A55BDE3143216482A8BF980286C6E26F, NULL);
V_2 = L_8;
goto IL_0057;
}
IL_0044:
{
// return base.ToString();
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_9 = (*(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*)__this);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_10 = L_9;
RuntimeObject* L_11 = Box(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_il2cpp_TypeInfo_var, &L_10);
String_t* L_12;
L_12 = ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_11, NULL);
V_2 = L_12;
goto IL_0057;
}
IL_0057:
{
// }
String_t* L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C String_t* DeviceRequirement_ToString_m68725AFCE60EA9710346CE884F01569E4469DE60_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
String_t* _returnValue;
_returnValue = DeviceRequirement_ToString_m68725AFCE60EA9710346CE884F01569E4469DE60(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::Equals(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// return string.Equals(m_ControlPath, other.m_ControlPath) && m_Flags == other.m_Flags &&
// string.Equals(controlPath, other.controlPath) && isOptional == other.isOptional;
String_t* L_0 = __this->___m_ControlPath_0;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_1 = ___other0;
String_t* L_2 = L_1.___m_ControlPath_0;
bool L_3;
L_3 = String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0047;
}
}
{
int32_t L_4 = __this->___m_Flags_1;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_5 = ___other0;
int32_t L_6 = L_5.___m_Flags_1;
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
{
goto IL_0047;
}
}
{
String_t* L_7;
L_7 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(__this, NULL);
String_t* L_8;
L_8 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline((&___other0), NULL);
bool L_9;
L_9 = String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0047;
}
}
{
bool L_10;
L_10 = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C(__this, NULL);
bool L_11;
L_11 = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C((&___other0), NULL);
G_B5_0 = ((((int32_t)L_10) == ((int32_t)L_11))? 1 : 0);
goto IL_0048;
}
IL_0047:
{
G_B5_0 = 0;
}
IL_0048:
{
V_0 = (bool)G_B5_0;
goto IL_004b;
}
IL_004b:
{
// }
bool L_12 = V_0;
return L_12;
}
}
IL2CPP_EXTERN_C bool DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C_AdjustorThunk (RuntimeObject* __this, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___other0, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_Equals_m8B21D6C5F042071FE736CC9D3F360265AEE9F6D8 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
// if (ReferenceEquals(null, obj))
RuntimeObject* L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
// return obj is DeviceRequirement && Equals((DeviceRequirement)obj);
RuntimeObject* L_2 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_il2cpp_TypeInfo_var)))
{
goto IL_0023;
}
}
{
RuntimeObject* L_3 = ___obj0;
bool L_4;
L_4 = DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C(__this, ((*(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*)((DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*)(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*)UnBox(L_3, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_il2cpp_TypeInfo_var)))), NULL);
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
// }
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool DeviceRequirement_Equals_m8B21D6C5F042071FE736CC9D3F360265AEE9F6D8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
bool _returnValue;
_returnValue = DeviceRequirement_Equals_m8B21D6C5F042071FE736CC9D3F360265AEE9F6D8(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeviceRequirement_GetHashCode_m46AFB754269A689D014F6F84D398AE2BBA0E3D62 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
// var hashCode = (m_ControlPath != null ? m_ControlPath.GetHashCode() : 0);
String_t* L_0 = __this->___m_ControlPath_0;
if (L_0)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0018;
}
IL_000d:
{
String_t* L_1 = __this->___m_ControlPath_0;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
G_B3_0 = L_2;
}
IL_0018:
{
V_0 = G_B3_0;
// hashCode = (hashCode * 397) ^ m_Flags.GetHashCode();
int32_t L_3 = V_0;
int32_t* L_4 = (&__this->___m_Flags_1);
int32_t L_5;
L_5 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((int32_t*)L_4, NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)))^L_5));
// hashCode = (hashCode * 397) ^ (controlPath != null ? controlPath.GetHashCode() : 0);
int32_t L_6 = V_0;
String_t* L_7;
L_7 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(__this, NULL);
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(L_6, ((int32_t)397)));
if (L_7)
{
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(L_6, ((int32_t)397)));
goto IL_0045;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0050;
}
IL_0045:
{
String_t* L_8;
L_8 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline(__this, NULL);
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8);
G_B6_0 = L_9;
G_B6_1 = G_B5_0;
}
IL_0050:
{
V_0 = ((int32_t)(G_B6_1^G_B6_0));
// hashCode = (hashCode * 397) ^ isOptional.GetHashCode();
int32_t L_10 = V_0;
bool L_11;
L_11 = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C(__this, NULL);
V_1 = L_11;
int32_t L_12;
L_12 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_1), NULL);
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)397)))^L_12));
// return hashCode;
int32_t L_13 = V_0;
V_2 = L_13;
goto IL_006d;
}
IL_006d:
{
// }
int32_t L_14 = V_2;
return L_14;
}
}
IL2CPP_EXTERN_C int32_t DeviceRequirement_GetHashCode_m46AFB754269A689D014F6F84D398AE2BBA0E3D62_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056*>(__this + _offset);
int32_t _returnValue;
_returnValue = DeviceRequirement_GetHashCode_m46AFB754269A689D014F6F84D398AE2BBA0E3D62(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::op_Equality(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_op_Equality_mF0AF0A4201D4CEFEEC5DD02CD17EA42C565CD34C (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___left0, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return left.Equals(right);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_0 = ___right1;
bool L_1;
L_1 = DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C((&___left0), L_0, NULL);
V_0 = L_1;
goto IL_000c;
}
IL_000c:
{
// }
bool L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::op_Inequality(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_op_Inequality_m603DD0327521C9F943A241CAFB58B5481ED6DE96 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___left0, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___right1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !left.Equals(right);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_0 = ___right1;
bool L_1;
L_1 = DeviceRequirement_Equals_m071774BF132ABBEAACA18D9075655F9D816D617C((&___left0), L_0, NULL);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.___name_0);
marshaled.___bindingGroup_1 = il2cpp_codegen_marshal_string(unmarshaled.___bindingGroup_1);
if (unmarshaled.___devices_2 != NULL)
{
il2cpp_array_size_t _unmarshaleddevices_Length = (unmarshaled.___devices_2)->max_length;
marshaled.___devices_2 = il2cpp_codegen_marshal_allocate_array<DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke>(_unmarshaleddevices_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaleddevices_Length); i++)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke((unmarshaled.___devices_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___devices_2)[i]);
}
}
else
{
marshaled.___devices_2 = NULL;
}
}
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_back(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke& marshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_string_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___name_0));
unmarshaled.___bindingGroup_1 = il2cpp_codegen_marshal_string_result(marshaled.___bindingGroup_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindingGroup_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___bindingGroup_1));
if (marshaled.___devices_2 != NULL)
{
if (unmarshaled.___devices_2 == NULL)
{
unmarshaled.___devices_2 = reinterpret_cast<DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*>((DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)SZArrayNew(DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___devices_2), (void*)reinterpret_cast<DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*>((DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)SZArrayNew(DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___devices_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 _marshaled____devices_2_i__unmarshaled;
memset((&_marshaled____devices_2_i__unmarshaled), 0, sizeof(_marshaled____devices_2_i__unmarshaled));
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke_back((marshaled.___devices_2)[i], _marshaled____devices_2_i__unmarshaled);
(unmarshaled.___devices_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____devices_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_pinvoke_cleanup(SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___bindingGroup_1);
marshaled.___bindingGroup_1 = NULL;
if (marshaled.___devices_2 != NULL)
{
const il2cpp_array_size_t marshaled____devices_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____devices_2_CleanupLoopCount); i++)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke_cleanup((marshaled.___devices_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___devices_2);
marshaled.___devices_2 = NULL;
}
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com& marshaled)
{
marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___name_0);
marshaled.___bindingGroup_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___bindingGroup_1);
if (unmarshaled.___devices_2 != NULL)
{
il2cpp_array_size_t _unmarshaleddevices_Length = (unmarshaled.___devices_2)->max_length;
marshaled.___devices_2 = il2cpp_codegen_marshal_allocate_array<DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com>(_unmarshaleddevices_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaleddevices_Length); i++)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com((unmarshaled.___devices_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)), (marshaled.___devices_2)[i]);
}
}
else
{
marshaled.___devices_2 = NULL;
}
}
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_back(const SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com& marshaled, SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___name_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___name_0));
unmarshaled.___bindingGroup_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___bindingGroup_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bindingGroup_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___bindingGroup_1));
if (marshaled.___devices_2 != NULL)
{
if (unmarshaled.___devices_2 == NULL)
{
unmarshaled.___devices_2 = reinterpret_cast<DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*>((DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)SZArrayNew(DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___devices_2), (void*)reinterpret_cast<DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*>((DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)SZArrayNew(DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___devices_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 _marshaled____devices_2_i__unmarshaled;
memset((&_marshaled____devices_2_i__unmarshaled), 0, sizeof(_marshaled____devices_2_i__unmarshaled));
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com_back((marshaled.___devices_2)[i], _marshaled____devices_2_i__unmarshaled);
(unmarshaled.___devices_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _marshaled____devices_2_i__unmarshaled);
}
}
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson
IL2CPP_EXTERN_C void SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshal_com_cleanup(SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___name_0);
marshaled.___name_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___bindingGroup_1);
marshaled.___bindingGroup_1 = NULL;
if (marshaled.___devices_2 != NULL)
{
const il2cpp_array_size_t marshaled____devices_2_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(marshaled____devices_2_CleanupLoopCount); i++)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com_cleanup((marshaled.___devices_2)[i]);
}
il2cpp_codegen_marshal_free(marshaled.___devices_2);
marshaled.___devices_2 = NULL;
}
}
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToScheme()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 SchemeJson_ToScheme_m2211E9DCE2FD944DE99461DF027892940CBD24DB (SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_5;
memset((&V_5), 0, sizeof(V_5));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t G_B3_0 = 0;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B10_0 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B9_0 = NULL;
String_t* G_B11_0 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B11_1 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B13_0 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B12_0 = NULL;
String_t* G_B14_0 = NULL;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* G_B14_1 = NULL;
{
// DeviceRequirement[] deviceRequirements = null;
V_0 = (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)NULL;
// if (devices != null && devices.Length > 0)
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_0 = __this->___devices_2;
if (!L_0)
{
goto IL_0017;
}
}
{
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_1 = __this->___devices_2;
NullCheck(L_1);
G_B3_0 = ((!(((uint32_t)(((RuntimeArray*)L_1)->max_length)) <= ((uint32_t)0)))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
V_1 = (bool)G_B3_0;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0058;
}
}
{
// var count = devices.Length;
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_3 = __this->___devices_2;
NullCheck(L_3);
V_2 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
// deviceRequirements = new DeviceRequirement[count];
int32_t L_4 = V_2;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_5 = (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE*)SZArrayNew(DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_0 = L_5;
// for (var i = 0; i < count; ++i)
V_3 = 0;
goto IL_004d;
}
IL_0031:
{
// deviceRequirements[i] = devices[i].ToDeviceEntry();
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_6 = V_0;
int32_t L_7 = V_3;
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_8 = __this->___devices_2;
int32_t L_9 = V_3;
NullCheck(L_8);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_10;
L_10 = DeviceJson_ToDeviceEntry_mB7507A5487F3308A976014175906ECBF4497D914(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), NULL);
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056)L_10);
// for (var i = 0; i < count; ++i)
int32_t L_11 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_004d:
{
// for (var i = 0; i < count; ++i)
int32_t L_12 = V_3;
int32_t L_13 = V_2;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0031;
}
}
{
}
IL_0058:
{
// return new InputControlScheme
// {
// m_Name = string.IsNullOrEmpty(name) ? null : name,
// m_BindingGroup = string.IsNullOrEmpty(bindingGroup) ? null : bindingGroup,
// m_DeviceRequirements = deviceRequirements,
// };
il2cpp_codegen_initobj((&V_5), sizeof(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434));
String_t* L_15 = __this->___name_0;
bool L_16;
L_16 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_15, NULL);
G_B9_0 = (&V_5);
if (L_16)
{
G_B10_0 = (&V_5);
goto IL_0077;
}
}
{
String_t* L_17 = __this->___name_0;
G_B11_0 = L_17;
G_B11_1 = G_B9_0;
goto IL_0078;
}
IL_0077:
{
G_B11_0 = ((String_t*)(NULL));
G_B11_1 = G_B10_0;
}
IL_0078:
{
G_B11_1->___m_Name_0 = G_B11_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B11_1->___m_Name_0), (void*)G_B11_0);
String_t* L_18 = __this->___bindingGroup_1;
bool L_19;
L_19 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_18, NULL);
G_B12_0 = (&V_5);
if (L_19)
{
G_B13_0 = (&V_5);
goto IL_0094;
}
}
{
String_t* L_20 = __this->___bindingGroup_1;
G_B14_0 = L_20;
G_B14_1 = G_B12_0;
goto IL_0095;
}
IL_0094:
{
G_B14_0 = ((String_t*)(NULL));
G_B14_1 = G_B13_0;
}
IL_0095:
{
G_B14_1->___m_BindingGroup_1 = G_B14_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B14_1->___m_BindingGroup_1), (void*)G_B14_0);
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_21 = V_0;
(&V_5)->___m_DeviceRequirements_2 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___m_DeviceRequirements_2), (void*)L_21);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_22 = V_5;
V_6 = L_22;
goto IL_00a8;
}
IL_00a8:
{
// }
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_23 = V_6;
return L_23;
}
}
IL2CPP_EXTERN_C InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 SchemeJson_ToScheme_m2211E9DCE2FD944DE99461DF027892940CBD24DB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80*>(__this + _offset);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 _returnValue;
_returnValue = SchemeJson_ToScheme_m2211E9DCE2FD944DE99461DF027892940CBD24DB(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControlScheme/SchemeJson UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToJson(UnityEngine.InputSystem.InputControlScheme)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 SchemeJson_ToJson_m87EC0A8E786BB130454015683E22187ACED2DEE5 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 V_5;
memset((&V_5), 0, sizeof(V_5));
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t G_B3_0 = 0;
{
// DeviceJson[] devices = null;
V_0 = (DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)NULL;
// if (scheme.m_DeviceRequirements != null && scheme.m_DeviceRequirements.Length > 0)
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___scheme0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_1 = L_0.___m_DeviceRequirements_2;
if (!L_1)
{
goto IL_0017;
}
}
{
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_2 = ___scheme0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_3 = L_2.___m_DeviceRequirements_2;
NullCheck(L_3);
G_B3_0 = ((!(((uint32_t)(((RuntimeArray*)L_3)->max_length)) <= ((uint32_t)0)))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
V_1 = (bool)G_B3_0;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0058;
}
}
{
// var count = scheme.m_DeviceRequirements.Length;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = ___scheme0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_6 = L_5.___m_DeviceRequirements_2;
NullCheck(L_6);
V_2 = ((int32_t)(((RuntimeArray*)L_6)->max_length));
// devices = new DeviceJson[count];
int32_t L_7 = V_2;
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_8 = (DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)(DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278*)SZArrayNew(DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_0 = L_8;
// for (var i = 0; i < count; ++i)
V_3 = 0;
goto IL_004d;
}
IL_0031:
{
// devices[i] = DeviceJson.From(scheme.m_DeviceRequirements[i]);
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_9 = V_0;
int32_t L_10 = V_3;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_11 = ___scheme0;
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* L_12 = L_11.___m_DeviceRequirements_2;
int32_t L_13 = V_3;
NullCheck(L_12);
int32_t L_14 = L_13;
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 L_16;
L_16 = DeviceJson_From_mA73371207DF5228083C21DFE0DA035212D0192E6(L_15, NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2)L_16);
// for (var i = 0; i < count; ++i)
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_004d:
{
// for (var i = 0; i < count; ++i)
int32_t L_18 = V_3;
int32_t L_19 = V_2;
V_4 = (bool)((((int32_t)L_18) < ((int32_t)L_19))? 1 : 0);
bool L_20 = V_4;
if (L_20)
{
goto IL_0031;
}
}
{
}
IL_0058:
{
// return new SchemeJson
// {
// name = scheme.m_Name,
// bindingGroup = scheme.m_BindingGroup,
// devices = devices,
// };
il2cpp_codegen_initobj((&V_5), sizeof(SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80));
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_21 = ___scheme0;
String_t* L_22 = L_21.___m_Name_0;
(&V_5)->___name_0 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___name_0), (void*)L_22);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_23 = ___scheme0;
String_t* L_24 = L_23.___m_BindingGroup_1;
(&V_5)->___bindingGroup_1 = L_24;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___bindingGroup_1), (void*)L_24);
DeviceJsonU5BU5D_tD8A3D5639BB87977D72F14C0AEDA8EBC7C625278* L_25 = V_0;
(&V_5)->___devices_2 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___devices_2), (void*)L_25);
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 L_26 = V_5;
V_6 = L_26;
goto IL_0088;
}
IL_0088:
{
// }
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 L_27 = V_6;
return L_27;
}
}
// UnityEngine.InputSystem.InputControlScheme/SchemeJson[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToJson(UnityEngine.InputSystem.InputControlScheme[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* SchemeJson_ToJson_m838314BE485505C4734D0E22CA62479EE5F32B14 (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___schemes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* V_1 = NULL;
bool V_2 = false;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* V_3 = NULL;
int32_t V_4 = 0;
bool V_5 = false;
int32_t G_B3_0 = 0;
{
// if (schemes == null || schemes.Length == 0)
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_0 = ___schemes0;
if (!L_0)
{
goto IL_000b;
}
}
{
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_1 = ___schemes0;
NullCheck(L_1);
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_1)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_000c;
}
IL_000b:
{
G_B3_0 = 1;
}
IL_000c:
{
V_2 = (bool)G_B3_0;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0014;
}
}
{
// return null;
V_3 = (SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)NULL;
goto IL_004e;
}
IL_0014:
{
// var count = schemes.Length;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_3 = ___schemes0;
NullCheck(L_3);
V_0 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
// var result = new SchemeJson[count];
int32_t L_4 = V_0;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_5 = (SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28*)SZArrayNew(SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
// for (var i = 0; i < count; ++i)
V_4 = 0;
goto IL_003f;
}
IL_0024:
{
// result[i] = ToJson(schemes[i]);
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_6 = V_1;
int32_t L_7 = V_4;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_8 = ___schemes0;
int32_t L_9 = V_4;
NullCheck(L_8);
int32_t L_10 = L_9;
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80 L_12;
L_12 = SchemeJson_ToJson_m87EC0A8E786BB130454015683E22187ACED2DEE5(L_11, NULL);
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (SchemeJson_t35D7E80205240ADFCEC9BDED04EFD8AC94D18E80)L_12);
// for (var i = 0; i < count; ++i)
int32_t L_13 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_003f:
{
// for (var i = 0; i < count; ++i)
int32_t L_14 = V_4;
int32_t L_15 = V_0;
V_5 = (bool)((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
bool L_16 = V_5;
if (L_16)
{
goto IL_0024;
}
}
{
// return result;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_17 = V_1;
V_3 = L_17;
goto IL_004e;
}
IL_004e:
{
// }
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_18 = V_3;
return L_18;
}
}
// UnityEngine.InputSystem.InputControlScheme[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::ToSchemes(UnityEngine.InputSystem.InputControlScheme/SchemeJson[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* SchemeJson_ToSchemes_m029128362DB3FFB1665A3E6D19FEDBB1D1CDFDF4 (SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* ___schemes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* V_1 = NULL;
bool V_2 = false;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* V_3 = NULL;
int32_t V_4 = 0;
bool V_5 = false;
int32_t G_B3_0 = 0;
{
// if (schemes == null || schemes.Length == 0)
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_0 = ___schemes0;
if (!L_0)
{
goto IL_000b;
}
}
{
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_1 = ___schemes0;
NullCheck(L_1);
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_1)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_000c;
}
IL_000b:
{
G_B3_0 = 1;
}
IL_000c:
{
V_2 = (bool)G_B3_0;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0014;
}
}
{
// return null;
V_3 = (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86*)NULL;
goto IL_004e;
}
IL_0014:
{
// var count = schemes.Length;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_3 = ___schemes0;
NullCheck(L_3);
V_0 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
// var result = new InputControlScheme[count];
int32_t L_4 = V_0;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_5 = (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86*)(InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86*)SZArrayNew(InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
// for (var i = 0; i < count; ++i)
V_4 = 0;
goto IL_003f;
}
IL_0024:
{
// result[i] = schemes[i].ToScheme();
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_6 = V_1;
int32_t L_7 = V_4;
SchemeJsonU5BU5D_tE8D200C4C143F0FE243B6AE24496ED24284FEC28* L_8 = ___schemes0;
int32_t L_9 = V_4;
NullCheck(L_8);
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_10;
L_10 = SchemeJson_ToScheme_m2211E9DCE2FD944DE99461DF027892940CBD24DB(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), NULL);
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434)L_10);
// for (var i = 0; i < count; ++i)
int32_t L_11 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003f:
{
// for (var i = 0; i < count; ++i)
int32_t L_12 = V_4;
int32_t L_13 = V_0;
V_5 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_5;
if (L_14)
{
goto IL_0024;
}
}
{
// return result;
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_15 = V_1;
V_3 = L_15;
goto IL_004e;
}
IL_004e:
{
// }
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_16 = V_3;
return L_16;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke& marshaled)
{
marshaled.___devicePath_0 = il2cpp_codegen_marshal_string(unmarshaled.___devicePath_0);
marshaled.___isOptional_1 = static_cast<int32_t>(unmarshaled.___isOptional_1);
marshaled.___isOR_2 = static_cast<int32_t>(unmarshaled.___isOR_2);
}
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke_back(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke& marshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled)
{
unmarshaled.___devicePath_0 = il2cpp_codegen_marshal_string_result(marshaled.___devicePath_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___devicePath_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___devicePath_0));
bool unmarshaledisOptional_temp_1 = false;
unmarshaledisOptional_temp_1 = static_cast<bool>(marshaled.___isOptional_1);
unmarshaled.___isOptional_1 = unmarshaledisOptional_temp_1;
bool unmarshaledisOR_temp_2 = false;
unmarshaledisOR_temp_2 = static_cast<bool>(marshaled.___isOR_2);
unmarshaled.___isOR_2 = unmarshaledisOR_temp_2;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_pinvoke_cleanup(DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___devicePath_0);
marshaled.___devicePath_0 = NULL;
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com& marshaled)
{
marshaled.___devicePath_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___devicePath_0);
marshaled.___isOptional_1 = static_cast<int32_t>(unmarshaled.___isOptional_1);
marshaled.___isOR_2 = static_cast<int32_t>(unmarshaled.___isOR_2);
}
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com_back(const DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com& marshaled, DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2& unmarshaled)
{
unmarshaled.___devicePath_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___devicePath_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___devicePath_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___devicePath_0));
bool unmarshaledisOptional_temp_1 = false;
unmarshaledisOptional_temp_1 = static_cast<bool>(marshaled.___isOptional_1);
unmarshaled.___isOptional_1 = unmarshaledisOptional_temp_1;
bool unmarshaledisOR_temp_2 = false;
unmarshaledisOR_temp_2 = static_cast<bool>(marshaled.___isOR_2);
unmarshaled.___isOR_2 = unmarshaledisOR_temp_2;
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson
IL2CPP_EXTERN_C void DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshal_com_cleanup(DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___devicePath_0);
marshaled.___devicePath_0 = NULL;
}
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::ToDeviceEntry()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 DeviceJson_ToDeviceEntry_mB7507A5487F3308A976014175906ECBF4497D914 (DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2* __this, const RuntimeMethod* method)
{
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_0;
memset((&V_0), 0, sizeof(V_0));
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new DeviceRequirement
// {
// controlPath = devicePath,
// isOptional = isOptional,
// isOR = isOR,
// };
il2cpp_codegen_initobj((&V_0), sizeof(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056));
String_t* L_0 = __this->___devicePath_0;
DeviceRequirement_set_controlPath_m1C566CDE2468E01E68437AEF7D481D46D6BF7493_inline((&V_0), L_0, NULL);
bool L_1 = __this->___isOptional_1;
DeviceRequirement_set_isOptional_m591FCC560A08AC08BE33CAB3EA26A947C46AAAC9((&V_0), L_1, NULL);
bool L_2 = __this->___isOR_2;
DeviceRequirement_set_isOR_m77F16CC96262C834B2201E71AD356A6980324A22((&V_0), L_2, NULL);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_3 = V_0;
V_1 = L_3;
goto IL_0037;
}
IL_0037:
{
// }
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_4 = V_1;
return L_4;
}
}
IL2CPP_EXTERN_C DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 DeviceJson_ToDeviceEntry_mB7507A5487F3308A976014175906ECBF4497D914_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2*>(__this + _offset);
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 _returnValue;
_returnValue = DeviceJson_ToDeviceEntry_mB7507A5487F3308A976014175906ECBF4497D914(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::From(UnityEngine.InputSystem.InputControlScheme/DeviceRequirement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 DeviceJson_From_mA73371207DF5228083C21DFE0DA035212D0192E6 (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___requirement0, const RuntimeMethod* method)
{
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 V_0;
memset((&V_0), 0, sizeof(V_0));
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// return new DeviceJson
// {
// devicePath = requirement.controlPath,
// isOptional = requirement.isOptional,
// isOR = requirement.isOR,
// };
il2cpp_codegen_initobj((&V_0), sizeof(DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2));
String_t* L_0;
L_0 = DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline((&___requirement0), NULL);
(&V_0)->___devicePath_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___devicePath_0), (void*)L_0);
bool L_1;
L_1 = DeviceRequirement_get_isOptional_m6CCAB50937C046175AAC20B7494FF7D8738EC24C((&___requirement0), NULL);
(&V_0)->___isOptional_1 = L_1;
bool L_2;
L_2 = DeviceRequirement_get_isOR_m28BC9B35C6A085A381D03A9213CD36BB1F82631B((&___requirement0), NULL);
(&V_0)->___isOR_2 = L_2;
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 L_3 = V_0;
V_1 = L_3;
goto IL_0037;
}
IL_0037:
{
// }
DeviceJson_t62221814EF0AB9D5DB20A870D7C15C45A8AC06F2 L_4 = V_1;
return L_4;
}
}
#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.InputInteractionContext
IL2CPP_EXTERN_C void InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshal_pinvoke(const InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C& unmarshaled, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputInteractionContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshal_pinvoke_back(const InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_pinvoke& marshaled, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputInteractionContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputInteractionContext
IL2CPP_EXTERN_C void InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshal_pinvoke_cleanup(InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputInteractionContext
IL2CPP_EXTERN_C void InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshal_com(const InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C& unmarshaled, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_com& marshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputInteractionContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
IL2CPP_EXTERN_C void InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshal_com_back(const InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_com& marshaled, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C& unmarshaled)
{
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'InputInteractionContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputInteractionContext
IL2CPP_EXTERN_C void InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshal_com_cleanup(InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C_marshaled_com& marshaled)
{
}
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputInteractionContext::get_action()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputInteractionContext_get_action_m213E1CECCDEF5AC6448CFABD4A12BA0D7EBDDF0A (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public InputAction action => m_State.GetActionOrNull(ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = (&__this->___m_TriggerState_2);
NullCheck(L_0);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2;
L_2 = InputActionState_GetActionOrNull_m05F35815429747AF9B62AD4F02E86095E4527E49(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputInteractionContext_get_action_m213E1CECCDEF5AC6448CFABD4A12BA0D7EBDDF0A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
_returnValue = InputInteractionContext_get_action_m213E1CECCDEF5AC6448CFABD4A12BA0D7EBDDF0A(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputInteractionContext::get_control()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputInteractionContext_get_control_m4CCA656C5AE3E407DC72A0E3B7A5D69E2699F790 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public InputControl control => m_State.GetControl(ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = (&__this->___m_TriggerState_2);
NullCheck(L_0);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
L_2 = InputActionState_GetControl_m9705523C21068B09873F22330EC7CD31A4C80E23(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputInteractionContext_get_control_m4CCA656C5AE3E407DC72A0E3B7A5D69E2699F790_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
_returnValue = InputInteractionContext_get_control_m4CCA656C5AE3E407DC72A0E3B7A5D69E2699F790(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputInteractionContext::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public InputActionPhase phase => m_TriggerState.phase;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.InputInteractionContext::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public double time => m_TriggerState.time;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
double L_1;
L_1 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C double InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
double _returnValue;
_returnValue = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(_thisAdjusted, method);
return _returnValue;
}
// System.Double UnityEngine.InputSystem.InputInteractionContext::get_startTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputInteractionContext_get_startTime_mAEA116332D37EF638721319D0198B8AA84252E11 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public double startTime => m_TriggerState.startTime;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
double L_1;
L_1 = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C double InputInteractionContext_get_startTime_mAEA116332D37EF638721319D0198B8AA84252E11_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
double _returnValue;
_returnValue = InputInteractionContext_get_startTime_mAEA116332D37EF638721319D0198B8AA84252E11(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_timerHasExpired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// get => (m_Flags & Flags.TimerHasExpired) != 0;
int32_t L_0 = __this->___m_Flags_1;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
bool _returnValue;
_returnValue = InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0(_thisAdjusted, method);
return _returnValue;
}
// 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)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_Flags |= Flags.TimerHasExpired;
int32_t L_2 = __this->___m_Flags_1;
__this->___m_Flags_1 = ((int32_t)((int32_t)L_2|2));
goto IL_0025;
}
IL_0016:
{
// m_Flags &= ~Flags.TimerHasExpired;
int32_t L_3 = __this->___m_Flags_1;
__this->___m_Flags_1 = ((int32_t)((int32_t)L_3&((int32_t)-3)));
}
IL_0025:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_set_timerHasExpired_m047512398BBD01A222077E48CA8DC3548F02135B_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_set_timerHasExpired_m047512398BBD01A222077E48CA8DC3548F02135B(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_isWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public bool isWaiting => phase == InputActionPhase.Waiting;
int32_t L_0;
L_0 = InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
bool _returnValue;
_returnValue = InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_isStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// public bool isStarted => phase == InputActionPhase.Started;
int32_t L_0;
L_0 = InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08(__this, NULL);
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
bool _returnValue;
_returnValue = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(_thisAdjusted, method);
return _returnValue;
}
// System.Single UnityEngine.InputSystem.InputInteractionContext::ComputeMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputInteractionContext_ComputeMagnitude_mAE8CCDCF368532333B17840B1C9D60BC54625E53 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return m_State.ComputeMagnitude(ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = (&__this->___m_TriggerState_2);
NullCheck(L_0);
float L_2;
L_2 = InputActionState_ComputeMagnitude_mF5EB6E6593982252ED199ECFE7B90A881D8BB55A(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
// }
float L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C float InputInteractionContext_ComputeMagnitude_mAE8CCDCF368532333B17840B1C9D60BC54625E53_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
float _returnValue;
_returnValue = InputInteractionContext_ComputeMagnitude_mAE8CCDCF368532333B17840B1C9D60BC54625E53(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::ControlIsActuated(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___threshold0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_State.IsActuated(ref m_TriggerState, threshold);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = (&__this->___m_TriggerState_2);
float L_2 = ___threshold0;
NullCheck(L_0);
bool L_3;
L_3 = InputActionState_IsActuated_m8F42BFDC2BEF45ED0F89591D5CD74B8F39F2A206(L_0, L_1, L_2, NULL);
V_0 = L_3;
goto IL_0016;
}
IL_0016:
{
// }
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F_AdjustorThunk (RuntimeObject* __this, float ___threshold0, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
bool _returnValue;
_returnValue = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(_thisAdjusted, ___threshold0, method);
return _returnValue;
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::Started()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// m_TriggerState.startTime = time;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
double L_1;
L_1 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(__this, NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_0, L_1, NULL);
// m_State.ChangePhaseOfInteraction(InputActionPhase.Started, ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = (&__this->___m_TriggerState_2);
NullCheck(L_2);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(L_2, 2, L_3, 1, (bool)1, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::Performed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_TriggerState.phase == InputActionPhase.Waiting)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(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_0025;
}
}
{
// m_TriggerState.startTime = time;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = (&__this->___m_TriggerState_2);
double L_4;
L_4 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(__this, NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_3, L_4, NULL);
}
IL_0025:
{
// m_State.ChangePhaseOfInteraction(InputActionPhase.Performed, ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = (&__this->___m_TriggerState_2);
NullCheck(L_5);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(L_5, 3, L_6, 1, (bool)1, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::PerformedAndStayStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_PerformedAndStayStarted_mC063A53FE04BE5B579753A047346E383B948CB0F (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_TriggerState.phase == InputActionPhase.Waiting)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(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_0025;
}
}
{
// m_TriggerState.startTime = time;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = (&__this->___m_TriggerState_2);
double L_4;
L_4 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(__this, NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_3, L_4, NULL);
}
IL_0025:
{
// m_State.ChangePhaseOfInteraction(InputActionPhase.Performed, ref m_TriggerState,
// phaseAfterPerformed: InputActionPhase.Started);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = (&__this->___m_TriggerState_2);
NullCheck(L_5);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(L_5, 3, L_6, 2, (bool)1, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_PerformedAndStayStarted_mC063A53FE04BE5B579753A047346E383B948CB0F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_PerformedAndStayStarted_mC063A53FE04BE5B579753A047346E383B948CB0F(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::PerformedAndStayPerformed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_TriggerState.phase == InputActionPhase.Waiting)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(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_0025;
}
}
{
// m_TriggerState.startTime = time;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = (&__this->___m_TriggerState_2);
double L_4;
L_4 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(__this, NULL);
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_3, L_4, NULL);
}
IL_0025:
{
// m_State.ChangePhaseOfInteraction(InputActionPhase.Performed, ref m_TriggerState,
// phaseAfterPerformed: InputActionPhase.Performed);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = (&__this->___m_TriggerState_2);
NullCheck(L_5);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(L_5, 3, L_6, 3, (bool)1, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::Canceled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_TriggerState.phase != InputActionPhase.Canceled)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_0, NULL);
V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_002b;
}
}
{
// m_State.ChangePhaseOfInteraction(InputActionPhase.Canceled, ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4 = (&__this->___m_TriggerState_2);
NullCheck(L_3);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(L_3, 4, L_4, 1, (bool)1, NULL);
}
IL_002b:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::Waiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Waiting_mF66F1C6024E14E19867B809F3A0384AEA5E81B5C (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (m_TriggerState.phase != InputActionPhase.Waiting)
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_0, NULL);
V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_002b;
}
}
{
// m_State.ChangePhaseOfInteraction(InputActionPhase.Waiting, ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = __this->___m_State_0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4 = (&__this->___m_TriggerState_2);
NullCheck(L_3);
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(L_3, 1, L_4, 1, (bool)1, NULL);
}
IL_002b:
{
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_Waiting_mF66F1C6024E14E19867B809F3A0384AEA5E81B5C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_Waiting_mF66F1C6024E14E19867B809F3A0384AEA5E81B5C(_thisAdjusted, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::SetTimeout(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___seconds0, const RuntimeMethod* method)
{
{
// m_State.StartTimeout(seconds, ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
float L_1 = ___seconds0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = (&__this->___m_TriggerState_2);
NullCheck(L_0);
InputActionState_StartTimeout_m9B0C446694F02F51D199861AD7FF435426A42B0F(L_0, L_1, L_2, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18_AdjustorThunk (RuntimeObject* __this, float ___seconds0, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18(_thisAdjusted, ___seconds0, method);
}
// System.Void UnityEngine.InputSystem.InputInteractionContext::SetTotalTimeoutCompletionTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___seconds0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (seconds <= 0)
float L_0 = ___seconds0;
V_0 = (bool)((((int32_t)((!(((float)L_0) <= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
// throw new ArgumentException("Seconds must be a positive value", nameof(seconds));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral945C9FDD2DF1B4F9CE3D0FE9BC9B6DD3A9DC93DE)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC2806EA40D9F7601BBB6DA354C649B46D2D8877)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D_RuntimeMethod_var)));
}
IL_0020:
{
// m_State.SetTotalTimeoutCompletionTime(seconds, ref m_TriggerState);
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = __this->___m_State_0;
float L_4 = ___seconds0;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = (&__this->___m_TriggerState_2);
NullCheck(L_3);
InputActionState_SetTotalTimeoutCompletionTime_mF3EFE5D4D46A1FC9CF10AC3749C1DE6EDB0ECFA3(L_3, L_4, L_5, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D_AdjustorThunk (RuntimeObject* __this, float ___seconds0, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D(_thisAdjusted, ___seconds0, method);
}
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_mapIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_mapIndex_mC1BC1412EB50C4F43A7ED416A6520E41167428C5 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// internal int mapIndex => m_TriggerState.mapIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputInteractionContext_get_mapIndex_mC1BC1412EB50C4F43A7ED416A6520E41167428C5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputInteractionContext_get_mapIndex_mC1BC1412EB50C4F43A7ED416A6520E41167428C5(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_controlIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_controlIndex_m2BBBF8479C8DF606949829CFF58FF64C15345A2A (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// internal int controlIndex => m_TriggerState.controlIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputInteractionContext_get_controlIndex_m2BBBF8479C8DF606949829CFF58FF64C15345A2A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputInteractionContext_get_controlIndex_m2BBBF8479C8DF606949829CFF58FF64C15345A2A(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_bindingIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_bindingIndex_mD80F545F0A623AC716025D3610318B1C9A2D6E5D (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// internal int bindingIndex => m_TriggerState.bindingIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputInteractionContext_get_bindingIndex_mD80F545F0A623AC716025D3610318B1C9A2D6E5D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputInteractionContext_get_bindingIndex_mD80F545F0A623AC716025D3610318B1C9A2D6E5D(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.InputSystem.InputInteractionContext::get_interactionIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_interactionIndex_m5241ACBA015EB7CFA213E2F35DC20C0F25E0C2BD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method)
{
{
// internal int interactionIndex => m_TriggerState.interactionIndex;
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = (&__this->___m_TriggerState_2);
int32_t L_1;
L_1 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t InputInteractionContext_get_interactionIndex_m5241ACBA015EB7CFA213E2F35DC20C0F25E0C2BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C*>(__this + _offset);
int32_t _returnValue;
_returnValue = InputInteractionContext_get_interactionIndex_m5241ACBA015EB7CFA213E2F35DC20C0F25E0C2BD(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.InputSystem::add_onLayoutChange(System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onLayoutChange_m25E8AC2E8593344CC7F04CF5975B398739C4A6D1 (Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___value0, 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;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onLayoutChange += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* L_5 = ___value0;
NullCheck(L_4);
InputManager_add_onLayoutChange_m27767E3C808C5CDB25754FE18AF12F8BC4C39D19(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onLayoutChange(System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onLayoutChange_m6BB5F1037542DD9FA9669EB46926DEB9A7A3E2BF (Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___value0, 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;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onLayoutChange -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* L_5 = ___value0;
NullCheck(L_4);
InputManager_remove_onLayoutChange_mC560DC1EEA42DD39C97EDA2FB85210C95B27AF44(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.Type,System.String,System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_m3D698A0BD9A5375F42E4158A05660DDC77A390B4 (Type_t* ___type0, String_t* ___name1, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (type == null)
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(type));
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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_RegisterLayout_m3D698A0BD9A5375F42E4158A05660DDC77A390B4_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_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0029;
}
}
{
// name = type.Name;
Type_t* L_7 = ___type0;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
___name1 = L_8;
}
IL_0029:
{
// s_Manager.RegisterControlLayout(name, type);
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;
String_t* L_10 = ___name1;
Type_t* L_11 = ___type0;
NullCheck(L_9);
InputManager_RegisterControlLayout_m1482E761F375E98DFA54E5A4B3FCE2AAE12C9274(L_9, L_10, L_11, NULL);
// if (matches != null)
bool L_12;
L_12 = Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_inline((&___matches2), Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var);
V_2 = L_12;
bool L_13 = V_2;
if (!L_13)
{
goto IL_0054;
}
}
{
// s_Manager.RegisterControlLayoutMatcher(name, matches.Value);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_14 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_15 = ___name1;
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_16;
L_16 = Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2((&___matches2), Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var);
NullCheck(L_14);
InputManager_RegisterControlLayoutMatcher_m62365557971AA9A045BFB0BE5A8253806BC8B1CA(L_14, L_15, L_16, NULL);
}
IL_0054:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.String,System.String,System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_m0B85065BF998E684B4CAC7D8DF2759906D551B9D (String_t* ___json0, String_t* ___name1, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// s_Manager.RegisterControlLayout(json, name);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_1 = ___json0;
String_t* L_2 = ___name1;
NullCheck(L_0);
InputManager_RegisterControlLayout_m97889AF0D5BBE63BFACA18ABAB23C8834A665211(L_0, L_1, L_2, (bool)0, NULL);
// if (matches != null)
bool L_3;
L_3 = Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_inline((&___matches2), Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_002d;
}
}
{
// s_Manager.RegisterControlLayoutMatcher(name, matches.Value);
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;
String_t* L_6 = ___name1;
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_7;
L_7 = Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2((&___matches2), Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var);
NullCheck(L_5);
InputManager_RegisterControlLayoutMatcher_m62365557971AA9A045BFB0BE5A8253806BC8B1CA(L_5, L_6, L_7, NULL);
}
IL_002d:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterLayoutOverride(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayoutOverride_mBAE3A58A6BACBA6F464E8E9CCC367C9198A323C1 (String_t* ___json0, String_t* ___name1, 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;
}
{
// s_Manager.RegisterControlLayout(json, name, isOverride: true);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_1 = ___json0;
String_t* L_2 = ___name1;
NullCheck(L_0);
InputManager_RegisterControlLayout_m97889AF0D5BBE63BFACA18ABAB23C8834A665211(L_0, L_1, L_2, (bool)1, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterLayoutMatcher(System.String,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayoutMatcher_m2DCAEC1ABA23A6E2576C5DB6F0BEB67B8DC90DCB (String_t* ___layoutName0, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___matcher1, 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;
}
{
// s_Manager.RegisterControlLayoutMatcher(layoutName, matcher);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_1 = ___layoutName0;
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_2 = ___matcher1;
NullCheck(L_0);
InputManager_RegisterControlLayoutMatcher_m62365557971AA9A045BFB0BE5A8253806BC8B1CA(L_0, L_1, L_2, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterLayoutBuilder(System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>,System.String,System.String,System.Nullable`1<UnityEngine.InputSystem.Layouts.InputDeviceMatcher>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayoutBuilder_m28509701C1119D9091D0FAB65D40B48537D986F5 (Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* ___buildMethod0, String_t* ___name1, String_t* ___baseLayout2, Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C ___matches3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (buildMethod == null)
Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* L_0 = ___buildMethod0;
V_0 = (bool)((((RuntimeObject*)(Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(buildMethod));
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*)&_stringLiteral2788B28D69ED868FF57B93A38205FD6CA63AE67F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_RegisterLayoutBuilder_m28509701C1119D9091D0FAB65D40B48537D986F5_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_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
{
// throw new ArgumentNullException(nameof(name));
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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_RegisterLayoutBuilder_m28509701C1119D9091D0FAB65D40B48537D986F5_RuntimeMethod_var)));
}
IL_0029:
{
// s_Manager.RegisterControlLayoutBuilder(buildMethod, name, baseLayout: baseLayout);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* L_8 = ___buildMethod0;
String_t* L_9 = ___name1;
String_t* L_10 = ___baseLayout2;
NullCheck(L_7);
InputManager_RegisterControlLayoutBuilder_mAB3368059F992F9078879198242BE92D86618363(L_7, L_8, L_9, L_10, NULL);
// if (matches != null)
bool L_11;
L_11 = Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_inline((&___matches3), Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_RuntimeMethod_var);
V_2 = L_11;
bool L_12 = V_2;
if (!L_12)
{
goto IL_0055;
}
}
{
// s_Manager.RegisterControlLayoutMatcher(name, matches.Value);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_13 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_14 = ___name1;
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_15;
L_15 = Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2((&___matches3), Nullable_1_get_Value_m97E89B7FA876853D53262C1AC147D07022EA29E2_RuntimeMethod_var);
NullCheck(L_13);
InputManager_RegisterControlLayoutMatcher_m62365557971AA9A045BFB0BE5A8253806BC8B1CA(L_13, L_14, L_15, NULL);
}
IL_0055:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RemoveLayout(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RemoveLayout_m7AA59AD8EC2AA0BAA64FAA37B96CF00C2DA27A4D (String_t* ___name0, 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;
}
{
// s_Manager.RemoveControlLayout(name);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_1 = ___name0;
NullCheck(L_0);
InputManager_RemoveControlLayout_m5C37DE567FBADB4E4616CBD41F49C0D2A9DCDE63(L_0, L_1, NULL);
// }
return;
}
}
// System.String UnityEngine.InputSystem.InputSystem::TryFindMatchingLayout(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputSystem_TryFindMatchingLayout_m07EAF04F8A322CC63428D617E7CE6A0D16D51280 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___deviceDescription0, 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;
}
String_t* V_0 = NULL;
{
// return s_Manager.TryFindMatchingControlLayout(ref deviceDescription);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
L_1 = InputManager_TryFindMatchingControlLayout_m9780D131A4EB436A48A30306F386459D65850C42(L_0, (&___deviceDescription0), 0, NULL);
String_t* L_2;
L_2 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_1, NULL);
V_0 = L_2;
goto IL_0016;
}
IL_0016:
{
// }
String_t* L_3 = V_0;
return L_3;
}
}
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputSystem::ListLayouts()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputSystem_ListLayouts_m4DD7C02054680DDB24EBFEE504B70F630DF1E1CC (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;
}
RuntimeObject* V_0 = NULL;
{
// return s_Manager.ListControlLayouts();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InputManager_ListControlLayouts_m3E12ACC443FD1CB4F393E0409DA18FE3E8C5FB2D(L_0, (String_t*)NULL, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// }
RuntimeObject* L_2 = V_0;
return L_2;
}
}
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputSystem::ListLayoutsBasedOn(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputSystem_ListLayoutsBasedOn_m0448739933BCE38E15B1ACFD95B9C6E55D5D5613 (String_t* ___baseLayout0, 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;
RuntimeObject* V_1 = NULL;
{
// if (string.IsNullOrEmpty(baseLayout))
String_t* L_0 = ___baseLayout0;
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(baseLayout));
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*)&_stringLiteralA93F472DC127BF8D2A6CD3BDCB4EF7E255FD3C90)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_ListLayoutsBasedOn_m0448739933BCE38E15B1ACFD95B9C6E55D5D5613_RuntimeMethod_var)));
}
IL_0016:
{
// return s_Manager.ListControlLayouts(basedOn: baseLayout);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_5 = ___baseLayout0;
NullCheck(L_4);
RuntimeObject* L_6;
L_6 = InputManager_ListControlLayouts_m3E12ACC443FD1CB4F393E0409DA18FE3E8C5FB2D(L_4, L_5, NULL);
V_1 = L_6;
goto IL_0024;
}
IL_0024:
{
// }
RuntimeObject* L_7 = V_1;
return L_7;
}
}
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.InputSystem::LoadLayout(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputSystem_LoadLayout_mA58ABD2C31E63EC4E2F47F9E2B7F08A6185366FC (String_t* ___name0, 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;
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_1 = NULL;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_LoadLayout_mA58ABD2C31E63EC4E2F47F9E2B7F08A6185366FC_RuntimeMethod_var)));
}
IL_0016:
{
// return s_Manager.TryLoadControlLayout(new InternedString(name));
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_5 = ___name0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6;
memset((&L_6), 0, sizeof(L_6));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_6), L_5, /*hidden argument*/NULL);
NullCheck(L_4);
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_7;
L_7 = InputManager_TryLoadControlLayout_m30139BCF99CC5EDFD2DF8E330A324EED8134B172(L_4, L_6, NULL);
V_1 = L_7;
goto IL_0029;
}
IL_0029:
{
// }
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_8 = V_1;
return L_8;
}
}
// System.String UnityEngine.InputSystem.InputSystem::GetNameOfBaseLayout(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputSystem_GetNameOfBaseLayout_m87AF702B8AA0DEEAD4958B6C6F3E51D38474D6D4 (String_t* ___layoutName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
memset((&V_0), 0, sizeof(V_0));
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
{
// if (string.IsNullOrEmpty(layoutName))
String_t* L_0 = ___layoutName0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(layoutName));
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*)&_stringLiteralD3405336B22171B2B1D27A70CEA528CE3E5F192C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_GetNameOfBaseLayout_m87AF702B8AA0DEEAD4958B6C6F3E51D38474D6D4_RuntimeMethod_var)));
}
IL_0016:
{
// var internedLayoutName = new InternedString(layoutName);
String_t* L_4 = ___layoutName0;
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_0), L_4, NULL);
// if (InputControlLayout.s_Layouts.baseLayoutTable.TryGetValue(internedLayoutName, out var result))
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_5 = (&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15)->___baseLayoutTable_4;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6 = V_0;
NullCheck(L_5);
bool L_7;
L_7 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_5, L_6, (&V_1), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
V_3 = L_7;
bool L_8 = V_3;
if (!L_8)
{
goto IL_003e;
}
}
{
// return result;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = V_1;
String_t* L_10;
L_10 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_9, NULL);
V_4 = L_10;
goto IL_0043;
}
IL_003e:
{
// return null;
V_4 = (String_t*)NULL;
goto IL_0043;
}
IL_0043:
{
// }
String_t* L_11 = V_4;
return L_11;
}
}
// System.Boolean UnityEngine.InputSystem.InputSystem::IsFirstLayoutBasedOnSecond(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSystem_IsFirstLayoutBasedOnSecond_m1A6764B0C7DF42D0FA2AA74E8073F42F7B72CC2E (String_t* ___firstLayoutName0, String_t* ___secondLayoutName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
memset((&V_0), 0, sizeof(V_0));
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
{
// if (string.IsNullOrEmpty(firstLayoutName))
String_t* L_0 = ___firstLayoutName0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(firstLayoutName));
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*)&_stringLiteral59B5D882E97712A200EE7938CF1AE2ED5D4650DE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_IsFirstLayoutBasedOnSecond_m1A6764B0C7DF42D0FA2AA74E8073F42F7B72CC2E_RuntimeMethod_var)));
}
IL_0016:
{
// if (string.IsNullOrEmpty(secondLayoutName))
String_t* L_4 = ___secondLayoutName1;
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_002b;
}
}
{
// throw new ArgumentNullException(nameof(secondLayoutName));
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*)&_stringLiteral3D6B6D538CCE29E96A003CD3269BC68EE45CFD59)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_IsFirstLayoutBasedOnSecond_m1A6764B0C7DF42D0FA2AA74E8073F42F7B72CC2E_RuntimeMethod_var)));
}
IL_002b:
{
// var internedFirstName = new InternedString(firstLayoutName);
String_t* L_8 = ___firstLayoutName0;
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_0), L_8, NULL);
// var internedSecondName = new InternedString(secondLayoutName);
String_t* L_9 = ___secondLayoutName1;
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_1), L_9, NULL);
// if (internedFirstName == internedSecondName)
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10 = V_0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11 = V_1;
bool L_12;
L_12 = InternedString_op_Equality_m8463DC02FB5C92B3CDBC8E5AA21C4A6AB5673CAF(L_10, L_11, NULL);
V_4 = L_12;
bool L_13 = V_4;
if (!L_13)
{
goto IL_004d;
}
}
{
// return true;
V_5 = (bool)1;
goto IL_005d;
}
IL_004d:
{
// return InputControlLayout.s_Layouts.IsBasedOn(internedSecondName, internedFirstName);
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_14 = V_1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_15 = V_0;
bool L_16;
L_16 = Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_14, L_15, NULL);
V_5 = L_16;
goto IL_005d;
}
IL_005d:
{
// }
bool L_17 = V_5;
return L_17;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterProcessor(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterProcessor_mE93DDC3FC28A485EEC78CDFE479BA50388B91233 (Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral378D00FAC460387934892B02228DA54B0383B17D);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D V_4;
memset((&V_4), 0, sizeof(V_4));
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_7;
memset((&V_7), 0, sizeof(V_7));
{
// if (type == null)
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(type));
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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_RegisterProcessor_mE93DDC3FC28A485EEC78CDFE479BA50388B91233_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_0054;
}
}
{
// name = type.Name;
Type_t* L_7 = ___type0;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
___name1 = L_8;
// if (name.EndsWith("Processor"))
String_t* L_9 = ___name1;
NullCheck(L_9);
bool L_10;
L_10 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_9, _stringLiteral378D00FAC460387934892B02228DA54B0383B17D, NULL);
V_3 = L_10;
bool L_11 = V_3;
if (!L_11)
{
goto IL_0053;
}
}
{
// name = name.Substring(0, name.Length - "Processor".Length);
String_t* L_12 = ___name1;
String_t* L_13 = ___name1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
NullCheck(_stringLiteral378D00FAC460387934892B02228DA54B0383B17D);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral378D00FAC460387934892B02228DA54B0383B17D, NULL);
NullCheck(L_12);
String_t* L_16;
L_16 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_12, 0, ((int32_t)il2cpp_codegen_subtract(L_14, L_15)), NULL);
___name1 = L_16;
}
IL_0053:
{
}
IL_0054:
{
// var precompiledLayouts = s_Manager.m_Layouts.precompiledLayouts;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_17 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_17);
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* L_18 = (&L_17->___m_Layouts_2);
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* L_19 = L_18->___precompiledLayouts_7;
V_0 = L_19;
// foreach (var key in new List<InternedString>(precompiledLayouts.Keys)) // Need to keep key list stable while iterating; ToList() for some reason not available with .NET Standard 2.0 on Mono.
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* L_20 = V_0;
NullCheck(L_20);
KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F* L_21;
L_21 = Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D(L_20, Dictionary_2_get_Keys_m565FF565A32678434AB3DD604FD18BF39447DA7D_RuntimeMethod_var);
List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6* L_22 = (List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6*)il2cpp_codegen_object_new(List_1_t5F075F07C02D0CCF50D7FB6C844DE693B2851FC6_il2cpp_TypeInfo_var);
NullCheck(L_22);
List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9(L_22, L_21, List_1__ctor_m5911CB69DEE12BAEE39C751F1FC8207CA3B1D2C9_RuntimeMethod_var);
NullCheck(L_22);
Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D L_23;
L_23 = List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5(L_22, List_1_GetEnumerator_m29A75776B211A8A73BA0F0BDD4EE3F8AFB4F57D5_RuntimeMethod_var);
V_4 = L_23;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00c1:
{// begin finally (depth: 1)
Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A((&V_4), Enumerator_Dispose_m750DECE22B6953A2809F995A80FFD29AAD175C4A_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00b6_1;
}
IL_0079_1:
{
// foreach (var key in new List<InternedString>(precompiledLayouts.Keys)) // Need to keep key list stable while iterating; ToList() for some reason not available with .NET Standard 2.0 on Mono.
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_24;
L_24 = Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_inline((&V_4), Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_RuntimeMethod_var);
V_5 = L_24;
// if (StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(precompiledLayouts[key].metadata, name, ';'))
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* L_25 = V_0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_26 = V_5;
NullCheck(L_25);
PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63 L_27;
L_27 = Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE(L_25, L_26, Dictionary_2_get_Item_m6C6D49B863E3AA35DB842F3DE83D5DC29956D3FE_RuntimeMethod_var);
String_t* L_28 = L_27.___metadata_1;
String_t* L_29 = ___name1;
bool L_30;
L_30 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m7B922632F0B0E648EE5F26C716442779E5F9DD64(L_28, L_29, ((int32_t)59), NULL);
V_6 = L_30;
bool L_31 = V_6;
if (!L_31)
{
goto IL_00b5_1;
}
}
{
// s_Manager.m_Layouts.precompiledLayouts.Remove(key);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_32 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_32);
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* L_33 = (&L_32->___m_Layouts_2);
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* L_34 = L_33->___precompiledLayouts_7;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_35 = V_5;
NullCheck(L_34);
bool L_36;
L_36 = Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549(L_34, L_35, Dictionary_2_Remove_m086FB745C0D28AB7561D4A9F0D2E00FBC24B5549_RuntimeMethod_var);
}
IL_00b5_1:
{
}
IL_00b6_1:
{
// foreach (var key in new List<InternedString>(precompiledLayouts.Keys)) // Need to keep key list stable while iterating; ToList() for some reason not available with .NET Standard 2.0 on Mono.
bool L_37;
L_37 = Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E((&V_4), Enumerator_MoveNext_mFF6CD854E66A32544CE8D1C58A74C324CE2E822E_RuntimeMethod_var);
if (L_37)
{
goto IL_0079_1;
}
}
{
goto IL_00d0;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00d0:
{
// s_Manager.processors.AddTypeRegistration(name, type);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_38 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_38);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_39;
L_39 = InputManager_get_processors_mA499729523CA372257D9C134EAECA7577856EB44_inline(L_38, NULL);
V_7 = L_39;
String_t* L_40 = ___name1;
Type_t* L_41 = ___type0;
TypeTable_AddTypeRegistration_mAC83549CC944F2EE8371A00B82B203B9B8DD5B7E((&V_7), L_40, L_41, NULL);
// }
return;
}
}
// System.Type UnityEngine.InputSystem.InputSystem::TryGetProcessor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputSystem_TryGetProcessor_m05B0695B5F4B48728B06C00AA2A5880D6DA3F2F8 (String_t* ___name0, 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;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_1;
memset((&V_1), 0, sizeof(V_1));
Type_t* V_2 = NULL;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_TryGetProcessor_m05B0695B5F4B48728B06C00AA2A5880D6DA3F2F8_RuntimeMethod_var)));
}
IL_0016:
{
// return s_Manager.processors.LookupTypeRegistration(name);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_4);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_5;
L_5 = InputManager_get_processors_mA499729523CA372257D9C134EAECA7577856EB44_inline(L_4, NULL);
V_1 = L_5;
String_t* L_6 = ___name0;
Type_t* L_7;
L_7 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&V_1), L_6, NULL);
V_2 = L_7;
goto IL_002c;
}
IL_002c:
{
// }
Type_t* L_8 = V_2;
return L_8;
}
}
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputSystem::ListProcessors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputSystem_ListProcessors_m86365BF804CED6469E6E8F161E9787EE1020741C (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;
}
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject* V_1 = NULL;
{
// return s_Manager.processors.names;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_1;
L_1 = InputManager_get_processors_mA499729523CA372257D9C134EAECA7577856EB44_inline(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2;
L_2 = TypeTable_get_names_mDE4C37C80FF83DA878F42A69F48AEB9656052F0A((&V_0), NULL);
V_1 = L_2;
goto IL_0016;
}
IL_0016:
{
// }
RuntimeObject* L_3 = V_1;
return L_3;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputSystem::get_devices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8 (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;
}
{
// public static ReadOnlyArray<InputDevice> devices => s_Manager.devices;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_1;
L_1 = InputManager_get_devices_m2C3974F1750002E781518E9010ADBF1E25C4FCF4(L_0, NULL);
return L_1;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputSystem::get_disconnectedDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA InputSystem_get_disconnectedDevices_mBFE30AF4D724F95BA6EEC9F923F7B69036BC7F95 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// new ReadOnlyArray<InputDevice>(s_Manager.m_DisconnectedDevices, 0,
// s_Manager.m_DisconnectedDevicesCount);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_1 = L_0->___m_DisconnectedDevices_12;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_2);
int32_t L_3 = L_2->___m_DisconnectedDevicesCount_11;
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_4;
memset((&L_4), 0, sizeof(L_4));
ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B((&L_4), L_1, 0, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_m07982CE02FB4B2988A85E4516C7CF282EDD1F79B_RuntimeMethod_var);
return L_4;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onDeviceChange(System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onDeviceChange_m029F558DF1CF7BE38BCC050CC4FBD6A9EA2C2C35 (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___value0, 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;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_1 = NULL;
bool V_2 = false;
{
// if (value == null)
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_add_onDeviceChange_m029F558DF1CF7BE38BCC050CC4FBD6A9EA2C2C35_RuntimeMethod_var)));
}
IL_0014:
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_1 = L_3;
V_2 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
bool L_4 = V_2;
if (!L_4)
{
goto IL_003d;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = V_1;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_5, NULL);
}
IL_003d:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_6 = V_1;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_6, (&V_2), NULL);
// s_Manager.onDeviceChange += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_8 = ___value0;
NullCheck(L_7);
InputManager_add_onDeviceChange_m1A16B643EBFE6071B227484232BE641EECAC3B95(L_7, L_8, NULL);
goto IL_003e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003e:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onDeviceChange(System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onDeviceChange_m772CFE26B5D7C6DBBC8F8DBA78E327EC4CF6C930 (Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___value0, 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;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_1 = NULL;
bool V_2 = false;
{
// if (value == null)
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_remove_onDeviceChange_m772CFE26B5D7C6DBBC8F8DBA78E327EC4CF6C930_RuntimeMethod_var)));
}
IL_0014:
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_1 = L_3;
V_2 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
bool L_4 = V_2;
if (!L_4)
{
goto IL_003d;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = V_1;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_5, NULL);
}
IL_003d:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_6 = V_1;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_6, (&V_2), NULL);
// s_Manager.onDeviceChange -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* L_8 = ___value0;
NullCheck(L_7);
InputManager_remove_onDeviceChange_mB0EF43A57C43257EC56F9A36EF24361A44F8A981(L_7, L_8, NULL);
goto IL_003e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003e:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onDeviceCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onDeviceCommand_m866A8F9D32F61DC4641C3E02F59F83B72CD4E589 (InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___value0, 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;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_1 = NULL;
bool V_2 = false;
{
// if (value == null)
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_add_onDeviceCommand_m866A8F9D32F61DC4641C3E02F59F83B72CD4E589_RuntimeMethod_var)));
}
IL_0014:
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_1 = L_3;
V_2 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
bool L_4 = V_2;
if (!L_4)
{
goto IL_003d;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = V_1;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_5, NULL);
}
IL_003d:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_6 = V_1;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_6, (&V_2), NULL);
// s_Manager.onDeviceCommand += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* L_8 = ___value0;
NullCheck(L_7);
InputManager_add_onDeviceCommand_m2CCBCD4ACE2DFBBB0B635EDB1B690AE2A12C2B06(L_7, L_8, NULL);
goto IL_003e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003e:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onDeviceCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onDeviceCommand_m021C18D68FF88EF9178A78EB9729030344BA81E2 (InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___value0, 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;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_1 = NULL;
bool V_2 = false;
{
// if (value == null)
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_remove_onDeviceCommand_m021C18D68FF88EF9178A78EB9729030344BA81E2_RuntimeMethod_var)));
}
IL_0014:
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_1 = L_3;
V_2 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
bool L_4 = V_2;
if (!L_4)
{
goto IL_003d;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_5 = V_1;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_5, NULL);
}
IL_003d:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_6 = V_1;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_6, (&V_2), NULL);
// s_Manager.onDeviceCommand -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* L_8 = ___value0;
NullCheck(L_7);
InputManager_remove_onDeviceCommand_mF6012D11879F79F74C4BC3405EAB8DBF517D926A(L_7, L_8, NULL);
goto IL_003e;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003e:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onFindLayoutForDevice(UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onFindLayoutForDevice_m5BC51D1D5A33186A539F58F2A5429A7252ED8BAF (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___value0, 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;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onFindControlLayoutForDevice += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* L_5 = ___value0;
NullCheck(L_4);
InputManager_add_onFindControlLayoutForDevice_m8B78BCAE64A7F4F3C2F169B4095B4792EFC0BA3F(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onFindLayoutForDevice(UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onFindLayoutForDevice_m0FED0B80467A22B19A728B9EED7FD00F4B2A9636 (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___value0, 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;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onFindControlLayoutForDevice -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* L_5 = ___value0;
NullCheck(L_4);
InputManager_remove_onFindControlLayoutForDevice_m3D423807954C3AB24AB474C46BF5A7922416ADFA(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Single UnityEngine.InputSystem.InputSystem::get_pollingFrequency()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputSystem_get_pollingFrequency_mDE59D8A763EFAE2E00926DD881FB1E151DC18D86 (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;
}
{
// get => s_Manager.pollingFrequency;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
float L_1;
L_1 = InputManager_get_pollingFrequency_m3494464A6698004677BEFAABE61C7E584694F94E_inline(L_0, NULL);
return L_1;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::set_pollingFrequency(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_set_pollingFrequency_m520476B7F7589CE86D8253BEE3FF8006D3B3D61C (float ___value0, 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;
}
{
// set => s_Manager.pollingFrequency = value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
float L_1 = ___value0;
NullCheck(L_0);
InputManager_set_pollingFrequency_mC2F72FA477CD47FF2AD605B69399270BF22B66EF(L_0, L_1, NULL);
return;
}
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::AddDevice(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_AddDevice_m6A36B1D42CC84336EEA8A36CA6F8EAF7069CA6C1 (String_t* ___layout0, String_t* ___name1, String_t* ___variants2, 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;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_1 = NULL;
{
// if (string.IsNullOrEmpty(layout))
String_t* L_0 = ___layout0;
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(layout));
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*)&_stringLiteral73F1C0DB7E67894BD0991354AA6CB2DA4A3A5D88)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_AddDevice_m6A36B1D42CC84336EEA8A36CA6F8EAF7069CA6C1_RuntimeMethod_var)));
}
IL_0016:
{
// return s_Manager.AddDevice(layout, name, new InternedString(variants));
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_5 = ___layout0;
String_t* L_6 = ___name1;
String_t* L_7 = ___variants2;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8;
memset((&L_8), 0, sizeof(L_8));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_8), L_7, /*hidden argument*/NULL);
NullCheck(L_4);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9;
L_9 = InputManager_AddDevice_m7C80C4B1359DFCC1EF80317013050D1209A2DD10(L_4, L_5, L_6, L_8, NULL);
V_1 = L_9;
goto IL_002b;
}
IL_002b:
{
// }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_10 = V_1;
return L_10;
}
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::AddDevice(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_AddDevice_m4ACCACC0A9D4E652869C69E880F71E455B5D6D6A (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___description0, 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;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_1 = NULL;
{
// if (description.empty)
bool L_0;
L_0 = InputDeviceDescription_get_empty_m251FC7C1699ED57591E46C82D4D25D052C9633B7((&___description0), NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
// throw new ArgumentException("Description must not be empty", nameof(description));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD6F0649E23F20C418B3FE8F9547E15B615ECC35)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB534843932D1025EEE09575458F840C63DC1063)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_AddDevice_m4ACCACC0A9D4E652869C69E880F71E455B5D6D6A_RuntimeMethod_var)));
}
IL_001c:
{
// return s_Manager.AddDevice(description);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_4 = ___description0;
NullCheck(L_3);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5;
L_5 = InputManager_AddDevice_mFDF304E8BA78FA2E3213FE47D1C06F4CEB36E906(L_3, L_4, NULL);
V_1 = L_5;
goto IL_002a;
}
IL_002a:
{
// }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = V_1;
return L_6;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::AddDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_AddDevice_mF58D6D79B51A54FFAE32C7CBA504EE00ECE18E55 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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 (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_0 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_AddDevice_mF58D6D79B51A54FFAE32C7CBA504EE00ECE18E55_RuntimeMethod_var)));
}
IL_0014:
{
// s_Manager.AddDevice(device);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___device0;
NullCheck(L_3);
InputManager_AddDevice_m95D74391F65270B36E9709C141F7B9928A0EB1F3(L_3, L_4, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RemoveDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RemoveDevice_m41F154CEBE1EB94090D2980BEA684E58799EA8B3 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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;
}
{
// s_Manager.RemoveDevice(device);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
NullCheck(L_0);
InputManager_RemoveDevice_m09401A2F9BDCF904F4F54558A6C3D069FE929D8A(L_0, L_1, (bool)0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::FlushDisconnectedDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_FlushDisconnectedDevices_m046F5D2A83203C49B8F1AF57B0242ED24AD04B75 (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;
}
{
// s_Manager.FlushDisconnectedDevices();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InputManager_FlushDisconnectedDevices_m538EF3CD3F6248510A139CF4A3B028131F46CAEC(L_0, NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDevice(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDevice_mF0085C3DDC203E8277766C071927C0E353B9427F (String_t* ___nameOrLayout0, 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;
}
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL;
{
// return s_Manager.TryGetDevice(nameOrLayout);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
String_t* L_1 = ___nameOrLayout0;
NullCheck(L_0);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2;
L_2 = InputManager_TryGetDevice_m96BAC8785D72655D0804FF02474302AD6979BEA8(L_0, L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
// }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = V_0;
return L_3;
}
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDevice(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDevice_m4A7EA3E137C7C347335B995D014A719A5E4D8E84 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL;
double V_1 = 0.0;
Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B V_2;
memset((&V_2), 0, sizeof(V_2));
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_3;
memset((&V_3), 0, sizeof(V_3));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_7 = NULL;
int32_t G_B7_0 = 0;
{
// InputDevice result = null;
V_0 = (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)NULL;
// var lastUpdateTime = -1.0;
V_1 = (-1.0);
// foreach (var device in devices)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_0;
L_0 = InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8(NULL);
V_3 = L_0;
Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B L_1;
L_1 = ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C((&V_3), ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var);
V_2 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0069:
{// begin finally (depth: 1)
Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB((&V_2), Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_005e_1;
}
IL_001e_1:
{
// foreach (var device in devices)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2;
L_2 = Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945((&V_2), Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var);
V_4 = L_2;
// if (!type.IsInstanceOfType(device))
Type_t* L_3 = ___type0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_4;
NullCheck(L_3);
bool L_5;
L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_3, L_4);
V_5 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_003b_1;
}
}
{
// continue;
goto IL_005e_1;
}
IL_003b_1:
{
// if (result == null || device.m_LastUpdateTimeInternal > lastUpdateTime)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_7 = V_0;
if (!L_7)
{
goto IL_004a_1;
}
}
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8 = V_4;
NullCheck(L_8);
double L_9 = L_8->___m_LastUpdateTimeInternal_29;
double L_10 = V_1;
G_B7_0 = ((((double)L_9) > ((double)L_10))? 1 : 0);
goto IL_004b_1;
}
IL_004a_1:
{
G_B7_0 = 1;
}
IL_004b_1:
{
V_6 = (bool)G_B7_0;
bool L_11 = V_6;
if (!L_11)
{
goto IL_005d_1;
}
}
{
// result = device;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = V_4;
V_0 = L_12;
// lastUpdateTime = result.m_LastUpdateTimeInternal;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13 = V_0;
NullCheck(L_13);
double L_14 = L_13->___m_LastUpdateTimeInternal_29;
V_1 = L_14;
}
IL_005d_1:
{
}
IL_005e_1:
{
// foreach (var device in devices)
bool L_15;
L_15 = Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC((&V_2), Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var);
if (L_15)
{
goto IL_001e_1;
}
}
{
goto IL_0078;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0078:
{
// return result;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_16 = V_0;
V_7 = L_16;
goto IL_007d;
}
IL_007d:
{
// }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_17 = V_7;
return L_17;
}
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDeviceById(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDeviceById_m0EC67530A5BB503DD302D95F1F48808D14DA3976 (int32_t ___deviceId0, 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;
}
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL;
{
// return s_Manager.TryGetDeviceById(deviceId);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
int32_t L_1 = ___deviceId0;
NullCheck(L_0);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2;
L_2 = InputManager_TryGetDeviceById_mB04BB1B8B8341C53E99C7FC340FB35A984AE0C9F(L_0, L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
// }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = V_0;
return L_3;
}
}
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription> UnityEngine.InputSystem.InputSystem::GetUnsupportedDevices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* InputSystem_GetUnsupportedDevices_m6DA08C9A1AB33437D646840AE599372263CA534C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* V_0 = NULL;
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* V_1 = NULL;
{
// var list = new List<InputDeviceDescription>();
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* L_0 = (List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF*)il2cpp_codegen_object_new(List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5(L_0, List_1__ctor_m8EBF0FBDFD4326672E5EBB9CB07CDE944447D6C5_RuntimeMethod_var);
V_0 = L_0;
// GetUnsupportedDevices(list);
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = InputSystem_GetUnsupportedDevices_mB8B238C7172F98B1DFFD1AC87D04C0B029DBFC5A(L_1, NULL);
// return list;
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* L_3 = V_0;
V_1 = L_3;
goto IL_0012;
}
IL_0012:
{
// }
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* L_4 = V_1;
return L_4;
}
}
// System.Int32 UnityEngine.InputSystem.InputSystem::GetUnsupportedDevices(System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputDeviceDescription>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_GetUnsupportedDevices_mB8B238C7172F98B1DFFD1AC87D04C0B029DBFC5A (List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* ___descriptions0, 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;
}
int32_t V_0 = 0;
{
// return s_Manager.GetUnsupportedDevices(descriptions);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
List_1_t72A5A2FBDCA3B232C55F4954694E1CD53C9134CF* L_1 = ___descriptions0;
NullCheck(L_0);
int32_t L_2;
L_2 = InputManager_GetUnsupportedDevices_mA860ADD6B9C04A1DD67AC49F99EB4116C83C11DE(L_0, L_1, NULL);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
// }
int32_t L_3 = V_0;
return L_3;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::EnableDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_EnableDevice_mCC281C30B26FC810ED36637A7A0040D2842350F3 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, 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;
}
{
// s_Manager.EnableOrDisableDevice(device, true);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
NullCheck(L_0);
InputManager_EnableOrDisableDevice_m5ADC9586CD3141A3BF62841B9F580C6ABB213051(L_0, L_1, (bool)1, 0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::DisableDevice(UnityEngine.InputSystem.InputDevice,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_DisableDevice_mCF493689C4A216291F0D9CD387A30733BF266167 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, bool ___keepSendingEvents1, 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;
}
int32_t G_B2_0 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B2_1 = NULL;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B2_2 = NULL;
int32_t G_B1_0 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B1_1 = NULL;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B1_2 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* G_B3_2 = NULL;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B3_3 = NULL;
{
// s_Manager.EnableOrDisableDevice(device, false, keepSendingEvents ? InputManager.DeviceDisableScope.InFrontendOnly : default);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
bool L_2 = ___keepSendingEvents1;
G_B1_0 = 0;
G_B1_1 = L_1;
G_B1_2 = L_0;
if (L_2)
{
G_B2_0 = 0;
G_B2_1 = L_1;
G_B2_2 = L_0;
goto IL_000e;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_000f;
}
IL_000e:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_000f:
{
NullCheck(G_B3_3);
InputManager_EnableOrDisableDevice_m5ADC9586CD3141A3BF62841B9F580C6ABB213051(G_B3_3, G_B3_2, (bool)G_B3_1, G_B3_0, NULL);
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputSystem::TrySyncDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSystem_TrySyncDevice_mB067D2EC7D3D1B3A7361CCCDC27AA34E208F9346 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_0 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_TrySyncDevice_mB067D2EC7D3D1B3A7361CCCDC27AA34E208F9346_RuntimeMethod_var)));
}
IL_0014:
{
// if (!device.added)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0;
NullCheck(L_3);
bool L_4;
L_4 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(L_3, NULL);
V_1 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0032;
}
}
{
// throw new InvalidOperationException($"Device '{device}' has not been added");
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = ___device0;
String_t* L_7;
L_7 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE434120E5A9DECA47500B0D6E6392BB3BB48C614)), L_6, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_8 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_8);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_8, L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_TrySyncDevice_mB067D2EC7D3D1B3A7361CCCDC27AA34E208F9346_RuntimeMethod_var)));
}
IL_0032:
{
// return device.RequestSync();
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = ___device0;
NullCheck(L_9);
bool L_10;
L_10 = InputDevice_RequestSync_mF6FD91FB4982C24E0437DA878E7BB2796B7453EA(L_9, NULL);
V_2 = L_10;
goto IL_003b;
}
IL_003b:
{
// }
bool L_11 = V_2;
return L_11;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::ResetDevice(UnityEngine.InputSystem.InputDevice,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_ResetDevice_mBBD2433D0E6C4B36371D71B8DC17940860BDF49D (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, bool ___alsoResetDontResetControls1, 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;
}
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// s_Manager.ResetDevice(device, alsoResetDontResetControls);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
bool L_2 = ___alsoResetDontResetControls1;
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3 = V_0;
NullCheck(L_0);
InputManager_ResetDevice_m3AF149A13F62C9521E68E8AB51E6769E78A5558A(L_0, L_1, L_2, L_3, NULL);
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputSystem::TryResetDevice(UnityEngine.InputSystem.InputDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSystem_TryResetDevice_mA4840991C03401BE87C0EFB8BDAA648CB20A68C6 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_0 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_TryResetDevice_mA4840991C03401BE87C0EFB8BDAA648CB20A68C6_RuntimeMethod_var)));
}
IL_0014:
{
// return device.RequestReset();
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0;
NullCheck(L_3);
bool L_4;
L_4 = InputDevice_RequestReset_m7CD1FFBE12FACF2155FD0A87588E44844EEABBD5(L_3, NULL);
V_1 = L_4;
goto IL_001d;
}
IL_001d:
{
// }
bool L_5 = V_1;
return L_5;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::PauseHaptics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_PauseHaptics_m0A4FBEB9114E515707DAD884D0BCD53A644922DE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_3 = NULL;
RuntimeObject* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
// var devicesList = devices;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_0;
L_0 = InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8(NULL);
V_0 = L_0;
// var devicesCount = devicesList.Count;
int32_t L_1;
L_1 = ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline((&V_0), ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
V_1 = L_1;
// for (var i = 0; i < devicesCount; ++i)
V_2 = 0;
goto IL_003d;
}
IL_0013:
{
// var device = devicesList[i];
int32_t L_2 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3;
L_3 = ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43((&V_0), L_2, ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
V_3 = L_3;
// if (device is IHaptics haptics)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_3;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_4;
V_5 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_0038;
}
}
{
// haptics.PauseHaptics();
RuntimeObject* L_7 = V_4;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void UnityEngine.InputSystem.Haptics.IHaptics::PauseHaptics() */, IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var, L_7);
}
IL_0038:
{
// for (var i = 0; i < devicesCount; ++i)
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_003d:
{
// for (var i = 0; i < devicesCount; ++i)
int32_t L_9 = V_2;
int32_t L_10 = V_1;
V_6 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_6;
if (L_11)
{
goto IL_0013;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::ResumeHaptics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_ResumeHaptics_m18500750C29FF90FC45FE6F2D81D494949686D70 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_3 = NULL;
RuntimeObject* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
// var devicesList = devices;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_0;
L_0 = InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8(NULL);
V_0 = L_0;
// var devicesCount = devicesList.Count;
int32_t L_1;
L_1 = ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline((&V_0), ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
V_1 = L_1;
// for (var i = 0; i < devicesCount; ++i)
V_2 = 0;
goto IL_003d;
}
IL_0013:
{
// var device = devicesList[i];
int32_t L_2 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3;
L_3 = ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43((&V_0), L_2, ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
V_3 = L_3;
// if (device is IHaptics haptics)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_3;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_4;
V_5 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_0038;
}
}
{
// haptics.ResumeHaptics();
RuntimeObject* L_7 = V_4;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.InputSystem.Haptics.IHaptics::ResumeHaptics() */, IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var, L_7);
}
IL_0038:
{
// for (var i = 0; i < devicesCount; ++i)
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_003d:
{
// for (var i = 0; i < devicesCount; ++i)
int32_t L_9 = V_2;
int32_t L_10 = V_1;
V_6 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_6;
if (L_11)
{
goto IL_0013;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::ResetHaptics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_ResetHaptics_m611BFECA24BE894D7AA3389D6C1ED27444B6C4E1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_3 = NULL;
RuntimeObject* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
// var devicesList = devices;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_0;
L_0 = InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8(NULL);
V_0 = L_0;
// var devicesCount = devicesList.Count;
int32_t L_1;
L_1 = ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline((&V_0), ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
V_1 = L_1;
// for (var i = 0; i < devicesCount; ++i)
V_2 = 0;
goto IL_003d;
}
IL_0013:
{
// var device = devicesList[i];
int32_t L_2 = V_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3;
L_3 = ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43((&V_0), L_2, ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
V_3 = L_3;
// if (device is IHaptics haptics)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_3;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_4;
V_5 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_6 = V_5;
if (!L_6)
{
goto IL_0038;
}
}
{
// haptics.ResetHaptics();
RuntimeObject* L_7 = V_4;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(2 /* System.Void UnityEngine.InputSystem.Haptics.IHaptics::ResetHaptics() */, IHaptics_tE60AD9818894FE08B4482B238582944E204E43B4_il2cpp_TypeInfo_var, L_7);
}
IL_0038:
{
// for (var i = 0; i < devicesCount; ++i)
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_003d:
{
// for (var i = 0; i < devicesCount; ++i)
int32_t L_9 = V_2;
int32_t L_10 = V_1;
V_6 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_6;
if (L_11)
{
goto IL_0013;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::SetDeviceUsage(UnityEngine.InputSystem.InputDevice,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetDeviceUsage_m313BA9340F206351D53CD2109DFB9EE657B6873F (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, String_t* ___usage1, 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;
}
{
// SetDeviceUsage(device, new InternedString(usage));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
String_t* L_1 = ___usage1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2;
memset((&L_2), 0, sizeof(L_2));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_2), L_1, /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_SetDeviceUsage_m7C10140ECC04AFB9F994DFBA16DBD078521F481F(L_0, L_2, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::SetDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetDeviceUsage_m7C10140ECC04AFB9F994DFBA16DBD078521F481F (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, 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;
}
{
// s_Manager.SetDeviceUsage(device, usage);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___usage1;
NullCheck(L_0);
InputManager_SetDeviceUsage_mB902131D8DA62407CD601D93017FB24822CCF75F(L_0, L_1, L_2, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::AddDeviceUsage(UnityEngine.InputSystem.InputDevice,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_AddDeviceUsage_mC5B5F1D7C28CB8C43B63CF56043CD2A743CBF6DE (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, String_t* ___usage1, 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;
}
{
// s_Manager.AddDeviceUsage(device, new InternedString(usage));
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
String_t* L_2 = ___usage1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
memset((&L_3), 0, sizeof(L_3));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_3), L_2, /*hidden argument*/NULL);
NullCheck(L_0);
InputManager_AddDeviceUsage_m200898C570A17D3707249E1D2BECF9EB0CED42AB(L_0, L_1, L_3, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::AddDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_AddDeviceUsage_mE033FB54AF2E2ED3A353F68ABE268D58C462ACAF (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, 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;
}
{
// s_Manager.AddDeviceUsage(device, usage);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___usage1;
NullCheck(L_0);
InputManager_AddDeviceUsage_m200898C570A17D3707249E1D2BECF9EB0CED42AB(L_0, L_1, L_2, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RemoveDeviceUsage(UnityEngine.InputSystem.InputDevice,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RemoveDeviceUsage_m10D8A31F0B122CE7F5D79D9BDB1581BEE05E8514 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, String_t* ___usage1, 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;
}
{
// s_Manager.RemoveDeviceUsage(device, new InternedString(usage));
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
String_t* L_2 = ___usage1;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
memset((&L_3), 0, sizeof(L_3));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_3), L_2, /*hidden argument*/NULL);
NullCheck(L_0);
InputManager_RemoveDeviceUsage_m3FC8B4DDBDAFD4E3002764A89BF93EEA97FB9467(L_0, L_1, L_3, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RemoveDeviceUsage(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.Utilities.InternedString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RemoveDeviceUsage_mC8D7A2DCC88501191494490C69FCC0AA3C440C1F (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___usage1, 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;
}
{
// s_Manager.RemoveDeviceUsage(device, usage);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device0;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___usage1;
NullCheck(L_0);
InputManager_RemoveDeviceUsage_m3FC8B4DDBDAFD4E3002764A89BF93EEA97FB9467(L_0, L_1, L_2, NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputSystem::FindControl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputSystem_FindControl_m834BFFB7174E18EB60A3401D73166D0D087871F5 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_4 = NULL;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_5 = NULL;
bool V_6 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_7 = NULL;
bool V_8 = false;
{
// if (string.IsNullOrEmpty(path))
String_t* L_0 = ___path0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_2 = L_1;
bool L_2 = V_2;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(path));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_FindControl_m834BFFB7174E18EB60A3401D73166D0D087871F5_RuntimeMethod_var)));
}
IL_0016:
{
// var devices = s_Manager.devices;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_4);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_5;
L_5 = InputManager_get_devices_m2C3974F1750002E781518E9010ADBF1E25C4FCF4(L_4, NULL);
V_0 = L_5;
// var numDevices = devices.Count;
int32_t L_6;
L_6 = ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_inline((&V_0), ReadOnlyArray_1_get_Count_mB20295F7CC546835AD75D4880A2A81DABB6BE29C_RuntimeMethod_var);
V_1 = L_6;
// for (var i = 0; i < numDevices; ++i)
V_3 = 0;
goto IL_0059;
}
IL_002d:
{
// var device = devices[i];
int32_t L_7 = V_3;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8;
L_8 = ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43((&V_0), L_7, ReadOnlyArray_1_get_Item_mCB4626E80069288BC1EEF0F558B1B806F59DAE43_RuntimeMethod_var);
V_4 = L_8;
// var control = InputControlPath.TryFindControl(device, path);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = V_4;
String_t* L_10 = ___path0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11;
L_11 = InputControlPath_TryFindControl_m3BD9BCEED46B32E39B0E8B35B1F1B3DC05A53FAD(L_9, L_10, 0, NULL);
V_5 = L_11;
// if (control != null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = V_5;
V_6 = (bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_13 = V_6;
if (!L_13)
{
goto IL_0054;
}
}
{
// return control;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = V_5;
V_7 = L_14;
goto IL_0068;
}
IL_0054:
{
// for (var i = 0; i < numDevices; ++i)
int32_t L_15 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0059:
{
// for (var i = 0; i < numDevices; ++i)
int32_t L_16 = V_3;
int32_t L_17 = V_1;
V_8 = (bool)((((int32_t)L_16) < ((int32_t)L_17))? 1 : 0);
bool L_18 = V_8;
if (L_18)
{
goto IL_002d;
}
}
{
// return null;
V_7 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
goto IL_0068;
}
IL_0068:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19 = V_7;
return L_19;
}
}
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputSystem::FindControls(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA InputSystem_FindControls_mB0AAE5EB26C987C3B5F679BF84FFC9071BFCCAB5 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB61714A0E7BF3537CAEE4366FB9D8E9899B21EF4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return FindControls<InputControl>(path);
String_t* L_0 = ___path0;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_1;
L_1 = InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB61714A0E7BF3537CAEE4366FB9D8E9899B21EF4(L_0, InputSystem_FindControls_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB61714A0E7BF3537CAEE4366FB9D8E9899B21EF4_RuntimeMethod_var);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_2 = V_0;
return L_2;
}
}
// System.Boolean UnityEngine.InputSystem.InputSystem::get_isProcessingEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSystem_get_isProcessingEvents_mD1E68BE06D4090A93E84A0B59C900E80EBF2A7FE (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;
}
{
// internal static bool isProcessingEvents => s_Manager.isProcessingEvents;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
bool L_1;
L_1 = InputManager_get_isProcessingEvents_mCEE0643532491B4EEA1B376AA2FAE59762284B5E(L_0, NULL);
return L_1;
}
}
// UnityEngine.InputSystem.LowLevel.InputEventListener UnityEngine.InputSystem.InputSystem::get_onEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D InputSystem_get_onEvent_m69B71DB23BBEE4E244701D3A5A42D962C791AD18 (const RuntimeMethod* method)
{
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get => default;
il2cpp_codegen_initobj((&V_0), sizeof(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D));
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_0 = V_0;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::set_onEvent(UnityEngine.InputSystem.LowLevel.InputEventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_set_onEvent_m6B177A8A8F08BE00B5409F0C3136BE803316A4B5 (InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D ___value0, const RuntimeMethod* method)
{
{
// set {}
return;
}
}
// System.IObservable`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputSystem::get_onAnyButtonPress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputSystem_get_onAnyButtonPress_mD2780D182C38037CBF93B0100BCE509AC0CB30DA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mBC4C47ABB7385AAF25F996054748BCC352A3012E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Observable_Where_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m69FB84360CBAB3E1E93755C3BF31945D198C433F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_0_m5565926A08175BF6BE21649528594AD861C1C8CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_1_mB76984C50A2161CA07881C811429A4182EEF9EFF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* G_B1_0 = NULL;
RuntimeObject* G_B1_1 = NULL;
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
{
// onEvent.Select(e => e.GetFirstButtonPressOrNull()).Where(c => c != null);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_0;
L_0 = InputSystem_get_onEvent_m69B71DB23BBEE4E244701D3A5A42D962C791AD18(NULL);
InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D L_1 = L_0;
RuntimeObject* L_2 = Box(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var, &L_1);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* L_3 = ((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9__79_0_1;
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* L_4 = L_3;
G_B1_0 = L_4;
G_B1_1 = L_2;
if (L_4)
{
G_B2_0 = L_4;
G_B2_1 = L_2;
goto IL_0029;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* L_5 = ((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* L_6 = (Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43*)il2cpp_codegen_object_new(Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43_il2cpp_TypeInfo_var);
NullCheck(L_6);
Func_2__ctor_m4876C05CC44CA4EED39428D1826962705ACE5D96(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_0_m5565926A08175BF6BE21649528594AD861C1C8CD_RuntimeMethod_var), NULL);
Func_2_t177293B960351EA61DB44E0B100A1872A6C8DE43* L_7 = L_6;
((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9__79_0_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9__79_0_1), (void*)L_7);
G_B2_0 = L_7;
G_B2_1 = G_B1_1;
}
IL_0029:
{
RuntimeObject* L_8;
L_8 = Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mBC4C47ABB7385AAF25F996054748BCC352A3012E((RuntimeObject*)G_B2_1, G_B2_0, Observable_Select_TisInputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mBC4C47ABB7385AAF25F996054748BCC352A3012E_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* L_9 = ((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9__79_1_2;
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* L_10 = L_9;
G_B3_0 = L_10;
G_B3_1 = L_8;
if (L_10)
{
G_B4_0 = L_10;
G_B4_1 = L_8;
goto IL_004d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* L_11 = ((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* L_12 = (Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765*)il2cpp_codegen_object_new(Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765_il2cpp_TypeInfo_var);
NullCheck(L_12);
Func_2__ctor_m7B8C10666858C5184032C354C58D930FE246642E(L_12, L_11, (intptr_t)((void*)U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_1_mB76984C50A2161CA07881C811429A4182EEF9EFF_RuntimeMethod_var), NULL);
Func_2_tED2CA828D7536AB6257DA86A667AACE1AB2D3765* L_13 = L_12;
((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9__79_1_2 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9__79_1_2), (void*)L_13);
G_B4_0 = L_13;
G_B4_1 = G_B3_1;
}
IL_004d:
{
RuntimeObject* L_14;
L_14 = Observable_Where_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m69FB84360CBAB3E1E93755C3BF31945D198C433F(G_B4_1, G_B4_0, Observable_Where_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m69FB84360CBAB3E1E93755C3BF31945D198C433F_RuntimeMethod_var);
return L_14;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_QueueEvent_m35F20668E3E09695F94D64AD9E9FA6510F8BBB40 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, 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 (!eventPtr.valid)
bool L_0;
L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr0), NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001f;
}
}
{
// throw new ArgumentException("Received a null event pointer", nameof(eventPtr));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD2A3E14243D7248D1B3593C6DA166424288DA91A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_QueueEvent_m35F20668E3E09695F94D64AD9E9FA6510F8BBB40_RuntimeMethod_var)));
}
IL_001f:
{
// s_Manager.QueueEvent(eventPtr);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___eventPtr0;
NullCheck(L_3);
InputManager_QueueEvent_mDDBB79E5DE122DB91FD9C200D4122E826A086B75(L_3, L_4, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::QueueConfigChangeEvent(UnityEngine.InputSystem.InputDevice,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_QueueConfigChangeEvent_m26215979FF3AB6997E89A25198FC0464B64D4DCC (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, double ___time1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_1 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_QueueConfigChangeEvent_m26215979FF3AB6997E89A25198FC0464B64D4DCC_RuntimeMethod_var)));
}
IL_0014:
{
// if (device.deviceId == InputDevice.InvalidDeviceId)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0;
NullCheck(L_3);
int32_t L_4;
L_4 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_3, NULL);
V_2 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002c;
}
}
{
// throw new InvalidOperationException("Device has not been added");
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*)&_stringLiteral6C20448E191FC73285B18C2EB515305AA2FF0862)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_QueueConfigChangeEvent_m26215979FF3AB6997E89A25198FC0464B64D4DCC_RuntimeMethod_var)));
}
IL_002c:
{
// if (time < 0)
double L_7 = ___time1;
V_3 = (bool)((((double)L_7) < ((double)(0.0)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_004a;
}
}
{
// time = InputRuntime.s_Instance.currentTime;
RuntimeObject* L_9 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_9);
double L_10;
L_10 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_9);
___time1 = L_10;
goto IL_0053;
}
IL_004a:
{
// time += InputRuntime.s_CurrentTimeOffsetToRealtimeSinceStartup;
double L_11 = ___time1;
double L_12 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_CurrentTimeOffsetToRealtimeSinceStartup_1;
___time1 = ((double)il2cpp_codegen_add(L_11, L_12));
}
IL_0053:
{
// var inputEvent = DeviceConfigurationEvent.Create(device.deviceId, time);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13 = ___device0;
NullCheck(L_13);
int32_t L_14;
L_14 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_13, NULL);
double L_15 = ___time1;
DeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB L_16;
L_16 = DeviceConfigurationEvent_Create_m7F7FACD9DD5D3334A8BE2E23E1D7B5A918367ADF(L_14, L_15, NULL);
V_0 = L_16;
// s_Manager.QueueEvent(ref inputEvent);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_17 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_17);
InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4(L_17, (&V_0), InputManager_QueueEvent_TisDeviceConfigurationEvent_tC73A3703BADB78DDA67BE9C3DE2E4C93B34A19CB_m52256EE1E2E4945831BCA38DCD608CCC4E5642F4_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::QueueTextEvent(UnityEngine.InputSystem.InputDevice,System.Char,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_QueueTextEvent_m34F81037149CD9A691C67E2A80DB927952BFD1D6 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, Il2CppChar ___character1, double ___time2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_1 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_QueueTextEvent_m34F81037149CD9A691C67E2A80DB927952BFD1D6_RuntimeMethod_var)));
}
IL_0014:
{
// if (device.deviceId == InputDevice.InvalidDeviceId)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0;
NullCheck(L_3);
int32_t L_4;
L_4 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_3, NULL);
V_2 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_002c;
}
}
{
// throw new InvalidOperationException("Device has not been added");
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*)&_stringLiteral6C20448E191FC73285B18C2EB515305AA2FF0862)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_QueueTextEvent_m34F81037149CD9A691C67E2A80DB927952BFD1D6_RuntimeMethod_var)));
}
IL_002c:
{
// if (time < 0)
double L_7 = ___time2;
V_3 = (bool)((((double)L_7) < ((double)(0.0)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_004a;
}
}
{
// time = InputRuntime.s_Instance.currentTime;
RuntimeObject* L_9 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
NullCheck(L_9);
double L_10;
L_10 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_9);
___time2 = L_10;
goto IL_0053;
}
IL_004a:
{
// time += InputRuntime.s_CurrentTimeOffsetToRealtimeSinceStartup;
double L_11 = ___time2;
double L_12 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_CurrentTimeOffsetToRealtimeSinceStartup_1;
___time2 = ((double)il2cpp_codegen_add(L_11, L_12));
}
IL_0053:
{
// var inputEvent = TextEvent.Create(device.deviceId, character, time);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_13 = ___device0;
NullCheck(L_13);
int32_t L_14;
L_14 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_13, NULL);
Il2CppChar L_15 = ___character1;
double L_16 = ___time2;
TextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E L_17;
L_17 = TextEvent_Create_m873A314731F0F7CE48C8C9EC886535EDEDEE6149(L_14, L_15, L_16, NULL);
V_0 = L_17;
// s_Manager.QueueEvent(ref inputEvent);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_18 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_18);
InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570(L_18, (&V_0), InputManager_QueueEvent_TisTextEvent_tF73CB03EDB372F136C2771DD4C35D1450CD5089E_m6BDA694FE941F326341CC4CFD8334BF93CEF2570_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Update_m00ABC9FBBD21D3E817AFBDCDDB6BDF9F81929B01 (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;
}
{
// s_Manager.Update();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InputManager_Update_mA43734098E91DBCE6E12DB57742AF274DFCDFBFA(L_0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::Update(UnityEngine.InputSystem.LowLevel.InputUpdateType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Update_mD87DF25F5324F12D14D9DF45F878271C2B81ED4D (int32_t ___updateType0, 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;
int32_t G_B3_0 = 0;
{
// if (updateType != InputUpdateType.None && (s_Manager.updateMask & updateType) == 0)
int32_t L_0 = ___updateType0;
if (!L_0)
{
goto IL_0015;
}
}
{
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_1 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_1);
int32_t L_2;
L_2 = InputManager_get_updateMask_m36DDF9BF59730547371C012E507A308FD848F9E4_inline(L_1, NULL);
int32_t L_3 = ___updateType0;
G_B3_0 = ((((int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))) == ((int32_t)0))? 1 : 0);
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 0;
}
IL_0016:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_003f;
}
}
{
// throw new InvalidOperationException(
// $"'{updateType}' updates are not enabled; InputSystem.settings.updateMode is set to '{settings.updateMode}'");
int32_t L_5 = ___updateType0;
int32_t L_6 = L_5;
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var)), &L_6);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var)));
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_8;
L_8 = InputSystem_get_settings_mFAFDCA4665DFE068CEBBBB379972A390BD0E45C7(NULL);
NullCheck(L_8);
int32_t L_9;
L_9 = InputSettings_get_updateMode_mD37EABFC0678912846EABBC3CF31AC82E4ACE79E_inline(L_8, NULL);
int32_t L_10 = L_9;
RuntimeObject* L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UpdateMode_tCD49766B755C4CD8E1F2DE8D57798DAC2C5CBF32_il2cpp_TypeInfo_var)), &L_10);
String_t* L_12;
L_12 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral211B760EB7E518DA56659EA0CFDBF711F9551897)), L_7, 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*)&InputSystem_Update_mD87DF25F5324F12D14D9DF45F878271C2B81ED4D_RuntimeMethod_var)));
}
IL_003f:
{
// s_Manager.Update(updateType);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_14 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
int32_t L_15 = ___updateType0;
NullCheck(L_14);
InputManager_Update_m44A940B8281912DA4FED8816912874D3A235F25B(L_14, L_15, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onBeforeUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onBeforeUpdate_mB479D148F4C1684B66FB64B79C9331813A596ECD (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, 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;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onBeforeUpdate += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ___value0;
NullCheck(L_4);
InputManager_add_onBeforeUpdate_m78F75D0A08D23335D863A2942AABF3D143E4BD95(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onBeforeUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onBeforeUpdate_mBF0659BB33E2FD7874CD45067CEFF08C3A7A9EE4 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, 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;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onBeforeUpdate -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ___value0;
NullCheck(L_4);
InputManager_remove_onBeforeUpdate_m63D72B2E2A1F5DDC97213F8928034C6FBD61DC87(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onAfterUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onAfterUpdate_m64CE7CCC303161C0DD9583AE3A693B859E1DF98B (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onAfterUpdate += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ___value0;
NullCheck(L_4);
InputManager_add_onAfterUpdate_m481942292B394025596D440AE8EB4B3DB71AE131(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onAfterUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onAfterUpdate_m6ED6311DC1C1F3B473448EE1A3C6488BA38F4FCD (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_0 = NULL;
bool V_1 = false;
{
// lock (s_Manager)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0020:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_002a;
}
}
{
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
// s_Manager.onAfterUpdate -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ___value0;
NullCheck(L_4);
InputManager_remove_onAfterUpdate_m34BB1902D804819F8B60552E44E3DDAAF4D410CD(L_4, L_5, NULL);
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputSystem::get_settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* InputSystem_get_settings_mFAFDCA4665DFE068CEBBBB379972A390BD0E45C7 (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;
}
{
// get => s_Manager.settings;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_1;
L_1 = InputManager_get_settings_m4616954AF63F2D3179515DED642544057433F42D(L_0, NULL);
return L_1;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::set_settings(UnityEngine.InputSystem.InputSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_set_settings_m04EA7D98BC64C805B54E31DDD7E539323627998D (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (value == null)
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_0 = ___value0;
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(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_set_settings_m04EA7D98BC64C805B54E31DDD7E539323627998D_RuntimeMethod_var)));
}
IL_0017:
{
// if (s_Manager.m_Settings == value)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_4);
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_5 = L_4->___m_Settings_33;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_5, L_6, NULL);
V_1 = L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_002d;
}
}
{
// return;
goto IL_0039;
}
IL_002d:
{
// s_Manager.settings = value;
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;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_10 = ___value0;
NullCheck(L_9);
InputManager_set_settings_m06AFDB09FC193BD7C3702F2A842B7064A32D0F45(L_9, L_10, NULL);
}
IL_0039:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onSettingsChange(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onSettingsChange_mD6A699F56A58024436C7DAD2C9038F6102CFD324 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, 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;
}
{
// add => s_Manager.onSettingsChange += value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___value0;
NullCheck(L_0);
InputManager_add_onSettingsChange_mC9FF709A0C7564E5A0EA2B3E4AD296859FBEC831(L_0, L_1, NULL);
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onSettingsChange(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onSettingsChange_m696F1E8E291877B7C6FC3B00DC3C0AB28872F745 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, 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;
}
{
// remove => s_Manager.onSettingsChange -= value;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___value0;
NullCheck(L_0);
InputManager_remove_onSettingsChange_mED32BDA9C6993D727C34A9098C2AB39C07D769FE(L_0, L_1, NULL);
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::add_onActionChange(System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onActionChange_mC1E8B6BF4DC59FBB80CF5623B254192A31851A3F (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_AddCallback_m00BEB5CD4929CAD9FB853122DD749019391FA9EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (value == null)
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_add_onActionChange_mC1E8B6BF4DC59FBB80CF5623B254192A31851A3F_RuntimeMethod_var)));
}
IL_0014:
{
// InputActionState.s_GlobalState.onActionChange.AddCallback(value);
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_3 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_4 = ___value0;
CallbackArray_1_AddCallback_m00BEB5CD4929CAD9FB853122DD749019391FA9EA(L_3, L_4, CallbackArray_1_AddCallback_m00BEB5CD4929CAD9FB853122DD749019391FA9EA_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::remove_onActionChange(System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onActionChange_mD3F553E4BC7B238ECD377D5B69676247E0F08019 (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_RemoveCallback_mD04F436C2B1F1E4B5EF2077A64991F648040B6A4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (value == null)
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_0 = ___value0;
V_0 = (bool)((((RuntimeObject*)(Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(value));
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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_remove_onActionChange_mD3F553E4BC7B238ECD377D5B69676247E0F08019_RuntimeMethod_var)));
}
IL_0014:
{
// InputActionState.s_GlobalState.onActionChange.RemoveCallback(value);
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_3 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_13)->___onActionChange_1);
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_4 = ___value0;
CallbackArray_1_RemoveCallback_mD04F436C2B1F1E4B5EF2077A64991F648040B6A4(L_3, L_4, CallbackArray_1_RemoveCallback_mD04F436C2B1F1E4B5EF2077A64991F648040B6A4_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterInteraction(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterInteraction_m2133969E434B1F29C053E9B9F39744A35C0BBEC2 (Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (type == null)
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(type));
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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_RegisterInteraction_m2133969E434B1F29C053E9B9F39744A35C0BBEC2_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_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0054;
}
}
{
// name = type.Name;
Type_t* L_7 = ___type0;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
___name1 = L_8;
// if (name.EndsWith("Interaction"))
String_t* L_9 = ___name1;
NullCheck(L_9);
bool L_10;
L_10 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_9, _stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A, NULL);
V_2 = L_10;
bool L_11 = V_2;
if (!L_11)
{
goto IL_0053;
}
}
{
// name = name.Substring(0, name.Length - "Interaction".Length);
String_t* L_12 = ___name1;
String_t* L_13 = ___name1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
NullCheck(_stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralAF8E649A3EF1AB74A43C9F88015FA68AC719215A, NULL);
NullCheck(L_12);
String_t* L_16;
L_16 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_12, 0, ((int32_t)il2cpp_codegen_subtract(L_14, L_15)), NULL);
___name1 = L_16;
}
IL_0053:
{
}
IL_0054:
{
// s_Manager.interactions.AddTypeRegistration(name, type);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_17 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_17);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_18;
L_18 = InputManager_get_interactions_mCAA2479DA537FED195F407F93B284D32458357DE_inline(L_17, NULL);
V_3 = L_18;
String_t* L_19 = ___name1;
Type_t* L_20 = ___type0;
TypeTable_AddTypeRegistration_mAC83549CC944F2EE8371A00B82B203B9B8DD5B7E((&V_3), L_19, L_20, NULL);
// }
return;
}
}
// System.Type UnityEngine.InputSystem.InputSystem::TryGetInteraction(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputSystem_TryGetInteraction_m1537E5091F8466571842B5F7C06395D6322ACCEF (String_t* ___name0, 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;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_1;
memset((&V_1), 0, sizeof(V_1));
Type_t* V_2 = NULL;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_TryGetInteraction_m1537E5091F8466571842B5F7C06395D6322ACCEF_RuntimeMethod_var)));
}
IL_0016:
{
// return s_Manager.interactions.LookupTypeRegistration(name);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_4);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_5;
L_5 = InputManager_get_interactions_mCAA2479DA537FED195F407F93B284D32458357DE_inline(L_4, NULL);
V_1 = L_5;
String_t* L_6 = ___name0;
Type_t* L_7;
L_7 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&V_1), L_6, NULL);
V_2 = L_7;
goto IL_002c;
}
IL_002c:
{
// }
Type_t* L_8 = V_2;
return L_8;
}
}
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputSystem::ListInteractions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputSystem_ListInteractions_mA02D8CA0F5F31B9DB3E5C7B8A387167989ABC2E6 (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;
}
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject* V_1 = NULL;
{
// return s_Manager.interactions.names;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_1;
L_1 = InputManager_get_interactions_mCAA2479DA537FED195F407F93B284D32458357DE_inline(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2;
L_2 = TypeTable_get_names_mDE4C37C80FF83DA878F42A69F48AEB9656052F0A((&V_0), NULL);
V_1 = L_2;
goto IL_0016;
}
IL_0016:
{
// }
RuntimeObject* L_3 = V_1;
return L_3;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RegisterBindingComposite(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterBindingComposite_mEC2B898A494E4212F70956A6F8C860179BA6F432 (Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDC8FE1FED22D143A4D3A3386BF8D19D24DB7E2C);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (type == null)
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
// throw new ArgumentNullException(nameof(type));
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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_RegisterBindingComposite_mEC2B898A494E4212F70956A6F8C860179BA6F432_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_1 = L_5;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0054;
}
}
{
// name = type.Name;
Type_t* L_7 = ___type0;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
___name1 = L_8;
// if (name.EndsWith("Composite"))
String_t* L_9 = ___name1;
NullCheck(L_9);
bool L_10;
L_10 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_9, _stringLiteralCDC8FE1FED22D143A4D3A3386BF8D19D24DB7E2C, NULL);
V_2 = L_10;
bool L_11 = V_2;
if (!L_11)
{
goto IL_0053;
}
}
{
// name = name.Substring(0, name.Length - "Composite".Length);
String_t* L_12 = ___name1;
String_t* L_13 = ___name1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
NullCheck(_stringLiteralCDC8FE1FED22D143A4D3A3386BF8D19D24DB7E2C);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralCDC8FE1FED22D143A4D3A3386BF8D19D24DB7E2C, NULL);
NullCheck(L_12);
String_t* L_16;
L_16 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_12, 0, ((int32_t)il2cpp_codegen_subtract(L_14, L_15)), NULL);
___name1 = L_16;
}
IL_0053:
{
}
IL_0054:
{
// s_Manager.composites.AddTypeRegistration(name, type);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_17 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_17);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_18;
L_18 = InputManager_get_composites_m2C9D09520A1270B1D04149DB0BCD2EA3AD72DA43_inline(L_17, NULL);
V_3 = L_18;
String_t* L_19 = ___name1;
Type_t* L_20 = ___type0;
TypeTable_AddTypeRegistration_mAC83549CC944F2EE8371A00B82B203B9B8DD5B7E((&V_3), L_19, L_20, NULL);
// }
return;
}
}
// System.Type UnityEngine.InputSystem.InputSystem::TryGetBindingComposite(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputSystem_TryGetBindingComposite_mB6D2F0B9591F9D5FA0B7D2D265F47A1249080A48 (String_t* ___name0, 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;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E V_1;
memset((&V_1), 0, sizeof(V_1));
Type_t* V_2 = NULL;
{
// if (string.IsNullOrEmpty(name))
String_t* L_0 = ___name0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(name));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_TryGetBindingComposite_mB6D2F0B9591F9D5FA0B7D2D265F47A1249080A48_RuntimeMethod_var)));
}
IL_0016:
{
// return s_Manager.composites.LookupTypeRegistration(name);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_4);
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_5;
L_5 = InputManager_get_composites_m2C9D09520A1270B1D04149DB0BCD2EA3AD72DA43_inline(L_4, NULL);
V_1 = L_5;
String_t* L_6 = ___name0;
Type_t* L_7;
L_7 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&V_1), L_6, NULL);
V_2 = L_7;
goto IL_002c;
}
IL_002c:
{
// }
Type_t* L_8 = V_2;
return L_8;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::DisableAllEnabledActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_DisableAllEnabledActions_m6D3AA5B2F9A89ACB276AAAA4079CF4B8CF949274 (const RuntimeMethod* method)
{
{
// InputActionState.DisableAllActions();
InputActionState_DisableAllActions_m3063245F1D2AD7D5AD60EE008421B76773832ADE(NULL);
// }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputSystem::ListEnabledActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE1DF165936F3562084DB454140315041796A957F* InputSystem_ListEnabledActions_m383F3EDD2A413F9D010AC7EB55985862FC7E30C1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_tE1DF165936F3562084DB454140315041796A957F* V_0 = NULL;
List_1_tE1DF165936F3562084DB454140315041796A957F* V_1 = NULL;
{
// var result = new List<InputAction>();
List_1_tE1DF165936F3562084DB454140315041796A957F* L_0 = (List_1_tE1DF165936F3562084DB454140315041796A957F*)il2cpp_codegen_object_new(List_1_tE1DF165936F3562084DB454140315041796A957F_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6(L_0, List_1__ctor_m9BCE92A09B812B49B47C00ADCD60400A2560D2E6_RuntimeMethod_var);
V_0 = L_0;
// ListEnabledActions(result);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = InputSystem_ListEnabledActions_m66CB601F7C8B85C4C3161B384EC932663200976D(L_1, NULL);
// return result;
List_1_tE1DF165936F3562084DB454140315041796A957F* L_3 = V_0;
V_1 = L_3;
goto IL_0012;
}
IL_0012:
{
// }
List_1_tE1DF165936F3562084DB454140315041796A957F* L_4 = V_1;
return L_4;
}
}
// System.Int32 UnityEngine.InputSystem.InputSystem::ListEnabledActions(System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_ListEnabledActions_m66CB601F7C8B85C4C3161B384EC932663200976D (List_1_tE1DF165936F3562084DB454140315041796A957F* ___actions0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (actions == null)
List_1_tE1DF165936F3562084DB454140315041796A957F* L_0 = ___actions0;
V_0 = (bool)((((RuntimeObject*)(List_1_tE1DF165936F3562084DB454140315041796A957F*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(actions));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B661C870217F11756934F5826E14A434DC7DF03)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_ListEnabledActions_m66CB601F7C8B85C4C3161B384EC932663200976D_RuntimeMethod_var)));
}
IL_0014:
{
// return InputActionState.FindAllEnabledActions(actions);
List_1_tE1DF165936F3562084DB454140315041796A957F* L_3 = ___actions0;
int32_t L_4;
L_4 = InputActionState_FindAllEnabledActions_mADF5A944C5F36F776837A2914A545F84075488B9(L_3, NULL);
V_1 = L_4;
goto IL_001d;
}
IL_001d:
{
// }
int32_t L_5 = V_1;
return L_5;
}
}
// UnityEngine.InputSystem.InputRemoting UnityEngine.InputSystem.InputSystem::get_remoting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* InputSystem_get_remoting_mABAD713E2B6791FA8D9BC3806CF6A282B5F39500 (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;
}
{
// public static InputRemoting remoting => s_Remote;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3;
return L_0;
}
}
// System.Version UnityEngine.InputSystem.InputSystem::get_version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* InputSystem_get_version_mC0E8ADB5F64B4182C4ED8ED341688B3FF6953B3B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5786E1C2EA58C3DC19B4F6D087C1B567B64075D7);
s_Il2CppMethodInitialized = true;
}
{
// public static Version version => new Version(kAssemblyVersion);
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)il2cpp_codegen_object_new(Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
NullCheck(L_0);
Version__ctor_m52D06833AE6481C0A9B72085BDC4D09A723CEF7F(L_0, _stringLiteral5786E1C2EA58C3DC19B4F6D087C1B567B64075D7, NULL);
return L_0;
}
}
// UnityEngine.InputSystem.LowLevel.InputMetrics UnityEngine.InputSystem.InputSystem::get_metrics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 InputSystem_get_metrics_mFA5BBB417617E6E01D155848C4A9E4CA0F1AE4E6 (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;
}
{
// public static InputMetrics metrics => s_Manager.metrics;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 L_1;
L_1 = InputManager_get_metrics_m0AC40AF35A105CAD72355A6E0F94E06CAECB5D3E(L_0, NULL);
return L_1;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::SetUpRemoting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetUpRemoting_m2ABFD44E7884AED6C50289F32CB3175604D29197 (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*)&InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Debug.Assert(s_Manager != null);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((!(((RuntimeObject*)(InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// s_Remote = new InputRemoting(s_Manager);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_1 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_2 = (InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114*)il2cpp_codegen_object_new(InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114_il2cpp_TypeInfo_var);
NullCheck(L_2);
InputRemoting__ctor_m38C3C13034148D32AA05F42C231356F10D639C29(L_2, L_1, (bool)0, NULL);
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3), (void*)L_2);
// SetUpRemotingInternal();
InputSystem_SetUpRemotingInternal_mA25025E7D97955F756F18D7D44D0583952E27203(NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::SetUpRemotingInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SetUpRemotingInternal_mA25025E7D97955F756F18D7D44D0583952E27203 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisRemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF_m8D7E8DE1431DFF7E75443F137B00D91741D4584F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (s_RemoteConnection == null)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
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_0036;
}
}
{
// s_RemoteConnection = ScriptableObject.CreateInstance<RemoteInputPlayerConnection>();
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_3;
L_3 = ScriptableObject_CreateInstance_TisRemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF_m8D7E8DE1431DFF7E75443F137B00D91741D4584F(ScriptableObject_CreateInstance_TisRemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF_m8D7E8DE1431DFF7E75443F137B00D91741D4584F_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4), (void*)L_3);
// s_RemoteConnection.Bind(PlayerConnection.instance, PlayerConnection.instance.isConnected);
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53* L_5;
L_5 = PlayerConnection_get_instance_m8F2B9C9F3AF41AC7A2FB617B5A700811E2444C14(NULL);
PlayerConnection_tE21E6206D6FC40F07B3842D83BCB0732C9244E53* L_6;
L_6 = PlayerConnection_get_instance_m8F2B9C9F3AF41AC7A2FB617B5A700811E2444C14(NULL);
NullCheck(L_6);
bool L_7;
L_7 = PlayerConnection_get_isConnected_mFDFB30D1AD4A7BFC66207092270E86B8D467209D(L_6, NULL);
NullCheck(L_4);
RemoteInputPlayerConnection_Bind_m4B086F28252861E96824793FE3B73BEB01B11B26(L_4, L_5, L_7, NULL);
}
IL_0036:
{
// s_Remote.Subscribe(s_RemoteConnection); // Feed messages from players into editor.
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_8 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3;
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_9 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
NullCheck(L_8);
RuntimeObject* L_10;
L_10 = InputRemoting_Subscribe_m3174559EEEB0C3775FF4859E1F7D8AE22431DFFB(L_8, L_9, NULL);
// s_RemoteConnection.Subscribe(s_Remote); // Feed messages from editor into players.
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_11 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_12 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3;
NullCheck(L_11);
RuntimeObject* L_13;
L_13 = RemoteInputPlayerConnection_Subscribe_mA5989A7DA68D630D77A8A6ACFA9BD1E339FBF0CB(L_11, L_12, NULL);
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputSystem::ShouldEnableRemoting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSystem_ShouldEnableRemoting_mE0E73279375591C932D04D4C91420B06F507BF53 (const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// var isRunningTests = false;
V_0 = (bool)0;
// if (isRunningTests)
bool L_0 = V_0;
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_000c;
}
}
{
// return false; // Don't remote while running tests.
V_2 = (bool)0;
goto IL_0010;
}
IL_000c:
{
// return true;
V_2 = (bool)1;
goto IL_0010;
}
IL_0010:
{
// }
bool L_2 = V_2;
return L_2;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem__cctor_m0FFC97A7A7EA3F547856764F28CC366677CE8AF1 (const RuntimeMethod* method)
{
{
// InitializeInPlayer();
InputSystem_InitializeInPlayer_mC2C1995909AB8889BE09241EA4EDC873D1518393((RuntimeObject*)NULL, (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF*)NULL, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RunInitializeInPlayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RunInitializeInPlayer_mA6A9A1676CF3BCBA79E5CD0189494EFC179CA65D (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 (s_Manager == null)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_0 = (bool)((((RuntimeObject*)(InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// InitializeInPlayer();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_InitializeInPlayer_mC2C1995909AB8889BE09241EA4EDC873D1518393((RuntimeObject*)NULL, (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF*)NULL, NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::InitializeInPlayer(UnityEngine.InputSystem.LowLevel.IInputRuntime,UnityEngine.InputSystem.InputSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_InitializeInPlayer_mC2C1995909AB8889BE09241EA4EDC873D1518393 (RuntimeObject* ___runtime0, InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD395830EB0F81577D1BFFA60163D5D45F2CD52CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_FindObjectsOfTypeAll_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_m26C7DAE3B2EE183FE951A6C8DC5CECA014F86CCB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* G_B3_0 = NULL;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* G_B2_0 = NULL;
RuntimeObject* G_B6_0 = NULL;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B6_1 = NULL;
RuntimeObject* G_B5_0 = NULL;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* G_B5_1 = NULL;
{
// if (settings == null)
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_0 = ___settings1;
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_0021;
}
}
{
// settings = Resources.FindObjectsOfTypeAll<InputSettings>().FirstOrDefault() ?? ScriptableObject.CreateInstance<InputSettings>();
InputSettingsU5BU5D_t6CC3C4AFBE4A23B0693A4EB44C4517E19FF73C2B* L_3;
L_3 = Resources_FindObjectsOfTypeAll_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_m26C7DAE3B2EE183FE951A6C8DC5CECA014F86CCB(Resources_FindObjectsOfTypeAll_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_m26C7DAE3B2EE183FE951A6C8DC5CECA014F86CCB_RuntimeMethod_var);
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_4;
L_4 = Enumerable_FirstOrDefault_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD395830EB0F81577D1BFFA60163D5D45F2CD52CB((RuntimeObject*)L_3, Enumerable_FirstOrDefault_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD395830EB0F81577D1BFFA60163D5D45F2CD52CB_RuntimeMethod_var);
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_5 = L_4;
G_B2_0 = L_5;
if (L_5)
{
G_B3_0 = L_5;
goto IL_001f;
}
}
{
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_6;
L_6 = ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A(ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A_RuntimeMethod_var);
G_B3_0 = L_6;
}
IL_001f:
{
___settings1 = G_B3_0;
}
IL_0021:
{
// s_Manager = new InputManager();
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*)il2cpp_codegen_object_new(InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210_il2cpp_TypeInfo_var);
NullCheck(L_7);
InputManager__ctor_mE910BF069A28A2B1F67135002AF34D92BD414161(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2), (void*)L_7);
// s_Manager.Initialize(runtime ?? NativeInputRuntime.instance, settings);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_8 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
RuntimeObject* L_9 = ___runtime0;
RuntimeObject* L_10 = L_9;
G_B5_0 = L_10;
G_B5_1 = L_8;
if (L_10)
{
G_B6_0 = L_10;
G_B6_1 = L_8;
goto IL_003a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var);
NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7* L_11 = ((NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_StaticFields*)il2cpp_codegen_static_fields_for(NativeInputRuntime_t312F8D8360E6CB6754980EC6DBCA824F927343C7_il2cpp_TypeInfo_var))->___instance_0;
G_B6_0 = ((RuntimeObject*)(L_11));
G_B6_1 = G_B5_1;
}
IL_003a:
{
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_12 = ___settings1;
NullCheck(G_B6_1);
InputManager_Initialize_mE935313169497E7943DD1A10437278B98949A168(G_B6_1, G_B6_0, L_12, NULL);
// PerformDefaultPluginInitialization();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_PerformDefaultPluginInitialization_mDBA525D652629F57DEC7D08883DAB8BDBCCA99CC(NULL);
// if (ShouldEnableRemoting())
bool L_13;
L_13 = InputSystem_ShouldEnableRemoting_mE0E73279375591C932D04D4C91420B06F507BF53(NULL);
V_1 = L_13;
bool L_14 = V_1;
if (!L_14)
{
goto IL_0056;
}
}
{
// SetUpRemoting();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_SetUpRemoting_m2ABFD44E7884AED6C50289F32CB3175604D29197(NULL);
}
IL_0056:
{
// RunInitialUpdate();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_RunInitialUpdate_m298C469C7CB5E11B713733CD7E5055D4B8C8942A(NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::RunInitialUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RunInitialUpdate_m298C469C7CB5E11B713733CD7E5055D4B8C8942A (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;
}
{
// Update(InputUpdateType.None);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_Update_mD87DF25F5324F12D14D9DF45F878271C2B81ED4D(0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::PerformDefaultPluginInitialization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_PerformDefaultPluginInitialization_mDBA525D652629F57DEC7D08883DAB8BDBCCA99CC (const RuntimeMethod* method)
{
{
// UISupport.Initialize();
UISupport_Initialize_m6E6E7C8007C36DA3A1DF656DC804473AB50914C5(NULL);
// XInputSupport.Initialize();
XInputSupport_Initialize_m294CA96FDF126CD3CE48AC5AC8AF206D63343C1D(NULL);
// DualShockSupport.Initialize();
DualShockSupport_Initialize_m14272325FA9B14053E96E6B8EEFF98981CF8E45F(NULL);
// Android.AndroidSupport.Initialize();
AndroidSupport_Initialize_m0FB97D3C59C5104CE5693D5FAE54343A4893BBC4(NULL);
// XR.XRSupport.Initialize();
XRSupport_Initialize_mBE4594B090AF69EA45D69F3557C3DF8DF76E7876(NULL);
// OnScreen.OnScreenSupport.Initialize();
OnScreenSupport_Initialize_m5A1702089120C24990E2E9E25DB53B7F4608E9D6(NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::Reset(System.Boolean,UnityEngine.InputSystem.LowLevel.IInputRuntime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Reset_mC650D7FB6964EC9B7E513FB45477263D3889CB9E (bool ___enableRemoting0, RuntimeObject* ___runtime1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral880A203C7E154D1BFC48F54A8BFC50B8E99C8E30);
s_Il2CppMethodInitialized = true;
}
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* V_0 = NULL;
bool V_1 = false;
Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B V_2;
memset((&V_2), 0, sizeof(V_2));
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_3;
memset((&V_3), 0, sizeof(V_3));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_4 = NULL;
{
// Profiler.BeginSample("InputSystem.Reset");
Profiler_BeginSample_mA836D6E554511CBEAD80F55EE41AAA5D1B26B3DE_inline(_stringLiteral880A203C7E154D1BFC48F54A8BFC50B8E99C8E30, NULL);
// if (s_Manager != null)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
V_1 = (bool)((!(((RuntimeObject*)(InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0066;
}
}
{
// foreach (var device in s_Manager.devices)
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;
NullCheck(L_2);
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_3;
L_3 = InputManager_get_devices_m2C3974F1750002E781518E9010ADBF1E25C4FCF4(L_2, NULL);
V_3 = L_3;
Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B L_4;
L_4 = ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C((&V_3), ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var);
V_2 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004b:
{// begin finally (depth: 1)
Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB((&V_2), Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0040_1;
}
IL_002f_1:
{
// foreach (var device in s_Manager.devices)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5;
L_5 = Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945((&V_2), Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var);
V_4 = L_5;
// device.NotifyRemoved();
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = V_4;
NullCheck(L_6);
InputDevice_NotifyRemoved_m32F85C8CE3A88D7C60CD7F46E4A609A457C5B91A(L_6, NULL);
}
IL_0040_1:
{
// foreach (var device in s_Manager.devices)
bool L_7;
L_7 = Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC((&V_2), Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var);
if (L_7)
{
goto IL_002f_1;
}
}
{
goto IL_005a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005a:
{
// s_Manager.UninstallGlobals();
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;
NullCheck(L_8);
InputManager_UninstallGlobals_m443079C8E4EDCCC5A75A6172C423B9F832CD611F(L_8, NULL);
}
IL_0066:
{
// var settings = ScriptableObject.CreateInstance<InputSettings>();
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_9;
L_9 = ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A(ScriptableObject_CreateInstance_TisInputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF_mD4D03DD9C152298C2F270C59ADF2AAAA054AAD1A_RuntimeMethod_var);
V_0 = L_9;
// settings.hideFlags = HideFlags.HideAndDontSave;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_10 = V_0;
NullCheck(L_10);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_10, ((int32_t)61), NULL);
// InitializeInPlayer(runtime, settings);
RuntimeObject* L_11 = ___runtime1;
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_12 = V_0;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_InitializeInPlayer_mC2C1995909AB8889BE09241EA4EDC873D1518393(L_11, L_12, NULL);
// Mouse.s_PlatformMouseDevice = null;
((Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_StaticFields*)il2cpp_codegen_static_fields_for(Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var))->___s_PlatformMouseDevice_53 = (Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_StaticFields*)il2cpp_codegen_static_fields_for(Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F_il2cpp_TypeInfo_var))->___s_PlatformMouseDevice_53), (void*)(Mouse_t9A9CC4636FA9CDBAD7FB7A02DB0D6395EDCC338F*)NULL);
// InputEventListener.s_ObserverState = default;
((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0 = (ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_StaticFields*)il2cpp_codegen_static_fields_for(InputEventListener_tB0B541BC249BB696401201CF9DCAB4DFA1462B1D_il2cpp_TypeInfo_var))->___s_ObserverState_0), (void*)(ObserverState_t147E85316A8DB8E0C6B3D4485B1480B41EA6A1A8*)NULL);
// InputUser.ResetGlobals();
InputUser_ResetGlobals_m8458571CA6621C22A30D87485436C5557C861C87(NULL);
// EnhancedTouchSupport.Reset();
EnhancedTouchSupport_Reset_m4F567C5F0DB05E21ACA15E175446FAA962B10B20(NULL);
// Profiler.EndSample();
Profiler_EndSample_m450653E4210CC1B4E1210C29F62FC48F8F250437(NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::Destroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Destroy_mCEF84070906DA2E5B23709A89F15C13B36AF5E93 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// s_Manager.Destroy();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_0);
InputManager_Destroy_mF8DE88C4DD4F90D71F933A1A3A09CEEC1769493A(L_0, NULL);
// if (s_RemoteConnection != null)
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_1 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0026;
}
}
{
// Object.DestroyImmediate(s_RemoteConnection);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_DestroyImmediate_m8249CABCDF344BE3A67EE765122EBB415DC2BC57(L_4, NULL);
}
IL_0026:
{
// s_Manager = null;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2 = (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2), (void*)(InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210*)NULL);
// s_RemoteConnection = null;
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4 = (RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4), (void*)(RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF*)NULL);
// s_Remote = null;
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3 = (InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3), (void*)(InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114*)NULL);
// }
return;
}
}
// UnityEngine.InputSystem.InputSystem/State UnityEngine.InputSystem.InputSystem::GetSavedState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF InputSystem_GetSavedState_m5D774F433404CF766A6FCFFD4672FE8910F3DC2C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return s_SavedStateStack.Peek();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5;
NullCheck(L_0);
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_1;
L_1 = Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E(L_0, Stack_1_Peek_m183FF5FD4834D2DDB0C020A6D1EFC001F5D29A4E_RuntimeMethod_var);
V_0 = L_1;
goto IL_000e;
}
IL_000e:
{
// }
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_2 = V_0;
return L_2;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::SaveAndReset(System.Boolean,UnityEngine.InputSystem.LowLevel.IInputRuntime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_SaveAndReset_mA1FF9C4AC552F0C87C3BDE7BEC2BD4E318FA7E6F (bool ___enableRemoting0, RuntimeObject* ___runtime1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF V_1;
memset((&V_1), 0, sizeof(V_1));
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5 V_2;
memset((&V_2), 0, sizeof(V_2));
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* G_B4_0 = NULL;
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF* G_B4_1 = NULL;
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* G_B4_2 = NULL;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* G_B3_0 = NULL;
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF* G_B3_1 = NULL;
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* G_B3_2 = NULL;
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5 G_B5_0;
memset((&G_B5_0), 0, sizeof(G_B5_0));
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF* G_B5_1 = NULL;
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* G_B5_2 = NULL;
RuntimeObject* G_B7_0 = NULL;
bool G_B7_1 = false;
RuntimeObject* G_B6_0 = NULL;
bool G_B6_1 = false;
{
// if (s_SavedStateStack == null)
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5;
V_0 = (bool)((((RuntimeObject*)(Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// s_SavedStateStack = new Stack<State>();
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_2 = (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4*)il2cpp_codegen_object_new(Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4_il2cpp_TypeInfo_var);
NullCheck(L_2);
Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4(L_2, Stack_1__ctor_mCDE714B20147B7659A4CE40CEAE6438343F4EEC4_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5), (void*)L_2);
}
IL_0017:
{
// s_SavedStateStack.Push(new State
// {
// manager = s_Manager,
// remote = s_Remote,
// remoteConnection = s_RemoteConnection,
// managerState = s_Manager.SaveState(),
// remotingState = s_Remote?.SaveState() ?? new InputRemoting.SerializedState(),
// #if UNITY_EDITOR
// userSettings = InputEditorUserSettings.s_Settings,
// systemObject = JsonUtility.ToJson(s_SystemObject),
// #endif
// inputActionState = InputActionState.SaveAndResetState(),
// touchState = EnhancedTouch.Touch.SaveAndResetState(),
// inputUserState = InputUser.SaveAndResetState()
// });
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5;
il2cpp_codegen_initobj((&V_1), sizeof(State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF));
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_4 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
(&V_1)->___manager_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___manager_0), (void*)L_4);
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_5 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3;
(&V_1)->___remote_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___remote_1), (void*)L_5);
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_6 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4;
(&V_1)->___remoteConnection_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___remoteConnection_2), (void*)L_6);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_7 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_7);
SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46 L_8;
L_8 = InputManager_SaveState_m6C9920EE2B27C7A7A4C2A9A60C972F433796E34E(L_7, NULL);
(&V_1)->___managerState_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_1)->___managerState_3))->___devices_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_1)->___managerState_3))->___availableDevices_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_1)->___managerState_3))->___settings_8), (void*)NULL);
#endif
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_9 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_10 = L_9;
G_B3_0 = L_10;
G_B3_1 = (&V_1);
G_B3_2 = L_3;
if (L_10)
{
G_B4_0 = L_10;
G_B4_1 = (&V_1);
G_B4_2 = L_3;
goto IL_006f;
}
}
{
il2cpp_codegen_initobj((&V_2), sizeof(SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5));
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5 L_11 = V_2;
G_B5_0 = L_11;
G_B5_1 = G_B3_1;
G_B5_2 = G_B3_2;
goto IL_0074;
}
IL_006f:
{
NullCheck(G_B4_0);
SerializedState_t4142371D49CAFF5F930E48E3377C3F01679A62F5 L_12;
L_12 = InputRemoting_SaveState_m5A0F86156BD85DDF0A274C89B94F4DBD58C9088A(G_B4_0, NULL);
G_B5_0 = L_12;
G_B5_1 = G_B4_1;
G_B5_2 = G_B4_2;
}
IL_0074:
{
G_B5_1->___remotingState_4 = G_B5_0;
Il2CppCodeGenWriteBarrier((void**)&(((&G_B5_1->___remotingState_4))->___senders_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&G_B5_1->___remotingState_4))->___subscribers_2), (void*)NULL);
#endif
RuntimeObject* L_13;
L_13 = InputActionState_SaveAndResetState_m45BAC4799C7ED3A1864FAAFB5F84F1F9F450355C(NULL);
(&V_1)->___inputActionState_5 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___inputActionState_5), (void*)L_13);
il2cpp_codegen_runtime_class_init_inline(Touch_t07A55E11962F143607E917F0B6FEFB36EE2DDA70_il2cpp_TypeInfo_var);
RuntimeObject* L_14;
L_14 = Touch_SaveAndResetState_m85AE624238CD9718EA1F4C485DEB1BF4742BD565(NULL);
(&V_1)->___touchState_6 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___touchState_6), (void*)L_14);
RuntimeObject* L_15;
L_15 = InputUser_SaveAndResetState_m0B5FDECDEE72F014FCDB989F4A11FE7FEB6A123B(NULL);
(&V_1)->___inputUserState_7 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___inputUserState_7), (void*)L_15);
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_16 = V_1;
NullCheck(G_B5_2);
Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F(G_B5_2, L_16, Stack_1_Push_mB759B2F1AD02B3EC233FEB22A4BD7E2D0AADFE3F_RuntimeMethod_var);
// Reset(enableRemoting, runtime ?? InputRuntime.s_Instance); // Keep current runtime.
bool L_17 = ___enableRemoting0;
RuntimeObject* L_18 = ___runtime1;
RuntimeObject* L_19 = L_18;
G_B6_0 = L_19;
G_B6_1 = L_17;
if (L_19)
{
G_B7_0 = L_19;
G_B7_1 = L_17;
goto IL_00af;
}
}
{
RuntimeObject* L_20 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
G_B7_0 = L_20;
G_B7_1 = G_B6_1;
}
IL_00af:
{
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSystem_Reset_mC650D7FB6964EC9B7E513FB45477263D3889CB9E(G_B7_1, G_B7_0, NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem::Restore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_Restore_m533FB2928AFC70CBB400B7352AD990A36969F6EA (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*)&Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF V_0;
memset((&V_0), 0, sizeof(V_0));
Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B V_1;
memset((&V_1), 0, sizeof(V_1));
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA V_2;
memset((&V_2), 0, sizeof(V_2));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_3 = NULL;
int32_t G_B3_0 = 0;
{
// Debug.Assert(s_SavedStateStack != null && s_SavedStateStack.Count > 0);
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_0 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5;
if (!L_0)
{
goto IL_0017;
}
}
{
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_1 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5;
NullCheck(L_1);
int32_t L_2;
L_2 = Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_inline(L_1, Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_RuntimeMethod_var);
G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
// var state = s_SavedStateStack.Pop();
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* L_3 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_SavedStateStack_5;
NullCheck(L_3);
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_4;
L_4 = Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475(L_3, Stack_1_Pop_mE8BAFB21BE46AE4CC07BA634B3C6D06AA1F17475_RuntimeMethod_var);
V_0 = L_4;
// state.inputUserState.StaticDisposeCurrentState();
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_5 = V_0;
RuntimeObject* L_6 = L_5.___inputUserState_7;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void UnityEngine.InputSystem.Utilities.ISavedState::StaticDisposeCurrentState() */, ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var, L_6);
// state.touchState.StaticDisposeCurrentState();
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_7 = V_0;
RuntimeObject* L_8 = L_7.___touchState_6;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void UnityEngine.InputSystem.Utilities.ISavedState::StaticDisposeCurrentState() */, ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var, L_8);
// state.inputActionState.StaticDisposeCurrentState();
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_9 = V_0;
RuntimeObject* L_10 = L_9.___inputActionState_5;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void UnityEngine.InputSystem.Utilities.ISavedState::StaticDisposeCurrentState() */, ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var, L_10);
// Destroy();
InputSystem_Destroy_mCEF84070906DA2E5B23709A89F15C13B36AF5E93(NULL);
// state.inputUserState.RestoreSavedState();
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_11 = V_0;
RuntimeObject* L_12 = L_11.___inputUserState_7;
NullCheck(L_12);
InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.InputSystem.Utilities.ISavedState::RestoreSavedState() */, ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var, L_12);
// state.touchState.RestoreSavedState();
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_13 = V_0;
RuntimeObject* L_14 = L_13.___touchState_6;
NullCheck(L_14);
InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.InputSystem.Utilities.ISavedState::RestoreSavedState() */, ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var, L_14);
// state.inputActionState.RestoreSavedState();
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_15 = V_0;
RuntimeObject* L_16 = L_15.___inputActionState_5;
NullCheck(L_16);
InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.InputSystem.Utilities.ISavedState::RestoreSavedState() */, ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401_il2cpp_TypeInfo_var, L_16);
// s_Manager = state.manager;
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_17 = V_0;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_18 = L_17.___manager_0;
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2), (void*)L_18);
// s_Remote = state.remote;
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_19 = V_0;
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* L_20 = L_19.___remote_1;
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Remote_3), (void*)L_20);
// s_RemoteConnection = state.remoteConnection;
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_21 = V_0;
RemoteInputPlayerConnection_t30D11D576C269098E4EBC0E07291C767130FC3DF* L_22 = L_21.___remoteConnection_2;
((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_RemoteConnection_4), (void*)L_22);
// InputUpdate.Restore(state.managerState.updateState);
State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF L_23 = V_0;
SerializedState_t5AB9C7B8244A37D218FA4FF00C9BA62D364F8F46 L_24 = L_23.___managerState_3;
SerializedState_t3109D2FBBC10098C57DC414CF8E80C5685232026 L_25 = L_24.___updateState_5;
InputUpdate_Restore_mF736A6E0FB54B98B599403D84A37808A62A98482(L_25, NULL);
// s_Manager.InstallRuntime(s_Manager.m_Runtime);
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_26 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_27 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_27);
RuntimeObject* L_28 = L_27->___m_Runtime_31;
NullCheck(L_26);
InputManager_InstallRuntime_mE56741CAAC5245B96D192D64E3218D8ED1ACEC38(L_26, L_28, NULL);
// s_Manager.InstallGlobals();
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_29 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_29);
InputManager_InstallGlobals_m1AE121B9AB8B0F236DA08874294E31E81058592C(L_29, NULL);
// s_Manager.ApplySettings();
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_30 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
NullCheck(L_30);
InputManager_ApplySettings_m98CCA0C352332E7DC117FB01F45EA7E4D6E03B00(L_30, NULL);
// foreach (var device in devices)
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_31;
L_31 = InputSystem_get_devices_m92D52284ABC0BCE6CF46CB98EB870F2AA3890BF8(NULL);
V_2 = L_31;
Enumerator_t81E72BA990D25C50893E883131DA5DF2157A185B L_32;
L_32 = ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C((&V_2), ReadOnlyArray_1_GetEnumerator_m40DC2BB2BC3C855369753E8780E2B2DE6F38E88C_RuntimeMethod_var);
V_1 = L_32;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0108:
{// begin finally (depth: 1)
Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB((&V_1), Enumerator_Dispose_mF7167BCE82C30E7D09082FFCA3F3EFFD32B186CB_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00fd_1;
}
IL_00e5_1:
{
// foreach (var device in devices)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_33;
L_33 = Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945((&V_1), Enumerator_get_Current_mFB31F2643918A411B2F1539CA180A763D0200945_RuntimeMethod_var);
V_3 = L_33;
// device.NotifyAdded();
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_34 = V_3;
NullCheck(L_34);
InputDevice_NotifyAdded_m7F4B2FB6C8247706A4912415C0C0FFA081C6E495(L_34, NULL);
// device.MakeCurrent();
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_35 = V_3;
NullCheck(L_35);
VirtualActionInvoker0::Invoke(16 /* System.Void UnityEngine.InputSystem.InputDevice::MakeCurrent() */, L_35);
}
IL_00fd_1:
{
// foreach (var device in devices)
bool L_36;
L_36 = Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC((&V_1), Enumerator_MoveNext_mFAC408E08BBD06FE731A9E84F5E79461F23EACBC_RuntimeMethod_var);
if (L_36)
{
goto IL_00e5_1;
}
}
{
goto IL_0117;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0117:
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputSystem/State
IL2CPP_EXTERN_C void State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshal_pinvoke(const State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF& unmarshaled, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_pinvoke& marshaled)
{
Exception_t* ___manager_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'manager' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___manager_0Exception, NULL);
}
IL2CPP_EXTERN_C void State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshal_pinvoke_back(const State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_pinvoke& marshaled, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF& unmarshaled)
{
Exception_t* ___manager_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'manager' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___manager_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputSystem/State
IL2CPP_EXTERN_C void State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshal_pinvoke_cleanup(State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputSystem/State
IL2CPP_EXTERN_C void State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshal_com(const State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF& unmarshaled, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_com& marshaled)
{
Exception_t* ___manager_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'manager' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___manager_0Exception, NULL);
}
IL2CPP_EXTERN_C void State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshal_com_back(const State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_com& marshaled, State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF& unmarshaled)
{
Exception_t* ___manager_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'manager' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___manager_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputSystem/State
IL2CPP_EXTERN_C void State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshal_com_cleanup(State_tB6FAFA007A70221C90A7D577663C8C57D0E6B4EF_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.InputSystem/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4B3DB8726E64C180837152EF2B7F521AA2CF9D62 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* L_0 = (U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA*)il2cpp_codegen_object_new(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mE73FB8F7797F2519F982778D8931A8FD0252DE95(L_0, NULL);
((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.InputSystem.InputSystem/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE73FB8F7797F2519F982778D8931A8FD0252DE95 (U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputSystem/<>c::<get_onAnyButtonPress>b__79_0(UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_0_m5565926A08175BF6BE21649528594AD861C1C8CD (U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___e0, const RuntimeMethod* method)
{
{
// onEvent.Select(e => e.GetFirstButtonPressOrNull()).Where(c => c != null);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = ___e0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1;
L_1 = InputControlExtensions_GetFirstButtonPressOrNull_mDBF6D99AF1A3D8BB7C8A2FD530513D58676DB259(L_0, (-1.0f), (bool)1, NULL);
return L_1;
}
}
// System.Boolean UnityEngine.InputSystem.InputSystem/<>c::<get_onAnyButtonPress>b__79_1(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3Cget_onAnyButtonPressU3Eb__79_1_mB76984C50A2161CA07881C811429A4182EEF9EFF (U3CU3Ec_t26147FD23283FAD9C369CE7FF71CDCDD9FF020AA* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___c0, const RuntimeMethod* method)
{
{
// onEvent.Select(e => e.GetFirstButtonPressOrNull()).Where(c => c != null);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___c0;
return (bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.InputSystem.CommonUsages::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonUsages__cctor_mC9C1431AF83BCA8F7C8E1344E76FCA77F8C62616 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C10E47675493434D04CD8025C8303AF94F7BA5A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FE1DEB4EDEE2E54C5DC6BE7013FD433AF3062C6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13723108E9F78522481EFFEB997D0EC8D2E6B2BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral190CDBBC7377A308B78E27EF91319FD2DA386895);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BEB1DE9B5C52D3F4699D572171AAACD3FA5E864);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F8F870F7EB4426F00DE192C8070A43D127A26CE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ACB7782456D2D8534D7B6B3F35A68568F0C0C4C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A261EB7E7319776625F5A015EA18053797E6890);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55935FB09C18CDEF3D02A1F5E7113C74ACB5CB7F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D5174454E3D3F9E783E0B8B821F8B1A68A0547F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7050E794F9BC7E6FB04B0854BF6DAD408C0FC164);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral724F6EF07C0D3FFFD32A55027218B65FB4F377E1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7672B1CB98F2EFAF3B642E0727371BD99BCD8A28);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CFABA7C6462657D1BE1B82BCB25DB5422A67CE8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81654DAE6F7DA22524F2310A30153852CE7D290B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93717CD8FCD45BAB4F15D3BACC989A6A93BA2674);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B0BB5433E9600F0BD3B7E4E4F4A0472AE371909);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6395AABCDE9B93485E9D73A72E394C1050ED739);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB82FE49DBD9F98B5C45F1B8D53AFA442EE544390);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF50C818C48FE06268F52652FD752EA6BEE4326F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD28E2459AC6A73898F642FFE30F6729271682756);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE13FF6C7392F9B53DD7F71846C039053919065BA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF91CCC42729FED4D77421D6F8E1B13F461E983A);
s_Il2CppMethodInitialized = true;
}
{
// public static readonly InternedString Primary2DMotion = new InternedString("Primary2DMotion");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0;
memset((&L_0), 0, sizeof(L_0));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_0), _stringLiteral1BEB1DE9B5C52D3F4699D572171AAACD3FA5E864, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Primary2DMotion_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Primary2DMotion_0))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Primary2DMotion_0))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Secondary2DMotion = new InternedString("Secondary2DMotion");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
memset((&L_1), 0, sizeof(L_1));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), _stringLiteral7672B1CB98F2EFAF3B642E0727371BD99BCD8A28, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Secondary2DMotion_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Secondary2DMotion_1))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Secondary2DMotion_1))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString PrimaryAction = new InternedString("PrimaryAction");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2;
memset((&L_2), 0, sizeof(L_2));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_2), _stringLiteral7050E794F9BC7E6FB04B0854BF6DAD408C0FC164, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___PrimaryAction_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___PrimaryAction_2))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___PrimaryAction_2))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString SecondaryAction = new InternedString("SecondaryAction");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
memset((&L_3), 0, sizeof(L_3));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_3), _stringLiteral55935FB09C18CDEF3D02A1F5E7113C74ACB5CB7F, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___SecondaryAction_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___SecondaryAction_3))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___SecondaryAction_3))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString PrimaryTrigger = new InternedString("PrimaryTrigger");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4;
memset((&L_4), 0, sizeof(L_4));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_4), _stringLiteral81654DAE6F7DA22524F2310A30153852CE7D290B, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___PrimaryTrigger_4 = L_4;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___PrimaryTrigger_4))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___PrimaryTrigger_4))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString SecondaryTrigger = new InternedString("SecondaryTrigger");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5;
memset((&L_5), 0, sizeof(L_5));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_5), _stringLiteral13723108E9F78522481EFFEB997D0EC8D2E6B2BB, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___SecondaryTrigger_5 = L_5;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___SecondaryTrigger_5))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___SecondaryTrigger_5))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Modifier = new InternedString("Modifier"); // Stuff like CTRL
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6;
memset((&L_6), 0, sizeof(L_6));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_6), _stringLiteralBF50C818C48FE06268F52652FD752EA6BEE4326F, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Modifier_6 = L_6;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Modifier_6))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Modifier_6))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Position = new InternedString("Position");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7;
memset((&L_7), 0, sizeof(L_7));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_7), _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Position_7 = L_7;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Position_7))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Position_7))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Orientation = new InternedString("Orientation");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8;
memset((&L_8), 0, sizeof(L_8));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_8), _stringLiteral1F8F870F7EB4426F00DE192C8070A43D127A26CE, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Orientation_8 = L_8;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Orientation_8))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Orientation_8))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Hatswitch = new InternedString("Hatswitch");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9;
memset((&L_9), 0, sizeof(L_9));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_9), _stringLiteral0FE1DEB4EDEE2E54C5DC6BE7013FD433AF3062C6, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Hatswitch_9 = L_9;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Hatswitch_9))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Hatswitch_9))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Back = new InternedString("Back");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10;
memset((&L_10), 0, sizeof(L_10));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_10), _stringLiteral4A261EB7E7319776625F5A015EA18053797E6890, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Back_10 = L_10;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Back_10))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Back_10))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Forward = new InternedString("Forward");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11;
memset((&L_11), 0, sizeof(L_11));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_11), _stringLiteral724F6EF07C0D3FFFD32A55027218B65FB4F377E1, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Forward_11 = L_11;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Forward_11))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Forward_11))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Menu = new InternedString("Menu");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12;
memset((&L_12), 0, sizeof(L_12));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_12), _stringLiteral0C10E47675493434D04CD8025C8303AF94F7BA5A, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Menu_12 = L_12;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Menu_12))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Menu_12))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Submit = new InternedString("Submit");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13;
memset((&L_13), 0, sizeof(L_13));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_13), _stringLiteral190CDBBC7377A308B78E27EF91319FD2DA386895, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Submit_13 = L_13;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Submit_13))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Submit_13))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Cancel = new InternedString("Cancel");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_14;
memset((&L_14), 0, sizeof(L_14));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_14), _stringLiteral93717CD8FCD45BAB4F15D3BACC989A6A93BA2674, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Cancel_14 = L_14;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Cancel_14))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Cancel_14))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Horizontal = new InternedString("Horizontal");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_15;
memset((&L_15), 0, sizeof(L_15));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_15), _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Horizontal_15 = L_15;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Horizontal_15))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Horizontal_15))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Vertical = new InternedString("Vertical");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_16;
memset((&L_16), 0, sizeof(L_16));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_16), _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Vertical_16 = L_16;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Vertical_16))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Vertical_16))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Twist = new InternedString("Twist");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17;
memset((&L_17), 0, sizeof(L_17));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_17), _stringLiteral2ACB7782456D2D8534D7B6B3F35A68568F0C0C4C, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Twist_17 = L_17;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Twist_17))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Twist_17))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Pressure = new InternedString("Pressure");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18;
memset((&L_18), 0, sizeof(L_18));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_18), _stringLiteral7CFABA7C6462657D1BE1B82BCB25DB5422A67CE8, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Pressure_18 = L_18;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Pressure_18))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Pressure_18))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString ScrollHorizontal = new InternedString("ScrollHorizontal");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_19;
memset((&L_19), 0, sizeof(L_19));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_19), _stringLiteral9B0BB5433E9600F0BD3B7E4E4F4A0472AE371909, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___ScrollHorizontal_19 = L_19;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___ScrollHorizontal_19))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___ScrollHorizontal_19))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString ScrollVertical = new InternedString("ScrollVertical");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_20;
memset((&L_20), 0, sizeof(L_20));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_20), _stringLiteralD28E2459AC6A73898F642FFE30F6729271682756, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___ScrollVertical_20 = L_20;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___ScrollVertical_20))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___ScrollVertical_20))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString Point = new InternedString("Point");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_21;
memset((&L_21), 0, sizeof(L_21));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_21), _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Point_21 = L_21;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Point_21))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___Point_21))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString LowFreqMotor = new InternedString("LowFreqMotor");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_22;
memset((&L_22), 0, sizeof(L_22));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_22), _stringLiteralB6395AABCDE9B93485E9D73A72E394C1050ED739, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___LowFreqMotor_22 = L_22;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___LowFreqMotor_22))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___LowFreqMotor_22))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString HighFreqMotor = new InternedString("HighFreqMotor");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_23;
memset((&L_23), 0, sizeof(L_23));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_23), _stringLiteralE13FF6C7392F9B53DD7F71846C039053919065BA, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___HighFreqMotor_23 = L_23;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___HighFreqMotor_23))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___HighFreqMotor_23))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString LeftHand = new InternedString("LeftHand");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_24;
memset((&L_24), 0, sizeof(L_24));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_24), _stringLiteralFF91CCC42729FED4D77421D6F8E1B13F461E983A, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___LeftHand_24 = L_24;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___LeftHand_24))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___LeftHand_24))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString RightHand = new InternedString("RightHand");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_25;
memset((&L_25), 0, sizeof(L_25));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_25), _stringLiteral5D5174454E3D3F9E783E0B8B821F8B1A68A0547F, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___RightHand_25 = L_25;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___RightHand_25))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___RightHand_25))->___m_StringLowerCase_1), (void*)NULL);
#endif
// public static readonly InternedString BatteryStrength = new InternedString("BatteryStrength");
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_26;
memset((&L_26), 0, sizeof(L_26));
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_26), _stringLiteralB82FE49DBD9F98B5C45F1B8D53AFA442EE544390, /*hidden argument*/NULL);
((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___BatteryStrength_26 = L_26;
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___BatteryStrength_26))->___m_StringOriginalCase_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&((CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t64965B2AAF01FEDD2C0216C34CEF31C651464D78_il2cpp_TypeInfo_var))->___BatteryStrength_26))->___m_StringLowerCase_1), (void*)NULL);
#endif
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.InputSystem.InputControl::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public string name => m_Name;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Name_1;
String_t* L_1;
L_1 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_0, NULL);
return L_1;
}
}
// System.String UnityEngine.InputSystem.InputControl::get_displayName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_displayName_m9F6CBDDD6B25EC0E25BEE1DD51105667F0BA9A23 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
bool V_0 = false;
String_t* V_1 = NULL;
bool V_2 = false;
{
// RefreshConfigurationIfNeeded();
InputControl_RefreshConfigurationIfNeeded_mD40AAB0641091C8AFAA5C7B7B6F84A0BEE355368(__this, NULL);
// if (m_DisplayName != null)
String_t* L_0 = __this->___m_DisplayName_3;
V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
// return m_DisplayName;
String_t* L_2 = __this->___m_DisplayName_3;
V_1 = L_2;
goto IL_0042;
}
IL_001e:
{
// if (m_DisplayNameFromLayout != null)
String_t* L_3 = __this->___m_DisplayNameFromLayout_4;
V_2 = (bool)((!(((RuntimeObject*)(String_t*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0034;
}
}
{
// return m_DisplayNameFromLayout;
String_t* L_5 = __this->___m_DisplayNameFromLayout_4;
V_1 = L_5;
goto IL_0042;
}
IL_0034:
{
// return m_Name;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6 = __this->___m_Name_1;
String_t* L_7;
L_7 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_6, NULL);
V_1 = L_7;
goto IL_0042;
}
IL_0042:
{
// }
String_t* L_8 = V_1;
return L_8;
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_displayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// protected set => m_DisplayName = value;
String_t* L_0 = ___value0;
__this->___m_DisplayName_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DisplayName_3), (void*)L_0);
return;
}
}
// System.String UnityEngine.InputSystem.InputControl::get_shortDisplayName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_shortDisplayName_mD0696FCEF00BC8E35E80BFE1C832E772CA20D52C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
bool V_0 = false;
String_t* V_1 = NULL;
bool V_2 = false;
{
// RefreshConfigurationIfNeeded();
InputControl_RefreshConfigurationIfNeeded_mD40AAB0641091C8AFAA5C7B7B6F84A0BEE355368(__this, NULL);
// if (m_ShortDisplayName != null)
String_t* L_0 = __this->___m_ShortDisplayName_5;
V_0 = (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
// return m_ShortDisplayName;
String_t* L_2 = __this->___m_ShortDisplayName_5;
V_1 = L_2;
goto IL_0038;
}
IL_001e:
{
// if (m_ShortDisplayNameFromLayout != null)
String_t* L_3 = __this->___m_ShortDisplayNameFromLayout_6;
V_2 = (bool)((!(((RuntimeObject*)(String_t*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0034;
}
}
{
// return m_ShortDisplayNameFromLayout;
String_t* L_5 = __this->___m_ShortDisplayNameFromLayout_6;
V_1 = L_5;
goto IL_0038;
}
IL_0034:
{
// return null;
V_1 = (String_t*)NULL;
goto IL_0038;
}
IL_0038:
{
// }
String_t* L_6 = V_1;
return L_6;
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_shortDisplayName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_shortDisplayName_mF0053D56066A4B115AEDFDE6794011754A30B6BA (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// protected set => m_ShortDisplayName = value;
String_t* L_0 = ___value0;
__this->___m_ShortDisplayName_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ShortDisplayName_5), (void*)L_0);
return;
}
}
// 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)
{
bool V_0 = false;
String_t* V_1 = NULL;
{
// if (m_Path == null)
String_t* L_0 = __this->___m_Path_2;
V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
// m_Path = InputControlPath.Combine(m_Parent, m_Name);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = __this->___m_Parent_10;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = __this->___m_Name_1;
String_t* L_4;
L_4 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_3, NULL);
String_t* L_5;
L_5 = InputControlPath_Combine_mF1CEFBBBFE240812DA0A2581047CC81F583E890C(L_2, L_4, NULL);
__this->___m_Path_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Path_2), (void*)L_5);
}
IL_002a:
{
// return m_Path;
String_t* L_6 = __this->___m_Path_2;
V_1 = L_6;
goto IL_0033;
}
IL_0033:
{
// }
String_t* L_7 = V_1;
return L_7;
}
}
// System.String UnityEngine.InputSystem.InputControl::get_layout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public string layout => m_Layout;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Layout_7;
String_t* L_1;
L_1 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_0, NULL);
return L_1;
}
}
// System.String UnityEngine.InputSystem.InputControl::get_variants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_variants_mCA1F10ABE4C44E1A5ED985ED86C9D58EFEB0CC25 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public string variants => m_Variants;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Variants_8;
String_t* L_1;
L_1 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_0, NULL);
return L_1;
}
}
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public InputDevice device => m_Device;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
return L_0;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public InputControl parent => m_Parent;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___m_Parent_10;
return L_0;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControl::get_children()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// new ReadOnlyArray<InputControl>(m_Device.m_ChildrenForEachControl, m_ChildStartIndex, m_ChildCount);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
NullCheck(L_0);
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_1 = L_0->___m_ChildrenForEachControl_34;
int32_t L_2 = __this->___m_ChildStartIndex_16;
int32_t L_3 = __this->___m_ChildCount_15;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_4;
memset((&L_4), 0, sizeof(L_4));
ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544((&L_4), L_1, L_2, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var);
return L_4;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.InputControl::get_usages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 InputControl_get_usages_mE4B12715DEF946968F97853D52515463D3A3C555 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// new ReadOnlyArray<InternedString>(m_Device.m_UsagesForEachControl, m_UsageStartIndex, m_UsageCount);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
NullCheck(L_0);
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_1 = L_0->___m_UsagesForEachControl_32;
int32_t L_2 = __this->___m_UsageStartIndex_12;
int32_t L_3 = __this->___m_UsageCount_11;
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_4;
memset((&L_4), 0, sizeof(L_4));
ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049((&L_4), L_1, L_2, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_RuntimeMethod_var);
return L_4;
}
}
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.InputControl::get_aliases()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 InputControl_get_aliases_mDF10BB19A2ACABE2963B62CDECF416E6433F7FD5 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// new ReadOnlyArray<InternedString>(m_Device.m_AliasesForEachControl, m_AliasStartIndex, m_AliasCount);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
NullCheck(L_0);
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_1 = L_0->___m_AliasesForEachControl_31;
int32_t L_2 = __this->___m_AliasStartIndex_14;
int32_t L_3 = __this->___m_AliasCount_13;
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_4;
memset((&L_4), 0, sizeof(L_4));
ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049((&L_4), L_1, L_2, L_3, /*hidden argument*/ReadOnlyArray_1__ctor_m5B26000D97DE2F7EC3C52A10327F71B534101049_RuntimeMethod_var);
return L_4;
}
}
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::get_stateBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// public InputStateBlock stateBlock => m_StateBlock;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0 = __this->___m_StateBlock_0;
return L_0;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_noisy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_noisy_m7169395897C8B23A5E96A04268145817E91A4AA8 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.IsNoisy) != 0;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_noisy(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
bool V_3 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0044;
}
}
{
// m_ControlFlags |= ControlFlags.IsNoisy;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|2));
// var list = children;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_3;
L_3 = InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010(__this, NULL);
V_1 = L_3;
// for (var i = 0; i < list.Count; ++i)
V_2 = 0;
goto IL_0033;
}
IL_0020:
{
// list[i].noisy = true;
int32_t L_4 = V_2;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5;
L_5 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_1), L_4, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
NullCheck(L_5);
InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A(L_5, (bool)1, NULL);
// for (var i = 0; i < list.Count; ++i)
int32_t L_6 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_0033:
{
// for (var i = 0; i < list.Count; ++i)
int32_t L_7 = V_2;
int32_t L_8;
L_8 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_1), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_3;
if (L_9)
{
goto IL_0020;
}
}
{
goto IL_0053;
}
IL_0044:
{
// m_ControlFlags &= ~ControlFlags.IsNoisy;
int32_t L_10 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_10&((int32_t)-3)));
}
IL_0053:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_synthetic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_synthetic_m0BE9F254EE54F9526E4E336E8FDC1871007EECE0 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.IsSynthetic) != 0;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_synthetic(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_synthetic_mC788F8B981CCA27755D02DFCD46C0FDC9FD77B5B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_ControlFlags |= ControlFlags.IsSynthetic;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|4));
goto IL_0025;
}
IL_0016:
{
// m_ControlFlags &= ~ControlFlags.IsSynthetic;
int32_t L_3 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_3&((int32_t)-5)));
}
IL_0025:
{
// }
return;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_get_Item_m5D9AAF1BBC66860AABF7E8A38FE7FCE5764C82C6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
bool V_1 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
{
// var control = InputControlPath.TryFindChild(this, path);
String_t* L_0 = ___path0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1;
L_1 = InputControlPath_TryFindChild_mE95D77EB07CF515E6B19008A72438A8F9124E1D7(__this, L_0, 0, NULL);
V_0 = L_1;
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = V_0;
V_1 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0024;
}
}
{
// throw new KeyNotFoundException(
// $"Cannot find control '{path}' as child of '{this}'");
String_t* L_4 = ___path0;
String_t* L_5;
L_5 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C39BC33DAC2D2C2E879A4CCEF7DAD865B2716B7)), L_4, __this, NULL);
KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* L_6 = (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var)));
NullCheck(L_6);
KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B(L_6, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_get_Item_m5D9AAF1BBC66860AABF7E8A38FE7FCE5764C82C6_RuntimeMethod_var)));
}
IL_0024:
{
// return control;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = V_0;
V_2 = L_7;
goto IL_0028;
}
IL_0028:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = V_2;
return L_8;
}
}
// System.String UnityEngine.InputSystem.InputControl::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_ToString_m3A9CC9C66F3CCEAF676269566FD4F2220C4291FE (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// return $"{layout}:{path}";
String_t* L_0;
L_0 = InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971(__this, NULL);
String_t* L_1;
L_1 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(__this, NULL);
String_t* L_2;
L_2 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_0, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_1, NULL);
V_0 = L_2;
goto IL_001a;
}
IL_001a:
{
// }
String_t* L_3 = V_0;
return L_3;
}
}
// System.String UnityEngine.InputSystem.InputControl::DebuggerDisplay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_DebuggerDisplay_mC119A89B14D7611DCB4C48B38D087339A6DEBFEF (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E62D20596338177174CEAB270788FF6D7D36B6C);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
// if (!device.added)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0;
L_0 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = InputDevice_get_added_m27CF78B0777E142AAF9139ABFD88F67BBAABA15C(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_001c;
}
}
{
// return ToString();
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
V_1 = L_3;
goto IL_0048;
}
IL_001c:
{
}
try
{// begin try (depth: 1)
// return $"{layout}:{path}={this.ReadValueAsObject()}";
String_t* L_4;
L_4 = InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971(__this, NULL);
String_t* L_5;
L_5 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(__this, NULL);
RuntimeObject* L_6;
L_6 = InputControlExtensions_ReadValueAsObject_m325A49620BF51E5350B57B0F033053198F7C8959(__this, NULL);
String_t* L_7;
L_7 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral0E62D20596338177174CEAB270788FF6D7D36B6C, L_4, L_5, L_6, NULL);
V_1 = L_7;
goto IL_0048;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_003d;
}
throw e;
}
CATCH_003d:
{// begin catch(System.Exception)
// catch (Exception)
// return ToString();
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
V_1 = L_8;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0048;
}// end catch (depth: 1)
IL_0048:
{
// }
String_t* L_9 = V_1;
return L_9;
}
}
// System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return EvaluateMagnitude(currentStatePtr);
void* L_0;
L_0 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(__this, NULL);
float L_1;
L_1 = VirtualFuncInvoker1< float, void* >::Invoke(6 /* System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude(System.Void*) */, __this, L_0);
V_0 = L_1;
goto IL_0010;
}
IL_0010:
{
// }
float L_2 = V_0;
return L_2;
}
}
// System.Single UnityEngine.InputSystem.InputControl::EvaluateMagnitude(System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_EvaluateMagnitude_m219C485A71BE425F0EF366AA5DA0B59580A3DF60 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, void* ___statePtr0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return -1;
V_0 = (-1.0f);
goto IL_0009;
}
IL_0009:
{
// }
float L_0 = V_0;
return L_0;
}
}
// System.Void UnityEngine.InputSystem.InputControl::WriteValueFromBufferIntoState(System.Void*,System.Int32,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_WriteValueFromBufferIntoState_mD46C4DFF51358825D7B0AB2BADC1E2DEF9EA89BD (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, void* ___bufferPtr0, int32_t ___bufferSize1, void* ___statePtr2, const RuntimeMethod* method)
{
{
// throw new NotSupportedException(
// $"Control '{this}' does not support writing");
String_t* L_0;
L_0 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8CC9DA34E42D8EA9F7CD68E022BA1D1547595A7)), __this, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_1);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_WriteValueFromBufferIntoState_mD46C4DFF51358825D7B0AB2BADC1E2DEF9EA89BD_RuntimeMethod_var)));
}
}
// System.Void UnityEngine.InputSystem.InputControl::WriteValueFromObjectIntoState(System.Object,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_WriteValueFromObjectIntoState_mDF2D6EE0F817CDC8129C8B24542AE4626990EE9B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, RuntimeObject* ___value0, void* ___statePtr1, const RuntimeMethod* method)
{
{
// throw new NotSupportedException(
// $"Control '{this}' does not support writing");
String_t* L_0;
L_0 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8CC9DA34E42D8EA9F7CD68E022BA1D1547595A7)), __this, NULL);
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_1);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_WriteValueFromObjectIntoState_mDF2D6EE0F817CDC8129C8B24542AE4626990EE9B_RuntimeMethod_var)));
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::TryGetChildControl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_TryGetChildControl_m58063CCE18393E26D9AD1C5D902AA296DF39F0A6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
bool V_0 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_1 = NULL;
{
// if (string.IsNullOrEmpty(path))
String_t* L_0 = ___path0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0016;
}
}
{
// throw new ArgumentNullException(nameof(path));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_TryGetChildControl_m58063CCE18393E26D9AD1C5D902AA296DF39F0A6_RuntimeMethod_var)));
}
IL_0016:
{
// return InputControlPath.TryFindChild(this, path);
String_t* L_4 = ___path0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5;
L_5 = InputControlPath_TryFindChild_mE95D77EB07CF515E6B19008A72438A8F9124E1D7(__this, L_4, 0, NULL);
V_1 = L_5;
goto IL_0021;
}
IL_0021:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = V_1;
return L_6;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::GetChildControl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_GetChildControl_mDCFE7BCAD099AE939457D6AD9FD9DB434207C7B5 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_3 = NULL;
{
// if (string.IsNullOrEmpty(path))
String_t* L_0 = ___path0;
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(path));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_3);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_GetChildControl_mDCFE7BCAD099AE939457D6AD9FD9DB434207C7B5_RuntimeMethod_var)));
}
IL_0016:
{
// var control = TryGetChildControl(path);
String_t* L_4 = ___path0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5;
L_5 = InputControl_TryGetChildControl_m58063CCE18393E26D9AD1C5D902AA296DF39F0A6(__this, L_4, NULL);
V_0 = L_5;
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = V_0;
V_2 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0047;
}
}
{
// throw new ArgumentException($"Cannot find input control '{MakeChildPath(path)}'", nameof(path));
String_t* L_8 = ___path0;
String_t* L_9;
L_9 = InputControl_MakeChildPath_m526375DECEE43A7A56326786ED72A09978BA2385(__this, L_8, NULL);
String_t* L_10;
L_10 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7345B213158444DB089FE8F3E6B0D4CB40C9861)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)), 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*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_GetChildControl_mDCFE7BCAD099AE939457D6AD9FD9DB434207C7B5_RuntimeMethod_var)));
}
IL_0047:
{
// return control;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = V_0;
V_3 = L_12;
goto IL_004b;
}
IL_004b:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = V_3;
return L_13;
}
}
// System.Void UnityEngine.InputSystem.InputControl::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl__ctor_m175CC4B475C22677A735EC204AB548D8BCB9FEEC (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// protected InputControl()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// m_StateBlock.byteOffset = InputStateBlock.AutomaticOffset; // Request automatic layout by default.
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&__this->___m_StateBlock_0);
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_0, ((int32_t)-2), NULL);
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputControl::FinishSetup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputControl::RefreshConfigurationIfNeeded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfigurationIfNeeded_mD40AAB0641091C8AFAA5C7B7B6F84A0BEE355368 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!isConfigUpToDate)
bool L_0;
L_0 = InputControl_get_isConfigUpToDate_m00C86818F1A72A86341DF61154C6FF4511092569(__this, NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001f;
}
}
{
// RefreshConfiguration();
VirtualActionInvoker0::Invoke(14 /* System.Void UnityEngine.InputSystem.InputControl::RefreshConfiguration() */, __this);
// isConfigUpToDate = true;
InputControl_set_isConfigUpToDate_mD984F5B9020422ED45E1B51219926210FF417A89(__this, (bool)1, NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputControl::RefreshConfiguration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfiguration_mEB9BDBEE73CF7EACC9C4B790FC29BD335348A6D2 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void* UnityEngine.InputSystem.InputControl::get_currentStatePtr()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// protected internal unsafe void* currentStatePtr => InputStateBuffers.GetFrontBufferForDevice(GetDeviceIndex());
int32_t L_0;
L_0 = InputControl_GetDeviceIndex_m2A94515297D9F90AFB8F08EAFD022E3CAEBBC2ED(__this, NULL);
void* L_1;
L_1 = InputStateBuffers_GetFrontBufferForDevice_m12CC3E9C04BA622A3E58D9456095E88D2DCE8267(L_0, NULL);
return L_1;
}
}
// System.Void* UnityEngine.InputSystem.InputControl::get_previousFrameStatePtr()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_previousFrameStatePtr_mA038632F57B0AA8FBFB95644B2F8F80E947F79F3 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// protected internal unsafe void* previousFrameStatePtr => InputStateBuffers.GetBackBufferForDevice(GetDeviceIndex());
int32_t L_0;
L_0 = InputControl_GetDeviceIndex_m2A94515297D9F90AFB8F08EAFD022E3CAEBBC2ED(__this, NULL);
void* L_1;
L_1 = InputStateBuffers_GetBackBufferForDevice_mC26A21DEC53F078923B000481F804B99ED63DB6F(L_0, NULL);
return L_1;
}
}
// System.Void* UnityEngine.InputSystem.InputControl::get_defaultStatePtr()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// protected internal unsafe void* defaultStatePtr => InputStateBuffers.s_DefaultStateBuffer;
void* L_0 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_DefaultStateBuffer_7;
return L_0;
}
}
// System.Void* UnityEngine.InputSystem.InputControl::get_noiseMaskPtr()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_noiseMaskPtr_m6533A0D49EA674C04DADDA3EAAB0B258CC414278 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// protected internal unsafe void* noiseMaskPtr => InputStateBuffers.s_NoiseMaskBuffer;
void* L_0 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_NoiseMaskBuffer_8;
return L_0;
}
}
// System.UInt32 UnityEngine.InputSystem.InputControl::get_stateOffsetRelativeToDeviceRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControl_get_stateOffsetRelativeToDeviceRoot_m1274766DE1C8E5AF613BE5567ACB382DFF9B459E (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
uint32_t V_1 = 0;
{
// var deviceStateOffset = device.m_StateBlock.byteOffset;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0;
L_0 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(__this, NULL);
NullCheck(L_0);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0)->___m_StateBlock_0);
uint32_t L_2;
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
V_0 = L_2;
// Debug.Assert(deviceStateOffset <= m_StateBlock.byteOffset);
uint32_t L_3 = V_0;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_4 = (&__this->___m_StateBlock_0);
uint32_t L_5;
L_5 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)((!(((uint32_t)L_3) <= ((uint32_t)L_5)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
// return m_StateBlock.byteOffset - deviceStateOffset;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_6 = (&__this->___m_StateBlock_0);
uint32_t L_7;
L_7 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_6, NULL);
uint32_t L_8 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8));
goto IL_0039;
}
IL_0039:
{
// }
uint32_t L_9 = V_1;
return L_9;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_isSetupFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isSetupFinished_mAA17F2D21CFDE400351F45CF1E498E1C25092C59 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.SetupFinished) == ControlFlags.SetupFinished;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)32)))) == ((int32_t)((int32_t)32)))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_isSetupFinished(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isSetupFinished_m261F46AF1FA214549675E23394E2820E6D09D7C9 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// m_ControlFlags |= ControlFlags.SetupFinished;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|((int32_t)32)));
goto IL_0026;
}
IL_0017:
{
// m_ControlFlags &= ~ControlFlags.SetupFinished;
int32_t L_3 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_3&((int32_t)-33)));
}
IL_0026:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_isButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isButton_m4634F4F40450AA969DA851B73E2A2226239F3BEF (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.IsButton) == ControlFlags.IsButton;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&8))) == ((int32_t)8))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_isButton(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isButton_m862BB994D08F3488611839657F2381B12976C661 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_ControlFlags |= ControlFlags.IsButton;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|8));
goto IL_0025;
}
IL_0016:
{
// m_ControlFlags &= ~ControlFlags.IsButton;
int32_t L_3 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_3&((int32_t)-9)));
}
IL_0025:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_isConfigUpToDate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_isConfigUpToDate_m00C86818F1A72A86341DF61154C6FF4511092569 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.ConfigUpToDate) == ControlFlags.ConfigUpToDate;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&1))) == ((int32_t)1))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_isConfigUpToDate(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isConfigUpToDate_mD984F5B9020422ED45E1B51219926210FF417A89 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// m_ControlFlags |= ControlFlags.ConfigUpToDate;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|1));
goto IL_0025;
}
IL_0016:
{
// m_ControlFlags &= ~ControlFlags.ConfigUpToDate;
int32_t L_3 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_3&((int32_t)-2)));
}
IL_0025:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_dontReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_dontReset_m30B6018FE4062633888754D076BD6422829255BE (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.DontReset) == ControlFlags.DontReset;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_dontReset(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_dontReset_m56292E2D5FAB000EDD5821E99066CA94E392CA40 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// m_ControlFlags |= ControlFlags.DontReset;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|((int32_t)16)));
goto IL_0026;
}
IL_0017:
{
// m_ControlFlags &= ~ControlFlags.DontReset;
int32_t L_3 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_3&((int32_t)-17)));
}
IL_0026:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_usesStateFromOtherControl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_usesStateFromOtherControl_mEB555DAB0D05BFEE0000CC10C1C880AAA6CE760B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// get => (m_ControlFlags & ControlFlags.UsesStateFromOtherControl) == ControlFlags.UsesStateFromOtherControl;
int32_t L_0 = __this->___m_ControlFlags_17;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)64)))) == ((int32_t)((int32_t)64)))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::set_usesStateFromOtherControl(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_usesStateFromOtherControl_m9137E2A9F4CA0421C2F2CEE4B945EE2EEF0D81C3 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (value)
bool L_0 = ___value0;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
// m_ControlFlags |= ControlFlags.UsesStateFromOtherControl;
int32_t L_2 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_2|((int32_t)64)));
goto IL_0026;
}
IL_0017:
{
// m_ControlFlags &= ~ControlFlags.UsesStateFromOtherControl;
int32_t L_3 = __this->___m_ControlFlags_17;
__this->___m_ControlFlags_17 = ((int32_t)((int32_t)L_3&((int32_t)-65)));
}
IL_0026:
{
// }
return;
}
}
// System.Boolean UnityEngine.InputSystem.InputControl::get_hasDefaultState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_hasDefaultState_m67D8C00BF67F096D821BB43F381D5C66D6DCBA56 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
{
// internal bool hasDefaultState => !m_DefaultState.isEmpty;
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* L_0 = (&__this->___m_DefaultState_18);
bool L_1;
L_1 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347(L_0, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Void UnityEngine.InputSystem.InputControl::CallFinishSetupRecursive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_CallFinishSetupRecursive_mB80E1D02B5BC9030D8791A59C1900C9A4E110494 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
bool V_2 = false;
{
// var list = children;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_0;
L_0 = InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010(__this, NULL);
V_0 = L_0;
// for (var i = 0; i < list.Count; ++i)
V_1 = 0;
goto IL_001e;
}
IL_000c:
{
// list[i].CallFinishSetupRecursive();
int32_t L_1 = V_1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
L_2 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_0), L_1, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
NullCheck(L_2);
InputControl_CallFinishSetupRecursive_mB80E1D02B5BC9030D8791A59C1900C9A4E110494(L_2, NULL);
// for (var i = 0; i < list.Count; ++i)
int32_t L_3 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001e:
{
// for (var i = 0; i < list.Count; ++i)
int32_t L_4 = V_1;
int32_t L_5;
L_5 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
bool L_6 = V_2;
if (L_6)
{
goto IL_000c;
}
}
{
// FinishSetup();
VirtualActionInvoker0::Invoke(13 /* System.Void UnityEngine.InputSystem.InputControl::FinishSetup() */, __this);
// }
return;
}
}
// System.String UnityEngine.InputSystem.InputControl::MakeChildPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_MakeChildPath_m526375DECEE43A7A56326786ED72A09978BA2385 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
// if (this is InputDevice)
V_0 = (bool)((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)((InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)IsInstClass((RuntimeObject*)__this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_0 = V_0;
if (!L_0)
{
goto IL_0012;
}
}
{
// return path;
String_t* L_1 = ___path0;
V_1 = L_1;
goto IL_0026;
}
IL_0012:
{
// return $"{this.path}/{path}";
String_t* L_2;
L_2 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(__this, NULL);
String_t* L_3 = ___path0;
String_t* L_4;
L_4 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_2, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_3, NULL);
V_1 = L_4;
goto IL_0026;
}
IL_0026:
{
// }
String_t* L_5 = V_1;
return L_5;
}
}
// System.Void UnityEngine.InputSystem.InputControl::BakeOffsetIntoStateBlockRecursive(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_BakeOffsetIntoStateBlockRecursive_mBC0790413F113D658F541F4903457F9B89D49D04 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, uint32_t ___offset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
bool V_2 = false;
{
// m_StateBlock.byteOffset += offset;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&__this->___m_StateBlock_0);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = L_0;
uint32_t L_2;
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
uint32_t L_3 = ___offset0;
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), NULL);
// var list = children;
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_4;
L_4 = InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010(__this, NULL);
V_0 = L_4;
// for (var i = 0; i < list.Count; ++i)
V_1 = 0;
goto IL_0033;
}
IL_0020:
{
// list[i].BakeOffsetIntoStateBlockRecursive(offset);
int32_t L_5 = V_1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6;
L_6 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_0), L_5, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
uint32_t L_7 = ___offset0;
NullCheck(L_6);
InputControl_BakeOffsetIntoStateBlockRecursive_mBC0790413F113D658F541F4903457F9B89D49D04(L_6, L_7, NULL);
// for (var i = 0; i < list.Count; ++i)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0033:
{
// for (var i = 0; i < list.Count; ++i)
int32_t L_9 = V_1;
int32_t L_10;
L_10 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_2;
if (L_11)
{
goto IL_0020;
}
}
{
// }
return;
}
}
// System.Int32 UnityEngine.InputSystem.InputControl::GetDeviceIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControl_GetDeviceIndex_m2A94515297D9F90AFB8F08EAFD022E3CAEBBC2ED (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
// var deviceIndex = m_Device.m_DeviceIndex;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
NullCheck(L_0);
int32_t L_1 = L_0->___m_DeviceIndex_27;
V_0 = L_1;
// if (deviceIndex == InputDevice.kInvalidDeviceIndex)
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0055;
}
}
{
// throw new InvalidOperationException(
// $"Cannot query value of control '{path}' before '{device.name}' has been added to system!");
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = (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_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33829C7BB04A604767CDFE3D96A2317C3436BD0F)));
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33829C7BB04A604767CDFE3D96A2317C3436BD0F)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
String_t* L_7;
L_7 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(__this, NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_7);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_6;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E82556626A1474C2CE13437C5A2A7F814D5295A)));
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E82556626A1474C2CE13437C5A2A7F814D5295A)));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_10;
L_10 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(__this, NULL);
NullCheck(L_10);
String_t* L_11;
L_11 = InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22(L_10, NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_11);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_9;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5FDF81C994D5E769C12EB8370C2C63E98E419FCD)));
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5FDF81C994D5E769C12EB8370C2C63E98E419FCD)));
String_t* L_13;
L_13 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_12, 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*)&InputControl_GetDeviceIndex_m2A94515297D9F90AFB8F08EAFD022E3CAEBBC2ED_RuntimeMethod_var)));
}
IL_0055:
{
// return deviceIndex;
int32_t L_15 = V_0;
V_2 = L_15;
goto IL_0059;
}
IL_0059:
{
// }
int32_t L_16 = V_2;
return L_16;
}
}
// System.Void UnityEngine.InputSystem.InputControl::AddProcessor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_AddProcessor_m920E8A358FE263733A56B5E75128DFF5DAFAF5A2 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, RuntimeObject* ___first0, const RuntimeMethod* method)
{
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::IsPressed(UnityEngine.InputSystem.InputControl,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_IsPressed_mCFCB4F81F7023C32C24EA443273AE2C979C8B7B0 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, float ___buttonPressPoint1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_IsPressed_mCFCB4F81F7023C32C24EA443273AE2C979C8B7B0_RuntimeMethod_var)));
}
IL_0014:
{
// if (Mathf.Approximately(0, buttonPressPoint))
float L_3 = ___buttonPressPoint1;
bool L_4;
L_4 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline((0.0f), L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0045;
}
}
{
// if (control is ButtonControl button)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
V_2 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_6, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7 = V_2;
V_3 = (bool)((!(((RuntimeObject*)(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)L_7) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_003d;
}
}
{
// buttonPressPoint = button.pressPointOrDefault;
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_9 = V_2;
NullCheck(L_9);
float L_10;
L_10 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_9, NULL);
___buttonPressPoint1 = L_10;
goto IL_0044;
}
IL_003d:
{
// buttonPressPoint = ButtonControl.s_GlobalDefaultButtonPressPoint;
float L_11 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
___buttonPressPoint1 = L_11;
}
IL_0044:
{
}
IL_0045:
{
// return control.IsActuated(buttonPressPoint);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = ___control0;
float L_13 = ___buttonPressPoint1;
bool L_14;
L_14 = InputControlExtensions_IsActuated_m29406D090C34F0CD32D9CC025F8C11692E669F93(L_12, L_13, NULL);
V_4 = L_14;
goto IL_0050;
}
IL_0050:
{
// }
bool L_15 = V_4;
return L_15;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::IsActuated(UnityEngine.InputSystem.InputControl,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_IsActuated_m29406D090C34F0CD32D9CC025F8C11692E669F93 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, float ___threshold1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// if (control.CheckStateIsAtDefault())
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
bool L_1;
L_1 = InputControlExtensions_CheckStateIsAtDefault_m6EE0726145C10B23BE607D68D1DD241BBD4E3E0E(L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_000f;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_004d;
}
IL_000f:
{
// var magnitude = control.EvaluateMagnitude();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
NullCheck(L_3);
float L_4;
L_4 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_3, NULL);
V_0 = L_4;
// if (magnitude < 0)
float L_5 = V_0;
V_3 = (bool)((((float)L_5) < ((float)(0.0f)))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_0027;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_004d;
}
IL_0027:
{
// if (Mathf.Approximately(threshold, 0))
float L_7 = ___threshold1;
bool L_8;
L_8 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_7, (0.0f), NULL);
V_4 = L_8;
bool L_9 = V_4;
if (!L_9)
{
goto IL_0043;
}
}
{
// return magnitude > 0;
float L_10 = V_0;
V_2 = (bool)((((float)L_10) > ((float)(0.0f)))? 1 : 0);
goto IL_004d;
}
IL_0043:
{
// return magnitude >= threshold;
float L_11 = V_0;
float L_12 = ___threshold1;
V_2 = (bool)((((int32_t)((!(((float)L_11) >= ((float)L_12)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_004d;
}
IL_004d:
{
// }
bool L_13 = V_2;
return L_13;
}
}
// 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)
{
bool V_0 = false;
RuntimeObject* V_1 = NULL;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_ReadValueAsObject_m325A49620BF51E5350B57B0F033053198F7C8959_RuntimeMethod_var)));
}
IL_0014:
{
// return control.ReadValueFromStateAsObject(control.currentStatePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
NullCheck(L_4);
void* L_5;
L_5 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_4, NULL);
NullCheck(L_3);
RuntimeObject* L_6;
L_6 = VirtualFuncInvoker1< RuntimeObject*, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_3, L_5);
V_1 = L_6;
goto IL_0023;
}
IL_0023:
{
// }
RuntimeObject* L_7 = V_1;
return L_7;
}
}
// 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)
{
bool V_0 = false;
bool V_1 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_ReadValueIntoBuffer_mB90752A4897E8AE86259A0E0514FCC1C4B6C41D3_RuntimeMethod_var)));
}
IL_0014:
{
// if (buffer == null)
void* L_3 = ___buffer1;
V_1 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(buffer));
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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadValueIntoBuffer_mB90752A4897E8AE86259A0E0514FCC1C4B6C41D3_RuntimeMethod_var)));
}
IL_0028:
{
// control.ReadValueFromStateIntoBuffer(control.currentStatePtr, buffer, bufferSize);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control0;
NullCheck(L_7);
void* L_8;
L_8 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_7, NULL);
void* L_9 = ___buffer1;
int32_t L_10 = ___bufferSize2;
NullCheck(L_6);
VirtualActionInvoker3< void*, void*, int32_t >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputControl::ReadValueFromStateIntoBuffer(System.Void*,System.Void*,System.Int32) */, L_6, L_8, L_9, L_10);
// }
return;
}
}
// System.Object UnityEngine.InputSystem.InputControlExtensions::ReadDefaultValueAsObject(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_ReadDefaultValueAsObject_mEC81F84BFE4949BDBED188FF580288286BC3B05A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method)
{
bool V_0 = false;
RuntimeObject* V_1 = NULL;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_ReadDefaultValueAsObject_mEC81F84BFE4949BDBED188FF580288286BC3B05A_RuntimeMethod_var)));
}
IL_0014:
{
// return control.ReadValueFromStateAsObject(control.defaultStatePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
NullCheck(L_4);
void* L_5;
L_5 = InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline(L_4, NULL);
NullCheck(L_3);
RuntimeObject* L_6;
L_6 = VirtualFuncInvoker1< RuntimeObject*, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_3, L_5);
V_1 = L_6;
goto IL_0023;
}
IL_0023:
{
// }
RuntimeObject* L_7 = V_1;
return L_7;
}
}
// System.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueFromEventAsObject(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_ReadValueFromEventAsObject_m5D5023524AFCBEF01AB51D490A7549282E1C1A15 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___inputEvent1, const RuntimeMethod* method)
{
void* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
RuntimeObject* V_3 = NULL;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_1 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadValueFromEventAsObject_m5D5023524AFCBEF01AB51D490A7549282E1C1A15_RuntimeMethod_var)));
}
IL_0014:
{
// var statePtr = control.GetStatePtrFromStateEvent(inputEvent);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___inputEvent1;
void* L_5;
L_5 = InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D(L_3, L_4, NULL);
V_0 = L_5;
// if (statePtr == null)
void* L_6 = V_0;
V_2 = (bool)((((intptr_t)L_6) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_002e;
}
}
{
// return control.ReadDefaultValueAsObject();
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___control0;
RuntimeObject* L_9;
L_9 = InputControlExtensions_ReadDefaultValueAsObject_mEC81F84BFE4949BDBED188FF580288286BC3B05A(L_8, NULL);
V_3 = L_9;
goto IL_0038;
}
IL_002e:
{
// return control.ReadValueFromStateAsObject(statePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___control0;
void* L_11 = V_0;
NullCheck(L_10);
RuntimeObject* L_12;
L_12 = VirtualFuncInvoker1< RuntimeObject*, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_10, L_11);
V_3 = L_12;
goto IL_0038;
}
IL_0038:
{
// }
RuntimeObject* L_13 = V_3;
return L_13;
}
}
// System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueFromObjectIntoEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueFromObjectIntoEvent_mA219DE25549BE779A7AC4FA494584892DD55FD95 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, RuntimeObject* ___value2, const RuntimeMethod* method)
{
void* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_1 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueFromObjectIntoEvent_mA219DE25549BE779A7AC4FA494584892DD55FD95_RuntimeMethod_var)));
}
IL_0014:
{
// var statePtr = control.GetStatePtrFromStateEvent(eventPtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___eventPtr1;
void* L_5;
L_5 = InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D(L_3, L_4, NULL);
V_0 = L_5;
// if (statePtr == null)
void* L_6 = V_0;
V_2 = (bool)((((intptr_t)L_6) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_0027;
}
}
{
// return;
goto IL_0030;
}
IL_0027:
{
// control.WriteValueFromObjectIntoState(value, statePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___control0;
RuntimeObject* L_9 = ___value2;
void* L_10 = V_0;
NullCheck(L_8);
VirtualActionInvoker2< RuntimeObject*, void* >::Invoke(11 /* System.Void UnityEngine.InputSystem.InputControl::WriteValueFromObjectIntoState(System.Object,System.Void*) */, L_8, L_9, L_10);
}
IL_0030:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoState(UnityEngine.InputSystem.InputControl,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoState_m1E9DD9DE4C961B3AE99472CF2A76278E940DFBB6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
void* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_2 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_m1E9DD9DE4C961B3AE99472CF2A76278E940DFBB6_RuntimeMethod_var)));
}
IL_0014:
{
// if (statePtr == null)
void* L_3 = ___statePtr1;
V_3 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(statePtr));
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*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_m1E9DD9DE4C961B3AE99472CF2A76278E940DFBB6_RuntimeMethod_var)));
}
IL_0028:
{
// var valueSize = control.valueSizeInBytes;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputControl::get_valueSizeInBytes() */, L_6);
V_0 = L_7;
// var valuePtr = UnsafeUtility.Malloc(valueSize, 8, Allocator.Temp);
int32_t L_8 = V_0;
void* L_9;
L_9 = UnsafeUtility_Malloc_mA79BF3D6FC86F67D4354A6C8481DB0F13FD6777B(((int64_t)L_8), 8, 2, NULL);
V_1 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0056:
{// begin finally (depth: 1)
// UnsafeUtility.Free(valuePtr, Allocator.Temp);
void* L_10 = V_1;
UnsafeUtility_Free_mA951B190894E1755DE821FCBD35F7AD9FB388F18(L_10, 2, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// control.ReadValueFromStateIntoBuffer(control.currentStatePtr, valuePtr, valueSize);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = ___control0;
NullCheck(L_12);
void* L_13;
L_13 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_12, NULL);
void* L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_11);
VirtualActionInvoker3< void*, void*, int32_t >::Invoke(9 /* System.Void UnityEngine.InputSystem.InputControl::ReadValueFromStateIntoBuffer(System.Void*,System.Void*,System.Int32) */, L_11, L_13, L_14, L_15);
// control.WriteValueFromBufferIntoState(valuePtr, valueSize, statePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_16 = ___control0;
void* L_17 = V_1;
int32_t L_18 = V_0;
void* L_19 = ___statePtr1;
NullCheck(L_16);
VirtualActionInvoker3< void*, int32_t, void* >::Invoke(10 /* System.Void UnityEngine.InputSystem.InputControl::WriteValueFromBufferIntoState(System.Void*,System.Int32,System.Void*) */, L_16, L_17, L_18, L_19);
goto IL_0061;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0061:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputControlExtensions::CopyState(UnityEngine.InputSystem.InputDevice,System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_CopyState_mF93E3961FD1B184D5AEB66C0FE5E543B2A501E20 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, void* ___buffer1, int32_t ___bufferSizeInBytes2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_0;
memset((&V_0), 0, sizeof(V_0));
int64_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_2 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CopyState_mF93E3961FD1B184D5AEB66C0FE5E543B2A501E20_RuntimeMethod_var)));
}
IL_0014:
{
// if (bufferSizeInBytes <= 0)
int32_t L_3 = ___bufferSizeInBytes2;
V_3 = (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_002f;
}
}
{
// throw new ArgumentException("bufferSizeInBytes must be positive", nameof(bufferSizeInBytes));
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*)&_stringLiteralB66EC4944900771CFA4854E25A9C2AE358153B77)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54916CA71553C3C0A28C1D0FE7135B11FF3EA9C3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CopyState_mF93E3961FD1B184D5AEB66C0FE5E543B2A501E20_RuntimeMethod_var)));
}
IL_002f:
{
// var stateBlock = device.m_StateBlock;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = ___device0;
NullCheck(L_6);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_7 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_6)->___m_StateBlock_0;
V_0 = L_7;
// var sizeToCopy = Math.Min(bufferSizeInBytes, stateBlock.alignedSizeInBytes);
int32_t L_8 = ___bufferSizeInBytes2;
uint32_t L_9;
L_9 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5((&V_0), NULL);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int64_t L_10;
L_10 = Math_Min_m5721B54E3DBEE8C9FC599B1561D098235B11EE81(((int64_t)L_8), ((int64_t)(uint64_t)L_9), NULL);
V_1 = L_10;
// UnsafeUtility.MemCpy(buffer, (byte*)device.currentStatePtr + stateBlock.byteOffset, sizeToCopy);
void* L_11 = ___buffer1;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = ___device0;
NullCheck(L_12);
void* L_13;
L_13 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_12, NULL);
uint32_t L_14;
L_14 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline((&V_0), NULL);
int64_t L_15 = V_1;
UnsafeUtility_MemCpy_m019E657B952C27F705607F0F3D371EEE526B716B(L_11, ((void*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((uintptr_t)L_14))), L_15, NULL);
// }
return;
}
}
// 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)
{
bool V_0 = false;
bool V_1 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_CheckStateIsAtDefault_m6EE0726145C10B23BE607D68D1DD241BBD4E3E0E_RuntimeMethod_var)));
}
IL_0014:
{
// return CheckStateIsAtDefault(control, control.currentStatePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
NullCheck(L_4);
void* L_5;
L_5 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_4, NULL);
bool L_6;
L_6 = InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A(L_3, L_5, (void*)((uintptr_t)0), NULL);
V_1 = L_6;
goto IL_0025;
}
IL_0025:
{
// }
bool L_7 = V_1;
return L_7;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A_RuntimeMethod_var)));
}
IL_0014:
{
// if (statePtr == null)
void* L_3 = ___statePtr1;
V_1 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(statePtr));
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*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A_RuntimeMethod_var)));
}
IL_0028:
{
// return control.CompareState(statePtr, control.defaultStatePtr, maskPtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
void* L_7 = ___statePtr1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___control0;
NullCheck(L_8);
void* L_9;
L_9 = InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline(L_8, NULL);
void* L_10 = ___maskPtr2;
bool L_11;
L_11 = InputControlExtensions_CompareState_m63EE129118B8BB64238497446245F0C85889053F(L_6, L_7, L_9, L_10, NULL);
V_2 = L_11;
goto IL_0039;
}
IL_0039:
{
// }
bool L_12 = V_2;
return L_12;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefaultIgnoringNoise(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m97888F580E45471962B307A2102548DF4BAEDF47 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_m97888F580E45471962B307A2102548DF4BAEDF47_RuntimeMethod_var)));
}
IL_0014:
{
// return control.CheckStateIsAtDefaultIgnoringNoise(control.currentStatePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___control0;
NullCheck(L_4);
void* L_5;
L_5 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_4, NULL);
bool L_6;
L_6 = InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_mDBD83111A632E704F06834126683EAFF96EB370B(L_3, L_5, NULL);
V_1 = L_6;
goto IL_0023;
}
IL_0023:
{
// }
bool L_7 = V_1;
return L_7;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefaultIgnoringNoise(UnityEngine.InputSystem.InputControl,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_mDBD83111A632E704F06834126683EAFF96EB370B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_mDBD83111A632E704F06834126683EAFF96EB370B_RuntimeMethod_var)));
}
IL_0014:
{
// if (statePtr == null)
void* L_3 = ___statePtr1;
V_1 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(statePtr));
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*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_mDBD83111A632E704F06834126683EAFF96EB370B_RuntimeMethod_var)));
}
IL_0028:
{
// return control.CheckStateIsAtDefault(statePtr, InputStateBuffers.s_NoiseMaskBuffer);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
void* L_7 = ___statePtr1;
void* L_8 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_NoiseMaskBuffer_8;
bool L_9;
L_9 = InputControlExtensions_CheckStateIsAtDefault_mB639D00E1F06DB8DA6A8896DBF86A61439D07E5A(L_6, L_7, L_8, NULL);
V_2 = L_9;
goto IL_0037;
}
IL_0037:
{
// }
bool L_10 = V_2;
return L_10;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareStateIgnoringNoise(UnityEngine.InputSystem.InputControl,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareStateIgnoringNoise_mCDB11BC23DEFDD9BF1463168A4E9A63299795E71 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_CompareStateIgnoringNoise_mCDB11BC23DEFDD9BF1463168A4E9A63299795E71_RuntimeMethod_var)));
}
IL_0014:
{
// if (statePtr == null)
void* L_3 = ___statePtr1;
V_1 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(statePtr));
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*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CompareStateIgnoringNoise_mCDB11BC23DEFDD9BF1463168A4E9A63299795E71_RuntimeMethod_var)));
}
IL_0028:
{
// return control.CompareState(control.currentStatePtr, statePtr, control.noiseMaskPtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control0;
NullCheck(L_7);
void* L_8;
L_8 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_7, NULL);
void* L_9 = ___statePtr1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___control0;
NullCheck(L_10);
void* L_11;
L_11 = InputControl_get_noiseMaskPtr_m6533A0D49EA674C04DADDA3EAAB0B258CC414278_inline(L_10, NULL);
bool L_12;
L_12 = InputControlExtensions_CompareState_m63EE129118B8BB64238497446245F0C85889053F(L_6, L_8, L_9, L_11, NULL);
V_2 = L_12;
goto IL_003e;
}
IL_003e:
{
// }
bool L_13 = V_2;
return L_13;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareState(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareState_m63EE129118B8BB64238497446245F0C85889053F (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___firstStatePtr1, void* ___secondStatePtr2, void* ___maskPtr3, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
uintptr_t G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
int32_t G_B7_0 = 0;
{
// var firstPtr = (byte*)firstStatePtr + (int)control.m_StateBlock.byteOffset;
void* L_0 = ___firstStatePtr1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = ___control0;
NullCheck(L_1);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_2 = (&L_1->___m_StateBlock_0);
uint32_t L_3;
L_3 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_2, NULL);
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3));
// var secondPtr = (byte*)secondStatePtr + (int)control.m_StateBlock.byteOffset;
void* L_4 = ___secondStatePtr2;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___control0;
NullCheck(L_5);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_6 = (&L_5->___m_StateBlock_0);
uint32_t L_7;
L_7 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_6, NULL);
V_1 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_7));
// var mask = maskPtr != null ? (byte*)maskPtr + (int)control.m_StateBlock.byteOffset : null;
void* L_8 = ___maskPtr3;
if ((!(((uintptr_t)L_8) == ((uintptr_t)((uintptr_t)0)))))
{
goto IL_0026;
}
}
{
G_B3_0 = ((uintptr_t)0);
goto IL_0033;
}
IL_0026:
{
void* L_9 = ___maskPtr3;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___control0;
NullCheck(L_10);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_11 = (&L_10->___m_StateBlock_0);
uint32_t L_12;
L_12 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_11, NULL);
G_B3_0 = ((uintptr_t)(intptr_t)(((void*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_12))));
}
IL_0033:
{
V_2 = (uint8_t*)G_B3_0;
// if (control.m_StateBlock.sizeInBits == 1)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = ___control0;
NullCheck(L_13);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_14 = (&L_13->___m_StateBlock_0);
uint32_t L_15;
L_15 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_14, NULL);
V_3 = (bool)((((int32_t)L_15) == ((int32_t)1))? 1 : 0);
bool L_16 = V_3;
if (!L_16)
{
goto IL_0093;
}
}
{
// if (mask != null && MemoryHelpers.ReadSingleBit(mask, control.m_StateBlock.bitOffset))
uint8_t* L_17 = V_2;
if ((((intptr_t)L_17) == ((intptr_t)((uintptr_t)0))))
{
goto IL_005f;
}
}
{
uint8_t* L_18 = V_2;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19 = ___control0;
NullCheck(L_19);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_20 = (&L_19->___m_StateBlock_0);
uint32_t L_21;
L_21 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_20, NULL);
bool L_22;
L_22 = MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7((void*)L_18, L_21, NULL);
G_B7_0 = ((int32_t)(L_22));
goto IL_0060;
}
IL_005f:
{
G_B7_0 = 0;
}
IL_0060:
{
V_4 = (bool)G_B7_0;
bool L_23 = V_4;
if (!L_23)
{
goto IL_006b;
}
}
{
// return true;
V_5 = (bool)1;
goto IL_00b5;
}
IL_006b:
{
// return MemoryHelpers.ReadSingleBit(secondPtr, control.m_StateBlock.bitOffset) ==
// MemoryHelpers.ReadSingleBit(firstPtr, control.m_StateBlock.bitOffset);
uint8_t* L_24 = V_1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = ___control0;
NullCheck(L_25);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_26 = (&L_25->___m_StateBlock_0);
uint32_t L_27;
L_27 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_26, NULL);
bool L_28;
L_28 = MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7((void*)L_24, L_27, NULL);
uint8_t* L_29 = V_0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30 = ___control0;
NullCheck(L_30);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_31 = (&L_30->___m_StateBlock_0);
uint32_t L_32;
L_32 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_31, NULL);
bool L_33;
L_33 = MemoryHelpers_ReadSingleBit_m435620260BFD95F7B33502F98EAF6D6DE9C28EF7((void*)L_29, L_32, NULL);
V_5 = (bool)((((int32_t)L_28) == ((int32_t)L_33))? 1 : 0);
goto IL_00b5;
}
IL_0093:
{
// return MemoryHelpers.MemCmpBitRegion(firstPtr, secondPtr,
// control.m_StateBlock.bitOffset, control.m_StateBlock.sizeInBits, mask);
uint8_t* L_34 = V_0;
uint8_t* L_35 = V_1;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_36 = ___control0;
NullCheck(L_36);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_37 = (&L_36->___m_StateBlock_0);
uint32_t L_38;
L_38 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_37, NULL);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39 = ___control0;
NullCheck(L_39);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_40 = (&L_39->___m_StateBlock_0);
uint32_t L_41;
L_41 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_40, NULL);
uint8_t* L_42 = V_2;
bool L_43;
L_43 = MemoryHelpers_MemCmpBitRegion_m3DA9A26EA034F79165261FA5A998DC3A181222E3((void*)L_34, (void*)L_35, L_38, L_41, (void*)L_42, NULL);
V_5 = L_43;
goto IL_00b5;
}
IL_00b5:
{
// }
bool L_44 = V_5;
return L_44;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CompareState(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CompareState_mDE6199781A9E43D1ECC7231F56E92C1D5C5D1815 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, void* ___maskPtr2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_CompareState_mDE6199781A9E43D1ECC7231F56E92C1D5C5D1815_RuntimeMethod_var)));
}
IL_0014:
{
// if (statePtr == null)
void* L_3 = ___statePtr1;
V_1 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(statePtr));
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*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CompareState_mDE6199781A9E43D1ECC7231F56E92C1D5C5D1815_RuntimeMethod_var)));
}
IL_0028:
{
// return control.CompareState(control.currentStatePtr, statePtr, maskPtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control0;
NullCheck(L_7);
void* L_8;
L_8 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_7, NULL);
void* L_9 = ___statePtr1;
void* L_10 = ___maskPtr2;
bool L_11;
L_11 = InputControlExtensions_CompareState_m63EE129118B8BB64238497446245F0C85889053F(L_6, L_8, L_9, L_10, NULL);
V_2 = L_11;
goto IL_0039;
}
IL_0039:
{
// }
bool L_12 = V_2;
return L_12;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasValueChangeInState(UnityEngine.InputSystem.InputControl,System.Void*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasValueChangeInState_m159A245C6D07440F68B6C5BE83ECF1BBE2033382 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, void* ___statePtr1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_HasValueChangeInState_m159A245C6D07440F68B6C5BE83ECF1BBE2033382_RuntimeMethod_var)));
}
IL_0014:
{
// if (statePtr == null)
void* L_3 = ___statePtr1;
V_1 = (bool)((((intptr_t)L_3) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0028;
}
}
{
// throw new ArgumentNullException(nameof(statePtr));
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*)&_stringLiteral8BCA89B756BFD3D6E1D1642CA34CD724BD5EFC61)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInState_m159A245C6D07440F68B6C5BE83ECF1BBE2033382_RuntimeMethod_var)));
}
IL_0028:
{
// return control.CompareValue(control.currentStatePtr, statePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___control0;
NullCheck(L_7);
void* L_8;
L_8 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_7, NULL);
void* L_9 = ___statePtr1;
NullCheck(L_6);
bool L_10;
L_10 = VirtualFuncInvoker2< bool, void*, void* >::Invoke(12 /* System.Boolean UnityEngine.InputSystem.InputControl::CompareValue(System.Void*,System.Void*) */, L_6, L_8, L_9);
V_2 = L_10;
goto IL_0038;
}
IL_0038:
{
// }
bool L_11 = V_2;
return L_11;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasValueChangeInEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasValueChangeInEvent_mB83924A2803F7A1FE7721D046915A7FF7CA65183 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, const RuntimeMethod* method)
{
void* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_1 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInEvent_mB83924A2803F7A1FE7721D046915A7FF7CA65183_RuntimeMethod_var)));
}
IL_0014:
{
// if (!eventPtr.valid)
bool L_3;
L_3 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr1), NULL);
V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_002d;
}
}
{
// throw new ArgumentNullException(nameof(eventPtr));
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*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_HasValueChangeInEvent_mB83924A2803F7A1FE7721D046915A7FF7CA65183_RuntimeMethod_var)));
}
IL_002d:
{
// var statePtr = control.GetStatePtrFromStateEvent(eventPtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_7 = ___eventPtr1;
void* L_8;
L_8 = InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D(L_6, L_7, NULL);
V_0 = L_8;
// if (statePtr == null)
void* L_9 = V_0;
V_3 = (bool)((((intptr_t)L_9) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_0043;
}
}
{
// return false;
V_4 = (bool)0;
goto IL_0054;
}
IL_0043:
{
// return control.CompareValue(control.currentStatePtr, statePtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___control0;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = ___control0;
NullCheck(L_12);
void* L_13;
L_13 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_12, NULL);
void* L_14 = V_0;
NullCheck(L_11);
bool L_15;
L_15 = VirtualFuncInvoker2< bool, void*, void* >::Invoke(12 /* System.Boolean UnityEngine.InputSystem.InputControl::CompareValue(System.Void*,System.Void*) */, L_11, L_13, L_14);
V_4 = L_15;
goto IL_0054;
}
IL_0054:
{
// }
bool L_16 = V_4;
return L_16;
}
}
// System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
void* V_2 = NULL;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D_RuntimeMethod_var)));
}
IL_0014:
{
// if (!eventPtr.valid)
bool L_3;
L_3 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr1), NULL);
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002d;
}
}
{
// throw new ArgumentNullException(nameof(eventPtr));
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*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D_RuntimeMethod_var)));
}
IL_002d:
{
// return GetStatePtrFromStateEventUnchecked(control, eventPtr, eventPtr.type);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_7 = ___eventPtr1;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_8;
L_8 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr1), NULL);
void* L_9;
L_9 = InputControlExtensions_GetStatePtrFromStateEventUnchecked_m55CB68F641C5CA778AAEC813075F7907013C31C6(L_6, L_7, L_8, NULL);
V_2 = L_9;
goto IL_003e;
}
IL_003e:
{
// }
void* L_10 = V_2;
return L_10;
}
}
// System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEventUnchecked(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.Utilities.FourCC)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEventUnchecked_m55CB68F641C5CA778AAEC813075F7907013C31C6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___eventType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateCallbackReceiver_t61CAC0538FDF1E45CE63C48AA89301313C118DE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_1;
memset((&V_1), 0, sizeof(V_1));
uint32_t V_2 = 0;
void* V_3 = NULL;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_4 = NULL;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* V_5 = NULL;
int64_t V_6 = 0;
bool V_7 = false;
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* V_8 = NULL;
bool V_9 = false;
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
void* V_13 = NULL;
bool V_14 = false;
int32_t G_B9_0 = 0;
int32_t G_B15_0 = 0;
{
// if (eventType == StateEvent.Type)
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___eventType2;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
L_1 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1398030676), NULL);
bool L_2;
L_2 = FourCC_op_Equality_m1C2BB96D1AAB9E1D1B04D444F33C960D2502B674(L_0, L_1, NULL);
V_7 = L_2;
bool L_3 = V_7;
if (!L_3)
{
goto IL_003d;
}
}
{
// var stateEvent = StateEvent.FromUnchecked(eventPtr);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___eventPtr1;
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_5;
L_5 = StateEvent_FromUnchecked_mED4304E6B802FC734B206A997DDC49B12FEBB29D(L_4, NULL);
V_8 = L_5;
// stateOffset = 0;
V_0 = 0;
// stateFormat = stateEvent->stateFormat;
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_6 = V_8;
NullCheck(L_6);
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = L_6->___stateFormat_3;
V_1 = L_7;
// stateSizeInBytes = stateEvent->stateSizeInBytes;
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_8 = V_8;
uint32_t L_9;
L_9 = StateEvent_get_stateSizeInBytes_m07E8E8D19DA4D9B58A23DC19680794764AE8FA21((StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_8, NULL);
V_2 = L_9;
// statePtr = stateEvent->state;
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_10 = V_8;
void* L_11;
L_11 = StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26((StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_10, NULL);
V_3 = L_11;
goto IL_009b;
}
IL_003d:
{
// else if (eventType == DeltaStateEvent.Type)
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12 = ___eventType2;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_13;
L_13 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1145852993), NULL);
bool L_14;
L_14 = FourCC_op_Equality_m1C2BB96D1AAB9E1D1B04D444F33C960D2502B674(L_12, L_13, NULL);
V_9 = L_14;
bool L_15 = V_9;
if (!L_15)
{
goto IL_007f;
}
}
{
// var deltaEvent = DeltaStateEvent.FromUnchecked(eventPtr);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_16 = ___eventPtr1;
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_17;
L_17 = DeltaStateEvent_FromUnchecked_m1E21FABAEA84C5B974E15AF1B91E09094A16EBC6(L_16, NULL);
V_10 = L_17;
// stateOffset = deltaEvent->stateOffset;
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_18 = V_10;
NullCheck(L_18);
uint32_t L_19 = L_18->___stateOffset_3;
V_0 = L_19;
// stateFormat = deltaEvent->stateFormat;
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_20 = V_10;
NullCheck(L_20);
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_21 = L_20->___stateFormat_2;
V_1 = L_21;
// stateSizeInBytes = deltaEvent->deltaStateSizeInBytes;
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_22 = V_10;
uint32_t L_23;
L_23 = DeltaStateEvent_get_deltaStateSizeInBytes_mF3F45D7A54B74C0B5403C5B4A6B42B31A78331E2((DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)L_22, NULL);
V_2 = L_23;
// statePtr = deltaEvent->deltaState;
DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859* L_24 = V_10;
void* L_25;
L_25 = DeltaStateEvent_get_deltaState_m02220C78569A9CC26843EB8A3AF289019195DA9E((DeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859*)L_24, NULL);
V_3 = L_25;
goto IL_009b;
}
IL_007f:
{
// throw new ArgumentException($"Event must be a StateEvent or DeltaStateEvent but is a {eventType} instead",
// nameof(eventPtr));
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_26 = ___eventType2;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_27 = L_26;
RuntimeObject* L_28 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_27);
String_t* L_29;
L_29 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3683D1DC155E5058FE8C353EC7CED94C5B6EBA4A)), 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*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_GetStatePtrFromStateEventUnchecked_m55CB68F641C5CA778AAEC813075F7907013C31C6_RuntimeMethod_var)));
}
IL_009b:
{
// var device = control.device;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = ___control0;
NullCheck(L_31);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_32;
L_32 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_31, NULL);
V_4 = L_32;
// if (stateFormat != device.m_StateBlock.format)
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_33 = V_1;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_34 = V_4;
NullCheck(L_34);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_35 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_34)->___m_StateBlock_0);
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_36;
L_36 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(L_35, NULL);
bool L_37;
L_37 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_33, L_36, NULL);
V_11 = L_37;
bool L_38 = V_11;
if (!L_38)
{
goto IL_00e8;
}
}
{
// if (!device.hasStateCallbacks ||
// !((IInputStateCallbackReceiver)device).GetStateOffsetForEvent(control, eventPtr, ref stateOffset))
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_39 = V_4;
NullCheck(L_39);
bool L_40;
L_40 = InputDevice_get_hasStateCallbacks_mCDBC72CE6F69693BE32E835C97030B2DBFD4A38B(L_39, NULL);
if (!L_40)
{
goto IL_00da;
}
}
{
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_41 = V_4;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_42 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_43 = ___eventPtr1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_41, IInputStateCallbackReceiver_t61CAC0538FDF1E45CE63C48AA89301313C118DE0_il2cpp_TypeInfo_var)));
bool L_44;
L_44 = InterfaceFuncInvoker3< bool, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, uint32_t* >::Invoke(2 /* System.Boolean UnityEngine.InputSystem.LowLevel.IInputStateCallbackReceiver::GetStateOffsetForEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.UInt32&) */, IInputStateCallbackReceiver_t61CAC0538FDF1E45CE63C48AA89301313C118DE0_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_41, IInputStateCallbackReceiver_t61CAC0538FDF1E45CE63C48AA89301313C118DE0_il2cpp_TypeInfo_var)), L_42, L_43, (&V_0));
G_B9_0 = ((((int32_t)L_44) == ((int32_t)0))? 1 : 0);
goto IL_00db;
}
IL_00da:
{
G_B9_0 = 1;
}
IL_00db:
{
V_12 = (bool)G_B9_0;
bool L_45 = V_12;
if (!L_45)
{
goto IL_00e7;
}
}
{
// return null;
V_13 = (void*)((uintptr_t)0);
goto IL_0137;
}
IL_00e7:
{
}
IL_00e8:
{
// stateOffset += device.m_StateBlock.byteOffset;
uint32_t L_46 = V_0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_47 = V_4;
NullCheck(L_47);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_48 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_47)->___m_StateBlock_0);
uint32_t L_49;
L_49 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_48, NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_49));
// ref var controlStateBlock = ref control.m_StateBlock;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_50 = ___control0;
NullCheck(L_50);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_51 = (&L_50->___m_StateBlock_0);
V_5 = L_51;
// var controlOffset = (int)controlStateBlock.effectiveByteOffset - stateOffset;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_52 = V_5;
uint32_t L_53;
L_53 = InputStateBlock_get_effectiveByteOffset_m25A786194A52550CBC62B1A727EEA6F1CD0BFC3D(L_52, NULL);
uint32_t L_54 = V_0;
V_6 = ((int64_t)il2cpp_codegen_subtract(((int64_t)((int32_t)L_53)), ((int64_t)(uint64_t)L_54)));
// if (controlOffset < 0 || controlOffset + controlStateBlock.alignedSizeInBytes > stateSizeInBytes)
int64_t L_55 = V_6;
if ((((int64_t)L_55) < ((int64_t)((int64_t)0))))
{
goto IL_0123;
}
}
{
int64_t L_56 = V_6;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_57 = V_5;
uint32_t L_58;
L_58 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_57, NULL);
uint32_t L_59 = V_2;
G_B15_0 = ((((int64_t)((int64_t)il2cpp_codegen_add(L_56, ((int64_t)(uint64_t)L_58)))) > ((int64_t)((int64_t)(uint64_t)L_59)))? 1 : 0);
goto IL_0124;
}
IL_0123:
{
G_B15_0 = 1;
}
IL_0124:
{
V_14 = (bool)G_B15_0;
bool L_60 = V_14;
if (!L_60)
{
goto IL_0130;
}
}
{
// return null;
V_13 = (void*)((uintptr_t)0);
goto IL_0137;
}
IL_0130:
{
// return (byte*)statePtr - (int)stateOffset;
void* L_61 = V_3;
uint32_t L_62 = V_0;
V_13 = ((void*)il2cpp_codegen_subtract((intptr_t)L_61, (int32_t)L_62));
goto IL_0137;
}
IL_0137:
{
// }
void* L_63 = V_13;
return L_63;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::ResetToDefaultStateInEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ResetToDefaultStateInEvent_mBEAD1356BD02347B12D6DB102AC3BEE591F4D845 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr1, const RuntimeMethod* method)
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0;
memset((&V_0), 0, sizeof(V_0));
uint8_t* V_1 = NULL;
uint8_t* V_2 = NULL;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* V_3 = NULL;
uint32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
int32_t G_B7_0 = 0;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_5 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_5;
if (!L_1)
{
goto IL_0016;
}
}
{
// 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*)&InputControlExtensions_ResetToDefaultStateInEvent_mBEAD1356BD02347B12D6DB102AC3BEE591F4D845_RuntimeMethod_var)));
}
IL_0016:
{
// if (!eventPtr.valid)
bool L_3;
L_3 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr1), NULL);
V_6 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
bool L_4 = V_6;
if (!L_4)
{
goto IL_0031;
}
}
{
// throw new ArgumentNullException(nameof(eventPtr));
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*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ResetToDefaultStateInEvent_mBEAD1356BD02347B12D6DB102AC3BEE591F4D845_RuntimeMethod_var)));
}
IL_0031:
{
// var eventType = eventPtr.type;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_6;
L_6 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr1), NULL);
V_0 = L_6;
// if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type)
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_8;
L_8 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1398030676), NULL);
bool L_9;
L_9 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_7, L_8, NULL);
if (!L_9)
{
goto IL_005d;
}
}
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_10 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11;
L_11 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1145852993), NULL);
bool L_12;
L_12 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_10, L_11, NULL);
G_B7_0 = ((int32_t)(L_12));
goto IL_005e;
}
IL_005d:
{
G_B7_0 = 0;
}
IL_005e:
{
V_7 = (bool)G_B7_0;
bool L_13 = V_7;
if (!L_13)
{
goto IL_0074;
}
}
{
// throw new ArgumentException("Given event is not a StateEvent or a DeltaStateEvent", nameof(eventPtr));
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_14);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7F627D69AB621967AE48978A18F4A06EC2A6B1E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ResetToDefaultStateInEvent_mBEAD1356BD02347B12D6DB102AC3BEE591F4D845_RuntimeMethod_var)));
}
IL_0074:
{
// var statePtr = (byte*)control.GetStatePtrFromStateEvent(eventPtr);
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_16 = ___eventPtr1;
void* L_17;
L_17 = InputControlExtensions_GetStatePtrFromStateEvent_m319057C1D53558149A4B488DD49338F7280D603D(L_15, L_16, NULL);
V_1 = (uint8_t*)L_17;
// if (statePtr == null)
uint8_t* L_18 = V_1;
V_8 = (bool)((((intptr_t)L_18) == ((intptr_t)((uintptr_t)0)))? 1 : 0);
bool L_19 = V_8;
if (!L_19)
{
goto IL_008c;
}
}
{
// return false;
V_9 = (bool)0;
goto IL_00c3;
}
IL_008c:
{
// var defaultStatePtr = (byte*)control.defaultStatePtr;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = ___control0;
NullCheck(L_20);
void* L_21;
L_21 = InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline(L_20, NULL);
V_2 = (uint8_t*)L_21;
// ref var stateBlock = ref control.m_StateBlock;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_22 = ___control0;
NullCheck(L_22);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_23 = (&L_22->___m_StateBlock_0);
V_3 = L_23;
// var offset = stateBlock.byteOffset;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_24 = V_3;
uint32_t L_25;
L_25 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_24, NULL);
V_4 = L_25;
// MemoryHelpers.MemCpyBitRegion(statePtr + offset, defaultStatePtr + offset, stateBlock.bitOffset, stateBlock.sizeInBits);
uint8_t* L_26 = V_1;
uint32_t L_27 = V_4;
uint8_t* L_28 = V_2;
uint32_t L_29 = V_4;
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_30 = V_3;
uint32_t L_31;
L_31 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_30, NULL);
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_32 = V_3;
uint32_t L_33;
L_33 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_32, NULL);
MemoryHelpers_MemCpyBitRegion_mEB77C08864260696B35791FFE2C4E7B20F9F3911((void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((uintptr_t)L_27))), (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((uintptr_t)L_29))), L_31, L_33, NULL);
// return true;
V_9 = (bool)1;
goto IL_00c3;
}
IL_00c3:
{
// }
bool L_34 = V_9;
return L_34;
}
}
// System.Void UnityEngine.InputSystem.InputControlExtensions::AccumulateValueInEvent(UnityEngine.InputSystem.InputControl`1<System.Single>,System.Void*,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_AccumulateValueInEvent_m7FBC37448F3008C6E7FD4843113B50857ED1C646 (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* ___control0, void* ___currentStatePtr1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___newState2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
bool V_2 = false;
bool V_3 = false;
{
// if (control == null)
InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* L_0 = ___control0;
V_2 = (bool)((((RuntimeObject*)(InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_AccumulateValueInEvent_m7FBC37448F3008C6E7FD4843113B50857ED1C646_RuntimeMethod_var)));
}
IL_0014:
{
// if (!control.ReadUnprocessedValueFromEvent(newState, out var newValue))
InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* L_3 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___newState2;
bool L_5;
L_5 = InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10(L_3, L_4, (&V_0), InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m4AEBC2BC2AA6B1E0DDCBAAD64EE32CFDC256DD10_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_0026;
}
}
{
// return; // Value for the control not contained in the given event.
goto IL_0039;
}
IL_0026:
{
// var oldValue = control.ReadUnprocessedValueFromState(currentStatePtr);
InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* L_7 = ___control0;
void* L_8 = ___currentStatePtr1;
NullCheck(L_7);
float L_9;
L_9 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_7, L_8);
V_1 = L_9;
// control.WriteValueIntoEvent(oldValue + newValue, newState);
InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* L_10 = ___control0;
float L_11 = V_1;
float L_12 = V_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_13 = ___newState2;
InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593(L_10, ((float)il2cpp_codegen_add(L_11, L_12)), L_13, InputControlExtensions_WriteValueIntoEvent_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m3BC66C1CBD85F8B774B47A06D211D28EA2A5E593_RuntimeMethod_var);
}
IL_0039:
{
// }
return;
}
}
// System.Void UnityEngine.InputSystem.InputControlExtensions::AccumulateValueInEvent(UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>,System.Void*,UnityEngine.InputSystem.LowLevel.InputEventPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_AccumulateValueInEvent_m1A76DB9FD77B6712BCAC97A0B0EC4C4E75FAC139 (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* ___control0, void* ___currentStatePtr1, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___newState2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
{
// if (control == null)
InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* L_0 = ___control0;
V_2 = (bool)((((RuntimeObject*)(InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_2;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(control));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_AccumulateValueInEvent_m1A76DB9FD77B6712BCAC97A0B0EC4C4E75FAC139_RuntimeMethod_var)));
}
IL_0014:
{
// if (!control.ReadUnprocessedValueFromEvent(newState, out var newValue))
InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* L_3 = ___control0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___newState2;
bool L_5;
L_5 = InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D(L_3, L_4, (&V_0), InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m4B02A684FE781D2D5ED2B6F8B47C67BBCDE3345D_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_0026;
}
}
{
// return; // Value for the control not contained in the given event.
goto IL_003d;
}
IL_0026:
{
// var oldDelta = control.ReadUnprocessedValueFromState(currentStatePtr);
InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* L_7 = ___control0;
void* L_8 = ___currentStatePtr1;
NullCheck(L_7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = VirtualFuncInvoker1< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::ReadUnprocessedValueFromState(System.Void*) */, L_7, L_8);
V_1 = L_9;
// control.WriteValueIntoEvent(oldDelta + newValue, newState);
InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* L_10 = ___control0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
L_13 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_11, L_12, NULL);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_14 = ___newState2;
InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B(L_10, L_13, L_14, InputControlExtensions_WriteValueIntoEvent_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m43F7F98C09EAA467658363649BD0BFEECCCA939B_RuntimeMethod_var);
}
IL_003d:
{
// }
return;
}
}
// System.String UnityEngine.InputSystem.InputControlExtensions::BuildPath(UnityEngine.InputSystem.InputControl,System.String,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlExtensions_BuildPath_mA055881CA7E734606E25FB4442D359DC36067B8B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, String_t* ___deviceLayout1, StringBuilder_t* ___builder2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL;
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 V_1;
memset((&V_1), 0, sizeof(V_1));
String_t* V_2 = NULL;
String_t* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
String_t* V_9 = NULL;
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_4 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_4;
if (!L_1)
{
goto IL_0016;
}
}
{
// 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*)&InputControlExtensions_BuildPath_mA055881CA7E734606E25FB4442D359DC36067B8B_RuntimeMethod_var)));
}
IL_0016:
{
// if (string.IsNullOrEmpty(deviceLayout))
String_t* L_3 = ___deviceLayout1;
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(deviceLayout));
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*)&_stringLiteral132FB7F5A0346F0B8FBAEA5E485475F188E80CD0)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_BuildPath_mA055881CA7E734606E25FB4442D359DC36067B8B_RuntimeMethod_var)));
}
IL_002d:
{
// if (builder == null)
StringBuilder_t* L_7 = ___builder2;
V_6 = (bool)((((RuntimeObject*)(StringBuilder_t*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_8 = V_6;
if (!L_8)
{
goto IL_003e;
}
}
{
// builder = new StringBuilder();
StringBuilder_t* L_9 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_9);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_9, NULL);
___builder2 = L_9;
}
IL_003e:
{
// var device = control.device;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___control0;
NullCheck(L_10);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_11;
L_11 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_10, NULL);
V_0 = L_11;
// builder.Append('<');
StringBuilder_t* L_12 = ___builder2;
NullCheck(L_12);
StringBuilder_t* L_13;
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)60), NULL);
// builder.Append(deviceLayout);
StringBuilder_t* L_14 = ___builder2;
String_t* L_15 = ___deviceLayout1;
NullCheck(L_14);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, L_15, NULL);
// builder.Append('>');
StringBuilder_t* L_17 = ___builder2;
NullCheck(L_17);
StringBuilder_t* L_18;
L_18 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_17, ((int32_t)62), NULL);
// var deviceUsages = device.usages;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_19 = V_0;
NullCheck(L_19);
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_20;
L_20 = InputControl_get_usages_mE4B12715DEF946968F97853D52515463D3A3C555(L_19, NULL);
V_1 = L_20;
// for (var i = 0; i < deviceUsages.Count; ++i)
V_7 = 0;
goto IL_009a;
}
IL_006b:
{
// builder.Append('{');
StringBuilder_t* L_21 = ___builder2;
NullCheck(L_21);
StringBuilder_t* L_22;
L_22 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_21, ((int32_t)123), NULL);
// builder.Append(deviceUsages[i]);
StringBuilder_t* L_23 = ___builder2;
int32_t L_24 = V_7;
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_25;
L_25 = ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88((&V_1), L_24, ReadOnlyArray_1_get_Item_m428877DB540279F16189CA8B1697F69717789D88_RuntimeMethod_var);
String_t* L_26;
L_26 = InternedString_op_Implicit_mF8E1F7DA818367AEB1330013321063D7BDF30526(L_25, NULL);
NullCheck(L_23);
StringBuilder_t* L_27;
L_27 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, L_26, NULL);
// builder.Append('}');
StringBuilder_t* L_28 = ___builder2;
NullCheck(L_28);
StringBuilder_t* L_29;
L_29 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_28, ((int32_t)125), NULL);
// for (var i = 0; i < deviceUsages.Count; ++i)
int32_t L_30 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_009a:
{
// for (var i = 0; i < deviceUsages.Count; ++i)
int32_t L_31 = V_7;
int32_t L_32;
L_32 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_1), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
V_8 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
bool L_33 = V_8;
if (L_33)
{
goto IL_006b;
}
}
{
// builder.Append('/');
StringBuilder_t* L_34 = ___builder2;
NullCheck(L_34);
StringBuilder_t* L_35;
L_35 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_34, ((int32_t)47), NULL);
// var devicePath = device.path;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_36 = V_0;
NullCheck(L_36);
String_t* L_37;
L_37 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_36, NULL);
V_2 = L_37;
// var controlPath = control.path;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_38 = ___control0;
NullCheck(L_38);
String_t* L_39;
L_39 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_38, NULL);
V_3 = L_39;
// builder.Append(controlPath, devicePath.Length + 1, controlPath.Length - devicePath.Length - 1);
StringBuilder_t* L_40 = ___builder2;
String_t* L_41 = V_3;
String_t* L_42 = V_2;
NullCheck(L_42);
int32_t L_43;
L_43 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_42, NULL);
String_t* L_44 = V_3;
NullCheck(L_44);
int32_t L_45;
L_45 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_44, NULL);
String_t* L_46 = V_2;
NullCheck(L_46);
int32_t L_47;
L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL);
NullCheck(L_40);
StringBuilder_t* L_48;
L_48 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_40, L_41, ((int32_t)il2cpp_codegen_add(L_43, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_45, L_47)), 1)), NULL);
// return builder.ToString();
StringBuilder_t* L_49 = ___builder2;
NullCheck(L_49);
String_t* L_50;
L_50 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49);
V_9 = L_50;
goto IL_00eb;
}
IL_00eb:
{
// }
String_t* L_51 = V_9;
return L_51;
}
}
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputControlExtensions/Enumerate,UnityEngine.InputSystem.InputDevice,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, int32_t ___flags1, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device2, float ___magnitudeThreshold3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE V_6;
memset((&V_6), 0, sizeof(V_6));
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t G_B5_0 = 0;
{
// if (!eventPtr.valid)
bool L_0;
L_0 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012((&___eventPtr0), NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001f;
}
}
{
// throw new ArgumentNullException(nameof(eventPtr), "Given event pointer must not 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*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE62BC0D1FC9CAF37EEAE37B5DEB77620024AF96)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8_RuntimeMethod_var)));
}
IL_001f:
{
// var eventType = eventPtr.type;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3;
L_3 = InputEventPtr_get_type_m15241E84546FBC6172CF80B8E0D4EDA9B0FABC69((&___eventPtr0), NULL);
V_0 = L_3;
// if (eventType != StateEvent.Type && eventType != DeltaStateEvent.Type)
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5;
L_5 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1398030676), NULL);
bool L_6;
L_6 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_4, L_5, NULL);
if (!L_6)
{
goto IL_004b;
}
}
{
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_8;
L_8 = FourCC_op_Implicit_mE034DF02D6986EFBFA80055EC94936D958CBEF66(((int32_t)1145852993), NULL);
bool L_9;
L_9 = FourCC_op_Inequality_mD7122B2F4332BFE2AA18A50FC62C071E8CB7FDB2(L_7, L_8, NULL);
G_B5_0 = ((int32_t)(L_9));
goto IL_004c;
}
IL_004b:
{
G_B5_0 = 0;
}
IL_004c:
{
V_2 = (bool)G_B5_0;
bool L_10 = V_2;
if (!L_10)
{
goto IL_006b;
}
}
{
// throw new ArgumentException($"Event must be a StateEvent or DeltaStateEvent but is a {eventType} instead", nameof(eventPtr));
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_11 = V_0;
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12 = L_11;
RuntimeObject* L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_12);
String_t* L_14;
L_14 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3683D1DC155E5058FE8C353EC7CED94C5B6EBA4A)), 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_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8_RuntimeMethod_var)));
}
IL_006b:
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_16 = ___device2;
V_3 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_16) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_17 = V_3;
if (!L_17)
{
goto IL_00ad;
}
}
{
// var deviceId = eventPtr.deviceId;
int32_t L_18;
L_18 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___eventPtr0), NULL);
V_4 = L_18;
// device = InputSystem.GetDeviceById(deviceId);
int32_t L_19 = V_4;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_20;
L_20 = InputSystem_GetDeviceById_m0EC67530A5BB503DD302D95F1F48808D14DA3976(L_19, NULL);
___device2 = L_20;
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_21 = ___device2;
V_5 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_21) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_22 = V_5;
if (!L_22)
{
goto IL_00ac;
}
}
{
// throw new ArgumentException($"Cannot find device with ID {deviceId} referenced by event", nameof(eventPtr));
int32_t L_23 = V_4;
int32_t L_24 = L_23;
RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_24);
String_t* L_26;
L_26 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143FDD418DEF283B13F1AC72E245C0E08FA21468)), L_25, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_27);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_27, L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8_RuntimeMethod_var)));
}
IL_00ac:
{
}
IL_00ad:
{
// return new InputEventControlCollection { m_Device = device, m_EventPtr = eventPtr, m_Flags = flags, m_MagnitudeThreshold = magnitudeThreshold };
il2cpp_codegen_initobj((&V_6), sizeof(InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_28 = ___device2;
(&V_6)->___m_Device_0 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___m_Device_0), (void*)L_28);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_29 = ___eventPtr0;
(&V_6)->___m_EventPtr_1 = L_29;
int32_t L_30 = ___flags1;
(&V_6)->___m_Flags_2 = L_30;
float L_31 = ___magnitudeThreshold3;
(&V_6)->___m_MagnitudeThreshold_3 = L_31;
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_32 = V_6;
V_7 = L_32;
goto IL_00db;
}
IL_00db:
{
// }
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_33 = V_7;
return L_33;
}
}
// UnityEngine.InputSystem.InputControlExtensions/InputEventControlCollection UnityEngine.InputSystem.InputControlExtensions::EnumerateChangedControls(UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE InputControlExtensions_EnumerateChangedControls_m2E1CC1CC091257FF8B4E77E69217B010CDF2F621 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device1, float ___magnitudeThreshold2, const RuntimeMethod* method)
{
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return eventPtr.EnumerateControls
// (Enumerate.IgnoreControlsInCurrentState, device, magnitudeThreshold);
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = ___eventPtr0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_1 = ___device1;
float L_2 = ___magnitudeThreshold2;
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_3;
L_3 = InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8(L_0, 2, L_1, L_2, NULL);
V_0 = L_3;
goto IL_000d;
}
IL_000d:
{
// }
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_4 = V_0;
return L_4;
}
}
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::HasButtonPress(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_HasButtonPress_m506309A796BBB97B5CD15828105A2A1F50FD531B (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return eventPtr.GetFirstButtonPressOrNull(magnitude, buttonControlsOnly) != null;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_0 = ___eventPtr0;
float L_1 = ___magnitude1;
bool L_2 = ___buttonControlsOnly2;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3;
L_3 = InputControlExtensions_GetFirstButtonPressOrNull_mDBF6D99AF1A3D8BB7C8A2FD530513D58676DB259(L_0, L_1, L_2, NULL);
V_0 = (bool)((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000f;
}
IL_000f:
{
// }
bool L_4 = V_0;
return L_4;
}
}
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlExtensions::GetFirstButtonPressOrNull(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlExtensions_GetFirstButtonPressOrNull_mDBF6D99AF1A3D8BB7C8A2FD530513D58676DB259 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, 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;
InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB V_1;
memset((&V_1), 0, sizeof(V_1));
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE V_2;
memset((&V_2), 0, sizeof(V_2));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_3 = NULL;
bool V_4 = false;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_5 = NULL;
int32_t G_B7_0 = 0;
{
// if (magnitude < 0)
float L_0 = ___magnitude1;
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// magnitude = InputSystem.settings.defaultButtonPressPoint;
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_2;
L_2 = InputSystem_get_settings_mFAFDCA4665DFE068CEBBBB379972A390BD0E45C7(NULL);
NullCheck(L_2);
float L_3;
L_3 = InputSettings_get_defaultButtonPressPoint_m9CE8BB174FB9E5A646BF42FF5E4AE02EB688ECA8_inline(L_2, NULL);
___magnitude1 = L_3;
}
IL_0019:
{
// foreach (var control in eventPtr.EnumerateControls(Enumerate.IgnoreControlsInDefaultState, magnitudeThreshold: magnitude))
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = ___eventPtr0;
float L_5 = ___magnitude1;
InputEventControlCollection_t63B58F806FC82F1D8E18E88557E8FCC26388F3BE L_6;
L_6 = InputControlExtensions_EnumerateControls_m50F1E0C984607480089BECD072A12DB0F3C858E8(L_4, 1, (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)NULL, L_5, NULL);
V_2 = L_6;
InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB L_7;
L_7 = InputEventControlCollection_GetEnumerator_m04011F47500AE715F1268E93152514FBE4209869((&V_2), NULL);
V_1 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_005e:
{// begin finally (depth: 1)
InputEventControlEnumerator_Dispose_mE7168656062DFF53F7C09478087ADAA636EA2FAB((&V_1), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0053_1;
}
IL_002e_1:
{
// foreach (var control in eventPtr.EnumerateControls(Enumerate.IgnoreControlsInDefaultState, magnitudeThreshold: magnitude))
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8;
L_8 = InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline((&V_1), NULL);
V_3 = L_8;
// if (buttonControlsOnly && !control.isButton)
bool L_9 = ___buttonControlsOnly2;
if (!L_9)
{
goto IL_0045_1;
}
}
{
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = V_3;
NullCheck(L_10);
bool L_11;
L_11 = InputControl_get_isButton_m4634F4F40450AA969DA851B73E2A2226239F3BEF(L_10, NULL);
G_B7_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0046_1;
}
IL_0045_1:
{
G_B7_0 = 0;
}
IL_0046_1:
{
V_4 = (bool)G_B7_0;
bool L_12 = V_4;
if (!L_12)
{
goto IL_004e_1;
}
}
{
// continue;
goto IL_0053_1;
}
IL_004e_1:
{
// return control;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = V_3;
V_5 = L_13;
goto IL_0072;
}
IL_0053_1:
{
// foreach (var control in eventPtr.EnumerateControls(Enumerate.IgnoreControlsInDefaultState, magnitudeThreshold: magnitude))
bool L_14;
L_14 = InputEventControlEnumerator_MoveNext_m0A9182DFD78818A01CC3B038519B8B9ACCC55107((&V_1), NULL);
if (L_14)
{
goto IL_002e_1;
}
}
{
goto IL_006d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006d:
{
// return null;
V_5 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
goto IL_0072;
}
IL_0072:
{
// }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = V_5;
return L_15;
}
}
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControlExtensions::GetAllButtonPresses(UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_GetAllButtonPresses_m1EBB574B43D5EE21D5A749BCC01FEDA790559801 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___eventPtr0, float ___magnitude1, bool ___buttonControlsOnly2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B* L_0 = (U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B*)il2cpp_codegen_object_new(U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CGetAllButtonPressesU3Ed__43__ctor_m8FC014C8C0BE0A20DD9D112F1D2144C7C9FC31D3(L_0, ((int32_t)-2), NULL);
U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B* L_1 = L_0;
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_2 = ___eventPtr0;
NullCheck(L_1);
L_1->___U3CU3E3__eventPtr_4 = L_2;
U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B* L_3 = L_1;
float L_4 = ___magnitude1;
NullCheck(L_3);
L_3->___U3CU3E3__magnitude_6 = L_4;
U3CGetAllButtonPressesU3Ed__43_t441E9F16B11BE50E982A62FC7B9ED45CB88B115B* L_5 = L_3;
bool L_6 = ___buttonControlsOnly2;
NullCheck(L_5);
L_5->___U3CU3E3__buttonControlsOnly_8 = L_6;
return L_5;
}
}
// UnityEngine.InputSystem.InputControlExtensions/ControlBuilder UnityEngine.InputSystem.InputControlExtensions::Setup(UnityEngine.InputSystem.InputControl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15 InputControlExtensions_Setup_mFFEFF205962974F59B9F62053399EEBE5B8505C5 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15 V_2;
memset((&V_2), 0, sizeof(V_2));
ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (control == null)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___control0;
V_0 = (bool)((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_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*)&InputControlExtensions_Setup_mFFEFF205962974F59B9F62053399EEBE5B8505C5_RuntimeMethod_var)));
}
IL_0014:
{
// if (control.isSetupFinished)
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___control0;
NullCheck(L_3);
bool L_4;
L_4 = InputControl_get_isSetupFinished_mAA17F2D21CFDE400351F45CF1E498E1C25092C59(L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_002f;
}
}
{
// throw new InvalidOperationException($"The setup of {control} cannot be modified; control is already in use");
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___control0;
String_t* L_7;
L_7 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB52C02DB6B58C4729EDC2A0F45966E29EC68E6C0)), L_6, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_8 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_8);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_8, L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_mFFEFF205962974F59B9F62053399EEBE5B8505C5_RuntimeMethod_var)));
}
IL_002f:
{
// return new ControlBuilder { control = control };
il2cpp_codegen_initobj((&V_2), sizeof(ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15));
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9 = ___control0;
ControlBuilder_set_control_m206AE879CEF76F98330141299A5F47EB367E9A51_inline((&V_2), L_9, NULL);
ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15 L_10 = V_2;
V_3 = L_10;
goto IL_0044;
}
IL_0044:
{
// }
ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15 L_11 = V_3;
return L_11;
}
}
// UnityEngine.InputSystem.InputControlExtensions/DeviceBuilder UnityEngine.InputSystem.InputControlExtensions::Setup(UnityEngine.InputSystem.InputDevice,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4 InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___device0, int32_t ___controlCount1, int32_t ___usageCount2, int32_t ___aliasCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5_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;
bool V_5 = false;
bool V_6 = false;
DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4 V_7;
memset((&V_7), 0, sizeof(V_7));
DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4 V_8;
memset((&V_8), 0, sizeof(V_8));
{
// if (device == null)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___device0;
V_0 = (bool)((((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
// throw new ArgumentNullException(nameof(device));
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E_RuntimeMethod_var)));
}
IL_0014:
{
// if (device.isSetupFinished)
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___device0;
NullCheck(L_3);
bool L_4;
L_4 = InputControl_get_isSetupFinished_mAA17F2D21CFDE400351F45CF1E498E1C25092C59(L_3, NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_002f;
}
}
{
// throw new InvalidOperationException($"The setup of {device} cannot be modified; control is already in use");
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = ___device0;
String_t* L_7;
L_7 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB52C02DB6B58C4729EDC2A0F45966E29EC68E6C0)), L_6, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_8 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_8);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_8, L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E_RuntimeMethod_var)));
}
IL_002f:
{
// if (controlCount < 1)
int32_t L_9 = ___controlCount1;
V_2 = (bool)((((int32_t)L_9) < ((int32_t)1))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_0042;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(controlCount));
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_11);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4B467C6FF6B947BFB937621A9466DACB19967C08)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E_RuntimeMethod_var)));
}
IL_0042:
{
// if (usageCount < 0)
int32_t L_12 = ___usageCount2;
V_3 = (bool)((((int32_t)L_12) < ((int32_t)0))? 1 : 0);
bool L_13 = V_3;
if (!L_13)
{
goto IL_0055;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(usageCount));
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_14);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8966B0CD3F56CE2B1C4F214B3EB1F6004D18317)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E_RuntimeMethod_var)));
}
IL_0055:
{
// if (aliasCount < 0)
int32_t L_15 = ___aliasCount3;
V_4 = (bool)((((int32_t)L_15) < ((int32_t)0))? 1 : 0);
bool L_16 = V_4;
if (!L_16)
{
goto IL_006a;
}
}
{
// throw new ArgumentOutOfRangeException(nameof(aliasCount));
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_17 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_17);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADBA5DA01227AF469D9592FABBF832E66CC52FDD)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_Setup_m45BA0F0D7143F931E1AE74C5C6A42283E97B773E_RuntimeMethod_var)));
}
IL_006a:
{
// device.m_Device = device;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_18 = ___device0;
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_19 = ___device0;
NullCheck(L_18);
((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_18)->___m_Device_9 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_18)->___m_Device_9), (void*)L_19);
// device.m_ChildrenForEachControl = new InputControl[controlCount];
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_20 = ___device0;
int32_t L_21 = ___controlCount1;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_22 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)SZArrayNew(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var, (uint32_t)L_21);
NullCheck(L_20);
L_20->___m_ChildrenForEachControl_34 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&L_20->___m_ChildrenForEachControl_34), (void*)L_22);
// if (usageCount > 0)
int32_t L_23 = ___usageCount2;
V_5 = (bool)((((int32_t)L_23) > ((int32_t)0))? 1 : 0);
bool L_24 = V_5;
if (!L_24)
{
goto IL_00a1;
}
}
{
// device.m_UsagesForEachControl = new InternedString[usageCount];
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_25 = ___device0;
int32_t L_26 = ___usageCount2;
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_27 = (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)(InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)SZArrayNew(InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5_il2cpp_TypeInfo_var, (uint32_t)L_26);
NullCheck(L_25);
L_25->___m_UsagesForEachControl_32 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&L_25->___m_UsagesForEachControl_32), (void*)L_27);
// device.m_UsageToControl = new InputControl[usageCount];
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_28 = ___device0;
int32_t L_29 = ___usageCount2;
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_30 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)SZArrayNew(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var, (uint32_t)L_29);
NullCheck(L_28);
L_28->___m_UsageToControl_33 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&L_28->___m_UsageToControl_33), (void*)L_30);
}
IL_00a1:
{
// if (aliasCount > 0)
int32_t L_31 = ___aliasCount3;
V_6 = (bool)((((int32_t)L_31) > ((int32_t)0))? 1 : 0);
bool L_32 = V_6;
if (!L_32)
{
goto IL_00b7;
}
}
{
// device.m_AliasesForEachControl = new InternedString[aliasCount];
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_33 = ___device0;
int32_t L_34 = ___aliasCount3;
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_35 = (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)(InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)SZArrayNew(InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5_il2cpp_TypeInfo_var, (uint32_t)L_34);
NullCheck(L_33);
L_33->___m_AliasesForEachControl_31 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&L_33->___m_AliasesForEachControl_31), (void*)L_35);
}
IL_00b7:
{
// return new DeviceBuilder { device = device };
il2cpp_codegen_initobj((&V_7), sizeof(DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4));
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_36 = ___device0;
DeviceBuilder_set_device_m440BEF445F66490BDA8A7E25CC3E0BD6B9507C90_inline((&V_7), L_36, NULL);
DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4 L_37 = V_7;
V_8 = L_37;
goto IL_00ce;
}
IL_00ce:
{
// }
DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4 L_38 = V_8;
return L_38;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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 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 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 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 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_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
{
{
// get => m_TimerStartTime;
double L_0 = __this->___m_TimerStartTime_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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_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 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 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 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 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 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 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 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 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 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_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 int32_t BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
{
{
// get => (Flags)m_Flags;
uint8_t L_0 = __this->___m_Flags_4;
return (int32_t)(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 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 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 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 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 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 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 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 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 TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
{
{
// get => m_BindingIndex;
uint16_t L_0 = __this->___m_BindingIndex_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TriggerState_get_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 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 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 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 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 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 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 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 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 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_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_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 String_t* InputBinding_get_overridePath_m933C22735A101E7C636149C8D3E87036A8F2D1AB_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverridePath;
String_t* L_0 = __this->___m_OverridePath_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverridePath = value;
String_t* L_0 = ___value0;
__this->___m_OverridePath_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverridePath_10), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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 String_t* InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverrideInteractions;
String_t* L_0 = __this->___m_OverrideInteractions_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverrideInteractions = value;
String_t* L_0 = ___value0;
__this->___m_OverrideInteractions_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideInteractions_11), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Processors = value;
String_t* L_0 = ___value0;
__this->___m_Processors_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Processors_6), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
{
{
// get => m_OverrideProcessors;
String_t* L_0 = __this->___m_OverrideProcessors_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_OverrideProcessors = value;
String_t* L_0 = ___value0;
__this->___m_OverrideProcessors_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverrideProcessors_12), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* 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 void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_Groups = value;
String_t* L_0 = ___value0;
__this->___m_Groups_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Groups_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_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 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* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public string name { get; set; }
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 String_t* InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
{
{
// public string layout { get; set; }
String_t* L_0 = __this->___U3ClayoutU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayStringFormatAttribute_get_formatString_mCB36763A3E35FBFF23E0010B14CCB693A8414519_inline (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, const RuntimeMethod* method)
{
{
// public string formatString { get; set; }
String_t* L_0 = __this->___U3CformatStringU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PartBinding_get_part_m93F95BE7AAA2BF480FBD669060C2D1920D5B8943_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, const RuntimeMethod* method)
{
{
// public int part { get; set; }
int32_t L_0 = __this->___U3CpartU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PartBinding_set_part_mD9893492A4A833272467606AC22234E31B567D0F_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int part { get; set; }
int32_t L_0 = ___value0;
__this->___U3CpartU3Ek__BackingField_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* PartBinding_get_control_m96F4C9715F4976504BB4B9BC15D9869E66DDB4F9_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, const RuntimeMethod* method)
{
{
// public InputControl control { get; set; }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___U3CcontrolU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PartBinding_set_control_m91F123896E06BE6857970D9661750DDF8610558F_inline (PartBinding_tB263B939F5CC92F02FD1C8892A194F9BC8A53D38* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value0, const RuntimeMethod* method)
{
{
// public InputControl control { get; set; }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___value0;
__this->___U3CcontrolU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolU3Ek__BackingField_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 int32_t InputAction_get_type_m38C877B5AF9B9384F0380838E41B7DD8EC0C5373_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
{
{
// public InputActionType type => m_Type;
int32_t L_0 = __this->___m_Type_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
{
{
// public ReadOnlyArray<NamedValue> parameters { get; set; }
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_1;
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* 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 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 String_t* DeviceRequirement_get_controlPath_m36D9B9BDA4CB9A1A4735CBC45A85FC137CCADF03_inline (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, const RuntimeMethod* method)
{
{
// get => m_ControlPath;
String_t* L_0 = __this->___m_ControlPath_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MatchResult_get_score_m2BEB241784B596B49BEDAB59FAB319DF396A7B43_inline (MatchResult_t02FDB08E41694242EC6B6F66D6DB30768EEA2F27* __this, const RuntimeMethod* method)
{
{
// public float score => m_Score;
float L_0 = __this->___m_Score_1;
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 Match_get_requirementIndex_mF3B9FDB546FE860390D7425349D23C1C7E60189D_inline (Match_tA78289B0574DC99A39C9F344CA013C3A5916FBE3* __this, const RuntimeMethod* method)
{
{
// public int requirementIndex => m_RequirementIndex;
int32_t L_0 = __this->___m_RequirementIndex_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceRequirement_set_controlPath_m1C566CDE2468E01E68437AEF7D481D46D6BF7493_inline (DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set => m_ControlPath = value;
String_t* L_0 = ___value0;
__this->___m_ControlPath_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ControlPath_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E InputManager_get_processors_mA499729523CA372257D9C134EAECA7577856EB44_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method)
{
{
// public TypeTable processors => m_Processors;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_0 = __this->___m_Processors_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputManager_get_pollingFrequency_m3494464A6698004677BEFAABE61C7E584694F94E_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method)
{
{
// get => m_PollingFrequency;
float L_0 = __this->___m_PollingFrequency_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method)
{
{
// public int deviceId => m_DeviceId;
int32_t L_0 = __this->___m_DeviceId_25;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputManager_get_updateMask_m36DDF9BF59730547371C012E507A308FD848F9E4_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method)
{
{
// get => m_UpdateMask;
int32_t L_0 = __this->___m_UpdateMask_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputSettings_get_updateMode_mD37EABFC0678912846EABBC3CF31AC82E4ACE79E_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
{
{
// get => m_UpdateMode;
int32_t L_0 = __this->___m_UpdateMode_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E InputManager_get_interactions_mCAA2479DA537FED195F407F93B284D32458357DE_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method)
{
{
// public TypeTable interactions => m_Interactions;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_0 = __this->___m_Interactions_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E InputManager_get_composites_m2C9D09520A1270B1D04149DB0BCD2EA3AD72DA43_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method)
{
{
// public TypeTable composites => m_Composites;
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E L_0 = __this->___m_Composites_5;
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 void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
// public uint byteOffset { get; set; }
uint32_t L_0 = ___value0;
__this->___U3CbyteOffsetU3Ek__BackingField_34 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
{
{
// public uint byteOffset { get; set; }
uint32_t L_0 = __this->___U3CbyteOffsetU3Ek__BackingField_34;
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 void* InputControl_get_defaultStatePtr_m0AB5C2504696867BAC98126C4A352141389C3160_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// protected internal unsafe void* defaultStatePtr => InputStateBuffers.s_DefaultStateBuffer;
void* L_0 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_DefaultStateBuffer_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* InputControl_get_noiseMaskPtr_m6533A0D49EA674C04DADDA3EAAB0B258CC414278_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// protected internal unsafe void* noiseMaskPtr => InputStateBuffers.s_NoiseMaskBuffer;
void* L_0 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_NoiseMaskBuffer_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
{
{
// public uint sizeInBits { get; set; }
uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_36;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
{
{
// public uint bitOffset { get; set; }
uint32_t L_0 = __this->___U3CbitOffsetU3Ek__BackingField_35;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
{
{
// public FourCC format { get; set; }
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CformatU3Ek__BackingField_33;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultButtonPressPoint_m9CE8BB174FB9E5A646BF42FF5E4AE02EB688ECA8_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
{
{
// get => m_DefaultButtonPressPoint;
float L_0 = __this->___m_DefaultButtonPressPoint_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputEventControlEnumerator_get_Current_mD0540A0B5BE8EC847B80D28B66BA8389A1AF17BB_inline (InputEventControlEnumerator_tB4810CBA4520ACCDFE385C107283A75EC91CD6DB* __this, const RuntimeMethod* method)
{
{
// public InputControl Current => m_CurrentControl;
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___m_CurrentControl_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlBuilder_set_control_m206AE879CEF76F98330141299A5F47EB367E9A51_inline (ControlBuilder_t9531519F44B76B04B9128FFF514E806FCCA1BB15* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___value0, const RuntimeMethod* method)
{
{
// public InputControl control { get; internal set; }
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___value0;
__this->___U3CcontrolU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcontrolU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeviceBuilder_set_device_m440BEF445F66490BDA8A7E25CC3E0BD6B9507C90_inline (DeviceBuilder_t3D3A66799A2B6B6282AC2FB71B1DE5034E668CC4* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___value0, const RuntimeMethod* method)
{
{
// public InputDevice device { get; internal set; }
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___value0;
__this->___U3CdeviceU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2C8B4FC8E4C0D9C783D370877D1DF21735625B8_gshared_inline (Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method)
{
{
// public int Count => m_Count;
int32_t L_0 = (int32_t)__this->___m_Count_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 int32_t List_1_get_Count_m42FEE7A1672353F6835696F675DABC8BE5AC258B_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5C446C799BF805A93E60375E65CF5F61E5578B1F_gshared_inline (Nullable_1_t4EEC710224A7596AC94C3B6D292E4CB7D84B7F2C* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Enumerator_get_Current_m6E5830352E5082086B6B8F79AB4DABC2A18414A3_gshared_inline (Enumerator_tB7F1A96A58CED8A263DA757B6D85EB0C1339F58D* __this, const RuntimeMethod* method)
{
{
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mE63E7AD2900B4CB90D54D90811CCDD91FAFCDBE1_gshared_inline (Stack_1_tA8463878F53349F62A421C3630EBACB9CAFF75E4* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_gshared_inline (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __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 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;
}
}
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 Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_0 = L_0;
float L_1 = ___y1;
__this->___y_1 = L_1;
return;
}
}